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
2023-08-21
btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()
Filipe Manana
2023-08-21
btrfs: make find_free_dev_extent() static
Filipe Manana
2023-08-21
btrfs: print name and pid when device scanning processes race
Anand Jain
2023-08-21
btrfs: simplify the no-bioc fast path condition in btrfs_map_block
Christoph Hellwig
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
2023-08-21
btrfs: add comments for btrfs_map_block()
Qu Wenruo
2023-08-19
Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-08-17
btrfs: fix BUG_ON condition in btrfs_cancel_balance
xiaoshoukui
2023-07-20
Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-07-11
btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block
Christoph Hellwig
2023-07-11
btrfs: fix race between balance and cancel/pause
Josef Bacik
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-06-22
btrfs: fix remaining u32 overflows when left shifting stripe_nr
Qu Wenruo
2023-06-20
btrfs: fix u32 overflows when left shifting stripe_nr
Qu Wenruo
2023-06-19
btrfs: update i_version in update_dev_time
Jeff Layton
2023-06-19
btrfs: open code need_full_stripe conditions
Christoph Hellwig
2023-06-19
btrfs: open code btrfs_map_sblock
Christoph Hellwig
2023-06-19
btrfs: rename __btrfs_map_block to btrfs_map_block
Christoph Hellwig
2023-06-19
btrfs: remove unused btrfs_map_block
Christoph Hellwig
2023-06-19
btrfs: remove unused BTRFS_MAP_DISCARD
Christoph Hellwig
2023-06-19
btrfs: simplify how changed fsid and metadata_uuid is checked
Anand Jain
2023-06-19
btrfs: simplify fsid and metadata_uuid comparisons
Anand Jain
2023-06-19
btrfs: merge calls to alloc_fs_devices in device_list_add
Anand Jain
2023-06-19
btrfs: streamline fsid checks in alloc_fs_devices
Anand Jain
2023-06-19
btrfs: make btrfs_free_device() static
Filipe Manana
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-04-28
btrfs: fix leak of source device allocation state after device replace
Filipe Manana
2023-04-17
btrfs: fix uninitialized variable warnings
Genjian Zhang
2023-04-17
btrfs: introduce a new helper to submit write bio for repair
Qu Wenruo
2023-04-17
btrfs: remove redundant release of btrfs_device::alloc_state
Anand Jain
2023-04-17
btrfs: warn for any missed cleanup at btrfs_close_one_device
Anand Jain
2023-04-17
btrfs: remove bytes_used argument from btrfs_make_block_group()
Filipe Manana
2023-04-17
btrfs: do not use replace target device as an extra mirror
Qu Wenruo
2023-04-17
btrfs: replace btrfs_io_context::raid_map with a fixed u64 value
Qu Wenruo
2023-04-17
btrfs: use an efficient way to represent source of duplicated stripes
Qu Wenruo
2023-04-17
btrfs: reduce type width of btrfs_io_contexts
Qu Wenruo
2023-04-17
btrfs: simplify the bioc argument for handle_ops_on_dev_replace()
Qu Wenruo
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-03-28
btrfs: fix deadlock when aborting transaction during relocation with scrub
Filipe Manana
2023-03-28
btrfs: scan device in non-exclusive mode
Anand Jain
2023-03-15
btrfs: handle missing chunk mapping more gracefully
Qu Wenruo
2023-02-15
btrfs: remove struct btrfs_io_geometry
Christoph Hellwig
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
2023-02-09
btrfs: free device in btrfs_close_devices for a single device filesystem
Anand Jain
2023-01-25
btrfs: limit device extents to the device size
Josef Bacik
[next]