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