index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ANDROID: Squashfs: fix missing NULL check
Daniel Rosenberg
2017-04-11
1
-3
/
+5
*
mtk: squashed security updates
Moyster
2017-04-11
1
-11
/
+2
*
fs/squashfs: change usage of LZ4 to work with new LZ4 version
Sven Schmidt
2017-04-11
1
-6
/
+6
*
Squashfs: optimize reading uncompressed data
Adrien Schildknecht
2017-04-11
2
-7
/
+55
*
Squashfs: implement .readpages()
Adrien Schildknecht
2017-04-11
3
-57
/
+150
*
Squashfs: replace buffer_head with BIO
Adrien Schildknecht
2017-04-11
4
-272
/
+455
*
Squashfs: refactor page_actor
Adrien Schildknecht
2017-04-11
10
-213
/
+255
*
Squashfs: remove the FILE_CACHE option
Adrien Schildknecht
2017-04-11
4
-109
/
+2
*
Squashfs: Add LZ4 compression configuration option
Phillip Lougher
2017-04-11
4
-0
/
+27
*
Squashfs: add LZ4 compression support
Phillip Lougher
2017-04-11
2
-0
/
+143
*
fs/squashfs/super.c: logging cleanup
Fabian Frederick
2017-04-11
1
-2
/
+3
*
fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_array
Fabian Frederick
2017-04-11
1
-1
/
+1
*
fs/squashfs/squashfs.h: replace pr_warning by pr_warn
Fabian Frederick
2017-04-11
1
-1
/
+1
*
Squashfs: fix failure to unlock pages on decompress error
Phillip Lougher
2017-04-11
1
-1
/
+4
*
Squashfs: Check stream is not NULL in decompressor_multi.c
Phillip Lougher
2017-04-11
1
-4
/
+3
*
Squashfs: Directly decompress into the page cache for file data
Phillip Lougher
2017-04-11
5
-1
/
+336
*
Squashfs: Restructure squashfs_readpage()
Phillip Lougher
2017-04-11
4
-71
/
+118
*
Squashfs: Generalise paging handling in the decompressors
Phillip Lougher
2017-04-11
13
-67
/
+163
*
Squashfs: add multi-threaded decompression using percpu variable
Phillip Lougher
2017-04-11
3
-20
/
+145
*
squashfs: Enhance parallel I/O
Minchan Kim
2017-04-11
3
-1
/
+221
*
Squashfs: Refactor decompressor interface and code
Phillip Lougher
2017-04-11
11
-136
/
+216
*
Squashfs: add corruption check for type in squashfs_readdir()
Phillip Lougher
2017-04-11
2
-3
/
+9
*
Squashfs: add corruption check in get_dir_index_using_offset()
Phillip Lougher
2017-04-11
1
-1
/
+8
*
Squashfs: fix corruption checks in squashfs_readdir()
Phillip Lougher
2017-04-11
1
-3
/
+2
*
Squashfs: fix corruption checks in squashfs_lookup()
Phillip Lougher
2017-04-11
1
-1
/
+2
*
Squashfs: fix corruption check in get_dir_index_using_name()
Phillip Lougher
2017-04-11
1
-3
/
+1
*
Squashfs: Optimized uncompressed buffer loop
Manish Sharma
2017-04-11
1
-7
/
+4
*
Squashfs: sanity check information from disk
Dan Carpenter
2017-04-11
1
-1
/
+6
*
[readdir] convert squashfs
Al Viro
2017-04-11
1
-28
/
+12
*
proc: make oom adjustment files user read-only
Rom Lemarchand
2017-04-11
1
-2
/
+2
*
fs: support task's adj rbtree
Yi-wei Zhao
2017-04-11
2
-0
/
+12
*
ANDROID: sched: add a counter to track fsync
Jin Qian
2017-04-11
1
-0
/
+1
*
splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE
Linus Torvalds
2017-04-11
2
-0
/
+10
*
fuse: Add support for d_canonical_path
Daniel Rosenberg
2017-04-11
3
-0
/
+53
*
sdcardfs: Switch package list to RCU
Daniel Rosenberg
2017-04-11
3
-112
/
+93
*
sdcardfs: Fix locking for permission fix up
Daniel Rosenberg
2017-04-11
3
-9
/
+3
*
sdcardfs: Check for other cases on path lookup
Daniel Rosenberg
2017-04-11
1
-0
/
+22
*
sdcardfs: override umask on mkdir and create
Daniel Rosenberg
2017-04-11
2
-35
/
+36
*
fs: ecryptfs: readdir: constify actor
Amit Pundir
2017-04-11
1
-8
/
+8
*
constify ->actor
Al Viro
2017-04-11
6
-51
/
+45
*
introduce ->iterate(), ctx->pos, dir_emit()
Al Viro
2017-04-11
5
-17
/
+37
*
introduce iterate_dir() and dir_context
Al Viro
2017-04-11
6
-18
/
+40
*
sdcardfs: Flag files as non-mappable
fluxi
2017-04-11
1
-0
/
+8
*
sdcardfs: Remove stale dentries when reusing an inode.
Daniel Rosenberg
2017-04-11
1
-1
/
+6
*
sdcardfs: Fix issue with d_child move
Daniel Rosenberg
2017-04-11
1
-1
/
+1
*
ANDROID: sdcardfs: fix itnull.cocci warnings
Julia Lawall
2017-04-11
1
-1
/
+1
*
sdcardfs: Truncate packages_gid.list on overflow
Daniel Rosenberg
2017-04-11
1
-4
/
+11
*
vfs: change d_canonical_path to take two paths
Daniel Rosenberg
2017-04-11
2
-2
/
+6
*
inotify: Fix erroneous update of bit count
Daniel Rosenberg
2017-04-11
1
-1
/
+1
*
vfs: add d_canonical_path for stacked filesystem support
Daniel Rosenberg
2017-04-11
1
-3
/
+14
[prev]
[next]