summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu
2022-10-04f2fs: support recording errors into superblockChao Yu
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu
2022-10-04f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-09-12f2fs: replace logical value "true" with a int numberZhang Qilong
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu
2022-08-05f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin
2022-07-30f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu
2022-07-30f2fs: introduce sysfs atomic write statisticsDaeho Jeong
2022-07-30f2fs: invalidate meta pages only for post_read required inodeChao Yu
2022-07-30f2fs: adjust zone capacity when considering valid block countJaegeuk Kim
2022-07-30f2fs: enforce single zone capacityJaegeuk Kim
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-24f2fs: avoid unneeded error handling for revoke_entry_slab allocationChao Yu
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim
2022-05-12f2fs: kill volatile write supportJaegeuk Kim
2022-05-12f2fs: change the current atomic write wayDaeho Jeong
2022-05-06f2fs: give priority to select unpinned section for foreground GCChao Yu
2022-05-06f2fs: fix to do sanity check on total_data_blocksChao Yu
2022-04-25f2fs: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-25f2fs: Remove usage of list iterator pas the loop for list_move_tail()Jakob Koschel
2022-04-25f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel
2022-04-20f2fs: remove obsolete whint_modeJaegeuk Kim
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown
2022-03-03f2fs: fix to do sanity check on curseg->alloc_typeChao Yu
2022-02-02f2fs: move discard parameters into discard_cmd_controlKonstantin Vyshetsky
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim
2021-10-26f2fs: multidevice: support direct IOChao Yu
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong
2021-10-11f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu
2021-09-20f2fs: introduce excess_dirty_threshold()Chao Yu
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-08-03f2fs: fix to stop filesystem update once CP failedChao Yu