summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)Author
2026-02-03btrfs: add cleanup function for btrfs_free_chunk_mapNaohiro Aota
2026-02-03btrfs: tests: add unit tests for pending extent walking functionsBoris Burkov
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone
2026-02-03btrfs: shrink the size of btrfs_deviceQu Wenruo
2026-02-03btrfs: remove experimental offload csum modeQu Wenruo
2026-01-20btrfs: add extra device item checks at mountQu Wenruo
2025-11-24btrfs: replace const_ilog2() with ilog2()Andy Shevchenko
2025-11-24btrfs: implement remove_bdev and shutdown super operation callbacksQu Wenruo
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-07-22btrfs: don't print relocation messages from auto reclaimJohannes Thumshirn
2025-07-22btrfs: remove struct rcu_stringDavid Sterba
2025-07-22btrfs: open code RCU for device nameDavid Sterba
2025-07-22btrfs: delay btrfs_open_devices() until super block is createdQu Wenruo
2025-07-22btrfs: always open the device read-only in btrfs_scan_one_device()Christoph Hellwig
2025-07-21btrfs: constify more pointer parametersDavid Sterba
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo
2025-05-15btrfs: on unknown chunk allocation policy fallback to regularDavid Sterba
2025-05-15btrfs: remove unused btrfs_io_stripe::lengthDavid Sterba
2025-03-18btrfs: update include and forward declarations in headersDavid Sterba
2025-01-13btrfs: add read policy to set a preferred deviceAnand Jain
2025-01-13btrfs: introduce RAID1 round-robin read balancingAnand Jain
2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain
2025-01-13btrfs: cache RAID stripe tree decision in btrfs_io_contextJohannes Thumshirn
2024-11-11btrfs: remove unused btrfs_is_parity_mirror()Dr. David Alan Gilbert
2024-11-11btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo
2024-10-07btrfs: split remaining space to discard in chunksLuca Stefani
2024-09-10btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn
2024-09-10btrfs: move uuid tree related code to uuid-tree.[ch]Qu Wenruo
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)
2024-05-07btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-03-04btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba
2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba
2024-02-25btrfs: port device access to fileChristian Brauner
2023-12-15btrfs: fix typos found by codespellDavid Sterba
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-28btrfs: Convert to bdev_open_by_path()Jan Kara
2023-10-12btrfs: update comment for temp-fsid, fsid, and metadata_uuidAnand Jain
2023-10-12btrfs: support cloned-device mount capabilityAnand Jain
2023-10-12btrfs: remove incomplete metadata_uuid conversion fixup logicAnand Jain
2023-10-12btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain