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