aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-30f2fs: fix wrong discard spaceGravatar Chao Yu 1-0/+11
2020-05-28f2fs: remove unneeded return value of __insert_discard_tree()Gravatar Chao Yu 1-7/+2
2020-04-17f2fs: Fix the accounting of dcc->undiscard_blksGravatar Sahitya Tummala 1-1/+3
2020-04-17f2fs: report the discard cmd errors properlyGravatar Sahitya Tummala 1-2/+2
2020-04-17f2fs: fix long latency due to discard during umountGravatar Sahitya Tummala 1-2/+10
2020-04-03f2fs: switch discard_policy.timeout to bool typeGravatar Chao Yu 1-8/+8
2020-03-30f2fs: don't trigger data flush in foreground operationGravatar Chao Yu 1-3/+3
2020-03-19f2fs: add prefix for f2fs slab cache nameGravatar Chao Yu 1-4/+4
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTGravatar Chao Yu 1-4/+6
2020-03-19f2fs: clean up lfs/adaptive mount optionGravatar Chao Yu 1-6/+6
2020-03-19f2fs: show mounted timeGravatar Jaegeuk Kim 1-1/+1
2020-01-17f2fs: change to use rwsem for gc_mutexGravatar Chao Yu 1-3/+3
2020-01-17f2fs: add a way to turn off ipu bio cacheGravatar Jaegeuk Kim 1-1/+1
2020-01-17f2fs: support data compressionGravatar Chao Yu 1-2/+3
2020-01-15f2fs: cleanup duplicate stats for atomic filesGravatar Sahitya Tummala 1-1/+0
2020-01-15f2fs: Check write pointer consistency of non-open zonesGravatar Shin'ichiro Kawasaki 1-0/+126
2020-01-15f2fs: Check write pointer consistency of open zonesGravatar Shin'ichiro Kawasaki 1-0/+131
2019-11-30Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-14/+50
2019-11-19f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingGravatar Sahitya Tummala 1-6/+15
2019-11-19f2fs: show f2fs instance in printk_ratelimitedGravatar Chao Yu 1-4/+5
2019-11-07f2fs: support aligned pinned fileGravatar Jaegeuk Kim 1-4/+27
2019-11-07block: add zone open, close and finish operationsGravatar Ajay Joshi 1-1/+2
2019-10-25f2fs: cache global IPU bioGravatar Chao Yu 1-0/+3
2019-09-16f2fs: fix to add missing F2FS_IO_ALIGNED() conditionGravatar Chao Yu 1-1/+3
2019-09-16f2fs: avoid infinite GC loop due to stale atomic filesGravatar Jaegeuk Kim 1-21/+8
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityGravatar Chao Yu 1-1/+1
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Gravatar Sahitya Tummala 1-8/+19
2019-08-23f2fs: allocate memory in batch in build_sit_info()Gravatar Chao Yu 1-28/+23
2019-08-23f2fs: fix to avoid data corruption by forbidding SSR overwriteGravatar Chao Yu 1-3/+5
2019-08-23Revert "f2fs: avoid out-of-range memory access"Gravatar Chao Yu 1-5/+0
2019-08-23f2fs: cleanup the code in build_sit_entries.Gravatar Lihong Kou 1-2/+0
2019-08-23f2fs: fix to avoid discard command leakGravatar Chao Yu 1-0/+7
2019-07-10f2fs: avoid out-of-range memory accessGravatar Ocean Chen 1-0/+5
2019-07-10f2fs: fix to avoid long latency during umountGravatar Heng Xiao 1-0/+4
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDGravatar Chao Yu 1-5/+5
2019-07-02f2fs: print kernel message if filesystem is inconsistentGravatar Chao Yu 1-0/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Gravatar Joe Perches 1-36/+25
2019-07-02f2fs: ioctl for removing a range from F2FSGravatar Qiuyang Sun 1-2/+37
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableGravatar Daniel Rosenberg 1-3/+14
2019-06-03f2fs: Lower threshold for disable_cp_againGravatar Daniel Rosenberg 1-3/+5
2019-05-30f2fs: add error prints for debugging mount failureGravatar Sahitya Tummala 1-1/+5
2019-05-30f2fs: fix to do sanity check on segment bitmap of LFS cursegGravatar Chao Yu 1-0/+39
2019-05-23f2fs: fix to avoid deadloop if data_flush is onGravatar Chao Yu 1-0/+4
2019-05-23f2fs: add bio cache for IPUGravatar Chao Yu 1-1/+4
2019-05-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateGravatar Chao Yu 1-1/+4
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEGravatar Chao Yu 1-2/+2
2019-05-08f2fs: fix to avoid panic in f2fs_inplace_write_data()Gravatar Chao Yu 1-2/+7
2019-04-05f2fs: improve discard handling with multi-device volumesGravatar Damien Le Moal 1-4/+4
2019-04-05f2fs: Reduce zoned block device memory usageGravatar Damien Le Moal 1-20/+16
2019-04-05f2fs: Fix use of number of devicesGravatar Damien Le Moal 1-6/+7