summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang2021-08-301-6/+19
* f2fs: separate out iostat featureDaeho Jeong2021-08-231-0/+1
* f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-171-4/+6
* f2fs: fix to stop filesystem update once CP failedChao Yu2021-08-031-2/+13
* f2fs: introduce discard_unit mount optionChao Yu2021-08-031-29/+53
* f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu2021-08-021-1/+1
* f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2021-07-191-1/+1
* f2fs: swap: support migrating swapfile in aligned write modeChao Yu2021-06-231-0/+3
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-231-1/+5
* f2fs: support RO featureJaegeuk Kim2021-06-231-0/+4
* f2fs: logging neateningJoe Perches2021-06-231-1/+1
* f2fs: restructure f2fs page.private layoutChao Yu2021-05-141-9/+10
* f2fs: avoid null pointer access when handling IPU errorJaegeuk Kim2021-05-111-2/+2
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-041-51/+133
|\
| * 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
* | 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