summaryrefslogtreecommitdiff
path: root/fs/btrfs/zoned.c
AgeCommit message (Expand)Author
12 daysMerge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-17btrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-13btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03btrfs: zoned: factor out the zone loading part into a testable functionNaohiro Aota
2026-02-03btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup()Johannes Thumshirn
2026-02-03btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10Naohiro Aota
2026-02-03btrfs: zoned: fixup last alloc pointer after extent removal for DUPNaohiro Aota
2026-02-03btrfs: zoned: fixup last alloc pointer after extent removal for RAID1Naohiro Aota
2026-02-03btrfs: use the btrfs_block_group_end() helper everywhereFilipe Manana
2026-02-03btrfs: zoned: print block-group type for zoned statisticsJohannes Thumshirn
2026-02-03btrfs: zoned: show statistics about zoned filesystems in mountstatsJohannes Thumshirn
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-24btrfs: make a few more ASSERTs verboseDavid Sterba
2025-11-24btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo
2025-11-24btrfs: replace const_ilog2() with ilog2()Andy Shevchenko
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: remove fs_info argument from btrfs_zoned_activate_one_bg()Filipe Manana
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-05btrfs: zoned: fix stripe width calculationNaohiro Aota
2025-11-05btrfs: zoned: fix conventional zone capacity calculationNaohiro Aota
2025-11-05btrfs: use blkdev_report_zones_cached()Damien Le Moal
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-13btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RSTMiquel Sabaté Solà
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-23btrfs: zoned: don't fail mount needlessly due to too many active zonesJohannes Thumshirn
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: zoned: don't fail mount needlessly due to too many active zonesJohannes Thumshirn
2025-09-22btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn
2025-09-22btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_wor...Johannes Thumshirn
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-15btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()Johannes Thumshirn
2025-08-13btrfs: fix buffer index in wait_eb_writebacks()Naohiro Aota
2025-08-13btrfs: zoned: limit active zones to max_open_zonesNaohiro Aota
2025-08-13btrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota
2025-08-13btrfs: zoned: fix data relocation block group reservationNaohiro Aota
2025-08-13btrfs: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn
2025-08-07btrfs: zoned: do not select metadata BG as finish targetNaohiro Aota
2025-07-22btrfs: remove struct rcu_stringDavid Sterba
2025-07-22btrfs: open code RCU for device nameDavid Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_info()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_err()David Sterba
2025-07-21btrfs: zoned: reserve data_reloc block group on mountJohannes Thumshirn