index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
squashfs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-25
squashfs: fix potential buffer over-run on 4K block file systems
Phillip Lougher
1
-3
/
+2
2010-04-25
squashfs: add missing buffer free
Phillip Lougher
1
-0
/
+1
2010-04-25
squashfs: fix warn_on when root inode is corrupted
Phillip Lougher
1
-1
/
+2
2010-04-23
squashfs: fix locking bug in zlib wrapper
Phillip Lougher
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2
-1
/
+1
2010-03-05
Squashfs: get rid of obsolete definition in header file
Phillip Lougher
1
-2
/
+0
2010-03-05
Squashfs: get rid of obsolete variable in struct squashfs_sb_info
Phillip Lougher
1
-1
/
+0
2010-01-20
Squashfs: add decompressor entries for lzma and lzo
Phillip Lougher
2
-1
/
+13
2010-01-20
Squashfs: add a decompressor framework
Phillip Lougher
8
-51
/
+184
2010-01-20
Squashfs: factor out remaining zlib dependencies into separate wrapper file
Phillip Lougher
14
-33
/
+51
2010-01-20
Squashfs: move zlib decompression wrapper code into a separate file
Phillip Lougher
4
-71
/
+118
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-2
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
1
-0
/
+4
2009-05-13
Squashfs: cody tidying, remove commented out line in Makefile
Phillip Lougher
1
-1
/
+0
2009-05-13
Squashfs: check page size is not larger than the filesystem block size
Phillip Lougher
1
-0
/
+10
2009-05-13
Squashfs: fix breakage when page size > metadata block size
Doug Chapman
1
-0
/
+1
2009-04-06
Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2009-04-03
kmemtrace, squashfs: fix slab.h dependency problem in squasfs
Pekka Enberg
1
-0
/
+1
2009-04-02
fs/squashfs: return f_fsid for statfs(2)
Coly Li
1
-0
/
+3
2009-03-12
Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch
Phillip Lougher
1
-17
/
+4
2009-03-05
Squashfs: frag_size should be signed, as it can hold an error result
Roel Kluin
1
-2
/
+4
2009-03-05
Squashfs: Fix oops when reading fsfuzzer corrupted filesystems
Phillip Lougher
4
-6
/
+15
2009-01-22
fs/Kconfig: move squashfs out
Alexey Dobriyan
1
-0
/
+51
2009-01-15
btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h>
Qinghuang Feng
2
-1
/
+1
2009-01-05
Squashfs: Makefiles
Phillip Lougher
1
-0
/
+8
2009-01-05
Squashfs: header files
Phillip Lougher
4
-0
/
+592
2009-01-05
Squashfs: block operations
Phillip Lougher
1
-0
/
+274
2009-01-05
Squashfs: cache operations
Phillip Lougher
1
-0
/
+412
2009-01-05
Squashfs: uid/gid lookup operations
Phillip Lougher
1
-0
/
+94
2009-01-05
Squashfs: fragment block operations
Phillip Lougher
1
-0
/
+98
2009-01-05
Squashfs: export operations
Phillip Lougher
1
-0
/
+155
2009-01-05
Squashfs: super block operations
Phillip Lougher
1
-0
/
+440
2009-01-05
Squashfs: symlink operations
Phillip Lougher
1
-0
/
+118
2009-01-05
Squashfs: regular file operations
Phillip Lougher
1
-0
/
+502
2009-01-05
Squashfs: directory readdir operations
Phillip Lougher
1
-0
/
+235
2009-01-05
Squashfs: directory lookup operations
Phillip Lougher
1
-0
/
+242
2009-01-05
Squashfs: inode operations
Phillip Lougher
1
-0
/
+346