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
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
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
1
-3
/
+4
2025-05-15
btrfs: use verbose ASSERT() in volumes.c
David Sterba
1
-20
/
+35
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-5
/
+5
2025-05-15
btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
Filipe Manana
1
-4
/
+3
2025-05-02
Revert "btrfs: canonicalize the device path before adding it"
Qu Wenruo
1
-90
/
+1
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
1
-8
/
+8
2025-03-08
Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2025-03-06
btrfs: fix a leaked chunk map issue in read_one_chunk()
Haoxiang Li
1
-0
/
+1
2025-02-25
Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+5
2025-02-21
btrfs: output an error message if btrfs failed to find the seed fsid
Qu Wenruo
1
-1
/
+5
2025-01-21
Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-102
/
+140
2025-01-13
btrfs: add the missing error handling inside get_canonical_dev_path
Qu Wenruo
1
-0
/
+4
2025-01-13
btrfs: configure read policy via module parameter
Anand Jain
1
-1
/
+14
2025-01-13
btrfs: add read policy to set a preferred device
Anand Jain
1
-0
/
+17
2025-01-13
btrfs: introduce RAID1 round-robin read balancing
Anand Jain
1
-0
/
+65
2025-01-13
btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()
Anand Jain
1
-2
/
+0
2025-01-13
btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-11
/
+1
[next]