summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: remove the unused flush argument to change_cursegChristoph Hellwig2022-12-081-9/+7
| * f2fs: open code allocate_segment_by_defaultChristoph Hellwig2022-12-081-26/+24
| * f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig2022-12-081-9/+2
| * f2fs: introduce discard_urgent_util sysfs nodeYangtao Li2022-11-281-1/+2
| * f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li2022-11-281-2/+2
| * f2fs: init discard policy after thread wakeupYangtao Li2022-11-281-11/+9
| * f2fs: truncate blocks in batch in __complete_revoke_list()Chao Yu2022-11-281-7/+2
| * f2fs: make __queue_discard_cmd() return voidYangtao Li2022-11-281-5/+6
| * f2fs: remove submit label in __submit_discard_cmd()Yangtao Li2022-11-281-4/+3
| * f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong2022-11-281-1/+12
| * f2fs: correct i_size change for atomic writesDaeho Jeong2022-11-111-4/+10
| * f2fs: replace ternary operator with max()wangkailong@jari.cn2022-11-011-1/+1
| * f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li2022-11-011-2/+2
| * f2fs: introduce max_ordered_discard sysfs nodeYangtao Li2022-11-011-1/+2
| * f2fs: fix normal discard processDongdong Zhang2022-11-011-1/+1
| * f2fs: cleanup in f2fs_create_flush_cmd_control()Yangtao Li2022-11-011-4/+4
| * f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu2022-11-011-1/+3
* | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+3
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-4/+4
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-4/+4
* f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu2022-10-071-5/+1
* f2fs: support recording errors into superblockChao Yu2022-10-041-0/+11
* f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-2/+3
* f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu2022-10-041-1/+1
* f2fs: replace logical value "true" with a int numberZhang Qilong2022-09-121-1/+1
* f2fs: iostat: support accounting compressed IOChao Yu2022-08-291-5/+6
* Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-081-30/+49
|\
| * f2fs: clean up f2fs_abort_atomic_write()Chao Yu2022-08-051-13/+14
| * f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin2022-08-051-2/+2
| * f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu2022-07-301-0/+13
| * f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-301-0/+6
| * f2fs: invalidate meta pages only for post_read required inodeChao Yu2022-07-301-1/+8
| * f2fs: adjust zone capacity when considering valid block countJaegeuk Kim2022-07-301-4/+3
| * f2fs: enforce single zone capacityJaegeuk Kim2022-07-301-13/+6
* | fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-1/+1
|/
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-280/+180
|\
| * f2fs: avoid unneeded error handling for revoke_entry_slab allocationChao Yu2022-05-241-5/+0
| * f2fs: do not stop GC when requiring a free sectionJaegeuk Kim2022-05-171-1/+2
| * f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim2022-05-121-1/+7
| * f2fs: kill volatile write supportJaegeuk Kim2022-05-121-2/+1
| * f2fs: change the current atomic write wayDaeho Jeong2022-05-121-252/+128
| * f2fs: give priority to select unpinned section for foreground GCChao Yu2022-05-061-0/+8
| * f2fs: fix to do sanity check on total_data_blocksChao Yu2022-05-061-11/+22
| * f2fs: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-251-14/+13
| * f2fs: Remove usage of list iterator pas the loop for list_move_tail()Jakob Koschel2022-04-251-3/+5
| * f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel2022-04-251-3/+6
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-5/+3
|\ \ | |/ |/|
| * block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
| * block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-171-4/+2
* | f2fs: remove obsolete whint_modeJaegeuk Kim2022-04-201-95/+0
|/