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
2020-03-23
btrfs: relocation: add error injection points for cancelling balance
Qu Wenruo
1
-1
/
+1
2020-03-23
btrfs: balance: factor out convert profile validation
David Sterba
1
-24
/
+21
2020-03-23
btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunk
Nikolay Borisov
1
-25
/
+13
2020-03-23
btrfs: parameterize dev_extent_min for chunk allocation
Naohiro Aota
1
-4
/
+5
2020-03-23
btrfs: factor out create_chunk()
Naohiro Aota
1
-61
/
+71
2020-03-23
btrfs: factor out decide_stripe_size()
Naohiro Aota
1
-58
/
+78
2020-03-23
btrfs: factor out gather_device_info()
Naohiro Aota
1
-54
/
+67
2020-03-23
btrfs: factor out init_alloc_chunk_ctl
Naohiro Aota
1
-38
/
+62
2020-03-23
btrfs: introduce alloc_chunk_ctl
Naohiro Aota
1
-65
/
+93
2020-03-23
btrfs: refactor find_free_dev_extent_start()
Naohiro Aota
1
-20
/
+58
2020-03-23
btrfs: introduce chunk allocation policy
Naohiro Aota
1
-0
/
+1
2020-03-23
btrfs: handle invalid profile in chunk allocation
Naohiro Aota
1
-1
/
+4
2020-03-23
btrfs: replace u_long type cast with unsigned long
David Sterba
1
-2
/
+2
2020-03-23
btrfs: raid56: simplify sort_parity_stripes
David Sterba
1
-16
/
+4
2020-03-23
btrfs: move mapping of block for discard to its caller
David Sterba
1
-4
/
+5
2020-03-23
btrfs: bail out of uuid tree scanning if we're closing
Josef Bacik
1
-1
/
+6
2020-03-23
btrfs: make btrfs_check_uuid_tree private to disk-io.c
Nikolay Borisov
1
-36
/
+1
2020-03-23
btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate
Nikolay Borisov
1
-46
/
+1
2020-03-23
btrfs: use the page cache for super block reading
Johannes Thumshirn
1
-33
/
+44
2020-03-23
btrfs: reduce scope of btrfs_scratch_superblocks()
Johannes Thumshirn
1
-30
/
+29
2020-03-23
btrfs: don't kmap() pages from block devices
Johannes Thumshirn
1
-3
/
+2
2020-03-23
btrfs: Export btrfs_release_disk_super
Nikolay Borisov
1
-1
/
+1
2020-03-23
btrfs: sysfs, rename device_link add/remove functions
Anand Jain
1
-4
/
+4
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-4
/
+0
2020-03-23
btrfs: hold a ref on the root in btrfs_check_uuid_tree_entry
Josef Bacik
1
-1
/
+5
2020-03-23
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
1
-1
/
+1
2020-01-23
btrfs: Fix split-brain handling when changing FSID to metadata uuid
Nikolay Borisov
1
-4
/
+38
2020-01-23
btrfs: Handle another split brain scenario with metadata uuid feature
Nikolay Borisov
1
-3
/
+14
2020-01-23
btrfs: Factor out metadata_uuid code from find_fsid.
Su Yue
1
-35
/
+42
2020-01-23
btrfs: Call find_fsid from find_fsid_inprogress
Su Yue
1
-13
/
+6
2020-01-23
btrfs: Move and unexport btrfs_rmap_block
Nikolay Borisov
1
-69
/
+0
2020-01-20
btrfs: device stats, log when stats are zeroed
Anand Jain
1
-0
/
+2
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
1
-0
/
+8
2020-01-20
btrfs: reset device back to allocation state when removing
Johannes Thumshirn
1
-17
/
+12
2020-01-20
btrfs: decrement number of open devices after closing the device not before
Johannes Thumshirn
1
-3
/
+2
2020-01-20
btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()
Johannes Thumshirn
1
-1
/
+0
2020-01-20
btrfs: fill ncopies for all raid table entries
David Sterba
1
-0
/
+2
2020-01-20
btrfs: use raid_attr table in calc_stripe_length for nparity
David Sterba
1
-10
/
+5
2020-01-17
btrfs: check rw_devices, not num_devices for balance
Josef Bacik
1
-1
/
+5
2019-12-13
btrfs: fix devs_max constraints for raid1c3 and raid1c4
David Sterba
1
-2
/
+2
2019-11-18
btrfs: change btrfs_fs_devices::rotating to bool
Johannes Thumshirn
1
-3
/
+3
2019-11-18
btrfs: change btrfs_fs_devices::seeding to bool
Johannes Thumshirn
1
-4
/
+4
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-3
/
+3
2019-11-18
btrfs: add incompat for raid1 with 3, 4 copies
David Sterba
1
-0
/
+9
2019-11-18
btrfs: add support for 4-copy replication (raid1c4)
David Sterba
1
-0
/
+12
2019-11-18
btrfs: add support for 3-copy replication (raid1c3)
David Sterba
1
-2
/
+17
2019-11-18
btrfs: Ensure we trim ranges across block group boundary
Qu Wenruo
1
-2
/
+4
2019-11-18
btrfs: volumes: Use more straightforward way to calculate map length
Qu Wenruo
1
-1
/
+1
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
1
-8
/
+7
[next]