summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: reduce competition among node page writesChao Yu2014-07-311-1/+1
* f2fs: add infra for ino managementJaegeuk Kim2014-07-291-1/+1
* f2fs: add nobarrier mount optionJaegeuk Kim2014-07-291-0/+7
* f2fs: fix to put root inode in error path of fill_superChao Yu2014-07-251-1/+2
* f2fs: use inner macro and function to clean up codesChao Yu2014-07-091-4/+3Star
* f2fs: check lower bound nid value in check_nid_rangeChao Yu2014-07-091-3/+1Star
* f2fs: introduce help function {create,destroy}_flush_cmd_controlGu Zheng2014-05-071-24/+3Star
* f2fs: introduce struct flush_cmd_control to wrap the flush_merge fieldsGu Zheng2014-05-071-21/+25
* f2fs: add the flush_merge handle in the remount flowGu Zheng2014-05-071-2/+43
* f2fs: enable flush_merge only in f2fs is not read-onlyGu Zheng2014-05-071-2/+2
* Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2014-04-071-33/+64
|\
| * f2fs: introduce f2fs_issue_flush to avoid redundant flush issueJaegeuk Kim2014-04-071-0/+7
| * f2fs: avoid unnecessary bio submit when wait page writebackChao Yu2014-04-011-2/+2
| * f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim2014-03-201-0/+1
| * f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim2014-03-201-0/+5
| * f2fs: fix incorrect parsing with option stringChao Yu2014-03-181-2/+2
| * f2fs: print type for each segment in segment_info's showChao Yu2014-03-181-1/+9
| * f2fs: check upper bound of ino value in f2fs_nfs_get_inodeChao Yu2014-03-121-0/+2
| * f2fs: format segment_info's show for better legibilityGu Zheng2014-03-101-3/+4
| * f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()Gu Zheng2014-03-101-1/+1
| * f2fs: add an sysfs entry to control the directory levelJaegeuk Kim2014-02-271-0/+7
| * f2fs: fix to do build_stat prior to the recovery procedureJaegeuk Kim2014-02-241-24/+24
* | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
|/
* f2fs: clean checkpatch warningsChris Fries2014-01-201-3/+5
* f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim2014-01-081-0/+6
* f2fs: introduce sysfs entry to control in-place-update policyJaegeuk Kim2013-12-231-0/+4
* f2fs: missing kmem_cache_destroy for discard_entryChangman Lee2013-12-231-0/+1
* f2fs: refactor bio->rw handlingJaegeuk Kim2013-12-231-1/+6
* f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim2013-12-231-7/+7
* f2fs: use inner macro GFP_F2FS_ZERO for simplificationChao Yu2013-12-231-1/+1
* f2fs: convert recover_orphan_inodes to voidChao Yu2013-12-231-4/+4
* f2fs: add a new mount option: inline_dataHuajun Li2013-12-231-1/+7
* 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/+0Star
* 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/+2Star
* 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