index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
1
-2
/
+2
2019-11-18
btrfs: remove pointless indentation in btrfs_read_sys_array()
Johannes Thumshirn
1
-35
/
+36
2019-11-18
btrfs: reduce indentation in btrfs_may_alloc_data_chunk
Johannes Thumshirn
1
-20
/
+21
2019-11-18
Btrfs: delete the entire async bio submission framework
Chris Mason
1
-210
/
+0
2019-11-18
Btrfs: stop using btrfs_schedule_bio()
Chris Mason
1
-51
/
+4
2019-11-18
btrfs: add const function attribute
David Sterba
1
-1
/
+1
[prev]
[next]