summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2019-11-28f2fs: fix to spread clear_cold_data()Chao Yu
2019-10-05f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-10-05Revert "f2fs: avoid out-of-range memory access"Chao Yu
2019-08-04f2fs: avoid out-of-range memory accessOcean Chen
2018-12-08f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-08f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-12-08f2fs: sanity check on sit entryJaegeuk Kim
2018-12-08f2fs: return error during fill_superJaegeuk Kim
2018-12-08f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu
2017-10-21f2fs: do SSR for data when there is enough free spaceYunlong Song
2017-07-27f2fs: sanity check size of nat and sit cacheJin Qian
2017-03-12f2fs: avoid to issue redundant discard commandsJaegeuk Kim
2016-09-30f2fs: support checkpoint error injectionChao Yu
2016-09-30f2fs: remove redundant value definitionYunlei He
2016-09-30f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim
2016-09-22f2fs: preallocate blocks for encrypted fileYunlei He
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim
2016-09-12f2fs: forbid to do fstrim if fs has some errorYunlei He
2016-09-07f2fs: fix minor typoChao Yu
2016-09-07f2fs: support async discardChao Yu
2016-09-07f2fs: schedule in between two continous batch discardsChao Yu
2016-08-29f2fs: check return value of write_checkpoint during fstrimChao Yu
2016-08-29f2fs: avoid unneeded loop in build_sit_entriesChao Yu
2016-08-24f2fs: do not use discard_map for hard disksJaegeuk Kim
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-15f2fs: add maximum prefree segmentsJaegeuk Kim
2016-07-08f2fs: fix to avoid redundant discard during fstrimChao Yu
2016-07-08f2fs: avoid mismatching block range for discardYunlei He
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-08f2fs: drop any block pluggingJaegeuk Kim
2016-06-08f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim
2016-06-07f2fs: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-06-07f2fs: control not to exceed # of cached nat entriesJaegeuk Kim
2016-06-02f2fs: detect congestion of flush command issuesJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-03f2fs: fix to clear page private flagChao Yu
2016-04-15f2fs: don't invalidate atomic page if successfulJaegeuk Kim
2016-04-15f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu
2016-02-26f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu
2016-02-22f2fs: trace old block address for CoWed pageChao Yu
2016-02-22f2fs: split journal cache from curseg cacheChao Yu