index
:
git.armlinux.org.uk/linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-09-05
btrfs: don't allow adding block device of less than 1 MB
Mark Harmstone
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
2025-07-22
btrfs: don't print relocation messages from auto reclaim
Johannes Thumshirn
2025-07-22
btrfs: remove struct rcu_string
David Sterba
2025-07-22
btrfs: open code RCU for device name
David Sterba
2025-07-22
btrfs: use fs_holder_ops for all opened devices
Qu Wenruo
2025-07-22
btrfs: use the super_block as holder when mounting file systems
Christoph Hellwig
2025-07-22
btrfs: delay btrfs_open_devices() until super block is created
Qu Wenruo
2025-07-22
btrfs: call bdev_fput() to reclaim the blk_holder immediately
Qu Wenruo
2025-07-22
btrfs: always open the device read-only in btrfs_scan_one_device()
Christoph Hellwig
2025-07-22
btrfs: replace strcpy() with strscpy()
Brahmajit Das
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
2025-07-21
btrfs: rename error to ret in device_list_add()
David Sterba
2025-07-21
btrfs: switch RCU helper versions to btrfs_info()
David Sterba
2025-07-21
btrfs: switch RCU helper versions to btrfs_warn()
David Sterba
2025-07-21
btrfs: switch RCU helper versions to btrfs_err()
David Sterba
2025-07-21
btrfs: open code rcu_string_free() and remove it
David Sterba
2025-07-21
btrfs: fix comment in reserved space warning
Dan Johnson
2025-06-19
btrfs: update superblock's device bytes_used when dropping chunk
Mark Harmstone
2025-05-15
btrfs: add space_info parameter for block group creation
Naohiro Aota
2025-05-15
btrfs: get rid of btrfs_read_dev_super()
Qu Wenruo
2025-05-15
btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()
Qu Wenruo
2025-05-15
btrfs: on unknown chunk allocation policy fallback to regular
David Sterba
2025-05-15
btrfs: switch int dev_replace_is_ongoing variables/parameters to bool
David Sterba
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
2025-05-15
btrfs: use verbose ASSERT() in volumes.c
David Sterba
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
Filipe Manana
2025-05-02
Revert "btrfs: canonicalize the device path before adding it"
Qu Wenruo
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
2025-03-07
Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-03-06
btrfs: fix a leaked chunk map issue in read_one_chunk()
Haoxiang Li
2025-02-25
Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-02-21
btrfs: output an error message if btrfs failed to find the seed fsid
Qu Wenruo
2025-01-20
Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-01-13
btrfs: add the missing error handling inside get_canonical_dev_path
Qu Wenruo
2025-01-13
btrfs: configure read policy via module parameter
Anand Jain
2025-01-13
btrfs: add read policy to set a preferred device
Anand Jain
2025-01-13
btrfs: introduce RAID1 round-robin read balancing
Anand Jain
2025-01-13
btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()
Anand Jain
2025-01-13
btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
[next]