summaryrefslogtreecommitdiff
path: root/fs/squashfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-1/+132
|\
| * squashfs: support reading fragments in readahead callPhillip Lougher2022-06-271-3/+44
| * squashfs: implement readaheadHsin-Yi Wang2022-06-271-1/+91
* | squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)2022-06-261-7/+8
|/
* squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* squashfs: fix divide error in calculate_skip()Phillip Lougher2021-05-141-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner2019-05-241-14/+1
* Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher2018-08-021-15/+10
* squashfs metadata 2: electric boogalooLinus Torvalds2018-08-011-7/+18
* squashfs: be more careful about metadata corruptionLinus Torvalds2018-07-291-2/+6
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-11/+11
* Squashfs: Restructure squashfs_readpage()Phillip Lougher2013-11-201-70/+72
* squashfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
* Squashfs: update email addressPhillip Lougher2011-05-261-1/+1
* Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher2010-01-201-1/+0
* Squashfs: regular file operationsPhillip Lougher2009-01-051-0/+502