index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: reduce chunk_map lookups in btrfs_map_block()
Johannes Thumshirn
2024-09-10
1
-22
/
+27
*
btrfs: print message on device opening error during mount
Li Zhang
2024-09-10
1
-0
/
+2
*
btrfs: move uuid tree related code to uuid-tree.[ch]
Qu Wenruo
2024-09-10
1
-177
/
+0
*
btrfs: abort transaction on errors in btrfs_free_chunk()
David Sterba
2024-07-11
1
-6
/
+9
*
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
1
-1
/
+1
*
btrfs: use for-local variables that shadow function variables
David Sterba
2024-07-11
1
-6
/
+3
*
btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()
Anand Jain
2024-07-11
1
-10
/
+8
*
btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()
Johannes Thumshirn
2024-07-11
1
-10
/
+8
*
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
1
-1
/
+1
|
\
|
*
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-05-03
1
-1
/
+1
*
|
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-21
1
-5
/
+8
|
\
|
|
*
set_blocksize(): switch to passing struct file *
Al Viro
2024-05-02
1
-2
/
+2
|
*
btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens
Al Viro
2024-05-02
1
-4
/
+7
*
|
btrfs: remove no longer used btrfs_clone_chunk_map()
Filipe Manana
2024-05-07
1
-15
/
+0
*
|
Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-02
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
Dominique Martinet
2024-04-25
1
-0
/
+1
*
|
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
[next]