summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAge
* f2fs: add to account meta IOChao Yu2018-09-30
* f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim2018-09-28
* f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala2018-09-19
* f2fs: add SPDX license identifiersChao Yu2018-09-12
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2018-09-05
* Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu2018-09-05
* f2fs: fix unnecessary periodic wakeup of discard thread when dev is busySahitya Tummala2018-09-05
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2018-09-05
* f2fs: readahead encrypted block during GCChao Yu2018-08-21
* f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-21
* f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-21
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-14
* f2fs: fix to return success when trimming meta areaChao Yu2018-08-13
* f2fs: fix use-after-free of dicard command entryChao Yu2018-08-13
* f2fs: support discard submission error injectionChao Yu2018-08-13
* f2fs: split discard command in prior to block layerChao Yu2018-08-13
* f2fs: fix incorrect range->len in f2fs_trim_fs()Chao Yu2018-08-13
* f2fs: let checkpoint flush dnode page of regularChao Yu2018-08-01
* f2fs: issue discard align to section in LFS modeYunlong Song2018-08-01
* f2fs: clean up with f2fs_is_{atomic,volatile}_file()Chao Yu2018-08-01
* f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-08-01
* f2fs: issue small discard by LBA orderChao Yu2018-08-01
* f2fs: stop issuing discard immediately if there is queued IOChao Yu2018-08-01
* f2fs: detect bug_on in f2fs_wait_discard_biosChao Yu2018-08-01
* f2fs: fix to correct return value of f2fs_trim_fsChao Yu2018-07-27
* f2fs: disable f2fs_check_rb_tree_consistenceChao Yu2018-07-27
* f2fs: introduce and spread verify_blkaddrChao Yu2018-07-27
* f2fs: don't issue discard commands in online discard is onJaegeuk Kim2018-07-27
* treewide: Use array_size in f2fs_kvzalloc()Kees Cook2018-06-12
* treewide: Use array_size() in f2fs_kzalloc()Kees Cook2018-06-12
* f2fs: fix to update mtime correctlyChao Yu2018-06-04
* f2fs: clean up symbol namespaceChao Yu2018-05-31
* f2fs: fix to let caller retry allocating block addressChao Yu2018-05-31
* f2fs: fix to don't trigger writeback during recoveryChao Yu2018-05-31
* f2fs: clear discard_wake earlierSheng Yong2018-05-31
* f2fs: let discard thread wait a little longer if dev is busyYunlei He2018-05-31
* f2fs: avoid stucking GC due to atomic writeChao Yu2018-05-31
* f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim2018-05-31
* f2fs: keep migration IO order in LFS modeChao Yu2018-05-31
* f2fs: fix to wait page writeback during revoking atomic writeChao Yu2018-05-31
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-31
* f2fs: fix to initialize min_mtime with ULLONG_MAXChao Yu2018-05-31
* f2fs: treat volatile file's data as hot oneChao Yu2018-05-31
* f2fs: introduce release_discard_addr() for cleanupChao Yu2018-05-31
* f2fs: fix potential overflowChao Yu2018-05-31
* f2fs: sanity check for total valid node blocksJaegeuk Kim2018-05-31
* f2fs: sanity check on sit entryJaegeuk Kim2018-05-31
* f2fs: clean up commit_inmem_pages()Chao Yu2018-05-31
* f2fs: stop issue discard if something wrong with f2fsYunlei He2018-05-31
* f2fs: check if inmem_pages list is empty correctlySheng Yong2018-05-31