summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
Commit message (Expand)AuthorAgeFilesLines
* fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-251-6/+6
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-181-1/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* | block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
|/
* vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-084-4/+0Star
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-2/+2
* romfs, squashfs: switch to ->iterate_shared()Al Viro2016-05-091-2/+2
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-031-2/+4
|\
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-111-2/+4
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-042-3/+3
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0413-51/+51
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-131-4/+3Star
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+3Star
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-111-30/+8Star
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-141-27/+8Star
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-071-3/+0Star
| |/
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0Star
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+2
|/
* squashfs: xattr simplificationsAndreas Gruenbacher2015-11-141-59/+31Star
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-141-14/+22
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-241-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-152-5/+5
* Squashfs: Add LZ4 compression configuration optionPhillip Lougher2014-11-274-0/+27
* Squashfs: add LZ4 compression supportPhillip Lougher2014-11-272-0/+143
* fs/squashfs/super.c: logging cleanupFabian Frederick2014-08-071-2/+3
* fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-071-1/+1
* fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick2014-06-051-1/+1
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher2013-11-241-1/+4
* Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher2013-11-201-4/+3Star
* Squashfs: Directly decompress into the page cache for file dataPhillip Lougher2013-11-205-1/+336
* Squashfs: Restructure squashfs_readpage()Phillip Lougher2013-11-204-71/+118
* Squashfs: Generalise paging handling in the decompressorsPhillip Lougher2013-11-2013-67/+163
* Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher2013-11-203-20/+145
* squashfs: Enhance parallel I/OMinchan Kim2013-11-203-1/+221
* Squashfs: Refactor decompressor interface and codePhillip Lougher2013-11-2011-136/+216
* Squashfs: add corruption check for type in squashfs_readdir()Phillip Lougher2013-09-062-3/+9
* Squashfs: add corruption check in get_dir_index_using_offset()Phillip Lougher2013-09-061-1/+8
* Squashfs: fix corruption checks in squashfs_readdir()Phillip Lougher2013-09-061-3/+2Star
* Squashfs: fix corruption checks in squashfs_lookup()Phillip Lougher2013-09-061-1/+2
* Squashfs: fix corruption check in get_dir_index_using_name()Phillip Lougher2013-09-061-3/+1Star
* Squashfs: Optimized uncompressed buffer loopManish Sharma2013-09-051-7/+4Star
* Squashfs: sanity check information from diskDan Carpenter2013-08-291-1/+6
* [readdir] convert squashfsAl Viro2013-06-291-28/+12Star
* fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5