index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-12-02
btrfs: don't access possibly stale fs_info data for printing duplicate device
Johannes Thumshirn
1
-1
/
+7
2020-11-18
btrfs: dev-replace: fail mount if we don't have replace item with target device
Anand Jain
1
-19
/
+7
2020-11-18
btrfs: sysfs: init devices outside of the chunk_mutex
Josef Bacik
1
-3
/
+4
2020-11-10
btrfs: tree-checker: Verify dev item
Qu Wenruo
1
-9
/
+0
2020-11-10
btrfs: tree-checker: Check chunk item at tree block read time
Qu Wenruo
1
-3
/
+9
2020-11-10
btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export it
Qu Wenruo
1
-93
/
+1
2020-11-05
btrfs: improve device scanning messages
Anand Jain
1
-6
/
+8
2020-09-17
btrfs: fix lockdep splat in add_missing_dev
Josef Bacik
1
-0
/
+10
2020-09-09
btrfs: drop path before adding new uuid tree entry
Josef Bacik
1
-1
/
+2
2020-08-21
btrfs: open device without device_list_mutex
Josef Bacik
1
-3
/
+18
2020-07-29
btrfs: fix mount failure caused by race with umount
Boris Burkov
1
-0
/
+8
2020-06-22
btrfs: include non-missing as a qualifier for the latest_bdev
Anand Jain
1
-0
/
+2
2020-06-22
btrfs: merge btrfs_find_device and find_device
Anand Jain
1
-42
/
+42
2020-02-24
btrfs: device stats, log when stats are zeroed
Anand Jain
1
-0
/
+2
2019-12-05
btrfs: fix ncopies raid_attr for RAID56
Hans van Kranenburg
1
-2
/
+2
2019-12-05
btrfs: Check for missing device before bio submission in btrfs_map_bio
Nikolay Borisov
1
-7
/
+2
2019-09-16
btrfs: Use real device structure to verify dev extent
Qu Wenruo
1
-0
/
+12
2019-09-16
btrfs: volumes: Make sure no dev extent is beyond device boundary
Qu Wenruo
1
-0
/
+17
2019-08-06
btrfs: fix minimum number of chunk errors for DUP
David Sterba
1
-2
/
+1
2019-07-10
btrfs: Ensure replaced device doesn't have pending chunk allocation
Nikolay Borisov
1
-0
/
+2
2019-04-03
btrfs: don't report readahead errors and don't update statistics
David Sterba
1
-1
/
+1
2019-03-23
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
1
-2
/
+2
2019-02-12
btrfs: harden agaist duplicate fsid on scanned devices
Anand Jain
1
-0
/
+29
2019-01-26
btrfs: alloc_chunk: fix more DUP stripe size handling
Hans van Kranenburg
1
-9
/
+7
2019-01-26
btrfs: volumes: Make sure there is no overlap of dev extents at mount time
Qu Wenruo
1
-0
/
+14
2019-01-16
Btrfs: fix access to available allocation bits when starting balance
Filipe Manana
1
-16
/
+23
2018-08-23
btrfs: btrfs_shrink_device should call commit transaction at the end
Anand Jain
1
-1
/
+6
2018-08-06
btrfs: revert fs_devices state on error of btrfs_init_new_device
Naohiro Aota
1
-5
/
+24
2018-08-06
btrfs: Exit gracefully when chunk map cannot be inserted to the tree
Qu Wenruo
1
-2
/
+6
2018-08-06
btrfs: Introduce mount time chunk <-> dev extent mapping check
Qu Wenruo
1
-0
/
+184
2018-08-06
btrfs: Use wrapper macro for rcu string to remove duplicate code
Misono Tomohiro
1
-15
/
+5
2018-08-06
btrfs: Remove fs_info from btrfs_finish_chunk_alloc
Nikolay Borisov
1
-5
/
+5
2018-08-06
btrfs: Remove fs_info form btrfs_free_chunk
Nikolay Borisov
1
-3
/
+3
2018-08-06
btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdev
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_assign_next_active_device
Nikolay Borisov
1
-4
/
+5
2018-08-06
btrfs: remove fs_info argument from update_dev_stat_item
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdev
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info argument from btrfs_add_dev_item
Nikolay Borisov
1
-6
/
+4
2018-08-06
btrfs: validate type when reading a chunk
Gu Jinxiang
1
-0
/
+28
2018-08-06
btrfs: refactor block group replication factor calculation to a helper
David Sterba
1
-0
/
+11
2018-08-06
btrfs: use the assigned fs_devices instead of the dereference
Anand Jain
1
-2
/
+2
2018-08-06
btrfs: return device pointer from btrfs_scan_one_device
Gu Jinxiang
1
-11
/
+7
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_open_devices
David Sterba
1
-2
/
+2
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_scan_one_device
David Sterba
1
-2
/
+2
2018-08-06
btrfs: use device_list_mutex when removing stale devices
Anand Jain
1
-10
/
+15
2018-08-06
btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(
Anand Jain
1
-18
/
+17
2018-08-06
btrfs: extend locked section when adding a new device in device_list_add
Anand Jain
1
-4
/
+12
2018-08-06
btrfs: do btrfs_free_stale_devices outside of device_list_add
Anand Jain
1
-5
/
+10
2018-08-06
btrfs: close devices without offloading to a temporary list
Nikolay Borisov
1
-20
/
+6
2018-08-06
btrfs: Remove unused function btrfs_account_dev_extents_size
Qu Wenruo
1
-85
/
+0
[next]