summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
Commit message (Expand)AuthorAgeFilesLines
* squashfs: use bvec_virtChristoph Hellwig2021-08-166-9/+8
* squashfs: add option to panic on errorsVincent Whitchurch2021-06-293-1/+91
* squashfs: fix divide error in calculate_skip()Phillip Lougher2021-05-141-3/+3
* squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2021-03-252-4/+8
* squashfs: fix inode lookup sanity checksSean Nyekjaer2021-03-252-2/+7
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* squashfs: add more sanity checks in xattr id lookupPhillip Lougher2021-02-091-9/+57
* squashfs: add more sanity checks in inode lookupPhillip Lougher2021-02-091-8/+33
* squashfs: add more sanity checks in id lookupPhillip Lougher2021-02-094-12/+45
* squashfs: avoid out of bounds writes in decompressorsPhillip Lougher2021-02-091-1/+7
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher2020-08-211-1/+5
|/
* squashfs: fix length field overlap check in metadata readingPhillip Lougher2020-07-241-1/+1
* Squashfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-8/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0211-239/+281
|\
| * squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-0211-242/+287
* | squashfs: Make use of local lock in multi_cpu decompressorJulia Cartwright2020-05-281-7/+14
|/
* Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-191-45/+55
|\
| * vfs: Convert squashfs to use the new mount APIDavid Howells2019-09-051-45/+55
* | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-198-24/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner2019-05-2423-322/+23
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* squashfs: switch to ->free_inode()Al Viro2019-05-011-9/+2
* Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher2018-08-024-23/+24
* squashfs: more metadata hardeningLinus Torvalds2018-08-023-6/+13
* squashfs metadata 2: electric boogalooLinus Torvalds2018-08-013-14/+20
* squashfs: more metadata hardeningLinus Torvalds2018-07-301-0/+2
* squashfs: be more careful about metadata corruptionLinus Torvalds2018-07-294-5/+16
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* squashfs: Add zstd supportSean Purcell2017-09-086-0/+178
* fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-241-6/+6
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
|/
* vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-074-4/+0
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-2/+2
* romfs, squashfs: switch to ->iterate_shared()Al Viro2016-05-091-2/+2
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-2/+4
|\
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-2/+4
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-042-3/+3
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0413-51/+51
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-4/+3
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+3
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-111-30/+8
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-27/+8