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
/
squashfs
/
block.c
Age
Commit message (
Expand
)
Author
2023-07-08
squashfs: fix cache race with migration
Vincent Whitchurch
2023-06-09
squashfs: cache partial compressed blocks
Vincent Whitchurch
2023-06-09
squashfs: don't include buffer_head.h
Christoph Hellwig
2022-11-18
squashfs: add the mount parameter theads=<single|multi|percpu>
Xiaoming Ni
2022-06-16
squashfs: extend "page actor" to handle missing pages
Phillip Lougher
2022-04-17
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
2022-04-17
squashfs: always use bio_kmalloc in squashfs_bio_read
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2021-08-16
squashfs: use bvec_virt
Christoph Hellwig
2021-06-29
squashfs: add option to panic on errors
Vincent Whitchurch
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-02-09
squashfs: avoid out of bounds writes in decompressors
Phillip Lougher
2020-08-21
squashfs: avoid bio_alloc() failure with 1Mbyte blocks
Phillip Lougher
2020-07-24
squashfs: fix length field overlap check in metadata reading
Phillip Lougher
2020-06-02
squashfs: migrate from ll_rw_block usage to BIO
Philippe Liard
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35
Thomas Gleixner
2018-07-30
squashfs: more metadata hardening
Linus Torvalds
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2013-11-20
Squashfs: Generalise paging handling in the decompressors
Phillip Lougher
2013-11-20
Squashfs: Refactor decompressor interface and code
Phillip Lougher
2013-09-05
Squashfs: Optimized uncompressed buffer loop
Manish Sharma
2012-03-10
Squashfs: update comment removing reference to zlib only
Phillip Lougher
2011-05-26
Squashfs: update email address
Phillip Lougher
2011-01-26
squashfs: fix use of uninitialised variable in zlib & xz decompressors
Phillip Lougher
2011-01-13
Squashfs: move squashfs_i() definition from squashfs.h
Phillip Lougher
2010-04-25
squashfs: fix potential buffer over-run on 4K block file systems
Phillip Lougher
2010-01-20
Squashfs: add a decompressor framework
Phillip Lougher
2010-01-20
Squashfs: factor out remaining zlib dependencies into separate wrapper file
Phillip Lougher
2010-01-20
Squashfs: move zlib decompression wrapper code into a separate file
Phillip Lougher
2009-03-12
Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch
Phillip Lougher
2009-03-05
Squashfs: Fix oops when reading fsfuzzer corrupted filesystems
Phillip Lougher
2009-01-05
Squashfs: block operations
Phillip Lougher