summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* squashfs: cache partial compressed blocksVincent Whitchurch2023-06-091-0/+17
* Merge tag 'fs.idmapped.squashfs.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-1/+1
|\
| * squashfs: enable idmapped mountsMichael Weiß2022-11-071-1/+1
* | squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li2022-11-181-1/+2
* | squashfs: allows users to configure the number of decompression threadsXiaoming Ni2022-11-181-6/+49
* | squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni2022-11-181-3/+53
|/
* Revert "squashfs: provide backing_dev_info in order to disable read-ahead"Hsin-Yi Wang2022-07-291-33/+0
* squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang2022-01-151-0/+33
* squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+3
* squashfs: add option to panic on errorsVincent Whitchurch2021-06-291-0/+86
* squashfs: add more sanity checks in id lookupPhillip Lougher2021-02-091-3/+3
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-191-45/+55
|\
| * vfs: Convert squashfs to use the new mount APIDavid Howells2019-09-051-45/+55
* | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner2019-05-241-14/+1
* squashfs: switch to ->free_inode()Al Viro2019-05-011-9/+2
* squashfs: more metadata hardeningLinus Torvalds2018-08-021-2/+3
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* 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