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.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
2020-11-23
btrfs: don't access possibly stale fs_info data for printing duplicate device
Johannes Thumshirn
1
-1
/
+7
2020-11-05
btrfs: dev-replace: fail mount if we don't have replace item with target device
Anand Jain
1
-19
/
+7
2020-10-27
btrfs: convert data_seqcount to seqcount_mutex_t
Davidlohr Bueso
1
-1
/
+1
2020-10-26
btrfs: fix readahead hang and use-after-free after removing a device
Filipe Manana
1
-0
/
+3
2020-10-07
btrfs: skip devices without magic signature when mounting
Anand Jain
1
-6
/
+12
2020-10-07
btrfs: return error if we're unable to read device stats
Josef Bacik
1
-8
/
+18
2020-10-07
btrfs: init device stats for seed devices
Josef Bacik
1
-41
/
+46
2020-10-07
btrfs: simplify gotos in open_seed_device
Anand Jain
1
-5
/
+3
2020-10-07
btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()
Anand Jain
1
-6
/
+3
2020-10-07
btrfs: use sprout device_list_mutex in btrfs_init_devices_late
Anand Jain
1
-3
/
+1
2020-10-07
btrfs: split and refactor btrfs_sysfs_remove_devices_dir
Anand Jain
1
-4
/
+4
2020-10-07
btrfs: simplify parameters of btrfs_sysfs_add_devices_dir
Anand Jain
1
-1
/
+1
2020-10-07
btrfs: improve device scanning messages
Anand Jain
1
-6
/
+8
2020-10-07
btrfs: enumerate the type of exclusive operation in progress
Goldwyn Rodrigues
1
-10
/
+10
2020-10-07
btrfs: sysfs: init devices outside of the chunk_mutex
Josef Bacik
1
-3
/
+4
2020-10-07
btrfs: don't opencode sync_blockdev in btrfs_init_new_device
Nikolay Borisov
1
-1
/
+1
2020-10-07
btrfs: remove redundant code from btrfs_free_stale_devices
Nikolay Borisov
1
-2
/
+0
2020-10-07
btrfs: refactor locked condition in btrfs_init_new_device
Nikolay Borisov
1
-3
/
+4
2020-10-07
btrfs: use RCU for quick device check in btrfs_init_new_device
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: do not hold device_list_mutex when closing devices
Josef Bacik
1
-5
/
+4
2020-10-07
btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks
Josef Bacik
1
-1
/
+0
2020-10-07
btrfs: remove alloc_list splice in btrfs_prepare_sprout
Nikolay Borisov
1
-4
/
+0
2020-10-07
btrfs: document some invariants of seed code
Nikolay Borisov
1
-0
/
+15
2020-10-07
btrfs: switch seed device to list api
Nikolay Borisov
1
-55
/
+48
2020-10-07
btrfs: simplify setting/clearing fs_info to btrfs_fs_devices
Nikolay Borisov
1
-18
/
+2
2020-10-07
btrfs: make close_fs_devices return void
Nikolay Borisov
1
-8
/
+4
2020-10-07
btrfs: factor out loop logic from btrfs_free_extra_devids
Nikolay Borisov
1
-14
/
+20
2020-10-07
btrfs: add owner and fs_info to alloc_state io_tree
Qu Wenruo
1
-3
/
+4
2020-10-07
btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid
Nikolay Borisov
1
-2
/
+5
2020-09-30
btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks
Josef Bacik
1
-0
/
+3
2020-09-25
btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishing
Josef Bacik
1
-9
/
+3
2020-09-07
btrfs: fix lockdep splat in add_missing_dev
Josef Bacik
1
-0
/
+10
2020-08-27
btrfs: drop path before adding new uuid tree entry
Josef Bacik
1
-1
/
+2
2020-08-12
btrfs: trim: fix underflow in trim length to prevent access beyond device bou...
Qu Wenruo
1
-0
/
+4
2020-07-27
btrfs: move the chunk_mutex in btrfs_read_chunk_tree
Josef Bacik
1
-2
/
+2
2020-07-27
btrfs: open device without device_list_mutex
Josef Bacik
1
-3
/
+18
2020-07-27
btrfs: relocation: review the call sites which can be interrupted by signal
Qu Wenruo
1
-1
/
+16
2020-07-27
btrfs: prefetch chunk tree leaves at mount
David Sterba
1
-0
/
+27
2020-07-27
btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointers
Nikolay Borisov
1
-20
/
+11
2020-07-27
btrfs: don't check for btrfs_device::bdev in btrfs_end_bio
Nikolay Borisov
1
-8
/
+7
2020-07-27
btrfs: record btrfs_device directly in btrfs_io_bio
Nikolay Borisov
1
-10
/
+4
2020-07-27
btrfs: allow use of global block reserve for balance item deletion
David Sterba
1
-1
/
+1
2020-07-21
btrfs: fix mount failure caused by race with umount
Boris Burkov
1
-0
/
+8
2020-05-25
btrfs: drop stale reference to volume_mutex
Anand Jain
1
-4
/
+3
2020-05-25
btrfs: free alien device after device add
Anand Jain
1
-1
/
+11
2020-05-25
btrfs: include non-missing as a qualifier for the latest_bdev
Anand Jain
1
-0
/
+2
2020-05-25
btrfs: drop useless goto in open_fs_devices
Anand Jain
1
-7
/
+5
2020-05-25
btrfs: make btrfs_read_disk_super return struct btrfs_disk_super
Nikolay Borisov
1
-24
/
+23
2020-03-23
btrfs: relocation: add error injection points for cancelling balance
Qu Wenruo
1
-1
/
+1
2020-03-23
btrfs: balance: factor out convert profile validation
David Sterba
1
-24
/
+21
[next]