summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zoned.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()Qu Wenruo2023-10-121-1/+1
* btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota2023-08-221-4/+15
* btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2023-08-211-3/+13
* btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota2023-08-211-23/+3
* btrfs: zoned: activate metadata block group on write timeNaohiro Aota2023-08-211-2/+79
* btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota2023-08-211-5/+88
* btrfs: zoned: update meta write pointer on zone finishNaohiro Aota2023-08-211-0/+3
* btrfs: zoned: defer advancing meta write pointerNaohiro Aota2023-08-211-14/+1
* btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota2023-08-211-8/+22
* btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota2023-08-211-15/+20
* btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_infoJulia Lawall2023-08-211-2/+2
* btrfs: zoned: do not enable async discardNaohiro Aota2023-07-201-0/+3
* btrfs: open code btrfs_map_sblockChristoph Hellwig2023-06-191-2/+2
* btrfs: pass the new logical address to split_extent_mapChristoph Hellwig2023-06-191-4/+2
* btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig2023-06-191-12/+58
* btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig2023-06-191-39/+22
* btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig2023-06-191-2/+2
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-1/+1
* btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba2023-06-191-1/+1
* btrfs: open code set_extent_bits_nowaitDavid Sterba2023-06-191-2/+2
* btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig2023-06-191-24/+4
* btrfs: export bitmap_test_range_all_{set,zero}Naohiro Aota2023-06-191-6/+6
* btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig2023-05-101-2/+2
* btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota2023-05-101-4/+3
* btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota2023-04-281-3/+3
* btrfs: introduce btrfs_bio::fs_info memberQu Wenruo2023-04-171-2/+2
* btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota2023-03-151-4/+0
* btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota2023-03-151-5/+19
* btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik2023-03-151-2/+1
* btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota2023-03-151-2/+12
* btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig2023-02-151-23/+24
* btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig2023-02-151-0/+3
* btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig2023-02-151-1/+3
* btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig2023-02-151-20/+0
* btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig2023-02-151-26/+26
* btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig2023-02-151-8/+5
* btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zonesNaohiro Aota2023-02-131-2/+5
* btrfs: fix uninitialized variable warning in btrfs_sb_log_locationJosef Bacik2023-02-131-1/+1
* btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota2023-01-111-0/+2
* btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba2022-12-051-3/+4
* btrfs: zoned: use helper to check a power of two zone sizeDavid Sterba2022-12-051-2/+1
* btrfs: update function commentsDavid Sterba2022-12-051-3/+3
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig2022-11-231-3/+3
* btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig2022-11-211-1/+2
* btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn2022-11-071-0/+40
* btrfs: zoned: refactor device checks in btrfs_check_zoned_modeChristoph Hellwig2022-09-261-69/+41
* btrfs: get rid of block group caching progress logicOmar Sandoval2022-09-261-1/+0
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-261-12/+19