summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-31f2fs: fix to initialize min_mtime with ULLONG_MAXChao Yu1-1/+1
2018-05-31f2fs: treat volatile file's data as hot oneChao Yu1-2/+3
2018-05-31f2fs: introduce release_discard_addr() for cleanupChao Yu1-6/+9
2018-05-31f2fs: fix potential overflowChao Yu1-4/+7
2018-05-31f2fs: sanity check for total valid node blocksJaegeuk Kim1-0/+16
2018-05-31f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2018-05-31f2fs: clean up commit_inmem_pages()Chao Yu1-24/+22
2018-05-31f2fs: stop issue discard if something wrong with f2fsYunlei He1-0/+7
2018-05-31f2fs: check if inmem_pages list is empty correctlySheng Yong1-1/+1
2018-05-31f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entriesZhikang Zhang1-0/+9
2018-05-31f2fs: correct return value of f2fs_trim_fsChao Yu1-2/+2
2018-05-31f2fs: don't use GFP_ZERO for page cachesChao Yu1-0/+3
2018-05-31f2fs: issue all big range discards in umount processYunlei He1-0/+1
2018-05-31f2fs: run fstrim asynchronously if runtime discard is onJaegeuk Kim1-2/+11
2018-05-30f2fs: turn down IO priority of discard from backgroundChao Yu1-0/+1
2018-05-30f2fs: don't split checkpoint in fstrimChao Yu1-27/+12
2018-05-30f2fs: issue discard commands proactively in high fs utilizationJaegeuk Kim1-32/+39
2018-05-29f2fs: let fstrim issue discard commands in lower priorityJaegeuk Kim1-64/+75
2018-05-02f2fs: clear PageError on writepageJaegeuk Kim1-0/+1
2018-03-27f2fs: Add a segment type check in inplace writeYunlei He1-0/+5
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu1-4/+4
2018-03-17f2fs: Don't overwrite all types of node to keep node chainYunlei He1-1/+1
2018-03-13f2fs: support hot file extensionChao Yu1-1/+2
2018-03-13f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim1-6/+5
2018-03-13f2fs: add mount option for segment allocation policyJaegeuk Kim1-0/+5
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong1-2/+2
2018-03-13f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee1-9/+48
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee1-0/+59
2018-03-13f2fs: fix heap mode to reset it backYunlong Song1-1/+2
2018-01-25f2fs: rebuild sit page from sit info in memYunlei He1-14/+5
2018-01-25f2fs: stop issuing discard if fs is readonlyChao Yu1-0/+2
2018-01-25f2fs: clean up duplicated assignment in init_discard_policyChao Yu1-8/+3
2018-01-22f2fs: stop gc/discard thread after fs shutdownChao Yu1-0/+5
2018-01-18f2fs: handle newly created page when revoking inmem pagesDaeho Jeong1-1/+5
2018-01-16f2fs: avoid high cpu usage in discard threadChao Yu1-0/+3
2018-01-16f2fs: make local functions staticWei Yongjun1-2/+2
2018-01-16f2fs: check segment type in __f2fs_replace_blockYunlong Song1-0/+1
2018-01-02f2fs: return error during fill_superJaegeuk Kim1-4/+12
2018-01-02f2fs: no need return value in restore summary processYunlei He1-11/+3
2018-01-02f2fs: spread f2fs_k{m,z}allocChao Yu1-1/+1
2018-01-02f2fs: inject fault to kvmallocChao Yu1-7/+9
2018-01-02f2fs: inject fault to kzallocChao Yu1-14/+16
2017-11-09f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee1-1/+13
2017-11-05f2fs: fix summary info corruptionChao Yu1-1/+27
2017-11-05f2fs: remove dead code in update_meta_pageChao Yu1-5/+1
2017-11-05f2fs: use rw_semaphore to protect SIT cacheChao Yu1-15/+19
2017-11-05Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song1-13/+14
2017-11-05f2fs: export SSR allocation thresholdChao Yu1-1/+2
2017-11-05f2fs: give correct trimmed blocks in fstrimChao Yu1-8/+19
2017-11-05f2fs: support bio allocation error injectionChao Yu1-1/+1