index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: don't report readahead errors and don't update statistics
David Sterba
2019-03-13
1
-1
/
+1
*
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
2019-02-25
1
-2
/
+2
*
btrfs: fix comment its device list mutex not volume lock
Anand Jain
2019-02-25
1
-1
/
+0
*
btrfs: introduce new ioctl to unregister a btrfs device
Anand Jain
2019-02-25
1
-0
/
+11
*
btrfs: merge btrfs_find_device and find_device
Anand Jain
2019-02-25
1
-37
/
+35
*
btrfs: refactor btrfs_free_stale_devices() to get return value
Anand Jain
2019-02-25
1
-15
/
+31
*
btrfs: refactor btrfs_find_device() take fs_devices as argument
Anand Jain
2019-02-25
1
-19
/
+20
*
btrfs: cleanup btrfs_find_device_by_devspec()
Anand Jain
2019-02-25
1
-17
/
+18
*
btrfs: merge btrfs_find_device_missing_or_by_path() into parent
Anand Jain
2019-02-25
1
-27
/
+13
*
btrfs: fix potential oops in device_list_add
Al Viro
2019-01-30
1
-2
/
+2
*
btrfs: Use real device structure to verify dev extent
Qu Wenruo
2019-01-10
1
-0
/
+12
*
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
1
-7
/
+7
*
btrfs: Remove 1st shrink/grow phase from balance
Nikolay Borisov
2018-12-17
1
-53
/
+0
*
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
2018-12-17
1
-1
/
+1
*
btrfs: dev-replace: open code trivial locking helpers
David Sterba
2018-12-17
1
-7
/
+7
*
btrfs: dev-replace: remove custom read/write blocking scheme
David Sterba
2018-12-17
1
-7
/
+6
*
btrfs: Refactor btrfs_merge_bio_hook
Nikolay Borisov
2018-12-17
1
-2
/
+4
*
btrfs: balance: print to system log when balance ends or is paused
Anand Jain
2018-12-17
1
-0
/
+7
*
btrfs: balance: print args during start and resume
Anand Jain
2018-12-17
1
-3
/
+158
*
btrfs: add helper to describe block group flags
Anand Jain
2018-12-17
1
-0
/
+54
*
Btrfs: fix access to available allocation bits when starting balance
Filipe Manana
2018-12-17
1
-16
/
+23
*
btrfs: Handle final split-brain possibility during fsid change
Nikolay Borisov
2018-12-17
1
-11
/
+53
*
btrfs: Handle one more split-brain scenario during fsid change
Nikolay Borisov
2018-12-17
1
-4
/
+73
*
btrfs: add members to fs_devices to track fsid changes
Nikolay Borisov
2018-12-17
1
-1
/
+8
*
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
2018-12-17
1
-6
/
+4
*
btrfs: Introduce support for FSID change without metadata rewrite
Nikolay Borisov
2018-12-17
1
-15
/
+59
*
btrfs: Remove superfluous check form btrfs_remove_chunk
Nikolay Borisov
2018-12-17
1
-7
/
+5
*
btrfs: harden agaist duplicate fsid on scanned devices
Anand Jain
2018-12-17
1
-0
/
+29
*
btrfs: introduce nparity raid_attr
Hans van Kranenburg
2018-12-17
1
-7
/
+11
*
btrfs: fix ncopies raid_attr for RAID56
Hans van Kranenburg
2018-12-17
1
-2
/
+2
*
btrfs: alloc_chunk: fix more DUP stripe size handling
Hans van Kranenburg
2018-12-17
1
-9
/
+7
*
btrfs: alloc_chunk: improve chunk size variable name
Hans van Kranenburg
2018-12-17
1
-5
/
+5
*
btrfs: alloc_chunk: do not refurbish num_bytes
Hans van Kranenburg
2018-12-17
1
-4
/
+3
*
btrfs: Check for missing device before bio submission in btrfs_map_bio
Nikolay Borisov
2018-12-17
1
-7
/
+2
*
Btrfs: rename and export get_chunk_map
Omar Sandoval
2018-12-17
1
-11
/
+18
*
Btrfs: prevent ioctls from interfering with a swap file
Omar Sandoval
2018-12-17
1
-5
/
+48
*
btrfs: volumes: Make sure no dev extent is beyond device boundary
Qu Wenruo
2018-12-17
1
-0
/
+17
*
btrfs: volumes: Make sure there is no overlap of dev extents at mount time
Qu Wenruo
2018-12-17
1
-0
/
+14
*
btrfs: open code btrfs_dev_replace_clear_lock_blocking
David Sterba
2018-10-15
1
-1
/
+5
*
btrfs: use common helper instead of open coding a bit test
David Sterba
2018-10-15
1
-1
/
+1
*
Btrfs: extent_map: use rb_first_cached
Liu Bo
2018-10-15
1
-2
/
+2
*
btrfs: Make btrfs_find_device_by_devspec return btrfs_device directly
Nikolay Borisov
2018-10-15
1
-21
/
+18
*
btrfs: Make btrfs_find_device_missing_or_by_path return directly a device
Nikolay Borisov
2018-10-15
1
-15
/
+17
*
btrfs: Make btrfs_find_device_by_path return struct btrfs_device
Nikolay Borisov
2018-10-15
1
-12
/
+13
*
btrfs: add helper to obtain number of devices with ongoing dev-replace
Anand Jain
2018-10-15
1
-14
/
+21
*
btrfs: add assertions where number of devices could go below 0
Anand Jain
2018-10-15
1
-2
/
+2
*
btrfs: btrfs_shrink_device should call commit transaction at the end
Anand Jain
2018-08-23
1
-1
/
+6
*
btrfs: revert fs_devices state on error of btrfs_init_new_device
Naohiro Aota
2018-08-06
1
-5
/
+24
*
btrfs: Exit gracefully when chunk map cannot be inserted to the tree
Qu Wenruo
2018-08-06
1
-2
/
+6
*
btrfs: Introduce mount time chunk <-> dev extent mapping check
Qu Wenruo
2018-08-06
1
-0
/
+184
[next]