index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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-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
2025-01-13
btrfs: validate system chunk array at btrfs_validate_super()
Qu Wenruo
2025-01-13
btrfs: update btrfs_add_chunk_map() to use rb helpers
Roger L. Beckermeyer III
2025-01-13
btrfs: move extent-tree function declarations out of ctree.h
Filipe Manana
2025-01-13
btrfs: pass btrfs_io_geometry to is_single_device_io
Johannes Thumshirn
2025-01-13
btrfs: cache RAID stripe tree decision in btrfs_io_context
Johannes Thumshirn
2025-01-13
btrfs: cache stripe tree usage in struct btrfs_io_geometry
Johannes Thumshirn
2024-11-11
btrfs: do not clear read-only when adding sprout device
Boris Burkov
2024-11-11
btrfs: remove unused btrfs_is_parity_mirror()
Dr. David Alan Gilbert
2024-11-11
btrfs: tests: add selftests for raid-stripe-tree
Johannes Thumshirn
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
2024-11-11
btrfs: canonicalize the device path before adding it
Qu Wenruo
2024-11-11
btrfs: avoid unnecessary device path update for the same device
Qu Wenruo
2024-11-11
btrfs: don't take dev_replace rwsem on task already holding it
Johannes Thumshirn
2024-10-29
btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()
Zhihao Cheng
2024-09-10
btrfs: reduce chunk_map lookups in btrfs_map_block()
Johannes Thumshirn
2024-09-10
btrfs: print message on device opening error during mount
Li Zhang
2024-09-10
btrfs: move uuid tree related code to uuid-tree.[ch]
Qu Wenruo
2024-07-11
btrfs: abort transaction on errors in btrfs_free_chunk()
David Sterba
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: use for-local variables that shadow function variables
David Sterba
2024-07-11
btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()
Anand Jain
2024-07-11
btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()
Johannes Thumshirn
[next]