summaryrefslogtreecommitdiff
path: root/fs/squashfs
Commit message (Expand)AuthorAge
* 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
* [readdir] convert squashfsAl Viro2013-06-29
* fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-11
* new helper: file_inode(file)Al Viro2013-02-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | userns: Convert squashfs to use kuid/kgid where appropriateEric W. Biederman2012-09-21
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-28
|\
| * Squashfs: add mount time sanity check for block_size and block_log matchPhillip Lougher2012-03-10
| * Squashfs: fix f_pos check in get_dir_index_using_offsetPhillip Lougher2012-03-10
| * Squashfs: get rid of obsolete definitions in header filePhillip Lougher2012-03-10
| * Squashfs: remove redundant length initialisation in squashfs_lookupPhillip Lougher2012-03-10
| * Squashfs: remove redundant length initialisation in squashfs_readdirPhillip Lougher2012-03-10
| * Squashfs: update comment removing reference to zlib onlyPhillip Lougher2012-03-10
| * Squashfs: use define instead of constantAjeet Yadav2012-03-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-21
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
| |/
* | squashfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds2012-01-13
|\
| * Squashfs: fix i_blocks calculation with extended regular filesPhillip Lougher2012-01-03
| * Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher2012-01-02
| * Squashfs: optimise squashfs_cache_get entry searchAjeet Yadav2011-12-30
| * Squashfs: add missing block release on error conditionPhillip Lougher2011-12-30
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds2011-11-04
|\
| * Squashfs: Add an option to set dev block size to 4KPhillip Lougher2011-11-02
* | filesystems: add set_nlink()Miklos Szeredi2011-11-02
* | doc: fix broken referencesPaul Bolle2011-09-27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-07-25
|\
| * Squashfs: Make ZLIB compression support optionalPhillip Lougher2011-07-22
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-20