Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
adf25973156d308d147ceb4169e03a6e2f2cee57
/
fs
/
squashfs
8563f87
Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
by Linus Torvalds
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
53b55e5
squashfs: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
4b0180a
Squashfs: add mount time sanity check for block_size and block_log match
by Phillip Lougher
· 13 years ago
2158d3f
Squashfs: fix f_pos check in get_dir_index_using_offset
by Phillip Lougher
· 13 years ago
47f4396
Squashfs: get rid of obsolete definitions in header file
by Phillip Lougher
· 13 years ago
bd3a518
Squashfs: remove redundant length initialisation in squashfs_lookup
by Phillip Lougher
· 13 years ago
68a8c39
Squashfs: remove redundant length initialisation in squashfs_readdir
by Phillip Lougher
· 13 years ago
ec9267b
Squashfs: update comment removing reference to zlib only
by Phillip Lougher
· 13 years ago
4826d83
Squashfs: use define instead of constant
by Ajeet Yadav
· 13 years ago
96e80a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
by Linus Torvalds
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
3d4a1c8
Squashfs: fix i_blocks calculation with extended regular files
by Phillip Lougher
· 13 years ago
cc37f75
Squashfs: fix mount time sanity check for corrupted superblock
by Phillip Lougher
· 13 years ago
d7fbd89
Squashfs: optimise squashfs_cache_get entry search
by Ajeet Yadav
· 13 years ago
e552a59
Squashfs: add missing block release on error condition
by Phillip Lougher
· 13 years ago
044595d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
by Linus Torvalds
· 13 years ago
7657cac
Squashfs: Add an option to set dev block size to 4K
by Phillip Lougher
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
395cf96
doc: fix broken references
by Paul Bolle
· 13 years ago
91d44d9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
by Linus Torvalds
· 13 years ago
cc6d349
Squashfs: Make ZLIB compression support optional
by Phillip Lougher
· 13 years ago
a904937
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
by Al Viro
· 13 years ago
0c1aa9a
deuglify squashfs_lookup()
by Al Viro
· 13 years ago
2ff55e9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
by Linus Torvalds
· 13 years ago
d5b72ce
Squashfs: Fix sanity check patches on big-endian systems
by Phillip Lougher
· 13 years ago
bc9bc72
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
by Linus Torvalds
· 13 years ago
d7f2ff6
Squashfs: update email address
by Phillip Lougher
· 13 years ago
1094a4a
Squashfs: add extra sanity checks at mount time
by Phillip Lougher
· 13 years ago
1cac63c
Squashfs: add sanity checks to fragment reading at mount time
by Phillip Lougher
· 13 years ago
ac51a0a
Squashfs: add sanity checks to lookup table reading at mount time
by Phillip Lougher
· 13 years ago
37986f6
Squashfs: add sanity checks to id reading at mount time
by Phillip Lougher
· 13 years ago
6f04864
Squashfs: add sanity checks to xattr reading at mount time
by Phillip Lougher
· 13 years ago
76e002f
Squashfs: reverse order of filesystem table reading
by Phillip Lougher
· 13 years ago
82de647
Squashfs: move table allocation into squashfs_read_table()
by Phillip Lougher
· 13 years ago
70f23fd
treewide: fix a few typos in comments
by Justin P. Mattock
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
117a91e
Squashfs: Use vmalloc rather than kmalloc for zlib workspace
by Phillip Lougher
· 14 years ago
44cff8a
Squashfs: handle corruption of directory structure
by Phillip Lougher
· 14 years ago
003a319
Squashfs: wrap squashfs_mount() definition
by Phillip Lougher
· 14 years ago
3ad1266
Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore
by Phillip Lougher
· 14 years ago
681ffe2
Squashfs: Update Kconfig help text to include xz compression
by Phillip Lougher
· 14 years ago
ff75031
Squashfs: add compression options support to xz decompressor
by Phillip Lougher
· 14 years ago
b7fc0ff
Squashfs: extend decompressor framework to handle compression options
by Phillip Lougher
· 14 years ago
3689456
squashfs: fix use of uninitialised variable in zlib & xz decompressors
by Phillip Lougher
· 14 years ago
01a678c
Squashfs: simplify CONFIG_SQUASHFS_LZO handling
by Phillip Lougher
· 14 years ago
8fcd972
Squashfs: move squashfs_i() definition from squashfs.h
by Phillip Lougher
· 14 years ago
6197fd8
Squashfs: get rid of default n in Kconfig
by Phillip Lougher
· 14 years ago
e7ee11f
Squashfs: add missing check in zlib_wrapper
by Phillip Lougher
· 14 years ago
170cf02
Squashfs: remove unnecessary variable in zlib_wrapper
by Phillip Lougher
· 14 years ago
7a43ae5
Squashfs: Add XZ compression configuration option
by Phillip Lougher
· 14 years ago
81bb8de
Squashfs: add XZ compression support
by Phillip Lougher
· 14 years ago
fa0d7e3
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
162164f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
by Linus Torvalds
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
5f3b321
Squashfs: fix function prototype
by Phillip Lougher
· 14 years ago
0772458
Squashfs: fix use of __le64 annotated variable
by Phillip Lougher
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
3dbc4b3
BKL: Remove BKL from squashfs
by Arnd Bergmann
· 14 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
66048c3
Squashfs: fix checkpatch.pl warnings
by Phillip Lougher
· 14 years ago
4f86b8f
Squashfs: fix filename typo
by Phillip Lougher
· 14 years ago
4b676d2
Squashfs: update Kconfig and documentation for LZO
by Phillip Lougher
· 14 years ago
f3065f6
Squashfs: fix block size use in LZO decompressor
by Phillip Lougher
· 14 years ago
79cb8ce
Squashfs: Add LZO compression support
by Chan Jeong
· 14 years ago
4690148
squashfs: fix filename in header comment
by Phillip Lougher
· 14 years ago
637d5c9
Squashfs: Make XATTR config name consistent with other file systems
by Phillip Lougher
· 14 years ago
a02956e
squashfs: fix compiler inline warning
by Phillip Lougher
· 14 years ago
5c80f5a
squashfs: fix name reading in squashfs_xattr_get
by Phillip Lougher
· 14 years ago
f6db25a
squashfs: constify xattr handlers
by Phillip Lougher
· 14 years ago
0f87ee0
squashfs: xattr fix sparse warnings
by Stephen Hemminger
· 14 years ago
aa5b189
squashfs: xattr_lookup sparse fix
by Stephen Hemminger
· 14 years ago
01e5b4e
squashfs: add xattr support configure option
by Phillip Lougher
· 14 years ago
67f66cc
squashfs: add new extended inode types
by Phillip Lougher
· 14 years ago
f41d207
squashfs: add support for xattr reading
by Phillip Lougher
· 14 years ago
4b5397d
squashfs: add xattr id support
by Phillip Lougher
· 14 years ago
e0d1f70
squashfs: fix potential buffer over-run on 4K block file systems
by Phillip Lougher
· 15 years ago
370ec3d
squashfs: add missing buffer free
by Phillip Lougher
· 15 years ago
1cb08e9
squashfs: fix warn_on when root inode is corrupted
by Phillip Lougher
· 15 years ago
792590c
squashfs: fix locking bug in zlib wrapper
by Phillip Lougher
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
06862f8
Squashfs: get rid of obsolete definition in header file
by Phillip Lougher
· 15 years ago
ae4a317
Squashfs: get rid of obsolete variable in struct squashfs_sb_info
by Phillip Lougher
· 15 years ago
dc32567
Squashfs: add decompressor entries for lzma and lzo
by Phillip Lougher
· 15 years ago
4c0f0bb
Squashfs: add a decompressor framework
by Phillip Lougher
· 15 years ago
f1a4035
Squashfs: factor out remaining zlib dependencies into separate wrapper file
by Phillip Lougher
· 15 years ago
e6a6d37
Squashfs: move zlib decompression wrapper code into a separate file
by Phillip Lougher
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
e5d2875
Squashfs: cody tidying, remove commented out line in Makefile
by Phillip Lougher
· 15 years ago
fffb47b
Squashfs: check page size is not larger than the filesystem block size
by Phillip Lougher
· 15 years ago
a37b06d
Squashfs: fix breakage when page size > metadata block size
by Doug Chapman
· 15 years ago
12fe32e
Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
23516dc
kmemtrace, squashfs: fix slab.h dependency problem in squasfs
by Pekka Enberg
· 16 years ago
2fc7f56
fs/squashfs: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
363911d
Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch
by Phillip Lougher
· 16 years ago
f4f8056
Squashfs: frag_size should be signed, as it can hold an error result
by Roel Kluin
· 16 years ago
Next »