summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: add a new function to support for merging contiguous readChao Yu2013-12-231-0/+1
* f2fs: introduce a bio array for per-page write biosJaegeuk Kim2013-12-231-1/+1
* f2fs: use sbi->write_mutex for write biosJaegeuk Kim2013-12-231-1/+5
* f2fs: add a sysfs entry to control max_discardsJaegeuk Kim2013-12-231-0/+2
* f2fs: add a slab cache entry for small discardsJaegeuk Kim2013-12-231-1/+6
* f2fs: fix memory leak after kobject init failed in fill_superChao Yu2013-11-081-2/+8
* f2fs: cleanup waiting routine for writeback pages in cpChangman Lee2013-11-081-0/+1
* f2fs: add reclaiming control by sysfsJaegeuk Kim2013-10-251-14/+36
* f2fs: use bool for booleansHaicheng Li2013-10-251-1/+1
* f2fs: introduce function read_raw_super_block()Gu Zheng2013-10-181-21/+34
* f2fs: fix the starvation problem on cp_rwsemJaegeuk Kim2013-10-181-1/+0
* f2fs: avoid unnecessary checkpointsJaegeuk Kim2013-10-081-1/+3
* f2fs: handle remount options correctlyKelly Anderson2013-10-071-0/+17
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2013-10-071-3/+2
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2013-08-261-1/+1
* f2fs: add flags for inline xattrsJaegeuk Kim2013-08-261-0/+14
* f2fs: fix error return code in init_f2fs_fs()Wei Yongjun2013-08-261-1/+3
* f2fs: fix memory leak when init f2fs filesystem failZhao Hongjiang2013-08-201-5/+17
* f2fs: clean up the needless end 'return' of void functionGu Zheng2013-08-121-1/+0
* f2fs: fix a build failure due to missing the kobject headerJaegeuk Kim2013-08-081-1/+0
* f2fs: add sysfs entries to select the gc policyNamjae Jeon2013-08-061-0/+2
* f2fs: add sysfs support for controlling the gc_threadNamjae Jeon2013-08-061-0/+123
* f2fs: add proc entry to monitor current usage of segmentsJaegeuk Kim2013-07-301-0/+46
* f2fs: add remount_fs callback supportNamjae Jeon2013-06-171-82/+153
* f2fs: avoid freqeunt write_inode callsJaegeuk Kim2013-06-141-0/+12
* f2fs: set sb->s_fs_info before calling parse_options()Gu Zheng2013-06-111-4/+4
* f2fs: add f2fs_readonly()Jaegeuk Kim2013-05-281-1/+1
* Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-081-13/+54
|\
| * f2fs: continue to mount after failing recoveryChris Fries2013-05-081-4/+3
| * f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim2013-05-081-0/+15
| * f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...Haicheng Li2013-04-301-1/+0
| * f2fs: add tracepoints for sync & inode operationsNamjae Jeon2013-04-231-0/+5
| * f2fs: fix error return code in f2fs_fill_super()Wei Yongjun2013-04-221-1/+2
| * f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-091-2/+2
| * f2fs: avoid race for summary informationJaegeuk Kim2013-04-031-2/+5
| * f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim2013-04-031-0/+2
| * f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim2013-03-271-2/+7
| * f2fs: fix typo in commentsMasanari Iida2013-03-201-1/+1
| * f2fs: fix return values from validate superblockNamjae Jeon2013-03-201-4/+7
| * f2fs: notify when discard is not supportedNamjae Jeon2013-03-201-0/+9
| * f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim2013-03-181-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \
| * | f2fs: Fix typo in commentsMasanari Iida2013-03-191-1/+1
| |/
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
|/
* f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2013-02-121-2/+2
* f2fs: when check superblock failed, try to check another superblockmajianpeng2013-02-121-16/+31
* f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng2013-02-121-1/+10
* f2fs: add un/freeze_fs into super_operationsChangman Lee2013-02-121-0/+18
* f2fs: fix disable_ext_identify option spellingAlejandro Martinez Ruiz2013-02-121-1/+1
* f2fs: prevent checkpoint once any IO failure is detectedJaegeuk Kim2013-02-121-3/+9