summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-2/+2
* f2fs: fix to initialize min_mtime with ULLONG_MAXChao Yu2018-05-311-1/+1
* f2fs: treat volatile file's data as hot oneChao Yu2018-05-311-2/+3
* f2fs: introduce release_discard_addr() for cleanupChao Yu2018-05-311-6/+9
* f2fs: fix potential overflowChao Yu2018-05-311-4/+7
* f2fs: sanity check for total valid node blocksJaegeuk Kim2018-05-311-0/+16
* f2fs: sanity check on sit entryJaegeuk Kim2018-05-311-0/+9
* f2fs: clean up commit_inmem_pages()Chao Yu2018-05-311-24/+22
* f2fs: stop issue discard if something wrong with f2fsYunlei He2018-05-311-0/+7
* f2fs: check if inmem_pages list is empty correctlySheng Yong2018-05-311-1/+1
* f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entriesZhikang Zhang2018-05-311-0/+9
* f2fs: correct return value of f2fs_trim_fsChao Yu2018-05-311-2/+2
* f2fs: don't use GFP_ZERO for page cachesChao Yu2018-05-311-0/+3
* f2fs: issue all big range discards in umount processYunlei He2018-05-311-0/+1
* f2fs: run fstrim asynchronously if runtime discard is onJaegeuk Kim2018-05-311-2/+11
* f2fs: turn down IO priority of discard from backgroundChao Yu2018-05-301-0/+1
* f2fs: don't split checkpoint in fstrimChao Yu2018-05-301-27/+12
* f2fs: issue discard commands proactively in high fs utilizationJaegeuk Kim2018-05-301-32/+39
* f2fs: let fstrim issue discard commands in lower priorityJaegeuk Kim2018-05-291-64/+75
* f2fs: clear PageError on writepageJaegeuk Kim2018-05-021-0/+1
* f2fs: Add a segment type check in inplace writeYunlei He2018-03-271-0/+5
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-4/+4
* f2fs: Don't overwrite all types of node to keep node chainYunlei He2018-03-171-1/+1
* f2fs: support hot file extensionChao Yu2018-03-131-1/+2
* f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim2018-03-131-6/+5
* f2fs: add mount option for segment allocation policyJaegeuk Kim2018-03-131-0/+5
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-131-2/+2
* f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee2018-03-131-9/+48
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-03-131-0/+59
* f2fs: fix heap mode to reset it backYunlong Song2018-03-131-1/+2
* f2fs: rebuild sit page from sit info in memYunlei He2018-01-251-14/+5
* 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: stop gc/discard thread after fs shutdownChao Yu2018-01-221-0/+5
* f2fs: handle newly created page when revoking inmem pagesDaeho Jeong2018-01-181-1/+5
* f2fs: avoid high cpu usage in discard threadChao Yu2018-01-161-0/+3
* f2fs: make local functions staticWei Yongjun2018-01-161-2/+2
* f2fs: check segment type in __f2fs_replace_blockYunlong Song2018-01-161-0/+1
* f2fs: return error during fill_superJaegeuk Kim2018-01-021-4/+12
* f2fs: no need return value in restore summary processYunlei He2018-01-021-11/+3
* f2fs: spread f2fs_k{m,z}allocChao Yu2018-01-021-1/+1
* f2fs: inject fault to kvmallocChao Yu2018-01-021-7/+9
* f2fs: inject fault to kzallocChao Yu2018-01-021-14/+16
* f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee2017-11-091-1/+13
* f2fs: fix summary info corruptionChao Yu2017-11-051-1/+27
* f2fs: remove dead code in update_meta_pageChao Yu2017-11-051-5/+1
* f2fs: use rw_semaphore to protect SIT cacheChao Yu2017-11-051-15/+19
* Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song2017-11-051-13/+14
* f2fs: export SSR allocation thresholdChao Yu2017-11-051-1/+2
* f2fs: give correct trimmed blocks in fstrimChao Yu2017-11-051-8/+19