index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
2019-12-13
btrfs: fix devs_max constraints for raid1c3 and raid1c4
David Sterba
2019-11-18
btrfs: change btrfs_fs_devices::rotating to bool
Johannes Thumshirn
2019-11-18
btrfs: change btrfs_fs_devices::seeding to bool
Johannes Thumshirn
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
btrfs: add incompat for raid1 with 3, 4 copies
David Sterba
2019-11-18
btrfs: add support for 4-copy replication (raid1c4)
David Sterba
2019-11-18
btrfs: add support for 3-copy replication (raid1c3)
David Sterba
2019-11-18
btrfs: Ensure we trim ranges across block group boundary
Qu Wenruo
2019-11-18
btrfs: volumes: Use more straightforward way to calculate map length
Qu Wenruo
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
2019-11-18
btrfs: remove pointless indentation in btrfs_read_sys_array()
Johannes Thumshirn
2019-11-18
btrfs: reduce indentation in btrfs_may_alloc_data_chunk
Johannes Thumshirn
2019-11-18
Btrfs: delete the entire async bio submission framework
Chris Mason
2019-11-18
Btrfs: stop using btrfs_schedule_bio()
Chris Mason
2019-11-18
btrfs: add const function attribute
David Sterba
2019-11-18
btrfs: add __cold attribute to more functions
David Sterba
2019-11-18
btrfs: print process name and pid that calls device scanning
Anand Jain
2019-11-18
btrfs: use has_single_bit_set for clarity
David Sterba
2019-11-18
btrfs: balance: use term redundancy instead of integrity in message
Anand Jain
2019-11-18
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
2019-10-25
btrfs: Consider system chunk array size for new SYSTEM chunks
Qu Wenruo
2019-10-01
btrfs: fix balance convert to single on 32-bit host CPUs
Zygo Blaxell
2019-09-25
btrfs: Fix a regression which we can't convert to SINGLE profile
Qu Wenruo
2019-09-09
btrfs: move dev_stats helpers to volumes.c
David Sterba
2019-09-09
btrfs: move math functions to misc.h
David Sterba
2019-09-09
btrfs: use proper error values on allocation failure in clone_fs_devices
Anand Jain
2019-09-09
btrfs: proper error handling when invalid device is found in find_next_devid
Anand Jain
2019-09-09
btrfs: fix error pointer check in __btrfs_map_block()
Dan Carpenter
2019-09-09
btrfs: dev stat drop useless goto
Anand Jain
2019-09-09
btrfs: dev stats item key conversion per cpu type is not needed
Anand Jain
2019-09-09
btrfs: factor out sysfs code for updating sprout fsid
David Sterba
2019-09-09
btrfs: factor out sysfs code for sending device uevent
David Sterba
2019-09-09
btrfs: opencode reset of all device stats
Anand Jain
2019-09-09
btrfs: reset device stat using btrfs_dev_stat_set
Anand Jain
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
2019-09-09
btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()
Qu Wenruo
2019-09-09
btrfs: volumes: Add comment for find_free_dev_extent_start()
Qu Wenruo
2019-09-09
btrfs: volumes: Unexport find_free_dev_extent_start()
Qu Wenruo
2019-09-09
btrfs: remove set but not used variable 'offset'
YueHaibing
2019-08-07
Btrfs: fix sysfs warning and missing raid sysfs directories
Filipe Manana
2019-07-17
btrfs: don't leak extent_map in btrfs_get_io_geometry()
Johannes Thumshirn
2019-07-02
btrfs: move space_info to space-info.h
Josef Bacik
2019-07-02
btrfs: Use btrfs_get_io_geometry appropriately
Nikolay Borisov
2019-07-02
btrfs: Introduce btrfs_io_geometry infrastructure
Nikolay Borisov
2019-07-02
Btrfs: prevent send failures and crashes due to concurrent relocation
Filipe Manana
2019-07-02
btrfs: add mask for all RAID1 types
David Sterba
2019-07-01
btrfs: Add comments on locking of several device-related fields
Nikolay Borisov
2019-07-01
btrfs: read number of data stripes from map only once
David Sterba
2019-07-01
btrfs: refactor helper for bg flags to name conversion
David Sterba
[next]