summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2018-03-27f2fs: Add a segment type check in inplace writeYunlei He
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu
2018-03-17f2fs: Don't overwrite all types of node to keep node chainYunlei He
2018-03-13f2fs: support hot file extensionChao Yu
2018-03-13f2fs: issue discard aggressively in the gc_urgent modeJaegeuk Kim
2018-03-13f2fs: add mount option for segment allocation policyJaegeuk Kim
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong
2018-03-13f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee
2018-03-13f2fs: fix heap mode to reset it backYunlong Song
2018-01-25f2fs: rebuild sit page from sit info in memYunlei He
2018-01-25f2fs: stop issuing discard if fs is readonlyChao Yu
2018-01-25f2fs: clean up duplicated assignment in init_discard_policyChao Yu
2018-01-22f2fs: stop gc/discard thread after fs shutdownChao Yu
2018-01-18f2fs: handle newly created page when revoking inmem pagesDaeho Jeong
2018-01-16f2fs: avoid high cpu usage in discard threadChao Yu
2018-01-16f2fs: make local functions staticWei Yongjun
2018-01-16f2fs: check segment type in __f2fs_replace_blockYunlong Song
2018-01-02f2fs: return error during fill_superJaegeuk Kim
2018-01-02f2fs: no need return value in restore summary processYunlei He
2018-01-02f2fs: spread f2fs_k{m,z}allocChao Yu
2018-01-02f2fs: inject fault to kvmallocChao Yu
2018-01-02f2fs: inject fault to kzallocChao Yu
2017-11-09f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee
2017-11-05f2fs: fix summary info corruptionChao Yu
2017-11-05f2fs: remove dead code in update_meta_pageChao Yu
2017-11-05f2fs: use rw_semaphore to protect SIT cacheChao Yu
2017-11-05Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song
2017-11-05f2fs: export SSR allocation thresholdChao Yu
2017-11-05f2fs: give correct trimmed blocks in fstrimChao Yu
2017-11-05f2fs: support bio allocation error injectionChao Yu
2017-10-26f2fs: remove several redundant assignmentsColin Ian King
2017-10-26f2fs: limit # of inmemory pagesJaegeuk Kim
2017-10-26f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu
2017-10-26f2fs: trace f2fs_remove_discardChao Yu
2017-10-26f2fs: reduce cmd_lock coverage in __issue_discard_cmdChao Yu
2017-10-26f2fs: split discard policyChao Yu
2017-10-26f2fs: wrap discard policyChao Yu
2017-10-26f2fs: support issuing/waiting discard in rangeChao Yu
2017-10-10f2fs: fix to flush multiple device in checkpointChao Yu
2017-10-10f2fs: enhance multiple device flushChao Yu
2017-10-03f2fs: fix potential panic during fstrimChao Yu
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-09-12f2fs: hurry up to issue discard after io interruptionChao Yu
2017-09-11f2fs: speed up gc_urgent mode with SSRJaegeuk Kim
2017-09-11f2fs: better to wait for fstrim completionJaegeuk Kim
2017-09-05f2fs: use generic terms used for encrypted block managementJaegeuk Kim
2017-09-05f2fs: fix to wake up all sleeping flusherChao Yu
2017-09-05f2fs: avoid race in between atomic_read & atomic_incChao Yu
2017-09-05f2fs: remove unneeded parameter of change_cursegChao Yu