aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu
2019-10-05f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao 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-07-31f2fs: avoid out-of-range memory accessOcean Chen
2019-05-31f2fs: Fix use of number of devicesDamien Le Moal
2018-12-05f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-05f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-12-05f2fs: sanity check on sit entryJaegeuk Kim
2018-08-24f2fs: sanity check for total valid node blocksJaegeuk Kim
2018-08-24f2fs: return error during fill_superJaegeuk Kim
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
2018-04-19f2fs: fix heap mode to reset it backYunlong Song
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
2017-08-29f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim
2017-08-29f2fs: clear FI_HOT_DATA correctlyChao Yu
2017-08-29f2fs: fix out-of-order execution in f2fs_issue_flushChao Yu
2017-08-29f2fs: issue discard commands if gc_urgent is setJaegeuk Kim
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-21f2fs: introduce discard_granularity sysfs entryChao Yu
2017-08-21f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu
2017-08-15f2fs: fix the size value in __check_sit_bitmapYunlong Song
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-09f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song
2017-08-09f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song
2017-08-03f2fs: support inode checksumChao Yu
2017-07-31f2fs: make background threads of f2fs being aware of freezingChao Yu
2017-07-28f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-07-07f2fs: introduce __check_sit_bitmapChao Yu
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu
2017-07-07f2fs: avoid redundant f2fs_flush after remountYunlong Song
2017-07-04f2fs: add f2fs_bug_on in __remove_discard_cmdChao Yu
2017-07-04f2fs: introduce __wait_one_discard_bioChao Yu
2017-07-04f2fs: sanity check size of nat and sit cacheJin Qian
2017-07-04f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He
2017-07-04f2fs: Do not issue small discards in LFS modeDamien Le Moal
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-23f2fs: wait discard IO completion without cmd_lock heldChao Yu
2017-05-23f2fs: wake up all waiters in f2fs_submit_discard_endioChao Yu
2017-05-23f2fs: show more info if fail to issue discardChao Yu