summaryrefslogtreecommitdiff
path: root/fs/squashfs
AgeCommit message (Expand)Author
2021-05-31Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-05-22Merge 4.4.269 into android-4.4-pGreg Kroah-Hartman
2021-05-22squashfs: fix divide error in calculate_skip()Phillip Lougher
2021-04-19Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-03-30Merge 4.4.264 into android-4.4-pGreg Kroah-Hartman
2021-03-30squashfs: fix xattr id and id lookup sanity checksPhillip Lougher
2021-03-30squashfs: fix inode lookup sanity checksSean Nyekjaer
2021-02-28Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-02-23Merge 4.4.258 into android-4.4-pGreg Kroah-Hartman
2021-02-23squashfs: add more sanity checks in xattr id lookupPhillip Lougher
2021-02-23squashfs: add more sanity checks in inode lookupPhillip Lougher
2021-02-23squashfs: add more sanity checks in id lookupPhillip Lougher
2018-12-19ANDROID: Revert fs/squashfs back to linux-4.4.yAlistair Strachan
2018-08-06Merge 4.4.146 into android-4.4-pGreg Kroah-Hartman
2018-08-06Merge 4.4.146 into android-4.4Greg Kroah-Hartman
2018-08-06squashfs: more metadata hardeningsLinus Torvalds
2018-08-06squashfs: more metadata hardeningLinus Torvalds
2018-08-06squashfs: be more careful about metadata corruptionLinus Torvalds
2017-06-27ANDROID: squashfs: Fix endianness issueDaniel Rosenberg
2017-06-27ANDROID: squashfs: Fix signed division issueDaniel Rosenberg
2017-02-09Squashfs: optimize reading uncompressed dataAdrien Schildknecht
2017-02-09Squashfs: implement .readpages()Adrien Schildknecht
2017-02-09Squashfs: replace buffer_head with BIOAdrien Schildknecht
2017-02-09Squashfs: refactor page_actorAdrien Schildknecht
2017-02-09Squashfs: remove the FILE_CACHE optionAdrien Schildknecht
2015-11-13squashfs: xattr simplificationsAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-11-27Squashfs: Add LZ4 compression configuration optionPhillip Lougher
2014-11-27Squashfs: add LZ4 compression supportPhillip Lougher
2014-08-06fs/squashfs/super.c: logging cleanupFabian Frederick
2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-06-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-11-24Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher
2013-11-20Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher
2013-11-20squashfs: Enhance parallel I/OMinchan Kim
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher
2013-09-06Squashfs: add corruption check for type in squashfs_readdir()Phillip Lougher
2013-09-06Squashfs: add corruption check in get_dir_index_using_offset()Phillip Lougher
2013-09-06Squashfs: fix corruption checks in squashfs_readdir()Phillip Lougher
2013-09-06Squashfs: fix corruption checks in squashfs_lookup()Phillip Lougher
2013-09-06Squashfs: fix corruption check in get_dir_index_using_name()Phillip Lougher
2013-09-05Squashfs: Optimized uncompressed buffer loopManish Sharma
2013-08-29Squashfs: sanity check information from diskDan Carpenter