summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: support atomic writesJaegeuk Kim2014-10-061-0/+2
* f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim2014-09-301-0/+1
* f2fs: introduce cp_control structureJaegeuk Kim2014-09-301-3/+10
* f2fs: fix to clean previous mount option when remount_fsChao Yu2014-09-231-0/+3
* f2fs: support large sector sizeChao Yu2014-09-231-6/+14
* f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim2014-09-161-0/+2
* f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim2014-09-161-1/+1
* f2fs: need fsck.f2fs if the recovery was failedJaegeuk Kim2014-09-091-0/+3
* f2fs: retain inconsistency information to initiate fsck.f2fsJaegeuk Kim2014-09-091-0/+1
* f2fs: simplify by using a literalDan Carpenter2014-08-281-1/+1
* f2fs: fix incorrect calculation with total/free inode numChao Yu2014-08-211-2/+2
* f2fs: handle EIO not to break fs consistencyJaegeuk Kim2014-08-211-1/+4
* f2fs: check s_dirty under cp_mutexJaegeuk Kim2014-08-211-3/+0
* f2fs: introduce f2fs_cp_error for readabilityJaegeuk Kim2014-08-211-1/+1
* f2fs: give a chance to mount again when encountering errorsJaegeuk Kim2014-08-211-1/+12
* f2fs: trigger release_dirty_inode in f2fs_put_superJaegeuk Kim2014-08-211-0/+3
* f2fs: don't skip checkpoint if there is no dirty node pagesJaegeuk Kim2014-08-191-1/+1
* f2fs: fix typoarter972014-08-191-1/+1
* f2fs: reduce competition among node page writesChao Yu2014-07-301-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/+3
* f2fs: check lower bound nid value in check_nid_rangeChao Yu2014-07-091-3/+1
* f2fs: introduce help function {create,destroy}_flush_cmd_controlGu Zheng2014-05-071-24/+3
* 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