aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: print type for each segment in segment_info's showChao Yu2016-06-051-1/+9
* f2fs: check upper bound of ino value in f2fs_nfs_get_inodeChao Yu2016-06-051-0/+2
* f2fs: format segment_info's show for better legibilityGu Zheng2016-06-051-3/+4
* f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()Gu Zheng2016-06-051-1/+1
* f2fs: add an sysfs entry to control the directory levelJaegeuk Kim2016-06-051-0/+7
* f2fs: fix to do build_stat prior to the recovery procedureJaegeuk Kim2016-06-051-24/+24
* f2fs: clean checkpatch warningsChris Fries2016-06-051-3/+5
* f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim2016-06-051-0/+6
* f2fs: introduce sysfs entry to control in-place-update policyJaegeuk Kim2016-06-051-0/+4
* f2fs: missing kmem_cache_destroy for discard_entryChangman Lee2016-06-051-0/+1
* f2fs: refactor bio->rw handlingJaegeuk Kim2016-06-051-1/+6
* f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim2016-06-051-7/+7
* f2fs: use inner macro GFP_F2FS_ZERO for simplificationChao Yu2016-06-051-1/+1
* f2fs: convert recover_orphan_inodes to voidChao Yu2016-06-051-4/+4
* f2fs: add a new mount option: inline_dataHuajun Li2016-06-051-1/+7
* f2fs: add a new function to support for merging contiguous readChao Yu2016-06-051-0/+1
* f2fs: introduce a bio array for per-page write biosJaegeuk Kim2016-06-051-1/+1
* f2fs: use sbi->write_mutex for write biosJaegeuk Kim2016-06-051-1/+5
* f2fs: add a sysfs entry to control max_discardsJaegeuk Kim2016-06-051-0/+2
* f2fs: add a slab cache entry for small discardsJaegeuk Kim2016-06-051-1/+6
* f2fs: fix memory leak after kobject init failed in fill_superChao Yu2016-06-051-2/+8
* f2fs: cleanup waiting routine for writeback pages in cpChangman Lee2016-06-051-0/+1
* f2fs: add reclaiming control by sysfsJaegeuk Kim2016-06-051-14/+36
* f2fs: use bool for booleansHaicheng Li2016-06-051-1/+1
* f2fs: introduce function read_raw_super_block()Gu Zheng2016-06-051-21/+34
* f2fs: fix the starvation problem on cp_rwsemJaegeuk Kim2016-06-051-1/+0
* f2fs: avoid unnecessary checkpointsJaegeuk Kim2016-06-051-1/+3
* f2fs: handle remount options correctlyKelly Anderson2016-06-051-0/+17
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2016-06-051-3/+2
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2016-06-051-1/+1
* f2fs: add flags for inline xattrsJaegeuk Kim2016-06-051-0/+14
* f2fs: fix error return code in init_f2fs_fs()Wei Yongjun2016-06-051-1/+3
* f2fs: fix memory leak when init f2fs filesystem failZhao Hongjiang2016-06-051-5/+17
* f2fs: clean up the needless end 'return' of void functionGu Zheng2016-06-051-1/+0
* f2fs: fix a build failure due to missing the kobject headerJaegeuk Kim2016-06-051-1/+0
* f2fs: add sysfs entries to select the gc policyNamjae Jeon2016-06-051-0/+2
* f2fs: add sysfs support for controlling the gc_threadNamjae Jeon2016-06-051-0/+123
* f2fs: k3.0 fix: change PDE_DATA() to PROC_I()->pde->dataHashcode2016-06-051-1/+1
* f2fs: add proc entry to monitor current usage of segmentsJaegeuk Kim2016-06-051-0/+46
* f2fs: add remount_fs callback supportNamjae Jeon2016-06-051-82/+153
* f2fs: avoid freqeunt write_inode callsJaegeuk Kim2016-06-051-0/+12
* f2fs: set sb->s_fs_info before calling parse_options()Gu Zheng2016-06-051-4/+4
* f2fs: continue to mount after failing recoveryChris Fries2016-06-051-4/+3
* f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim2016-06-051-0/+15
* f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...Haicheng Li2016-06-051-1/+0
* f2fs: add tracepoints for sync & inode operationsNamjae Jeon2016-06-051-0/+5
* f2fs: fix error return code in f2fs_fill_super()Wei Yongjun2016-06-051-1/+2
* f2fs: introduce a new global lock schemeJaegeuk Kim2016-06-051-2/+2
* f2fs: avoid race for summary informationJaegeuk Kim2016-06-051-2/+5
* f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim2016-06-051-0/+2