summaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: support hot file extensionChao Yu2018-03-134-28/+90
* f2fs: fix to avoid race in between atomic write and background GCChao Yu2018-03-131-0/+3
* f2fs: do gc in greedy mode for whole range if gc_urgent mode is setJaegeuk Kim2018-03-131-2/+9
* f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim2018-03-131-6/+5
* f2fs: set readdir_ra by defaultJaegeuk Kim2018-03-131-0/+1
* f2fs: add auto tuning for small devicesJaegeuk Kim2018-03-132-0/+16
* f2fs: add mount option for segment allocation policyJaegeuk Kim2018-03-133-0/+39
* f2fs: don't stop GC if GC is contendedJaegeuk Kim2018-03-131-3/+4
* f2fs: expose extension_list sysfs entryChao Yu2018-03-135-7/+85
* f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu2018-03-131-2/+6
* f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu2018-03-133-8/+14
* f2fs: remove redundant initialization of pointer 'p'Colin Ian King2018-03-131-1/+1
* f2fs: flush cp pack except cp pack 2 page at firstGao Xiang2018-03-131-23/+46
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-136-53/+28
* f2fs: remove redundant check of page type when submit bioTiezhu Yang2018-03-131-4/+3
* f2fs: fix to handle looped node chain during recoveryChao Yu2018-03-131-0/+14
* f2fs: handle quota for orphan inodesJaegeuk Kim2018-03-131-12/+16
* f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee2018-03-133-9/+54
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-03-134-6/+119
* f2fs: fix to clear CP_TRIMMED_FLAGChao Yu2018-03-131-0/+2
* f2fs: support large nat bitmapChao Yu2018-03-131-0/+6
* f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu2018-03-131-0/+3
* f2fs: restrict inline_xattr_size configurationChao Yu2018-03-131-0/+7
* f2fs: fix heap mode to reset it backYunlong Song2018-03-132-3/+5
* f2fs: fix potential corruption in area before F2FS_SUPER_OFFSETSheng Yong2018-03-131-3/+2
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-136-57/+20
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-042-108/+26
|\
| * fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-121-1/+1
| * f2fs: switch to fscrypt_get_symlink()Eric Biggers2018-01-121-57/+9
| * f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-121-50/+16
* | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-02-011-5/+1
|\ \
| * | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-5/+1
| |/
* | Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-3120-443/+1037
|\ \
| * | f2fs: support inode creation timeChao Yu2018-01-255-1/+40
| * | f2fs: rebuild sit page from sit info in memYunlei He2018-01-252-16/+32
| * | f2fs: stop issuing discard if fs is readonlyChao Yu2018-01-251-0/+2
| * | f2fs: clean up duplicated assignment in init_discard_policyChao Yu2018-01-251-8/+3
| * | f2fs: use GFP_F2FS_ZERO for cleanupChao Yu2018-01-251-4/+2
| * | f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim2018-01-222-0/+5
| * | f2fs: recover some i_inline flagsJaegeuk Kim2018-01-221-2/+19
| * | f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong2018-01-221-1/+1
| * | f2fs: drop page cache after fs shutdownChao Yu2018-01-223-17/+21
| * | f2fs: stop gc/discard thread after fs shutdownChao Yu2018-01-223-0/+13
| * | f2fs: hanlde error case in f2fs_ioc_shutdownChao Yu2018-01-221-2/+8
| * | f2fs: split need_inplace_updateChao Yu2018-01-224-50/+75
| * | f2fs: fix to update last_disk_size correctlyChao Yu2018-01-221-4/+8
| * | f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu2018-01-222-5/+4
| * | f2fs: clean up error path of fill_superChao Yu2018-01-221-4/+6
| * | f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong2018-01-221-1/+6
| * | f2fs: allow quota to use reserved blocksJaegeuk Kim2018-01-221-3/+8