aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ANDROID: Squashfs: fix missing NULL checkDaniel Rosenberg2017-04-111-3/+5
* mtk: squashed security updatesMoyster2017-04-111-11/+2
* fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-04-111-6/+6
* Squashfs: optimize reading uncompressed dataAdrien Schildknecht2017-04-112-7/+55
* Squashfs: implement .readpages()Adrien Schildknecht2017-04-113-57/+150
* Squashfs: replace buffer_head with BIOAdrien Schildknecht2017-04-114-272/+455
* Squashfs: refactor page_actorAdrien Schildknecht2017-04-1110-213/+255
* Squashfs: remove the FILE_CACHE optionAdrien Schildknecht2017-04-114-109/+2
* Squashfs: Add LZ4 compression configuration optionPhillip Lougher2017-04-114-0/+27
* Squashfs: add LZ4 compression supportPhillip Lougher2017-04-112-0/+143
* fs/squashfs/super.c: logging cleanupFabian Frederick2017-04-111-2/+3
* fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2017-04-111-1/+1
* fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick2017-04-111-1/+1
* Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher2017-04-111-1/+4
* Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher2017-04-111-4/+3
* Squashfs: Directly decompress into the page cache for file dataPhillip Lougher2017-04-115-1/+336
* Squashfs: Restructure squashfs_readpage()Phillip Lougher2017-04-114-71/+118
* Squashfs: Generalise paging handling in the decompressorsPhillip Lougher2017-04-1113-67/+163
* Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher2017-04-113-20/+145
* squashfs: Enhance parallel I/OMinchan Kim2017-04-113-1/+221
* Squashfs: Refactor decompressor interface and codePhillip Lougher2017-04-1111-136/+216
* Squashfs: add corruption check for type in squashfs_readdir()Phillip Lougher2017-04-112-3/+9
* Squashfs: add corruption check in get_dir_index_using_offset()Phillip Lougher2017-04-111-1/+8
* Squashfs: fix corruption checks in squashfs_readdir()Phillip Lougher2017-04-111-3/+2
* Squashfs: fix corruption checks in squashfs_lookup()Phillip Lougher2017-04-111-1/+2
* Squashfs: fix corruption check in get_dir_index_using_name()Phillip Lougher2017-04-111-3/+1
* Squashfs: Optimized uncompressed buffer loopManish Sharma2017-04-111-7/+4
* Squashfs: sanity check information from diskDan Carpenter2017-04-111-1/+6
* [readdir] convert squashfsAl Viro2017-04-111-28/+12
* proc: make oom adjustment files user read-onlyRom Lemarchand2017-04-111-2/+2
* fs: support task's adj rbtreeYi-wei Zhao2017-04-112-0/+12
* ANDROID: sched: add a counter to track fsyncJin Qian2017-04-111-0/+1
* splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITELinus Torvalds2017-04-112-0/+10
* fuse: Add support for d_canonical_pathDaniel Rosenberg2017-04-113-0/+53
* sdcardfs: Switch package list to RCUDaniel Rosenberg2017-04-113-112/+93
* sdcardfs: Fix locking for permission fix upDaniel Rosenberg2017-04-113-9/+3
* sdcardfs: Check for other cases on path lookupDaniel Rosenberg2017-04-111-0/+22
* sdcardfs: override umask on mkdir and createDaniel Rosenberg2017-04-112-35/+36
* fs: ecryptfs: readdir: constify actorAmit Pundir2017-04-111-8/+8
* constify ->actorAl Viro2017-04-116-51/+45
* introduce ->iterate(), ctx->pos, dir_emit()Al Viro2017-04-115-17/+37
* introduce iterate_dir() and dir_contextAl Viro2017-04-116-18/+40
* sdcardfs: Flag files as non-mappablefluxi2017-04-111-0/+8
* sdcardfs: Remove stale dentries when reusing an inode.Daniel Rosenberg2017-04-111-1/+6
* sdcardfs: Fix issue with d_child moveDaniel Rosenberg2017-04-111-1/+1
* ANDROID: sdcardfs: fix itnull.cocci warningsJulia Lawall2017-04-111-1/+1
* sdcardfs: Truncate packages_gid.list on overflowDaniel Rosenberg2017-04-111-4/+11
* vfs: change d_canonical_path to take two pathsDaniel Rosenberg2017-04-112-2/+6
* inotify: Fix erroneous update of bit countDaniel Rosenberg2017-04-111-1/+1
* vfs: add d_canonical_path for stacked filesystem supportDaniel Rosenberg2017-04-111-3/+14