summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert squashfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-2/+6
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-285-24/+15
|\
| * Squashfs: add mount time sanity check for block_size and block_log matchPhillip Lougher2012-03-101-0/+5
| * Squashfs: fix f_pos check in get_dir_index_using_offsetPhillip Lougher2012-03-101-1/+1
| * Squashfs: get rid of obsolete definitions in header filePhillip Lougher2012-03-101-16/+0
| * Squashfs: remove redundant length initialisation in squashfs_lookupPhillip Lougher2012-03-101-1/+1
| * Squashfs: remove redundant length initialisation in squashfs_readdirPhillip Lougher2012-03-101-1/+1
| * Squashfs: update comment removing reference to zlib onlyPhillip Lougher2012-03-101-1/+2
| * Squashfs: use define instead of constantAjeet Yadav2012-03-103-4/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-2/+1
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
| |/
* / squashfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds2012-01-134-12/+25
|\
| * Squashfs: fix i_blocks calculation with extended regular filesPhillip Lougher2012-01-031-2/+2
| * Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher2012-01-021-1/+1
| * Squashfs: optimise squashfs_cache_get entry searchAjeet Yadav2011-12-302-3/+9
| * Squashfs: add missing block release on error conditionPhillip Lougher2011-12-301-6/+13
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds2011-11-043-1/+30
|\
| * Squashfs: Add an option to set dev block size to 4KPhillip Lougher2011-11-023-1/+30
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-9/+9
* | doc: fix broken referencesPaul Bolle2011-09-271-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-07-255-5/+25
|\
| * Squashfs: Make ZLIB compression support optionalPhillip Lougher2011-07-225-5/+25
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-5/+0
* | deuglify squashfs_lookup()Al Viro2011-07-201-4/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-294-6/+6
|\
| * Squashfs: Fix sanity check patches on big-endian systemsPhillip Lougher2011-05-294-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-2622-150/+202
|\|
| * Squashfs: update email addressPhillip Lougher2011-05-2622-23/+23
| * Squashfs: add extra sanity checks at mount timePhillip Lougher2011-05-251-2/+16
| * Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher2011-05-253-4/+25
| * Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher2011-05-253-4/+30
| * Squashfs: add sanity checks to id reading at mount timePhillip Lougher2011-05-254-6/+37
| * Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher2011-05-251-0/+11
| * Squashfs: reverse order of filesystem table readingPhillip Lougher2011-05-251-34/+37
| * Squashfs: move table allocation into squashfs_read_table()Phillip Lougher2011-05-257-98/+44
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-102-3/+3
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher2011-03-221-3/+3
* Squashfs: handle corruption of directory structurePhillip Lougher2011-03-162-0/+21
* Squashfs: wrap squashfs_mount() definitionPhillip Lougher2011-02-281-2/+2
* Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher2011-02-281-1/+0
* Squashfs: Update Kconfig help text to include xz compressionPhillip Lougher2011-02-281-6/+6
* Squashfs: add compression options support to xz decompressorPhillip Lougher2011-02-281-8/+41
* Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-288-16/+54
* squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher2011-01-263-12/+8