summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-10-13btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RSTMiquel Sabaté Solà1-1/+1
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-30/+36
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-23btrfs: zoned: don't fail mount needlessly due to too many active zonesJohannes Thumshirn1-0/+6
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba1-19/+19
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-7/+7
2025-09-23btrfs: zoned: don't fail mount needlessly due to too many active zonesJohannes Thumshirn1-0/+6
2025-09-22btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn1-3/+5
2025-09-22btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_wor...Johannes Thumshirn1-1/+5
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-09-15btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()Johannes Thumshirn1-1/+1
2025-08-13btrfs: fix buffer index in wait_eb_writebacks()Naohiro Aota1-1/+1
2025-08-13btrfs: zoned: limit active zones to max_open_zonesNaohiro Aota1-1/+7
2025-08-13btrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota1-4/+9
2025-08-13btrfs: zoned: fix data relocation block group reservationNaohiro Aota1-8/+47
2025-08-13btrfs: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn1-20/+35
2025-08-07btrfs: zoned: do not select metadata BG as finish targetNaohiro Aota1-1/+1
2025-07-22btrfs: remove struct rcu_stringDavid Sterba1-1/+0
2025-07-22btrfs: open code RCU for device nameDavid Sterba1-11/+11
2025-07-21btrfs: switch RCU helper versions to btrfs_info()David Sterba1-1/+1
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba1-1/+1
2025-07-21btrfs: switch RCU helper versions to btrfs_err()David Sterba1-11/+11
2025-07-21btrfs: zoned: reserve data_reloc block group on mountJohannes Thumshirn1-0/+61
2025-07-21btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana1-1/+1
2025-07-21btrfs: zoned: use filesystem size not disk size for reclaim decisionJohannes Thumshirn1-2/+1
2025-06-19btrfs: zoned: fix alloc_offset calculation for partly conventional block groupsJohannes Thumshirn1-14/+72
2025-05-15btrfs: convert the buffer_radix to an xarrayJosef Bacik1-14/+2
2025-05-15btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba1-1/+1
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana1-4/+4
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana1-1/+1
2025-04-17btrfs: zoned: skip reporting zone for new block groupNaohiro Aota1-2/+16
2025-04-17btrfs: zoned: return EIO on RAID1 block group write pointer mismatchJohannes Thumshirn1-1/+0
2025-03-18btrfs: zoned: fix zone finishing with missing devicesJohannes Thumshirn1-0/+3
2025-03-18btrfs: zoned: fix zone activation with missing devicesJohannes Thumshirn1-0/+3
2025-03-18btrfs: zoned: exit btrfs_can_activate_zone if BTRFS_FS_NEED_ZONE_FINISH is setJohannes Thumshirn1-0/+3
2025-01-13btrfs: zoned: reclaim unused zone by zone resettingNaohiro Aota1-0/+124
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2025-01-06btrfs: zoned: calculate max_extent_size properly on non-zoned setupChristoph Hellwig1-2/+3
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-5/+8
2024-11-13btrfs: validate queue limitsChristoph Hellwig1-0/+6
2024-11-11btrfs: fix a typo in btrfs_use_zone_appendChristoph Hellwig1-1/+1
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan1-1/+1
2024-10-29block: add a bdev_limits helperChristoph Hellwig1-5/+2
2024-10-09btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana1-1/+1
2024-09-10btrfs: use btrfs_path auto free in zoned.cLeo Martins1-23/+11
2024-09-10btrfs: constify more pointer parametersDavid Sterba1-1/+1
2024-09-02btrfs: zoned: handle broken write pointer on zonesNaohiro Aota1-5/+25
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo1-1/+2
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo1-1/+1