index
:
pub/scm/linux/kernel/git/klassert/ipsec-next.git
master
Steffen Klassert's ipsec-next networking tree
Steffen Klassert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Merge tag 'for-7.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+4
12 days
btrfs: restore active device pointers after failed sprout
Guanghui Yang
1
-0
/
+2
12 days
btrfs: detach failed sprout device from transaction update list
Guanghui Yang
1
-0
/
+2
2026-08-20
Merge tag 'for-7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-44
/
+20
2026-08-17
Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-16
/
+89
2026-08-07
btrfs: disguise single-data-RAID56 as RAID1/RAID1C3
Qu Wenruo
1
-3
/
+18
2026-08-07
btrfs: remove btrfs_chunk_map::io_(align|width) members
Qu Wenruo
1
-4
/
+0
2026-08-07
btrfs: fix a lockdep caused by path resolution during device scan
Qu Wenruo
1
-36
/
+1
2026-08-07
btrfs: log swapfile activation/deactivation and warn about pinned block groups
Qu Wenruo
1
-1
/
+1
2026-06-29
btrfs: use scoped_with_init_fs() for update_dev_time()
Christian Brauner
1
-1
/
+10
2026-06-29
fs: look up superblocks via the device table in fs_holder_ops
Christian Brauner
1
-3
/
+3
2026-06-29
btrfs: open via dedicated fs bdev helpers
Christian Brauner
1
-9
/
+20
2026-06-29
btrfs: deny freezing devices undergoing a replace
Christian Brauner
1
-6
/
+12
2026-06-29
btrfs: deny freezing a device while it is being added
Christian Brauner
1
-5
/
+41
2026-06-29
btrfs: deny freezing a device while it is being removed
Christian Brauner
1
-0
/
+20
2026-06-09
btrfs: print a message when a missing device re-appears
Qu Wenruo
1
-0
/
+5
2026-06-09
btrfs: use mapping shared locking for reading super block
Filipe Manana
1
-2
/
+2
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
1
-4
/
+4
2026-06-09
btrfs: avoid unnecessary dev stats updates
Qu Wenruo
1
-2
/
+2
2026-06-09
btrfs: always update/create the dev stats item when adding a new device
Qu Wenruo
1
-0
/
+6
2026-06-09
btrfs: remove the dev stats item when removing a device
Qu Wenruo
1
-0
/
+6
2026-06-09
btrfs: remove the dev stats item for replace target device
Qu Wenruo
1
-0
/
+32
2026-06-08
btrfs: limit size of bios submitted from writeback
Jan Kara
1
-0
/
+31
2026-06-08
btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()
Filipe Manana
1
-4
/
+4
2026-06-08
btrfs: balance: fix potential bg lookup failure in btrfs_may_alloc_data_chunk()
ZhengYuan Huang
1
-1
/
+5
2026-06-08
btrfs: balance: fix potential bg lookup failure in chunk_usage_range_filter()
ZhengYuan Huang
1
-7
/
+17
2026-06-08
btrfs: balance: fix potential bg lookup failure in chunk_usage_filter()
ZhengYuan Huang
1
-9
/
+23
2026-04-13
Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-5
/
+220
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
1
-1
/
+1
2026-04-07
btrfs: do not reject a valid running dev-replace
Qu Wenruo
1
-1
/
+6
2026-04-07
btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()
Filipe Manana
1
-0
/
+30
2026-04-07
btrfs: replace kcalloc() calls to kzalloc_objs()
Miquel SabatĂ© SolĂ
1
-4
/
+2
2026-04-07
btrfs: update per-profile available estimation
Qu Wenruo
1
-1
/
+19
2026-04-07
btrfs: introduce the device layout aware per-profile available space
Qu Wenruo
1
-0
/
+164
2026-03-28
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+3
2026-03-23
btrfs: fix lost error when running device stats on multiple devices fs
Filipe Manana
1
-2
/
+3
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+17
2026-03-17
btrfs: check block group before marking it unused in balance_remap_chunks()
Mark Harmstone
1
-8
/
+17
2026-03-16
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-03-13
btrfs: pass 'verbose' parameter to btrfs_relocate_block_group
Johannes Thumshirn
1
-1
/
+1
2026-03-09
block: remove bdev_nonrot()
Damien Le Moal
1
-2
/
+2
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+5
2026-02-26
btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()
Mark Harmstone
1
-1
/
+1
2026-02-26
btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...
Mark Harmstone
1
-2
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2026-02-18
btrfs: replace BUG() with error handling in __btrfs_balance()
Adarsh Das
1
-2
/
+8
2026-02-03
btrfs: tests: add unit tests for pending extent walking functions
Boris Burkov
1
-7
/
+7
2026-02-03
btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
Boris Burkov
1
-60
/
+183
[next]