index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
btrfs: fix lost error when running device stats on multiple devices fs
Filipe Manana
1
-2
/
+3
2026-03-19
btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...
Mark Harmstone
1
-2
/
+4
2026-03-04
btrfs: replace BUG() with error handling in __btrfs_balance()
Adarsh Das
1
-2
/
+8
2026-02-27
btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
Boris Burkov
1
-60
/
+183
2026-01-21
Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+42
2026-01-20
btrfs: add extra device item checks at mount
Qu Wenruo
1
-0
/
+40
2026-01-20
btrfs: sync read disk super and set block size
Edward Adam Davis
1
-0
/
+2
2025-12-16
Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2025-12-12
btrfs: fix memory leak of fs_devices in degraded seed device path
Deepanshu Kartikey
1
-0
/
+1
2025-12-04
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-129
/
+70
2025-12-02
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+4
2025-11-26
btrfs: use vfs_utimes to update file timestamps
Christoph Hellwig
1
-7
/
+4
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-2
/
+1
2025-11-25
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-3
/
+3
2025-11-25
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
1
-20
/
+8
2025-11-24
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
1
-98
/
+55
2025-11-24
btrfs: implement remove_bdev and shutdown super operation callbacks
Qu Wenruo
1
-0
/
+2
2025-11-24
btrfs: refactor allocation size calculation in alloc_btrfs_io_context()
Mehdi Ben Hadj Khelifa
1
-6
/
+1
2025-11-06
btrfs: use super write guard in relocating_repair_kthread()
Christian Brauner
1
-3
/
+2
2025-11-06
btrfs: use super write guard in sb_start_write()
Christian Brauner
1
-2
/
+2
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-14
/
+14
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-15
/
+15
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-6
/
+4
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-1
/
+1
2025-09-05
btrfs: don't allow adding block device of less than 1 MB
Mark Harmstone
1
-0
/
+5
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
1
-5
/
+5
2025-07-22
btrfs: don't print relocation messages from auto reclaim
Johannes Thumshirn
1
-6
/
+8
2025-07-22
btrfs: remove struct rcu_string
David Sterba
1
-1
/
+0
2025-07-22
btrfs: open code RCU for device name
David Sterba
1
-13
/
+22
2025-07-22
btrfs: use fs_holder_ops for all opened devices
Qu Wenruo
1
-2
/
+2
2025-07-22
btrfs: use the super_block as holder when mounting file systems
Christoph Hellwig
1
-2
/
+2
2025-07-22
btrfs: delay btrfs_open_devices() until super block is created
Qu Wenruo
1
-2
/
+3
2025-07-22
btrfs: call bdev_fput() to reclaim the blk_holder immediately
Qu Wenruo
1
-9
/
+9
2025-07-22
btrfs: always open the device read-only in btrfs_scan_one_device()
Christoph Hellwig
1
-2
/
+2
2025-07-22
btrfs: replace strcpy() with strscpy()
Brahmajit Das
1
-3
/
+1
2025-07-22
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
1
-4
/
+4
2025-07-22
btrfs: rename error to ret in device_list_add()
David Sterba
1
-5
/
+5
2025-07-22
btrfs: switch RCU helper versions to btrfs_info()
David Sterba
1
-2
/
+2
2025-07-22
btrfs: switch RCU helper versions to btrfs_warn()
David Sterba
1
-5
/
+5
2025-07-22
btrfs: switch RCU helper versions to btrfs_err()
David Sterba
1
-1
/
+1
2025-07-22
btrfs: open code rcu_string_free() and remove it
David Sterba
1
-2
/
+3
2025-07-22
btrfs: fix comment in reserved space warning
Dan Johnson
1
-1
/
+1
2025-06-19
btrfs: update superblock's device bytes_used when dropping chunk
Mark Harmstone
1
-0
/
+6
2025-05-15
btrfs: add space_info parameter for block group creation
Naohiro Aota
1
-5
/
+30
2025-05-15
btrfs: get rid of btrfs_read_dev_super()
Qu Wenruo
1
-1
/
+1
2025-05-15
btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()
Qu Wenruo
1
-44
/
+39
2025-05-15
btrfs: on unknown chunk allocation policy fallback to regular
David Sterba
1
-8
/
+12
2025-05-15
btrfs: switch int dev_replace_is_ongoing variables/parameters to bool
David Sterba
1
-2
/
+2
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
1
-53
/
+47
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-4
/
+4
[next]