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
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
2021-10-26
btrfs: do not take the uuid_mutex in btrfs_rm_device
Josef Bacik
1
-5
/
+5
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
1
-4
/
+4
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
1
-135
/
+132
2021-10-26
btrfs: remove stale comment about the btrfs_show_devname
Anand Jain
1
-7
/
+0
2021-10-26
btrfs: update latest_dev when we create a sprout device
Anand Jain
1
-0
/
+2
2021-10-26
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
1
-5
/
+5
2021-10-26
btrfs: rename and switch to bool btrfs_chunk_readonly
Anand Jain
1
-9
/
+8
2021-10-25
btrfs: update comment for fs_devices::seed_list in btrfs_rm_device
Su Yue
1
-1
/
+1
2021-10-25
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
1
-5
/
+5
2021-10-22
btrfs: use sync_blockdev
Christoph Hellwig
1
-1
/
+1
2021-10-18
btrfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
1
-4
/
+4
2021-09-17
btrfs: fix mount failure due to past and transient device flush error
Filipe Manana
1
-0
/
+13
2021-09-07
btrfs: fix lockdep warning while mounting sprout fs
Anand Jain
1
-3
/
+4
2021-09-07
btrfs: delay blkdev_put until after the device remove
Josef Bacik
1
-6
/
+17
2021-09-07
btrfs: update the bdev time directly when closing
Josef Bacik
1
-8
/
+10
2021-08-23
btrfs: reset replace target device to allocation state on close
Desmond Cheong Zhi Xi
1
-0
/
+3
2021-08-23
btrfs: fix NULL pointer dereference when deleting device by invalid id
Qu Wenruo
1
-1
/
+1
2021-08-23
btrfs: introduce btrfs_search_backwards function
Marcos Paulo de Souza
1
-6
/
+1
2021-08-23
btrfs: simplify return values in btrfs_check_raid_min_devices
Anand Jain
1
-6
/
+2
2021-08-23
btrfs: allow degenerate raid0/raid10
David Sterba
1
-2
/
+2
2021-08-23
btrfs: subpage: reject raid56 filesystem and profile conversion
Qu Wenruo
1
-0
/
+7
2021-08-23
btrfs: constify and cleanup variables in comparators
David Sterba
1
-1
/
+1
2021-08-23
btrfs: simplify data stripe calculation helpers
David Sterba
1
-13
/
+2
2021-08-23
btrfs: merge alloc_device helpers
David Sterba
1
-41
/
+25
2021-08-23
btrfs: uninline btrfs_bg_flags_to_raid_index
David Sterba
1
-0
/
+26
2021-08-23
btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems
Marcos Paulo de Souza
1
-1
/
+1
2021-08-23
btrfs: make btrfs_finish_chunk_alloc private to block-group.c
Nikolay Borisov
1
-92
/
+0
2021-07-30
Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2021-07-28
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
1
-0
/
+1
2021-07-13
Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-85
/
+270
2021-07-07
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
1
-85
/
+270
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
1
-8
/
+0
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-4
/
+4
[next]