summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
5 daysMerge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
10 daysbtrfs: fix lost error when running device stats on multiple devices fsFilipe Manana
12 daysMerge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-17btrfs: check block group before marking it unused in balance_remap_chunks()Mark Harmstone
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-13btrfs: pass 'verbose' parameter to btrfs_relocate_block_groupJohannes Thumshirn
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone
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-18btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das
2026-02-03btrfs: tests: add unit tests for pending extent walking functionsBoris Burkov
2026-02-03btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov
2026-02-03btrfs: abort transaction on error in btrfs_remove_block_group()Filipe Manana
2026-02-03btrfs: remove out label in btrfs_check_rw_degradable()Filipe Manana
2026-02-03btrfs: allow balancing remap treeMark Harmstone
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone
2026-02-03btrfs: handle setting up relocation of block group with remap-treeMark Harmstone
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone
2026-02-03btrfs: redirect I/O for remapped block groupsMark Harmstone
2026-02-03btrfs: don't add metadata items for the remap tree to the extent treeMark Harmstone
2026-02-03btrfs: allow remapped chunks to have zero stripesMark Harmstone
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone
2026-02-03btrfs: add definitions and constants for remap-treeMark Harmstone
2026-02-03btrfs: use READA_FORWARD_ALWAYS for device extent verificationjinbaohong
2026-02-03btrfs: shrink the size of btrfs_deviceQu Wenruo
2026-02-03btrfs: avoid transaction commit on error in insert_balance_item()Filipe Manana
2026-02-03btrfs: avoid transaction commit on error in del_balance_item()Filipe Manana
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2026-01-21Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-20btrfs: add extra device item checks at mountQu Wenruo
2026-01-20btrfs: sync read disk super and set block sizeEdward Adam Davis
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-12btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-26btrfs: use vfs_utimes to update file timestampsChristoph Hellwig
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu Wenruo
2025-11-24btrfs: refactor allocation size calculation in alloc_btrfs_io_context()Mehdi Ben Hadj Khelifa
2025-11-05btrfs: use super write guard in relocating_repair_kthread()Christian Brauner
2025-11-05btrfs: use super write guard in sb_start_write()Christian Brauner
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-22btrfs: convert several int parameters to boolDavid Sterba