index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
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: fix sysfs warning and missing raid sysfs directories
Filipe Manana
2019-08-07
1
-13
/
+0
*
btrfs: don't leak extent_map in btrfs_get_io_geometry()
Johannes Thumshirn
2019-07-17
1
-3
/
+7
*
btrfs: move space_info to space-info.h
Josef Bacik
2019-07-02
1
-0
/
+1
*
btrfs: Use btrfs_get_io_geometry appropriately
Nikolay Borisov
2019-07-02
1
-63
/
+15
*
btrfs: Introduce btrfs_io_geometry infrastructure
Nikolay Borisov
2019-07-02
1
-0
/
+96
*
Btrfs: prevent send failures and crashes due to concurrent relocation
Filipe Manana
2019-07-02
1
-0
/
+8
*
btrfs: add mask for all RAID1 types
David Sterba
2019-07-02
1
-4
/
+4
*
btrfs: Add comments on locking of several device-related fields
Nikolay Borisov
2019-07-01
1
-1
/
+3
*
btrfs: read number of data stripes from map only once
David Sterba
2019-07-01
1
-8
/
+9
*
btrfs: refactor helper for bg flags to name conversion
David Sterba
2019-07-01
1
-21
/
+13
*
btrfs: factor out devs_max setting in __btrfs_alloc_chunk
David Sterba
2019-07-01
1
-6
/
+2
*
btrfs: factor out helper for counting data stripes
David Sterba
2019-07-01
1
-10
/
+15
*
btrfs: use raid_attr table for btrfs_bg_type_to_factor
David Sterba
2019-07-01
1
-4
/
+3
*
btrfs: use raid_attr table to find profiles for integrity lowering
David Sterba
2019-07-01
1
-5
/
+10
*
btrfs: use raid_attr to get allowed profiles for balance conversion
David Sterba
2019-07-01
1
-9
/
+5
*
btrfs: use raid_attr in btrfs_chunk_max_errors
David Sterba
2019-07-01
1
-12
/
+2
*
btrfs: remove mapping tree structures indirection
David Sterba
2019-07-01
1
-29
/
+24
*
btrfs: raid56: allow the exact minimum number of devices for balance convert
David Sterba
2019-07-01
1
-3
/
+4
*
btrfs: fix minimum number of chunk errors for DUP
David Sterba
2019-07-01
1
-2
/
+1
*
btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdev
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: get fs_info from device in btrfs_scrub_cancel_dev
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: get fs_info from device in btrfs_rm_dev_item
David Sterba
2019-04-29
1
-4
/
+3
*
btrfs: get fs_info from trans in btrfs_run_dev_stats
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: get fs_info from trans in btrfs_finish_sprout
David Sterba
2019-04-29
1
-3
/
+3
*
btrfs: get fs_info from trans in init_first_rw_device
David Sterba
2019-04-29
1
-5
/
+4
*
btrfs: get fs_info from trans in btrfs_create_tree
David Sterba
2019-04-29
1
-2
/
+1
*
btrfs: get fs_info from eb in read_one_dev
David Sterba
2019-04-29
1
-3
/
+3
*
btrfs: get fs_info from eb in read_one_chunk
David Sterba
2019-04-29
1
-4
/
+4
*
btrfs: get fs_info from eb in btrfs_check_chunk_valid
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: get fs_info from eb in should_balance_chunk
David Sterba
2019-04-29
1
-4
/
+3
*
btrfs: Factor out in_range macro
Nikolay Borisov
2019-04-29
1
-1
/
+0
*
btrfs: Remove 'trans' argument from find_free_dev_extent(_start)
Nikolay Borisov
2019-04-29
1
-7
/
+4
*
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
2019-04-29
1
-60
/
+25
*
btrfs: Stop using call_rcu for device freeing
Nikolay Borisov
2019-04-29
1
-12
/
+8
*
btrfs: Populate ->orig_block_len during read_one_chunk
Nikolay Borisov
2019-04-29
1
-19
/
+22
*
btrfs: Handle pending/pinned chunks before blockgroup relocation during devic...
Nikolay Borisov
2019-04-29
1
-32
/
+23
*
btrfs: combine device update operations during transaction commit
Nikolay Borisov
2019-04-29
1
-51
/
+36
*
btrfs: tree-checker: Verify dev item
Qu Wenruo
2019-04-29
1
-9
/
+0
*
btrfs: tree-checker: Check chunk item at tree block read time
Qu Wenruo
2019-04-29
1
-3
/
+9
*
btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export it
Qu Wenruo
2019-04-29
1
-93
/
+1
*
btrfs: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2019-04-29
1
-1
/
+1
*
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
[next]