summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-3020-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
| * 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-183-2/+6
| * f2fs: support FIEMAP_FLAG_XATTRChao Yu2018-01-181-1/+68
| * f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu2018-01-181-3/+3
| * f2fs: check node page again in write end ioYunlei He2018-01-181-0/+4
| * f2fs: fix to caclulate required free section correctlyChao Yu2018-01-181-7/+10
| * f2fs: handle newly created page when revoking inmem pagesDaeho Jeong2018-01-181-1/+5
| * f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim2018-01-162-4/+69
| * f2fs: implement cgroup writeback supportYufen Yu2018-01-164-2/+13
| * f2fs: remove unused pend_list_tagChao Yu2018-01-161-1/+0
| * f2fs: avoid high cpu usage in discard threadChao Yu2018-01-161-0/+3
| * f2fs: make local functions staticWei Yongjun2018-01-162-3/+3
| * f2fs: add reserved blocks for root userJaegeuk Kim2018-01-163-6/+54
| * f2fs: check segment type in __f2fs_replace_blockYunlong Song2018-01-161-0/+1
| * f2fs: update inode info to inode page for new fileYunlei He2018-01-161-1/+3
| * f2fs: show precise # of blocks that user/root can useJaegeuk Kim2018-01-161-4/+3
| * f2fs: clean up unneeded declarationChao Yu2018-01-031-1/+0
| * f2fs: continue to do direct IO if we only preallocate partial blocksChao Yu2018-01-031-12/+18
| * f2fs: enable quota at remount from r to wJaegeuk Kim2018-01-031-1/+1
| * f2fs: skip stop_checkpoint for user data writesJaegeuk Kim2018-01-021-1/+2
| * f2fs: fix missing error number for xattr operationJaegeuk Kim2018-01-021-0/+2
| * f2fs: recover directory operations by fsyncJaegeuk Kim2018-01-024-0/+11
| * f2fs: return error during fill_superJaegeuk Kim2018-01-022-8/+30
| * f2fs: fix an error case of missing update inode pageYunlei He2018-01-022-11/+9
| * f2fs: fix potential hangtask in f2fs_trace_pidChao Yu2018-01-021-6/+6
| * f2fs: no need return value in restore summary processYunlei He2018-01-023-14/+5
| * f2fs: use unlikely for release caseLiFan2018-01-021-1/+1
| * f2fs: don't return value in truncate_data_blocks_rangeChao Yu2018-01-022-3/+2
| * f2fs: clean up f2fs_map_blocksChao Yu2018-01-021-2/+2