index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
squashfs
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
1
-1
/
+1
2025-07-19
squashfs: fix incorrect argument to sizeof in kmalloc_array call
Colin Ian King
1
-1
/
+1
2025-07-19
squashfs: replace ;; with ; and end of fi declaration
Colin Ian King
1
-1
/
+1
2025-07-09
squashfs: use folios in squashfs_bio_read_cached()
Matthew Wilcox (Oracle)
1
-23
/
+22
2025-05-27
squashfs: add optional full compressed block caching
Chanho Min
1
-0
/
+28
2023-12-06
squashfs: squashfs_read_data need to check if the length is 0
Lizhi Xu
1
-1
/
+1
2023-07-08
squashfs: fix cache race with migration
Vincent Whitchurch
1
-4
/
+23
2023-06-09
squashfs: cache partial compressed blocks
Vincent Whitchurch
1
-6
/
+111
2023-06-09
squashfs: don't include buffer_head.h
Christoph Hellwig
1
-1
/
+0
2022-11-18
squashfs: add the mount parameter theads=<single|multi|percpu>
Xiaoming Ni
1
-1
/
+1
2022-06-16
squashfs: extend "page actor" to handle missing pages
Phillip Lougher
1
-3
/
+7
2022-04-17
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
1
-7
/
+8
2022-04-17
squashfs: always use bio_kmalloc in squashfs_bio_read
Christoph Hellwig
1
-8
/
+3
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-5
/
+6
2021-08-16
squashfs: use bvec_virt
Christoph Hellwig
1
-4
/
+3
2021-06-29
squashfs: add option to panic on errors
Vincent Whitchurch
1
-1
/
+4
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-1
/
+1
2021-02-09
squashfs: avoid out of bounds writes in decompressors
Phillip Lougher
1
-1
/
+7
2020-08-21
squashfs: avoid bio_alloc() failure with 1Mbyte blocks
Phillip Lougher
1
-1
/
+5
2020-07-24
squashfs: fix length field overlap check in metadata reading
Phillip Lougher
1
-1
/
+1
2020-06-02
squashfs: migrate from ll_rw_block usage to BIO
Philippe Liard
1
-124
/
+143
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35
Thomas Gleixner
1
-14
/
+1
2018-07-30
squashfs: more metadata hardening
Linus Torvalds
1
-0
/
+2
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
1
-0
/
+1
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
1
-2
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2013-11-20
Squashfs: Generalise paging handling in the decompressors
Phillip Lougher
1
-12
/
+15
2013-11-20
Squashfs: Refactor decompressor interface and code
Phillip Lougher
1
-4
/
+7
2013-09-05
Squashfs: Optimized uncompressed buffer loop
Manish Sharma
1
-7
/
+4
2012-03-10
Squashfs: update comment removing reference to zlib only
Phillip Lougher
1
-1
/
+2
2011-05-26
Squashfs: update email address
Phillip Lougher
1
-1
/
+1
2011-01-26
squashfs: fix use of uninitialised variable in zlib & xz decompressors
Phillip Lougher
1
-0
/
+8
2011-01-13
Squashfs: move squashfs_i() definition from squashfs.h
Phillip Lougher
1
-1
/
+0
2010-04-25
squashfs: fix potential buffer over-run on 4K block file systems
Phillip Lougher
1
-3
/
+2
2010-01-20
Squashfs: add a decompressor framework
Phillip Lougher
1
-1
/
+2
2010-01-20
Squashfs: factor out remaining zlib dependencies into separate wrapper file
Phillip Lougher
1
-1
/
+0
2010-01-20
Squashfs: move zlib decompression wrapper code into a separate file
Phillip Lougher
1
-70
/
+4
2009-03-12
Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch
Phillip Lougher
1
-17
/
+4
2009-03-05
Squashfs: Fix oops when reading fsfuzzer corrupted filesystems
Phillip Lougher
1
-2
/
+11
2009-01-05
Squashfs: block operations
Phillip Lougher
1
-0
/
+274