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
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
1
-1
/
+1
2021-04-20
btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock
Johannes Thumshirn
1
-23
/
+23
2021-04-20
btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
1
-0
/
+16
2021-04-20
btrfs: more graceful errors/warnings on 32bit systems when reaching limits
Qu Wenruo
1
-2
/
+51
2021-04-19
btrfs: zoned: bail out in btrfs_alloc_chunk for bad input
Arnd Bergmann
1
-0
/
+2
2021-04-19
btrfs: assign proper values to a bool variable in dev_extent_hole_check_zoned
Jiapeng Chong
1
-2
/
+2
2021-03-26
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2021-03-17
btrfs: do not initialize dev stats if we have no dev_root
Josef Bacik
1
-0
/
+3
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-09
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
1
-0
/
+72
2021-02-09
btrfs: zoned: implement copying for zoned device-replace
Naohiro Aota
1
-1
/
+1
2021-02-09
btrfs: zoned: implement cloning for zoned device-replace
Naohiro Aota
1
-2
/
+29
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
1
-0
/
+14
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
1
-4
/
+4
2021-02-09
btrfs: zoned: verify device extent is aligned to zone
Naohiro Aota
1
-0
/
+14
2021-02-09
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
1
-17
/
+154
2021-02-09
btrfs: zoned: defer loading zone info after opening trees
Naohiro Aota
1
-4
/
+0
2021-02-09
btrfs: let callers of btrfs_get_io_geometry pass the em
Michal Rostecki
1
-25
/
+18
2021-02-09
btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_device
Nikolay Borisov
1
-4
/
+3
2021-01-30
Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2021-01-27
btrfs: use bio_kmalloc in __alloc_device
Christoph Hellwig
1
-1
/
+1
2021-01-25
btrfs: fix lockdep warning due to seqcount_mutex on 32bit arch
Su Yue
1
-1
/
+1
2021-01-21
Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2021-01-18
btrfs: fix lockdep splat in btrfs_recover_relocation
Josef Bacik
1
-0
/
+2
2021-01-06
Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2020-12-18
btrfs: fix race between RO remount and the cleaner task
Filipe Manana
1
-2
/
+2
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+6
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
1
-2
/
+2
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
1
-5
/
+15
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
1
-0
/
+5
2020-12-09
btrfs: get zone information of zoned block devices
Naohiro Aota
1
-3
/
+17
2020-12-08
btrfs: remove unused argument seed from btrfs_find_device
Anand Jain
1
-12
/
+10
2020-12-08
btrfs: drop never met disk total bytes check in verify_one_dev_extent
Anand Jain
1
-15
/
+10
2020-12-08
btrfs: drop unused argument step from btrfs_free_extra_devids
Anand Jain
1
-4
/
+4
2020-12-08
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
1
-1
/
+0
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
1
-1
/
+2
2020-12-08
btrfs: cleanup extent buffer readahead
Josef Bacik
1
-6
/
+2
2020-12-08
btrfs: create read policy framework
Anand Jain
1
-1
/
+13
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
1
-0
/
+13
2020-12-02
block: remove i_bdev
Christoph Hellwig
1
-7
/
+6
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
[next]