summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)Author
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
2022-01-07btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota
2022-01-07btrfs: zoned: simplify btrfs_check_meta_write_pointerJohannes Thumshirn
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota
2021-12-08btrfs: zoned: clear data relocation bg on zone finishJohannes Thumshirn
2021-10-26btrfs: zoned: use kmemdup() to replace kmalloc + memcpyKai Song
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2021-10-26btrfs: zoned: use regular writes for relocationJohannes Thumshirn
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota
2021-10-26btrfs: zoned: load active zone info for block groupNaohiro Aota
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota
2021-10-26btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota
2021-10-26btrfs: zoned: load active zone information from devicesNaohiro Aota
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota
2021-10-26btrfs: zoned: locate superblock position using zone capacityNaohiro Aota
2021-10-26btrfs: zoned: consider zone as full when no more SB can be writtenNaohiro Aota
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota
2021-10-26btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusableNaohiro Aota
2021-10-26btrfs: zoned: load zone capacity information from devicesNaohiro Aota
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov
2021-08-23btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig
2021-06-22btrfs: fix typos in commentsDavid Sterba