summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-5/+3
|\
| * f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown2022-03-221-5/+3
* | f2fs: fix to do sanity check on curseg->alloc_typeChao Yu2022-03-031-0/+7
* | f2fs: move discard parameters into discard_cmd_controlKonstantin Vyshetsky2022-02-021-9/+13
* | f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-22/+22
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-4/+4
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-4/+4
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-1/+1
|\ \
| * | f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-1/+1
| |/
* / mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-6/+3
|/
* f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2021-11-091-0/+3
* f2fs: multidevice: support direct IOChao Yu2021-10-261-14/+21
* f2fs: introduce fragment allocation mode mount optionDaeho Jeong2021-10-261-2/+18
* f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu2021-10-111-1/+1
* f2fs: introduce excess_dirty_threshold()Chao Yu2021-09-201-2/+21
* f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang2021-08-301-6/+19
* f2fs: separate out iostat featureDaeho Jeong2021-08-231-0/+1
* f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-171-4/+6
* f2fs: fix to stop filesystem update once CP failedChao Yu2021-08-031-2/+13
* f2fs: introduce discard_unit mount optionChao Yu2021-08-031-29/+53
* f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu2021-08-021-1/+1
* f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2021-07-191-1/+1
* f2fs: swap: support migrating swapfile in aligned write modeChao Yu2021-06-231-0/+3
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-231-1/+5
* f2fs: support RO featureJaegeuk Kim2021-06-231-0/+4
* f2fs: logging neateningJoe Perches2021-06-231-1/+1