aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2023-01-18f2fs: fix normal discard processDongdong Zhang
2022-06-14f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel
2019-12-13f2fs: fix to account preflush command for noflush_merge modeChao Yu
2019-12-05f2fs: fix block address for __check_sit_bitmapQiuyang Sun
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu
2019-11-20f2fs: avoid wrong decrypted data from diskJaegeuk Kim
2019-10-01f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-10-01f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-10-01Revert "f2fs: avoid out-of-range memory access"Chao Yu
2019-07-31f2fs: avoid out-of-range memory accessOcean Chen
2019-06-15f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu
2019-05-31f2fs: Fix use of number of devicesDamien Le Moal
2019-04-20f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu
2019-03-27f2fs: fix to avoid deadlock of atomic file operationsChao Yu
2018-08-20f2fs: readahead encrypted block during GCChao Yu
2018-08-20f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim
2018-08-20f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-08-13f2fs: fix to return success when trimming meta areaChao Yu
2018-08-13f2fs: fix use-after-free of dicard command entryChao Yu
2018-08-13f2fs: support discard submission error injectionChao Yu
2018-08-13f2fs: split discard command in prior to block layerChao Yu
2018-08-13f2fs: fix incorrect range->len in f2fs_trim_fs()Chao Yu
2018-08-01f2fs: let checkpoint flush dnode page of regularChao Yu
2018-08-01f2fs: issue discard align to section in LFS modeYunlong Song
2018-08-01f2fs: clean up with f2fs_is_{atomic,volatile}_file()Chao Yu
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-08-01f2fs: issue small discard by LBA orderChao Yu
2018-08-01f2fs: stop issuing discard immediately if there is queued IOChao Yu
2018-08-01f2fs: detect bug_on in f2fs_wait_discard_biosChao Yu
2018-07-27f2fs: fix to correct return value of f2fs_trim_fsChao Yu
2018-07-27f2fs: disable f2fs_check_rb_tree_consistenceChao Yu
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu
2018-07-27f2fs: don't issue discard commands in online discard is onJaegeuk Kim
2018-06-12treewide: Use array_size in f2fs_kvzalloc()Kees Cook
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook
2018-06-04f2fs: fix to update mtime correctlyChao Yu
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31f2fs: fix to let caller retry allocating block addressChao Yu
2018-05-31f2fs: fix to don't trigger writeback during recoveryChao Yu
2018-05-31f2fs: clear discard_wake earlierSheng Yong
2018-05-31f2fs: let discard thread wait a little longer if dev is busyYunlei He
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu
2018-05-31f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim
2018-05-31f2fs: keep migration IO order in LFS modeChao Yu
2018-05-31f2fs: fix to wait page writeback during revoking atomic writeChao Yu
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-05-31f2fs: fix to initialize min_mtime with ULLONG_MAXChao Yu
2018-05-31f2fs: treat volatile file's data as hot oneChao Yu
2018-05-31f2fs: introduce release_discard_addr() for cleanupChao Yu