summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: drop inplace IO if fs status is abnormalChao Yu2021-04-261-1/+16
* f2fs: avoid using native allocate_segment_by_default()Chao Yu2021-04-211-8/+10
* f2fs: fix to avoid NULL pointer dereferenceYi Chen2021-04-131-1/+4
* f2fs: avoid duplicated codes for cleanupChao Yu2021-04-131-22/+10
* f2fs: clean up build warningsYi Zhuang2021-04-101-3/+15
* f2fs: fix the periodic wakeups of discard threadSahitya Tummala2021-04-061-7/+14
* f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu2021-04-061-3/+3
* f2fs: Fix a hungtask problem in atomic writeYi Zhuang2021-03-311-13/+17
* f2fs: introduce gc_merge mount optionChao Yu2021-03-301-2/+13
* f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu2021-03-261-0/+4
* f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun2021-03-261-0/+3
* f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala2021-03-261-1/+2
* f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-03-261-15/+21
* f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo2021-03-251-1/+3
* f2fs: fix to align to section for fallocate() on pinned fileChao Yu2021-03-231-8/+26
* f2fs: check discard command number before traversing discard pending listChao Yu2021-03-121-0/+2
* f2fs: update comments for explicit memory barrierChao Yu2021-03-121-1/+5
* f2fs: fix to allow migrating fully valid segmentChao Yu2021-03-121-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