aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-11/+1
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadGravatar Jaegeuk Kim 1-4/+0
2021-01-27f2fs: deprecate f2fs_trace_ioGravatar Jaegeuk Kim 1-3/+0
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitGravatar Christoph Hellwig 1-11/+1
2020-12-03f2fs: add compress_mode mount optionGravatar Daeho Jeong 1-1/+1
2020-12-02f2fs: init dirty_secmap incorrectlyGravatar Jack Qiu 1-1/+1
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionGravatar Chao Yu 1-20/+27
2020-10-13f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseGravatar Chao Yu 1-0/+3
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailGravatar Jaegeuk Kim 1-3/+9
2020-09-14f2fs: clean up kvfreeGravatar Chao Yu 1-12/+12
2020-09-11f2fs: support age threshold based garbage collectionGravatar Chao Yu 1-38/+139
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryGravatar Chao Yu 1-2/+2
2020-09-10f2fs: inherit mtime of original block during GCGravatar Chao Yu 1-12/+44
2020-09-10f2fs: record average update time of segmentGravatar Chao Yu 1-3/+18
2020-09-10f2fs: introduce inmem cursegGravatar Chao Yu 1-33/+74
2020-09-10f2fs: remove duplicated type castingGravatar Xiaojun Wang 1-1/+1
2020-09-10f2fs: support zone capacity less than zone sizeGravatar Aravind Ramesh 1-12/+144
2020-09-08f2fs: Fix type of section block count variablesGravatar Shin'ichiro Kawasaki 1-4/+4
2020-08-03f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Gravatar Zhihao Cheng 1-1/+1
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentGravatar Daeho Jeong 1-2/+2
2020-07-07f2fs: split f2fs_allocate_new_segments()Gravatar Chao Yu 1-16/+23
2020-07-07f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeGravatar Qilong Zhang 1-2/+2
2020-07-07f2fs: clean up parameter of f2fs_allocate_data_block()Gravatar Chao Yu 1-3/+3
2020-07-07f2fs: shrink node_write lock coverageGravatar Chao Yu 1-11/+0
2020-07-07f2fs: add prefix for exported symbolsGravatar Chao Yu 1-1/+1
2020-06-18f2fs: get the right gc victim section when section has several segmentsGravatar Jack Qiu 1-2/+59
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