summaryrefslogtreecommitdiff
path: root/fs/squashfs
Commit message (Expand)AuthorAge
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* squashfs: Add zstd supportSean Purcell2017-09-08
* fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-24
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-01
|/
* vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-07
* romfs, squashfs: switch to ->iterate_shared()Al Viro2016-05-09
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-10
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-04
* | 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
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-06
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-11
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-13
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-06
| |/
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
|/
* squashfs: xattr simplificationsAndreas Gruenbacher2015-11-13
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-13
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-23
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* Squashfs: Add LZ4 compression configuration optionPhillip Lougher2014-11-27
* Squashfs: add LZ4 compression supportPhillip Lougher2014-11-27
* 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