summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+3
* fs/squashfs/super.c: logging cleanupFabian Frederick2014-08-061-2/+3
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* Squashfs: Refactor decompressor interface and codePhillip Lougher2013-11-201-5/+5
* fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-281-0/+5
|\
| * Squashfs: add mount time sanity check for block_size and block_log matchPhillip Lougher2012-03-101-0/+5
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds2012-01-131-1/+1
|\
| * Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher2012-01-021-1/+1
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* Squashfs: Add an option to set dev block size to 4KPhillip Lougher2011-11-021-1/+1
* Squashfs: Fix sanity check patches on big-endian systemsPhillip Lougher2011-05-291-3/+3
* Squashfs: update email addressPhillip Lougher2011-05-261-2/+2
* 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-251-1/+2
* Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher2011-05-251-1/+2
* Squashfs: add sanity checks to id reading at mount timePhillip Lougher2011-05-251-3/+7
* Squashfs: reverse order of filesystem table readingPhillip Lougher2011-05-251-34/+37
* Squashfs: move table allocation into squashfs_read_table()Phillip Lougher2011-05-251-13/+8
* Squashfs: wrap squashfs_mount() definitionPhillip Lougher2011-02-281-2/+2
* Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-281-4/+7
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-6/+4
* BKL: Remove BKL from squashfsArnd Bergmann2010-10-041-11/+0
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+6
* squashfs: add xattr support configure optionPhillip Lougher2010-05-171-1/+3
* squashfs: add new extended inode typesPhillip Lougher2010-05-171-7/+1
* squashfs: add xattr id supportPhillip Lougher2010-05-171-3/+19
* squashfs: add missing buffer freePhillip Lougher2010-04-251-0/+1
* squashfs: fix warn_on when root inode is corruptedPhillip Lougher2010-04-251-1/+2
* Squashfs: add a decompressor frameworkPhillip Lougher2010-01-201-19/+26
* Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher2010-01-201-9/+5
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-2/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* Squashfs: check page size is not larger than the filesystem block sizePhillip Lougher2009-05-131-0/+10
* fs/squashfs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+3
* Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher2009-03-051-1/+1
* btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h>Qinghuang Feng2009-01-151-0/+1
* Squashfs: super block operationsPhillip Lougher2009-01-051-0/+440
OpenPOWER on IntegriCloud