aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-108/+26
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-5/+1
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 20-443/+1037
2018-01-25f2fs: support inode creation timeGravatar Chao Yu 5-1/+40
2018-01-25f2fs: rebuild sit page from sit info in memGravatar Yunlei He 2-16/+32
2018-01-25f2fs: stop issuing discard if fs is readonlyGravatar Chao Yu 1-0/+2
2018-01-25f2fs: clean up duplicated assignment in init_discard_policyGravatar Chao Yu 1-8/+3
2018-01-25f2fs: use GFP_F2FS_ZERO for cleanupGravatar Chao Yu 1-4/+2
2018-01-22f2fs: allow to recover node blocks given updated checkpointGravatar Jaegeuk Kim 2-0/+5
2018-01-22f2fs: recover some i_inline flagsGravatar Jaegeuk Kim 1-2/+19
2018-01-22f2fs: correct removexattr behavior for null valued extended attributeGravatar Daeho Jeong 1-1/+1
2018-01-22f2fs: drop page cache after fs shutdownGravatar Chao Yu 3-17/+21
2018-01-22f2fs: stop gc/discard thread after fs shutdownGravatar Chao Yu 3-0/+13
2018-01-22f2fs: hanlde error case in f2fs_ioc_shutdownGravatar Chao Yu 1-2/+8
2018-01-22f2fs: split need_inplace_updateGravatar Chao Yu 4-50/+75
2018-01-22f2fs: fix to update last_disk_size correctlyGravatar Chao Yu 1-4/+8
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupGravatar Chao Yu 2-5/+4
2018-01-22f2fs: clean up error path of fill_superGravatar Chao Yu 1-4/+6
2018-01-22f2fs: avoid hungtask when GC encrypted block if io_bits is setGravatar Sheng Yong 1-1/+6
2018-01-22f2fs: allow quota to use reserved blocksGravatar Jaegeuk Kim 1-3/+8
2018-01-22f2fs: fix to drop all inmem pages correctlyGravatar Chao Yu 1-2/+3
2018-01-22f2fs: speed up defragment on sparse fileGravatar Chao Yu 2-6/+11
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSGravatar Chao Yu 3-2/+85
2018-01-22f2fs: add an ioctl to disable GC for specific fileGravatar Jaegeuk Kim 6-1/+128
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyGravatar Daeho Jeong 3-2/+6
2018-01-18f2fs: support FIEMAP_FLAG_XATTRGravatar Chao Yu 1-1/+68
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockGravatar Chao Yu 1-3/+3
2018-01-18f2fs: check node page again in write end ioGravatar Yunlei He 1-0/+4
2018-01-18f2fs: fix to caclulate required free section correctlyGravatar Chao Yu 1-7/+10
2018-01-18f2fs: handle newly created page when revoking inmem pagesGravatar Daeho Jeong 1-1/+5
2018-01-16f2fs: add resgid and resuid to reserve root blocksGravatar Jaegeuk Kim 2-4/+69
2018-01-16f2fs: implement cgroup writeback supportGravatar Yufen Yu 4-2/+13
2018-01-16f2fs: remove unused pend_list_tagGravatar Chao Yu 1-1/+0
2018-01-16f2fs: avoid high cpu usage in discard threadGravatar Chao Yu 1-0/+3
2018-01-16f2fs: make local functions staticGravatar Wei Yongjun 2-3/+3
2018-01-16f2fs: add reserved blocks for root userGravatar Jaegeuk Kim 3-6/+54
2018-01-16f2fs: check segment type in __f2fs_replace_blockGravatar Yunlong Song 1-0/+1
2018-01-16f2fs: update inode info to inode page for new fileGravatar Yunlei He 1-1/+3
2018-01-16f2fs: show precise # of blocks that user/root can useGravatar Jaegeuk Kim 1-4/+3
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Gravatar Eric Biggers 1-1/+1
2018-01-11f2fs: switch to fscrypt_get_symlink()Gravatar Eric Biggers 1-57/+9
2018-01-11f2fs: switch to fscrypt ->symlink() helper functionsGravatar Eric Biggers 1-50/+16
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allGravatar Ming Lei 1-1/+1
2018-01-03f2fs: clean up unneeded declarationGravatar Chao Yu 1-1/+0
2018-01-03f2fs: continue to do direct IO if we only preallocate partial blocksGravatar Chao Yu 1-12/+18
2018-01-03f2fs: enable quota at remount from r to wGravatar Jaegeuk Kim 1-1/+1
2018-01-02f2fs: skip stop_checkpoint for user data writesGravatar Jaegeuk Kim 1-1/+2
2018-01-02f2fs: fix missing error number for xattr operationGravatar Jaegeuk Kim 1-0/+2
2018-01-02f2fs: recover directory operations by fsyncGravatar Jaegeuk Kim 4-0/+11
2018-01-02f2fs: return error during fill_superGravatar Jaegeuk Kim 2-8/+30