summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li1-1/+2
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li1-2/+2
2022-11-28f2fs: init discard policy after thread wakeupYangtao Li1-11/+9
2022-11-28f2fs: truncate blocks in batch in __complete_revoke_list()Chao Yu1-7/+2
2022-11-28f2fs: make __queue_discard_cmd() return voidYangtao Li1-5/+6
2022-11-28f2fs: remove submit label in __submit_discard_cmd()Yangtao Li1-4/+3
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong1-1/+12
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-4/+4
2022-11-11f2fs: correct i_size change for atomic writesDaeho Jeong1-4/+10
2022-11-02f2fs: replace ternary operator with max()wangkailong@jari.cn1-1/+1
2022-11-02f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li1-2/+2
2022-11-02f2fs: introduce max_ordered_discard sysfs nodeYangtao Li1-1/+2
2022-11-02f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-11-02f2fs: cleanup in f2fs_create_flush_cmd_control()Yangtao Li1-4/+4
2022-11-02f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-4/+4
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu1-5/+1
2022-10-04f2fs: support recording errors into superblockChao Yu1-0/+11
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-2/+3
2022-10-04f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu1-1/+1
2022-09-13f2fs: replace logical value "true" with a int numberZhang Qilong1-1/+1
2022-08-30f2fs: iostat: support accounting compressed IOChao Yu1-5/+6
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