summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size in f2fs_kvzalloc()Kees Cook-4/+8
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook-1/+2
2018-06-04f2fs: fix to update mtime correctlyChao Yu-3/+4
2018-05-31f2fs: clean up symbol namespaceChao Yu-89/+96
2018-05-31f2fs: fix to let caller retry allocating block addressChao Yu-5/+6
2018-05-31f2fs: fix to don't trigger writeback during recoveryChao Yu-0/+3
2018-05-31f2fs: clear discard_wake earlierSheng Yong-3/+4
2018-05-31f2fs: let discard thread wait a little longer if dev is busyYunlei He-1/+5
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu-1/+10
2018-05-31f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim-2/+2
2018-05-31f2fs: keep migration IO order in LFS modeChao Yu-0/+5
2018-05-31f2fs: fix to wait page writeback during revoking atomic writeChao Yu-0/+2
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu-2/+2
2018-05-31f2fs: fix to initialize min_mtime with ULLONG_MAXChao Yu-1/+1
2018-05-31f2fs: treat volatile file's data as hot oneChao Yu-2/+3
2018-05-31f2fs: introduce release_discard_addr() for cleanupChao Yu-6/+9
2018-05-31f2fs: fix potential overflowChao Yu-4/+7
2018-05-31f2fs: sanity check for total valid node blocksJaegeuk Kim-0/+16
2018-05-31f2fs: sanity check on sit entryJaegeuk Kim-0/+9
2018-05-31f2fs: clean up commit_inmem_pages()Chao Yu-24/+22
2018-05-31f2fs: stop issue discard if something wrong with f2fsYunlei He-0/+7
2018-05-31f2fs: check if inmem_pages list is empty correctlySheng Yong-1/+1
2018-05-31f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entriesZhikang Zhang-0/+9
2018-05-31f2fs: correct return value of f2fs_trim_fsChao Yu-2/+2
2018-05-31f2fs: don't use GFP_ZERO for page cachesChao Yu-0/+3
2018-05-31f2fs: issue all big range discards in umount processYunlei He-0/+1
2018-05-31f2fs: run fstrim asynchronously if runtime discard is onJaegeuk Kim-2/+11
2018-05-30f2fs: turn down IO priority of discard from backgroundChao Yu-0/+1
2018-05-30f2fs: don't split checkpoint in fstrimChao Yu-27/+12
2018-05-30f2fs: issue discard commands proactively in high fs utilizationJaegeuk Kim-32/+39
2018-05-29f2fs: let fstrim issue discard commands in lower priorityJaegeuk Kim-64/+75
2018-05-02f2fs: clear PageError on writepageJaegeuk Kim-0/+1
2018-03-27f2fs: Add a segment type check in inplace writeYunlei He-0/+5
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu-4/+4
2018-03-17f2fs: Don't overwrite all types of node to keep node chainYunlei He-1/+1
2018-03-13f2fs: support hot file extensionChao Yu-1/+2
2018-03-13f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim-6/+5
2018-03-13f2fs: add mount option for segment allocation policyJaegeuk Kim-0/+5
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong-2/+2
2018-03-13f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee-9/+48
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee-0/+59
2018-03-13f2fs: fix heap mode to reset it backYunlong Song-1/+2
2018-01-25f2fs: rebuild sit page from sit info in memYunlei He-14/+5
2018-01-25f2fs: stop issuing discard if fs is readonlyChao Yu-0/+2
2018-01-25f2fs: clean up duplicated assignment in init_discard_policyChao Yu-8/+3
2018-01-22f2fs: stop gc/discard thread after fs shutdownChao Yu-0/+5
2018-01-18f2fs: handle newly created page when revoking inmem pagesDaeho Jeong-1/+5
2018-01-16f2fs: avoid high cpu usage in discard threadChao Yu-0/+3
2018-01-16f2fs: make local functions staticWei Yongjun-2/+2
2018-01-16f2fs: check segment type in __f2fs_replace_blockYunlong Song-0/+1