aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-14f2fs: rework fault injection handling to avoid a warningArnd Bergmann1-4/+0
2018-08-13f2fs: fix to return success when trimming meta areaChao Yu1-2/+2
2018-08-13f2fs: fix use-after-free of dicard command entryChao Yu1-34/+45
2018-08-13f2fs: support discard submission error injectionChao Yu1-0/+8
2018-08-13f2fs: split discard command in prior to block layerChao Yu1-34/+114
2018-08-13f2fs: fix incorrect range->len in f2fs_trim_fs()Chao Yu1-1/+2
2018-08-01f2fs: let checkpoint flush dnode page of regularChao Yu1-1/+3
2018-08-01f2fs: issue discard align to section in LFS modeYunlong Song1-3/+17
2018-08-01f2fs: clean up with f2fs_is_{atomic,volatile}_file()Chao Yu1-2/+2
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu1-10/+27
2018-08-01f2fs: issue small discard by LBA orderChao Yu1-0/+64
2018-08-01f2fs: stop issuing discard immediately if there is queued IOChao Yu1-6/+5
2018-08-01f2fs: detect bug_on in f2fs_wait_discard_biosChao Yu1-0/+2
2018-07-27f2fs: fix to correct return value of f2fs_trim_fsChao Yu1-11/+16
2018-07-27f2fs: disable f2fs_check_rb_tree_consistenceChao Yu1-3/+7
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu1-2/+2
2018-07-27f2fs: don't issue discard commands in online discard is onJaegeuk Kim1-10/+11
2018-06-12treewide: Use array_size in f2fs_kvzalloc()Kees Cook1-4/+8
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook1-1/+2
2018-06-04f2fs: fix to update mtime correctlyChao Yu1-3/+4
2018-05-31f2fs: clean up symbol namespaceChao Yu1-89/+96
2018-05-31f2fs: fix to let caller retry allocating block addressChao Yu1-5/+6
2018-05-31f2fs: fix to don't trigger writeback during recoveryChao Yu1-0/+3
2018-05-31f2fs: clear discard_wake earlierSheng Yong1-3/+4
2018-05-31f2fs: let discard thread wait a little longer if dev is busyYunlei He1-1/+5
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu1-1/+10
2018-05-31f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim1-2/+2
2018-05-31f2fs: keep migration IO order in LFS modeChao Yu1-0/+5
2018-05-31f2fs: fix to wait page writeback during revoking atomic writeChao Yu1-0/+2
2018-05-31f2fs: clean up with is_valid_blkaddr()Chao Yu1-2/+2
2018-05-31f2fs: fix to initialize min_mtime with ULLONG_MAXChao Yu1-1/+1
2018-05-31f2fs: treat volatile file's data as hot oneChao Yu1-2/+3
2018-05-31f2fs: introduce release_discard_addr() for cleanupChao Yu1-6/+9
2018-05-31f2fs: fix potential overflowChao Yu1-4/+7
2018-05-31f2fs: sanity check for total valid node blocksJaegeuk Kim1-0/+16
2018-05-31f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2018-05-31f2fs: clean up commit_inmem_pages()Chao Yu1-24/+22
2018-05-31f2fs: stop issue discard if something wrong with f2fsYunlei He1-0/+7
2018-05-31f2fs: check if inmem_pages list is empty correctlySheng Yong1-1/+1
2018-05-31f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entriesZhikang Zhang1-0/+9
2018-05-31f2fs: correct return value of f2fs_trim_fsChao Yu1-2/+2
2018-05-31f2fs: don't use GFP_ZERO for page cachesChao Yu1-0/+3
2018-05-31f2fs: issue all big range discards in umount processYunlei He1-0/+1
2018-05-31f2fs: run fstrim asynchronously if runtime discard is onJaegeuk Kim1-2/+11
2018-05-30f2fs: turn down IO priority of discard from backgroundChao Yu1-0/+1
2018-05-30f2fs: don't split checkpoint in fstrimChao Yu1-27/+12
2018-05-30f2fs: issue discard commands proactively in high fs utilizationJaegeuk Kim1-32/+39
2018-05-29f2fs: let fstrim issue discard commands in lower priorityJaegeuk Kim1-64/+75
2018-05-02f2fs: clear PageError on writepageJaegeuk Kim1-0/+1
2018-03-27f2fs: Add a segment type check in inplace writeYunlei He1-0/+5