aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)Author
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-08-23btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba
2023-05-17btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota
2023-05-17btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig
2023-05-17btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota
2023-04-06btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota
2023-04-06btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-03-30btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota
2023-02-01btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2022-11-23btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig
2022-11-21btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn
2022-09-26btrfs: zoned: refactor device checks in btrfs_check_zoned_modeChristoph Hellwig
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik
2022-09-13btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota
2022-09-05btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn
2022-09-05btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota
2022-07-25btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota
2022-07-25btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota
2022-07-25btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota
2022-07-25btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-07-25btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-07-25btrfs: zoned: fix comment description for sb_write_pointer logicPankaj Raghav
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-08btrfs: zoned: drop optimization of zone finishNaohiro Aota
2022-07-08btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-17btrfs: zoned: introduce a minimal zone size 4M and reject mountJohannes Thumshirn
2022-05-17btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota
2022-05-16btrfs: zoned: properly finish block group on metadata writeNaohiro Aota
2022-05-16btrfs: zoned: finish block group when there are no more allocatable bytes leftNaohiro Aota
2022-05-16btrfs: zoned: consolidate zone finish functionsNaohiro Aota
2022-05-16btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota
2022-05-16btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota
2022-05-05btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota
2022-04-17btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig
2022-03-23btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn
2022-03-23btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn
2022-03-14btrfs: zoned: remove redundant assignment in btrfs_check_zoned_modePankaj Raghav
2022-03-14btrfs: zoned: allow DUP on meta-data block groupsJohannes Thumshirn
2022-03-14btrfs: zoned: prepare for allowing DUP on zonedJohannes Thumshirn
2022-03-14btrfs: zoned: make zone finishing multi stripe capableJohannes Thumshirn
2022-03-14btrfs: zoned: make zone activation multi stripe capableJohannes Thumshirn