summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-11/+1
|\
| * f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig2021-01-271-11/+1
* | f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim2021-02-081-4/+0
* | f2fs: deprecate f2fs_trace_ioJaegeuk Kim2021-01-271-3/+0
|/
* f2fs: add compress_mode mount optionDaeho Jeong2020-12-031-1/+1
* f2fs: init dirty_secmap incorrectlyJack Qiu2020-12-021-1/+1
* f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2020-12-021-20/+27
* f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu2020-10-131-0/+3
* f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-10-131-3/+9
* f2fs: clean up kvfreeChao Yu2020-09-141-12/+12
* f2fs: support age threshold based garbage collectionChao Yu2020-09-111-38/+139
* f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu2020-09-101-2/+2
* f2fs: inherit mtime of original block during GCChao Yu2020-09-101-12/+44
* f2fs: record average update time of segmentChao Yu2020-09-101-3/+18
* f2fs: introduce inmem cursegChao Yu2020-09-101-33/+74
* f2fs: remove duplicated type castingXiaojun Wang2020-09-101-1/+1
* f2fs: support zone capacity less than zone sizeAravind Ramesh2020-09-101-12/+144
* f2fs: Fix type of section block count variablesShin'ichiro Kawasaki2020-09-081-4/+4
* f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Zhihao Cheng2020-08-031-1/+1
* f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong2020-07-071-2/+2
* f2fs: split f2fs_allocate_new_segments()Chao Yu2020-07-071-16/+23
* f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang2020-07-071-2/+2
* f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu2020-07-071-3/+3
* f2fs: shrink node_write lock coverageChao Yu2020-07-071-11/+0
* f2fs: add prefix for exported symbolsChao Yu2020-07-071-1/+1
* f2fs: get the right gc victim section when section has several segmentsJack Qiu2020-06-181-2/+59
* f2fs: fix wrong discard spaceChao Yu2020-05-301-0/+11
* f2fs: remove unneeded return value of __insert_discard_tree()Chao Yu2020-05-281-7/+2
* f2fs: Fix the accounting of dcc->undiscard_blksSahitya Tummala2020-04-171-1/+3
* f2fs: report the discard cmd errors properlySahitya Tummala2020-04-171-2/+2
* f2fs: fix long latency due to discard during umountSahitya Tummala2020-04-171-2/+10
* f2fs: switch discard_policy.timeout to bool typeChao Yu2020-04-031-8/+8
* f2fs: don't trigger data flush in foreground operationChao Yu2020-03-301-3/+3
* f2fs: add prefix for f2fs slab cache nameChao Yu2020-03-191-4/+4
* f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu2020-03-191-4/+6
* f2fs: clean up lfs/adaptive mount optionChao Yu2020-03-191-6/+6
* f2fs: show mounted timeJaegeuk Kim2020-03-191-1/+1
* f2fs: change to use rwsem for gc_mutexChao Yu2020-01-171-3/+3
* f2fs: add a way to turn off ipu bio cacheJaegeuk Kim2020-01-171-1/+1
* f2fs: support data compressionChao Yu2020-01-171-2/+3
* f2fs: cleanup duplicate stats for atomic filesSahitya Tummala2020-01-151-1/+0
* f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki2020-01-151-0/+126
* f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki2020-01-151-0/+131
* Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-11-301-14/+50
|\
| * f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala2019-11-191-6/+15
| * f2fs: show f2fs instance in printk_ratelimitedChao Yu2019-11-191-4/+5
| * f2fs: support aligned pinned fileJaegeuk Kim2019-11-071-4/+27
| * f2fs: cache global IPU bioChao Yu2019-10-251-0/+3
* | block: add zone open, close and finish operationsAjay Joshi2019-11-071-1/+2
|/