summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: readahead encrypted block during GCChao Yu2018-08-211-1/+9
* f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-211-1/+5
* f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-211-0/+1
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-4/+0Star
* f2fs: fix to return success when trimming meta areaChao Yu2018-08-131-2/+2
* f2fs: fix use-after-free of dicard command entryChao Yu2018-08-131-34/+45
* f2fs: support discard submission error injectionChao Yu2018-08-131-0/+8
* f2fs: split discard command in prior to block layerChao Yu2018-08-131-34/+114
* f2fs: fix incorrect range->len in f2fs_trim_fs()Chao Yu2018-08-131-1/+2
* f2fs: let checkpoint flush dnode page of regularChao Yu2018-08-011-1/+3
* f2fs: issue discard align to section in LFS modeYunlong Song2018-08-011-3/+17
* f2fs: clean up with f2fs_is_{atomic,volatile}_file()Chao Yu2018-08-011-2/+2
* f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-08-011-10/+27
* f2fs: issue small discard by LBA orderChao Yu2018-08-011-0/+64
* f2fs: stop issuing discard immediately if there is queued IOChao Yu2018-08-011-6/+5Star
* f2fs: detect bug_on in f2fs_wait_discard_biosChao Yu2018-08-011-0/+2
* f2fs: fix to correct return value of f2fs_trim_fsChao Yu2018-07-271-11/+16
* f2fs: disable f2fs_check_rb_tree_consistenceChao Yu2018-07-271-3/+7
* f2fs: introduce and spread verify_blkaddrChao Yu2018-07-271-2/+2
* f2fs: don't issue discard commands in online discard is onJaegeuk Kim2018-07-271-10/+11
* treewide: Use array_size in f2fs_kvzalloc()Kees Cook2018-06-131-4/+8
* treewide: Use array_size() in f2fs_kzalloc()Kees Cook2018-06-131-1/+2
* f2fs: fix to update mtime correctlyChao Yu2018-06-041-3/+4
* f2fs: clean up symbol namespaceChao Yu2018-05-311-89/+96
* f2fs: fix to let caller retry allocating block addressChao Yu2018-05-311-5/+6
* f2fs: fix to don't trigger writeback during recoveryChao Yu2018-05-311-0/+3
* f2fs: clear discard_wake earlierSheng Yong2018-05-311-3/+4
* f2fs: let discard thread wait a little longer if dev is busyYunlei He2018-05-311-1/+5
* f2fs: avoid stucking GC due to atomic writeChao Yu2018-05-311-1/+10
* f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim2018-05-311-2/+2
* f2fs: keep migration IO order in LFS modeChao Yu2018-05-311-0/+5
* f2fs: fix to wait page writeback during revoking atomic writeChao Yu2018-05-311-0/+2
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-2/+2
* f2fs: fix to initialize min_mtime with ULLONG_MAXChao Yu2018-05-311-1/+1
* f2fs: treat volatile file's data as hot oneChao Yu2018-05-311-2/+3
* f2fs: introduce release_discard_addr() for cleanupChao Yu2018-05-311-6/+9
* f2fs: fix potential overflowChao Yu2018-05-311-4/+7
* f2fs: sanity check for total valid node blocksJaegeuk Kim2018-05-311-0/+16
* f2fs: sanity check on sit entryJaegeuk Kim2018-05-311-0/+9
* f2fs: clean up commit_inmem_pages()Chao Yu2018-05-311-24/+22Star
* f2fs: stop issue discard if something wrong with f2fsYunlei He2018-05-311-0/+7
* f2fs: check if inmem_pages list is empty correctlySheng Yong2018-05-311-1/+1
* f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entriesZhikang Zhang2018-05-311-0/+9
* f2fs: correct return value of f2fs_trim_fsChao Yu2018-05-311-2/+2
* f2fs: don't use GFP_ZERO for page cachesChao Yu2018-05-311-0/+3
* f2fs: issue all big range discards in umount processYunlei He2018-05-311-0/+1
* f2fs: run fstrim asynchronously if runtime discard is onJaegeuk Kim2018-05-311-2/+11
* f2fs: turn down IO priority of discard from backgroundChao Yu2018-05-301-0/+1
* f2fs: don't split checkpoint in fstrimChao Yu2018-05-301-27/+12Star
* f2fs: issue discard commands proactively in high fs utilizationJaegeuk Kim2018-05-301-32/+39