summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorLines
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim-0/+3
2021-10-26f2fs: multidevice: support direct IOChao Yu-14/+21
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong-2/+18
2021-10-11f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu-1/+1
2021-09-20f2fs: introduce excess_dirty_threshold()Chao Yu-2/+21
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang-6/+19
2021-08-23f2fs: separate out iostat featureDaeho Jeong-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu-4/+6
2021-08-03f2fs: fix to stop filesystem update once CP failedChao Yu-2/+13
2021-08-03f2fs: introduce discard_unit mount optionChao Yu-29/+53
2021-08-02f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu-1/+1
2021-07-19f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim-1/+1
2021-06-23f2fs: swap: support migrating swapfile in aligned write modeChao Yu-0/+3
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu-1/+5
2021-06-23f2fs: support RO featureJaegeuk Kim-0/+4
2021-06-23f2fs: logging neateningJoe Perches-1/+1
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu-9/+10
2021-05-11f2fs: avoid null pointer access when handling IPU errorJaegeuk Kim-2/+2
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-51/+133
2021-04-26f2fs: drop inplace IO if fs status is abnormalChao Yu-1/+16
2021-04-21f2fs: avoid using native allocate_segment_by_default()Chao Yu-8/+10
2021-04-13f2fs: fix to avoid NULL pointer dereferenceYi Chen-1/+4
2021-04-13f2fs: avoid duplicated codes for cleanupChao Yu-22/+10
2021-04-10f2fs: clean up build warningsYi Zhuang-3/+15
2021-04-06f2fs: fix the periodic wakeups of discard threadSahitya Tummala-7/+14
2021-04-06f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu-3/+3
2021-03-31f2fs: Fix a hungtask problem in atomic writeYi Zhuang-13/+17
2021-03-30f2fs: introduce gc_merge mount optionChao Yu-2/+13
2021-03-26f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu-0/+4
2021-03-26f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun-0/+3
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala-1/+2
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu-15/+21
2021-03-25f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo-1/+3
2021-03-23f2fs: fix to align to section for fallocate() on pinned fileChao Yu-8/+26
2021-03-12f2fs: check discard command number before traversing discard pending listChao Yu-0/+2
2021-03-12f2fs: update comments for explicit memory barrierChao Yu-1/+5
2021-03-12f2fs: fix to allow migrating fully valid segmentChao Yu-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+1
2021-02-08f2fs: don't grab superblock freeze for flush/ckpt threadJaegeuk Kim-4/+0
2021-01-27f2fs: deprecate f2fs_trace_ioJaegeuk Kim-3/+0
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig-11/+1
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong-1/+1
2020-12-02f2fs: init dirty_secmap incorrectlyJack Qiu-1/+1
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu-20/+27
2020-10-13f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu-0/+3
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim-3/+9
2020-09-14f2fs: clean up kvfreeChao Yu-12/+12
2020-09-11f2fs: support age threshold based garbage collectionChao Yu-38/+139
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu-2/+2