summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: support bio allocation error injectionChao Yu2017-11-051-1/+1
* f2fs: remove several redundant assignmentsColin Ian King2017-10-261-5/+1
* f2fs: limit # of inmemory pagesJaegeuk Kim2017-10-261-0/+38
* f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-10-261-3/+10
* f2fs: trace f2fs_remove_discardChao Yu2017-10-261-0/+2
* f2fs: reduce cmd_lock coverage in __issue_discard_cmdChao Yu2017-10-261-8/+10
* f2fs: split discard policyChao Yu2017-10-261-76/+73
* f2fs: wrap discard policyChao Yu2017-10-261-9/+29
* f2fs: support issuing/waiting discard in rangeChao Yu2017-10-261-21/+106
* f2fs: fix to flush multiple device in checkpointChao Yu2017-10-101-0/+29
* f2fs: enhance multiple device flushChao Yu2017-10-101-11/+35
* f2fs: fix potential panic during fstrimChao Yu2017-10-031-3/+3
* Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-09-121-57/+235
|\
| * f2fs: hurry up to issue discard after io interruptionChao Yu2017-09-121-2/+15
| * f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-09-111-0/+15
| * f2fs: better to wait for fstrim completionJaegeuk Kim2017-09-111-1/+6
| * f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-09-051-2/+1
| * f2fs: fix to wake up all sleeping flusherChao Yu2017-09-051-2/+21
| * f2fs: avoid race in between atomic_read & atomic_incChao Yu2017-09-051-3/+1
| * f2fs: remove unneeded parameter of change_cursegChao Yu2017-09-051-10/+8