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