index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-27
1
-5
/
+22
|
\
|
*
btrfs: return accurate error code on open failure in open_fs_devices()
Anand Jain
2024-03-26
1
-5
/
+12
|
*
btrfs: validate device maj:min during open
Anand Jain
2024-03-26
1
-0
/
+10
*
|
btrfs: do not skip re-registration for the mounted device
Anand Jain
2024-03-18
1
-11
/
+47
*
|
Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-03-12
1
-25
/
+73
|
\
|
|
*
btrfs: fix off-by-one chunk length calculation at contains_pending_extent()
Filipe Manana
2024-03-05
1
-1
/
+1
|
*
btrfs: include device major and minor numbers in the device scan notice
Anand Jain
2024-03-05
1
-7
/
+12
|
*
btrfs: pass btrfs_device to btrfs_scratch_superblocks()
David Sterba
2024-03-04
1
-8
/
+5
|
*
btrfs: move balance args conversion helpers to volumes.c
David Sterba
2024-03-04
1
-0
/
+38
|
*
btrfs: change BUG_ON to assertion in reset_balance_state()
David Sterba
2024-03-04
1
-1
/
+1
|
*
btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
David Sterba
2024-03-04
1
-1
/
+11
|
*
btrfs: use READ/WRITE_ONCE for fs_devices->read_policy
Naohiro Aota
2024-03-04
1
-5
/
+5
|
*
btrfs: remove unused included headers
David Sterba
2024-03-04
1
-2
/
+0
*
|
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
1
-46
/
+46
|
\
\
|
|
/
|
/
|
|
*
btrfs: port device access to file
Christian Brauner
2024-02-25
1
-46
/
+46
*
|
btrfs: fix unbalanced unlock of mapping_tree_lock
Naohiro Aota
2024-01-12
1
-2
/
+0
|
/
*
btrfs: pass btrfs_io_geometry into btrfs_max_io_len
Johannes Thumshirn
2023-12-15
1
-17
/
+13
*
btrfs: pass struct btrfs_io_geometry to set_io_stripe
Johannes Thumshirn
2023-12-15
1
-17
/
+15
*
btrfs: open code set_io_stripe for RAID56
Johannes Thumshirn
2023-12-15
1
-7
/
+9
*
btrfs: change block mapping to switch/case in btrfs_map_block
Johannes Thumshirn
2023-12-15
1
-6
/
+16
*
btrfs: factor out block mapping for single profiles
Johannes Thumshirn
2023-12-15
1
-3
/
+9
*
btrfs: factor out block mapping for RAID5/6
Johannes Thumshirn
2023-12-15
1
-42
/
+53
*
btrfs: reduce scope of data_stripes in btrfs_map_block
Johannes Thumshirn
2023-12-15
1
-4
/
+4
*
btrfs: factor out block mapping for RAID10
Johannes Thumshirn
2023-12-15
1
-17
/
+29
*
btrfs: factor out block mapping for DUP profiles
Johannes Thumshirn
2023-12-15
1
-8
/
+17
*
btrfs: factor out RAID1 block mapping
Johannes Thumshirn
2023-12-15
1
-10
/
+21
*
btrfs: factor out block-mapping for RAID0
Johannes Thumshirn
2023-12-15
1
-4
/
+10
*
btrfs: re-introduce struct btrfs_io_geometry
Johannes Thumshirn
2023-12-15
1
-70
/
+88
*
btrfs: factor out helper for single device IO check
Johannes Thumshirn
2023-12-15
1
-4
/
+23
*
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-12-15
1
-222
/
+318
*
btrfs: mark sanity checks when getting chunk map as unlikely
Filipe Manana
2023-12-15
1
-2
/
+2
*
Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-28
1
-4
/
+5
|
\
|
*
btrfs: make error messages more clear when getting a chunk map
Filipe Manana
2023-11-23
1
-3
/
+4
|
*
btrfs: fix off-by-one when checking chunk map includes logical address
Filipe Manana
2023-11-23
1
-1
/
+1
*
|
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-13
1
-3
/
+3
|
\
|
|
*
btrfs: fix error pointer dereference after failure to allocate fs devices
Filipe Manana
2023-11-03
1
-3
/
+3
*
|
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-30
1
-214
/
+203
|
\
|
|
*
btrfs: disable the seed feature for temp-fsid
Anand Jain
2023-10-12
1
-0
/
+8
|
*
btrfs: support cloned-device mount capability
Anand Jain
2023-10-12
1
-3
/
+57
|
*
btrfs: add helper function find_fsid_by_disk
Anand Jain
2023-10-12
1
-4
/
+15
|
*
btrfs: increase ->free_chunk_space in btrfs_grow_device
Josef Bacik
2023-10-12
1
-0
/
+1
|
*
btrfs: fix ->free_chunk_space math in btrfs_shrink_device
Josef Bacik
2023-10-12
1
-3
/
+17
|
*
btrfs: remove incomplete metadata_uuid conversion fixup logic
Anand Jain
2023-10-12
1
-156
/
+6
|
*
btrfs: reject devices with CHANGING_FSID_V2
Anand Jain
2023-10-12
1
-0
/
+7
|
*
btrfs: zoned: support RAID0/1/10 on top of raid stripe tree
Johannes Thumshirn
2023-10-12
1
-0
/
+2
|
*
btrfs: lookup physical address from stripe extent
Johannes Thumshirn
2023-10-12
1
-10
/
+32
|
*
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
2023-10-12
1
-1
/
+3
|
*
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
1
-5
/
+5
|
*
btrfs: scan but don't register device on single device filesystem
Anand Jain
2023-10-12
1
-9
/
+34
|
*
btrfs: remove the need_raid_map parameter from btrfs_map_block()
Qu Wenruo
2023-10-12
1
-17
/
+9
[next]