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
/
compression.c
Age
Commit message (
Expand
)
Author
2024-03-05
btrfs: compression: remove dead comments in btrfs_compress_heuristic()
Qu Wenruo
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-01-18
btrfs: zlib: fix and simplify the inline extent decompression
Qu Wenruo
2023-12-15
btrfs: migrate various end io functions to folios
Qu Wenruo
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
btrfs: use shrinker for compression page pool
David Sterba
2023-12-15
btrfs: use page alloc/free wrappers for compression pages
David Sterba
2023-10-12
btrfs: rename errno identifiers to error
David Sterba
2023-06-19
btrfs: make btrfs_compressed_bioset static
Ben Dooks
2023-06-19
btrfs: use btrfs_finish_ordered_extent to complete compressed writes
Christoph Hellwig
2023-06-19
btrfs: add an ordered_extent pointer to struct btrfs_bio
Christoph Hellwig
2023-06-19
btrfs: pass an ordered_extent to btrfs_submit_compressed_write
Christoph Hellwig
2023-06-19
btrfs: limit write bios to a single ordered extent
Christoph Hellwig
2023-06-19
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
2023-06-19
btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
Christoph Hellwig
2023-06-19
btrfs: use SECTOR_SHIFT to convert physical offset to LBA
Anand Jain
2023-04-17
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
2023-04-17
btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write
Christoph Hellwig
2023-04-17
btrfs: simplify adding pages in btrfs_add_compressed_bio_pages
Christoph Hellwig
2023-04-17
btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pages
Christoph Hellwig
2023-04-17
btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
Christoph Hellwig
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
Christoph Hellwig
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_bio
Christoph Hellwig
2023-04-17
btrfs: move zero filling of compressed read bios into common code
Christoph Hellwig
2023-04-17
btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_work
Christoph Hellwig
2023-04-17
btrfs: don't clear page->mapping in btrfs_free_compressed_pages
Christoph Hellwig
2023-04-17
btrfs: factor out a btrfs_free_compressed_pages helper
Christoph Hellwig
2023-04-17
btrfs: factor out a btrfs_add_compressed_bio_pages helper
Christoph Hellwig
2023-04-17
btrfs: use the bbio file offset in add_ra_bio_pages
Christoph Hellwig
2023-04-17
btrfs: use the bbio file offset in btrfs_submit_compressed_read
Christoph Hellwig
2023-04-17
btrfs: remove redundant free_extent_map in btrfs_submit_compressed_read
Christoph Hellwig
2023-04-17
btrfs: embed a btrfs_bio into struct compressed_bio
Christoph Hellwig
2023-02-15
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
2023-02-15
btrfs: remove the fs_info argument to btrfs_submit_bio
Christoph Hellwig
2023-02-15
btrfs: remove stripe boundary calculation for compressed I/O
Qu Wenruo
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: handle checksum validation and repair at the storage layer
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: simplify parameters of btrfs_lookup_bio_sums
Christoph Hellwig
2023-02-15
btrfs: add a btrfs_inode pointer to struct btrfs_bio
Christoph Hellwig
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
2023-02-13
btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
Yushan Zhou
2022-12-05
btrfs: split the bio submission path into a separate file
Christoph Hellwig
[next]