summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorLines
2020-08-03f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Zhihao Cheng-1/+1
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong-2/+2
2020-07-07f2fs: split f2fs_allocate_new_segments()Chao Yu-16/+23
2020-07-07f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang-2/+2
2020-07-07f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu-3/+3
2020-07-07f2fs: shrink node_write lock coverageChao Yu-11/+0
2020-07-07f2fs: add prefix for exported symbolsChao Yu-1/+1
2020-06-18f2fs: get the right gc victim section when section has several segmentsJack Qiu-2/+59
2020-05-30f2fs: fix wrong discard spaceChao Yu-0/+11
2020-05-28f2fs: remove unneeded return value of __insert_discard_tree()Chao Yu-7/+2
2020-04-17f2fs: Fix the accounting of dcc->undiscard_blksSahitya Tummala-1/+3
2020-04-17f2fs: report the discard cmd errors properlySahitya Tummala-2/+2
2020-04-17f2fs: fix long latency due to discard during umountSahitya Tummala-2/+10
2020-04-03f2fs: switch discard_policy.timeout to bool typeChao Yu-8/+8
2020-03-30f2fs: don't trigger data flush in foreground operationChao Yu-3/+3
2020-03-19f2fs: add prefix for f2fs slab cache nameChao Yu-4/+4
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu-4/+6
2020-03-19f2fs: clean up lfs/adaptive mount optionChao Yu-6/+6
2020-03-19f2fs: show mounted timeJaegeuk Kim-1/+1
2020-01-17f2fs: change to use rwsem for gc_mutexChao Yu-3/+3
2020-01-17f2fs: add a way to turn off ipu bio cacheJaegeuk Kim-1/+1
2020-01-17f2fs: support data compressionChao Yu-2/+3
2020-01-15f2fs: cleanup duplicate stats for atomic filesSahitya Tummala-1/+0
2020-01-15f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki-0/+126
2020-01-15f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki-0/+131
2019-11-30Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds-14/+50
2019-11-19f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala-6/+15
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu-4/+5
2019-11-07f2fs: support aligned pinned fileJaegeuk Kim-4/+27
2019-11-07block: add zone open, close and finish operationsAjay Joshi-1/+2
2019-10-25f2fs: cache global IPU bioChao Yu-0/+3
2019-09-16f2fs: fix to add missing F2FS_IO_ALIGNED() conditionChao Yu-1/+3
2019-09-16f2fs: avoid infinite GC loop due to stale atomic filesJaegeuk Kim-21/+8
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu-1/+1
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala-8/+19
2019-08-23f2fs: allocate memory in batch in build_sit_info()Chao Yu-28/+23
2019-08-23f2fs: fix to avoid data corruption by forbidding SSR overwriteChao Yu-3/+5
2019-08-23Revert "f2fs: avoid out-of-range memory access"Chao Yu-5/+0
2019-08-23f2fs: cleanup the code in build_sit_entries.Lihong Kou-2/+0
2019-08-23f2fs: fix to avoid discard command leakChao Yu-0/+7
2019-07-10f2fs: avoid out-of-range memory accessOcean Chen-0/+5
2019-07-10f2fs: fix to avoid long latency during umountHeng Xiao-0/+4
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu-5/+5
2019-07-02f2fs: print kernel message if filesystem is inconsistentChao Yu-0/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches-36/+25
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun-2/+37
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg-3/+14
2019-06-03f2fs: Lower threshold for disable_cp_againDaniel Rosenberg-3/+5
2019-05-30f2fs: add error prints for debugging mount failureSahitya Tummala-1/+5
2019-05-30f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu-0/+39