index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
squashfs
/
cache.c
Age
Commit message (
Expand
)
Author
2026-02-24
Squashfs: check metadata block offset is within range
Phillip Lougher
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-03-16
squashfs: fix invalid pointer dereference in squashfs_cache_delete
Zhiyu Zhang
2025-01-24
squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)
Phillip Lougher
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35
Thomas Gleixner
2018-07-29
squashfs: be more careful about metadata corruption
Linus Torvalds
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
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
2011-12-30
Squashfs: optimise squashfs_cache_get entry search
Ajeet Yadav
2011-12-30
Squashfs: add missing block release on error condition
Phillip Lougher
2011-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Linus Torvalds
2011-05-26
Squashfs: update email address
Phillip Lougher
2011-05-25
Squashfs: move table allocation into squashfs_read_table()
Phillip Lougher
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-13
Squashfs: move squashfs_i() definition from squashfs.h
Phillip Lougher
2010-01-20
Squashfs: factor out remaining zlib dependencies into separate wrapper file
Phillip Lougher
2009-05-13
Squashfs: fix breakage when page size > metadata block size
Doug Chapman
2009-03-05
Squashfs: Fix oops when reading fsfuzzer corrupted filesystems
Phillip Lougher
2009-01-05
Squashfs: cache operations
Phillip Lougher