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
2023-02-15
btrfs: allow btrfs_submit_bio to split bios
Christoph Hellwig
2023-02-15
btrfs: support cloned bios in btree_csum_one_bio
Christoph Hellwig
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
2023-02-15
btrfs: handle checksum generation in the storage layer
Christoph Hellwig
2023-02-15
btrfs: simplify the btrfs_csum_one_bio calling convention
Christoph Hellwig
2023-02-15
btrfs: open code the submit_bio_start helpers
Christoph Hellwig
2023-02-15
btrfs: remove struct btrfs_bio::is_metadata flag
Christoph Hellwig
2023-02-15
btrfs: rename btrfs_bio::iter field
Christoph Hellwig
2023-02-15
btrfs: remove the io_failure_record infrastructure
Christoph Hellwig
2023-02-15
btrfs: remove struct btrfs_bio::device field
Christoph Hellwig
2023-02-15
btrfs: remove now unused checksumming helpers
Christoph Hellwig
2023-02-15
btrfs: remove btrfs_bio_for_each_sector
Christoph Hellwig
2023-02-15
btrfs: open code btrfs_bio_free_csum
Christoph Hellwig
2023-02-15
btrfs: handle checksum validation and repair at the storage layer
Christoph Hellwig
2023-02-15
btrfs: add a btrfs_data_csum_ok helper
Christoph Hellwig
2023-02-15
btrfs: pre-load data checksum for reads in btrfs_submit_bio
Christoph Hellwig
2023-02-15
btrfs: save the bio iter for checksum validation in common code
Christoph Hellwig
2023-02-15
btrfs: refactor error handling in btrfs_submit_bio
Christoph Hellwig
2023-02-15
btrfs: simplify parameters of btrfs_lookup_bio_sums
Christoph Hellwig
2023-02-15
btrfs: remove the direct I/O read checksum lookup optimization
Christoph Hellwig
2023-02-15
btrfs: add a btrfs_inode pointer to struct btrfs_bio
Christoph Hellwig
2023-02-15
btrfs: better document struct btrfs_bio
Christoph Hellwig
2023-02-15
btrfs: raid56: reduce overhead to calculate the bio length
Qu Wenruo
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
2023-02-15
btrfs: skip backref walking during fiemap if we know the leaf is shared
Filipe Manana
2023-02-15
btrfs: assert commit root semaphore is held when accessing backref cache
Filipe Manana
2023-02-15
btrfs: hold block group refcount during async discard
Boris Burkov
2023-02-15
btrfs: send: cache utimes operations for directories if possible
Filipe Manana
2023-02-15
btrfs: send: update size of roots array for backref cache entries
Filipe Manana
2023-02-15
btrfs: send: use the lru cache to implement the name cache
Filipe Manana
2023-02-13
btrfs: add an api to delete a specific entry from the lru cache
Filipe Manana
2023-02-13
btrfs: allow a generation number to be associated with lru cache entries
Filipe Manana
2023-02-13
btrfs: send: cache information about created directories
Filipe Manana
2023-02-13
btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systems
Filipe Manana
2023-02-13
btrfs: send: genericize the backref cache to allow it to be reused
Filipe Manana
2023-02-13
btrfs: send: initialize all the red black trees earlier
Filipe Manana
2023-02-13
btrfs: send: iterate waiting dir move rbtree only once when processing refs
Filipe Manana
2023-02-13
btrfs: send: reduce searches on parent root when checking if dir can be removed
Filipe Manana
2023-02-13
btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()
Filipe Manana
2023-02-13
btrfs: send: avoid duplicated orphan dir allocation and initialization
Filipe Manana
2023-02-13
btrfs: send: remove send_progress argument from can_rmdir()
Filipe Manana
2023-02-13
btrfs: send: avoid extra b+tree searches when checking reference overrides
Filipe Manana
2023-02-13
btrfs: send: directly return from will_overwrite_ref() and simplify it
Filipe Manana
2023-02-13
btrfs: send: avoid unnecessary generation search at did_overwrite_ref()
Filipe Manana
2023-02-13
btrfs: send: directly return from did_overwrite_ref() and simplify it
Filipe Manana
2023-02-13
btrfs: sysfs: update fs features directory asynchronously
Qu Wenruo
2023-02-13
btrfs: remove duplicate include header in extent-tree.c
ye xingchen
2023-02-13
btrfs: scrub: improve tree block error reporting
Qu Wenruo
2023-02-13
btrfs: don't use size classes for zoned file systems
Boris Burkov
2023-02-13
btrfs: load block group size class when caching
Boris Burkov
[prev]
[next]