summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-30/+49
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu1-13/+14
2022-08-05f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin1-2/+2
2022-07-31f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu1-0/+13
2022-07-31f2fs: introduce sysfs atomic write statisticsDaeho Jeong1-0/+6
2022-07-31f2fs: invalidate meta pages only for post_read required inodeChao Yu1-1/+8
2022-07-31f2fs: adjust zone capacity when considering valid block countJaegeuk Kim1-4/+3
2022-07-31f2fs: enforce single zone capacityJaegeuk Kim1-13/+6
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche1-1/+1
2022-06-01Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-280/+180
2022-05-25f2fs: avoid unneeded error handling for revoke_entry_slab allocationChao Yu1-5/+0
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+3
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim1-1/+2
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim1-1/+7
2022-05-12f2fs: kill volatile write supportJaegeuk Kim1-2/+1
2022-05-12f2fs: change the current atomic write wayDaeho Jeong1-252/+128
2022-05-07f2fs: give priority to select unpinned section for foreground GCChao Yu1-0/+8
2022-05-07f2fs: fix to do sanity check on total_data_blocksChao Yu1-11/+22
2022-04-26f2fs: replace usage of found with dedicated list iterator variableJakob Koschel1-14/+13
2022-04-26f2fs: Remove usage of list iterator pas the loop for list_move_tail()Jakob Koschel1-3/+5
2022-04-26f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-04-20f2fs: remove obsolete whint_modeJaegeuk Kim1-95/+0
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-18block: add a bdev_max_discard_sectors helperChristoph Hellwig1-4/+2
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+3
2022-03-23f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown1-5/+3
2022-03-04f2fs: fix to do sanity check on curseg->alloc_typeChao Yu1-0/+7
2022-02-03f2fs: move discard parameters into discard_cmd_controlKonstantin Vyshetsky1-9/+13
2022-01-25f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-22/+22
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-4/+4
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-4/+4
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-6/+3
2022-01-05f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-1/+1
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim1-0/+3
2021-10-27f2fs: multidevice: support direct IOChao Yu1-14/+21
2021-10-27f2fs: introduce fragment allocation mode mount optionDaeho Jeong1-2/+18
2021-10-12f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-1/+1
2021-09-21f2fs: introduce excess_dirty_threshold()Chao Yu1-2/+21
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang1-6/+19
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-4/+6
2021-08-04f2fs: fix to stop filesystem update once CP failedChao Yu1-2/+13
2021-08-03f2fs: introduce discard_unit mount optionChao Yu1-29/+53
2021-08-02f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu1-1/+1
2021-07-20f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim1-1/+1
2021-06-23f2fs: swap: support migrating swapfile in aligned write modeChao Yu1-0/+3
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-1/+5
2021-06-23f2fs: support RO featureJaegeuk Kim1-0/+4
2021-06-23f2fs: logging neateningJoe Perches1-1/+1