aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22f2fs: recover some i_inline flagsJaegeuk Kim1-2/+19
2018-01-22f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong1-1/+1
2018-01-22f2fs: drop page cache after fs shutdownChao Yu3-17/+21
2018-01-22f2fs: stop gc/discard thread after fs shutdownChao Yu3-0/+13
2018-01-22f2fs: hanlde error case in f2fs_ioc_shutdownChao Yu1-2/+8
2018-01-22f2fs: split need_inplace_updateChao Yu4-50/+75
2018-01-22f2fs: fix to update last_disk_size correctlyChao Yu1-4/+8
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu2-5/+4
2018-01-22f2fs: clean up error path of fill_superChao Yu1-4/+6
2018-01-22f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong1-1/+6
2018-01-22f2fs: allow quota to use reserved blocksJaegeuk Kim1-3/+8
2018-01-22f2fs: fix to drop all inmem pages correctlyChao Yu1-2/+3
2018-01-22f2fs: speed up defragment on sparse fileChao Yu2-6/+11
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu3-2/+85
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim7-2/+136
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong3-2/+6
2018-01-18f2fs: support FIEMAP_FLAG_XATTRChao Yu1-1/+68
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu1-3/+3
2018-01-18f2fs: check node page again in write end ioYunlei He1-0/+4
2018-01-18f2fs: fix to caclulate required free section correctlyChao Yu1-7/+10
2018-01-18f2fs: handle newly created page when revoking inmem pagesDaeho Jeong1-1/+5
2018-01-16f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim2-4/+69
2018-01-16f2fs: implement cgroup writeback supportYufen Yu4-2/+13
2018-01-16f2fs: remove unused pend_list_tagChao Yu1-1/+0
2018-01-16f2fs: avoid high cpu usage in discard threadChao Yu1-0/+3
2018-01-16f2fs: make local functions staticWei Yongjun2-3/+3
2018-01-16f2fs: add reserved blocks for root userJaegeuk Kim3-6/+54
2018-01-16f2fs: check segment type in __f2fs_replace_blockYunlong Song1-0/+1
2018-01-16f2fs: update inode info to inode page for new fileYunlei He1-1/+3
2018-01-16f2fs: show precise # of blocks that user/root can useJaegeuk Kim1-4/+3
2018-01-03f2fs: clean up unneeded declarationChao Yu1-1/+0
2018-01-03f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu1-12/+18
2018-01-03f2fs: enable quota at remount from r to wJaegeuk Kim1-1/+1
2018-01-02f2fs: skip stop_checkpoint for user data writesJaegeuk Kim1-1/+2
2018-01-02f2fs: fix missing error number for xattr operationJaegeuk Kim1-0/+2
2018-01-02f2fs: recover directory operations by fsyncJaegeuk Kim5-1/+13
2018-01-02f2fs: return error during fill_superJaegeuk Kim2-8/+30
2018-01-02f2fs: fix an error case of missing update inode pageYunlei He2-11/+9
2018-01-02f2fs: fix potential hangtask in f2fs_trace_pidChao Yu1-6/+6
2018-01-02f2fs: no need return value in restore summary processYunlei He3-14/+5
2018-01-02f2fs: use unlikely for release caseLiFan1-1/+1
2018-01-02f2fs: don't return value in truncate_data_blocks_rangeChao Yu2-3/+2
2018-01-02f2fs: clean up f2fs_map_blocksChao Yu1-2/+2
2018-01-02f2fs: clean up hash codesChao Yu1-27/+19
2018-01-02f2fs: fix error handling in fill_superChao Yu1-9/+7
2018-01-02f2fs: spread f2fs_k{m,z}allocChao Yu2-8/+10
2018-01-02f2fs: inject fault to kvmallocChao Yu5-12/+36
2018-01-02f2fs: inject fault to kzallocChao Yu7-24/+33
2018-01-02f2fs: remove a redundant conditional expressionLiFan1-4/+4
2018-01-02f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee3-10/+24