summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-20ANDROID: Revert fs/squashfs back to linux-4.9.yAlistair Strachan17-879/+625
2018-09-05ANDROID: squashfs: resolve merge conflict with 4.14.68Sumit Semwal1-12/+12
2018-09-05Merge 4.9.125 into android-4.9Greg Kroah-Hartman114-388/+758
2018-09-05Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher4-23/+24
2018-09-05squashfs metadata 2: electric boogalooLinus Torvalds3-14/+20
2018-08-06Merge 4.9.118 into android-4.9Greg Kroah-Hartman30-61/+153
2018-08-06squashfs: more metadata hardeningsLinus Torvalds3-6/+13
2018-08-06squashfs: more metadata hardeningLinus Torvalds1-0/+2
2018-08-03Merge 4.9.117 into android-4.9Greg Kroah-Hartman137-285/+721
2018-08-03squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2017-09-21ANDROID: Squashfs: optimize reading uncompressed dataAdrien Schildknecht2-7/+55
2017-09-21ANDROID: Squashfs: implement .readpages()Adrien Schildknecht3-58/+146
2017-09-21ANDROID: Squashfs: replace buffer_head with BIOAdrien Schildknecht4-272/+457
2017-09-21ANDROID: Squashfs: refactor page_actorAdrien Schildknecht10-210/+252
2017-09-21ANDROID: Squashfs: remove the FILE_CACHE optionAdrien Schildknecht4-109/+2
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie21-38/+40
2016-05-09romfs, squashfs: switch to ->iterate_shared()Al Viro2-4/+4
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds49-1054/+516
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov17-90/+49
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro43-218/+206
2015-12-14xattr handlers: Simplify list operationAndreas Gruenbacher22-335/+113
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro45-132/+234
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher22-130/+47
2015-11-14squashfs: xattr simplificationsAndreas Gruenbacher1-59/+31
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher32-226/+306
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes13-13/+13
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2014-11-27Squashfs: Add LZ4 compression configuration optionPhillip Lougher5-4/+31
2014-11-27Squashfs: add LZ4 compression supportPhillip Lougher2-0/+143
2014-08-07fs/squashfs/super.c: logging cleanupFabian Frederick1-2/+3
2014-08-07fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-06-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2013-11-24Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher1-1/+4
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher1-4/+3
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher5-1/+336
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher4-71/+118
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher13-67/+163
2013-11-20Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher3-20/+145
2013-11-20squashfs: Enhance parallel I/OMinchan Kim3-1/+221
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher11-136/+216
2013-09-06Squashfs: add corruption check for type in squashfs_readdir()Phillip Lougher2-3/+9
[next]