summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-136-57/+20Star
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-042-108/+26Star
|\
| * 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/+9Star
| * f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-121-50/+16Star
* | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-02-011-5/+1Star
|\ \
| * | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-5/+1Star
| |/
* | 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/+3Star
| * | f2fs: use GFP_F2FS_ZERO for cleanupChao Yu2018-01-251-4/+2Star
| * | 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/+4Star
| * | 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
| * | f2fs: fix to drop all inmem pages correctlyChao Yu2018-01-221-2/+3
| * | f2fs: speed up defragment on sparse fileChao Yu2018-01-222-6/+11
| * | f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu2018-01-223-2/+85
| * | f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim2018-01-226-1/+128
| * | f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong2018-01-193-2/+6
| * | f2fs: support FIEMAP_FLAG_XATTRChao Yu2018-01-191-1/+68
| * | f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu2018-01-191-3/+3
| * | f2fs: check node page again in write end ioYunlei He2018-01-191-0/+4
| * | f2fs: fix to caclulate required free section correctlyChao Yu2018-01-191-7/+10
| * | f2fs: handle newly created page when revoking inmem pagesDaeho Jeong2018-01-191-1/+5
| * | f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim2018-01-172-4/+69
| * | f2fs: implement cgroup writeback supportYufen Yu2018-01-174-2/+13
| * | f2fs: remove unused pend_list_tagChao Yu2018-01-171-1/+0Star
| * | f2fs: avoid high cpu usage in discard threadChao Yu2018-01-171-0/+3
| * | f2fs: make local functions staticWei Yongjun2018-01-172-3/+3
| * | f2fs: add reserved blocks for root userJaegeuk Kim2018-01-173-6/+54
| * | f2fs: check segment type in __f2fs_replace_blockYunlong Song2018-01-171-0/+1
| * | f2fs: update inode info to inode page for new fileYunlei He2018-01-171-1/+3
| * | f2fs: show precise # of blocks that user/root can useJaegeuk Kim2018-01-171-4/+3Star
| * | f2fs: clean up unneeded declarationChao Yu2018-01-041-1/+0Star
| * | f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu2018-01-041-12/+18
| * | f2fs: enable quota at remount from r to wJaegeuk Kim2018-01-041-1/+1
| * | f2fs: skip stop_checkpoint for user data writesJaegeuk Kim2018-01-031-1/+2
| * | f2fs: fix missing error number for xattr operationJaegeuk Kim2018-01-031-0/+2
| * | f2fs: recover directory operations by fsyncJaegeuk Kim2018-01-034-0/+11