summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota1-0/+3
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig1-2/+2
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig1-4/+2
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig1-12/+58
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig1-39/+22
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig1-2/+2
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-1/+1
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba1-1/+1
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba1-2/+2
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig1-24/+4
2023-06-19btrfs: export bitmap_test_range_all_{set,zero}Naohiro Aota1-6/+6
2023-05-10btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig1-2/+2
2023-05-10btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota1-4/+3
2023-04-28btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota1-3/+3
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo1-2/+2
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota1-4/+0
2023-03-15btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota1-5/+19
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik1-2/+1
2023-03-15btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota1-2/+12
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig1-23/+24
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig1-0/+3
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig1-1/+3
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig1-20/+0
2023-02-15btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig1-26/+26
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig1-8/+5
2023-02-13btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zonesNaohiro Aota1-2/+5
2023-02-13btrfs: fix uninitialized variable warning in btrfs_sb_log_locationJosef Bacik1-1/+1
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota1-0/+2
2022-12-05btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba1-3/+4
2022-12-05btrfs: zoned: use helper to check a power of two zone sizeDavid Sterba1-2/+1
2022-12-05btrfs: update function commentsDavid Sterba1-3/+3
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-11-23btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig1-3/+3
2022-11-21btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig1-1/+2
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn1-0/+40
2022-09-26btrfs: zoned: refactor device checks in btrfs_check_zoned_modeChristoph Hellwig1-69/+41
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval1-1/+0
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik1-12/+19
2022-09-13btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota1-2/+38
2022-09-05btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn1-41/+40
2022-09-05btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki1-3/+12
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota1-2/+1
2022-07-25btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota1-0/+6
2022-07-25btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota1-0/+53
2022-07-25btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota1-0/+6
2022-07-25btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota1-0/+40
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota1-1/+4
2022-07-25btrfs: zoned: revive max_zone_append_bytesNaohiro Aota1-0/+17
2022-07-25btrfs: zoned: fix comment description for sb_write_pointer logicPankaj Raghav1-3/+3