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
2016-05-21
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-205
/
+249
2016-05-21
lib/uuid.c: move generate_random_uuid() to uuid.c
Andy Shevchenko
1
-1
/
+1
2016-05-16
Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516
David Sterba
1
-181
/
+198
2016-05-16
Merge branch 'cleanups-4.7' into for-chris-4.7-20160516
David Sterba
1
-7
/
+7
2016-05-06
btrfs: fix lock dep warning move scratch super outside of chunk_mutex
Anand Jain
1
-4
/
+5
2016-05-06
Btrfs: remove BUG_ON()'s in btrfs_map_block
Josef Bacik
1
-2
/
+16
2016-05-06
Btrfs: fix divide error upon chunk's stripe_len
Liu Bo
1
-1
/
+1
2016-05-06
btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...
Anand Jain
1
-5
/
+12
2016-05-06
btrfs: allow balancing to dup with multi-device
Austin S. Hemmelgarn
1
-4
/
+2
2016-05-04
btrfs: cleanup assigning next active device with a check
Anand Jain
1
-17
/
+43
2016-05-04
btrfs: s_bdev is not null after missing replace
Anand Jain
1
-2
/
+4
2016-04-28
btrfs: rename btrfs_find_device_by_user_input
David Sterba
1
-7
/
+10
2016-04-28
btrfs: use existing device constraints table btrfs_raid_array
David Sterba
1
-14
/
+9
2016-04-28
btrfs: introduce raid-type to error-code table, for minimum device constraint
David Sterba
1
-0
/
+15
2016-04-28
btrfs: pass number of devices to btrfs_check_raid_min_devices
David Sterba
1
-15
/
+20
2016-04-28
btrfs: rename __check_raid_min_devices
David Sterba
1
-2
/
+2
2016-04-28
btrfs: optimize check for stale device
Anand Jain
1
-1
/
+2
2016-04-28
btrfs: introduce device delete by devid
Anand Jain
1
-2
/
+2
2016-04-28
btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()
Anand Jain
1
-64
/
+13
2016-04-28
btrfs: enhance btrfs_find_device_by_user_input() to check device path
Anand Jain
1
-0
/
+3
2016-04-28
btrfs: make use of btrfs_find_device_by_user_input()
Anand Jain
1
-63
/
+37
2016-04-28
btrfs: create helper btrfs_find_device_by_user_input()
Anand Jain
1
-0
/
+19
2016-04-28
btrfs: clean up and optimize __check_raid_min_device()
Anand Jain
1
-24
/
+19
2016-04-28
btrfs: create helper function __check_raid_min_devices()
Anand Jain
1
-19
/
+32
2016-04-28
btrfs: create a helper function to read the disk super
Anand Jain
1
-35
/
+52
2016-04-28
Btrfs: do not create empty block group if we have allocated data
Liu Bo
1
-1
/
+8
2016-04-28
btrfs: rename btrfs_std_error to btrfs_handle_fs_error
Anand Jain
1
-7
/
+7
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-7
/
+7
2016-03-14
btrfs: Fix misspellings in comments.
Adam Buchbinder
1
-2
/
+2
2016-02-26
Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6
David Sterba
1
-10
/
+14
2016-02-26
Merge branch 'dev/rename-keys' into for-chris-4.6
David Sterba
1
-7
/
+7
2016-02-23
Btrfs: fix lockdep deadlock warning due to dev_replace
Liu Bo
1
-10
/
+14
2016-02-11
btrfs: switch dev stats item to the permanent item key
David Sterba
1
-4
/
+4
2016-02-11
btrfs: switch balance item to the temporary item key
David Sterba
1
-3
/
+3
2016-02-11
btrfs: device add and remove: use GFP_KERNEL
David Sterba
1
-4
/
+5
2016-01-20
btrfs: Use direct way to determine raid56 write/recover mode
Zhao Lei
1
-1
/
+2
2016-01-20
btrfs: Small cleanup for get index_srcdev loop
Zhao Lei
1
-22
/
+20
2016-01-20
btrfs: Enhance chunk validation check
Qu Wenruo
1
-1
/
+32
2016-01-20
Btrfs: fix typo in log message when starting a balance
Filipe Manana
1
-1
/
+1
2016-01-20
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-0
/
+1
2016-01-20
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-13
/
+13
2016-01-19
btrfs: remove duplicate const specifier
Colin Ian King
1
-1
/
+1
2016-01-15
btrfs: initialize the seq counter in struct btrfs_device
Sebastian Andrzej Siewior
1
-0
/
+1
2016-01-15
btrfs: cleanup, stop casting for extent_map->lookup everywhere
Jeff Mahoney
1
-12
/
+12
2016-01-11
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
1
-10
/
+10
2016-01-11
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-9
/
+8
2016-01-11
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-11
/
+21
2016-01-08
Btrfs: fix fitrim discarding device area reserved for boot loader's use
Filipe Manana
1
-10
/
+10
2016-01-07
Btrfs: Check metadata redundancy on balance
Sam Tygier
1
-0
/
+7
2016-01-07
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
1
-3
/
+3
[next]