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.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-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
2022-05-25
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-86
/
+41
2022-05-16
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
1
-18
/
+6
2022-05-16
btrfs: raid56: enable subpage support for RAID56
Qu Wenruo
1
-7
/
+0
2022-05-16
btrfs: reduce width for stripe_len from u64 to u32
Qu Wenruo
1
-13
/
+7
2022-05-16
btrfs: repair super block num_devices automatically
Qu Wenruo
1
-4
/
+4
2022-05-16
btrfs: pass a block_device to btrfs_bio_clone
Christoph Hellwig
1
-4
/
+5
2022-05-16
btrfs: move the call to bio_set_dev out of submit_stripe_bio
Christoph Hellwig
1
-1
/
+1
2022-05-16
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
1
-1
/
+2
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
1
-1
/
+1
2022-05-16
btrfs: use dummy extent buffer for super block sys chunk array read
Qu Wenruo
1
-22
/
+7
2022-05-16
btrfs: use btrfs_for_each_slot in btrfs_read_chunk_tree
Gabriel Niebler
1
-16
/
+9
2022-04-18
block: add a bdev_nonrot helper
Christoph Hellwig
1
-2
/
+2
2022-04-18
btrfs: simplify ->flush_bio handling
Christoph Hellwig
1
-11
/
+0
2022-04-06
btrfs: mark resumed async balance as writing
Naohiro Aota
1
-0
/
+2
2022-03-24
btrfs: remove device item and update super block in the same transaction
Qu Wenruo
1
-37
/
+28
2022-03-14
btrfs: don't access possibly stale fs_info data in device_list_add
Dongliang Mu
1
-7
/
+6
2022-03-14
btrfs: zoned: mark relocation as writing
Naohiro Aota
1
-0
/
+3
2022-03-14
btrfs: disable device manipulation ioctl's EXTENT_TREE_V2
Josef Bacik
1
-0
/
+5
2022-03-14
btrfs: disable balance for extent tree v2 for now
Josef Bacik
1
-0
/
+6
2022-03-14
btrfs: cleanup temporary variables when finding rotational device status
Anand Jain
1
-6
/
+2
2022-03-14
btrfs: use dev_t to match device in device_matched
Anand Jain
1
-40
/
+1
2022-03-14
btrfs: add device major-minor info in the struct btrfs_device
Anand Jain
1
-25
/
+15
2022-03-14
btrfs: match stale devices by dev_t
Anand Jain
1
-25
/
+31
2022-03-14
btrfs: harden identification of a stale device
Anand Jain
1
-7
/
+38
2022-03-14
btrfs: move missing device handling in a dedicate function
Nikolay Borisov
1
-14
/
+24
2022-01-07
btrfs: remove reada infrastructure
Qu Wenruo
1
-7
/
+0
2022-01-07
btrfs: zoned: sink zone check into btrfs_repair_one_zone
Johannes Thumshirn
1
-5
/
+8
2022-01-07
btrfs: introduce exclusive operation BALANCE_PAUSED state
Nikolay Borisov
1
-2
/
+8
2022-01-03
btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_item
Josef Bacik
1
-2
/
+1
2022-01-03
btrfs: don't check stripe length if the profile is not stripe based
Qu Wenruo
1
-1
/
+6
2022-01-03
btrfs: zoned: cache reported zone during mount
Naohiro Aota
1
-1
/
+1
2022-01-03
btrfs: consolidate device_list_mutex in prepare_sprout to its parent
Anand Jain
1
-18
/
+51
2022-01-03
btrfs: switch seeding_dev in init_new_device to bool
Anand Jain
1
-2
/
+2
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-3
/
+3
2021-12-18
Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+4
2021-12-15
btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()
Shin'ichiro Kawasaki
1
-2
/
+4
2021-11-18
Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+13
2021-11-16
btrfs: silence lockdep when reading chunk tree during mount
Filipe Manana
1
-5
/
+13
2021-11-01
Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-256
/
+336
2021-11-01
Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-10-29
btrfs: clear MISSING device status bit in btrfs_close_one_device
Li Zhang
1
-1
/
+3
2021-10-26
btrfs: update device path inode time instead of bd_inode
Josef Bacik
1
-8
/
+13
2021-10-26
btrfs: fix deadlock between chunk allocation and chunk btree modifications
Filipe Manana
1
-1
/
+14
2021-10-26
btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls
Josef Bacik
1
-8
/
+7
2021-10-26
btrfs: add a btrfs_get_dev_args_from_path helper
Josef Bacik
1
-32
/
+64
2021-10-26
btrfs: handle device lookup with btrfs_dev_lookup_args
Josef Bacik
1
-46
/
+76
2021-10-26
btrfs: do not call close_fs_devices in btrfs_rm_device
Josef Bacik
1
-1
/
+9
2021-10-26
btrfs: use num_device to check for the last surviving seed device
Anand Jain
1
-1
/
+1
2021-10-26
btrfs: remove btrfs_raid_bio::fs_info member
Qu Wenruo
1
-4
/
+3
2021-10-26
btrfs: make sure btrfs_io_context::fs_info is always initialized
Qu Wenruo
1
-4
/
+5
[next]