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
Age
Commit message (
Expand
)
Author
2021-10-26
btrfs: fix deadlock when defragging transparent huge pages
Omar Sandoval
2021-10-26
btrfs: sysfs: convert scnprintf and snprintf to sysfs_emit
Anand Jain
2021-10-26
btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZE
Qu Wenruo
2021-10-26
btrfs: update comments for chunk allocation -ENOSPC cases
Filipe Manana
2021-10-26
btrfs: fix deadlock between chunk allocation and chunk btree modifications
Filipe Manana
2021-10-26
btrfs: zoned: use greedy gc for auto reclaim
Johannes Thumshirn
2021-10-26
btrfs: check-integrity: stop storing the block device name in btrfsic_dev_state
Christoph Hellwig
2021-10-26
btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls
Josef Bacik
2021-10-26
btrfs: add a btrfs_get_dev_args_from_path helper
Josef Bacik
2021-10-26
btrfs: handle device lookup with btrfs_dev_lookup_args
Josef Bacik
2021-10-26
btrfs: do not call close_fs_devices in btrfs_rm_device
Josef Bacik
2021-10-26
btrfs: add comments for device counts in struct btrfs_fs_devices
Anand Jain
2021-10-26
btrfs: use num_device to check for the last surviving seed device
Anand Jain
2021-10-26
btrfs: fix lost error handling when replaying directory deletes
Filipe Manana
2021-10-26
btrfs: remove btrfs_bio::logical member
Qu Wenruo
2021-10-26
btrfs: rename btrfs_dio_private::logical_offset to file_offset
Qu Wenruo
2021-10-26
btrfs: use bvec_kmap_local in btrfs_csum_one_bio
Christoph Hellwig
2021-10-26
btrfs: reduce btrfs_update_block_group alloc argument to bool
Anand Jain
2021-10-26
btrfs: make btrfs_ref::real_root optional
Nikolay Borisov
2021-10-26
btrfs: pull up qgroup checks from delayed-ref core to init time
Nikolay Borisov
2021-10-26
btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref
Nikolay Borisov
2021-10-26
btrfs: rely on owning_root field in btrfs_add_delayed_tree_ref to detect CHUN...
Nikolay Borisov
2021-10-26
btrfs: rename root fields in delayed refs structs
Nikolay Borisov
2021-10-26
btrfs: do not infinite loop in data reclaim if we aborted
Josef Bacik
2021-10-26
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
2021-10-26
btrfs: change error handling for btrfs_delete_*_in_log
Josef Bacik
2021-10-26
btrfs: change handle_fs_error in recover_log_trees to aborts
Josef Bacik
2021-10-26
btrfs: zoned: use kmemdup() to replace kmalloc + memcpy
Kai Song
2021-10-26
btrfs: subpage: only allow compression if the range is fully page aligned
Qu Wenruo
2021-10-26
btrfs: subpage: avoid potential deadlock with compression and delalloc
Qu Wenruo
2021-10-26
btrfs: handle page locking in btrfs_page_end_writer_lock with no writers
Qu Wenruo
2021-10-26
btrfs: rework page locking in __extent_writepage()
Qu Wenruo
2021-10-26
btrfs: subpage: make lzo_compress_pages() compatible
Qu Wenruo
2021-10-26
btrfs: factor uncompressed async extent submission code into a new helper
Qu Wenruo
2021-10-26
btrfs: subpage: make extent_write_locked_range() compatible
Qu Wenruo
2021-10-26
btrfs: subpage: make end_compressed_bio_writeback() compatible
Qu Wenruo
2021-10-26
btrfs: subpage: make btrfs_submit_compressed_write() compatible
Qu Wenruo
2021-10-26
btrfs: subpage: make compress_file_range() compatible
Qu Wenruo
2021-10-26
btrfs: cleanup for extent_write_locked_range()
Qu Wenruo
2021-10-26
btrfs: refactor submit_compressed_extents()
Qu Wenruo
2021-10-26
btrfs: remove unused function btrfs_bio_fits_in_stripe()
Qu Wenruo
2021-10-26
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
2021-10-26
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
2021-10-26
btrfs: introduce alloc_compressed_bio() for compression
Qu Wenruo
2021-10-26
btrfs: introduce submit_compressed_bio() for compression
Qu Wenruo
2021-10-26
btrfs: handle errors properly inside btrfs_submit_compressed_write()
Qu Wenruo
2021-10-26
btrfs: handle errors properly inside btrfs_submit_compressed_read()
Qu Wenruo
2021-10-26
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
2021-10-26
btrfs: introduce compressed_bio::pending_sectors to trace compressed bio
Qu Wenruo
2021-10-26
btrfs: subpage: make add_ra_bio_pages() compatible
Qu Wenruo
[prev]
[next]