index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
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_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
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
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
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
2023-11-16
fs/squashfs: enable LZ4 compression support
David Oberhollenzer
1
-0
/
+23
2023-11-16
fs/squashfs: remove unused declarations
David Oberhollenzer
3
-58
/
+0
2023-01-18
lib: zstd: update to latest Linux zstd 1.5.2
Brandon Maier
1
-6
/
+9
2023-01-11
fs/squashfs: Only use export table if available
David Oberhollenzer
1
-5
/
+11
2022-12-08
fs/squashfs: use lldiv function for math
Kasper Revsbech
1
-1
/
+1
2022-07-11
Merge branch 'next'
Tom Rini
1
-1
/
+1
2022-06-28
fs/squashfs: Use kcalloc when relevant
Miquel Raynal
1
-1
/
+3
2022-06-20
Merge branch 'master' into next
Tom Rini
1
-3
/
+5
2022-06-16
fs/squashfs: sqfs_read: Prevent arbitrary code execution
Miquel Raynal
1
-3
/
+5
2022-06-06
fs/squashfs: fix sqfs_read_sblk()
Heinrich Schuchardt
1
-1
/
+1
2022-06-03
squashfs: Fix compilation on big endian systems
Pali Rohár
2
-4
/
+2
2022-05-23
fs/squashfs: use lldiv function for math
Sean Nyekjaer
1
-2
/
+3
2022-04-19
fs/squashfs: simplify sqfs_read()
Heinrich Schuchardt
1
-8
/
+5
2022-01-29
squashfs: show an error message if the inode_table can't be, allocated
Lars Weber
1
-0
/
+2
2021-09-16
sqfs: Suppress the message about missing filesystem
Simon Glass
1
-1
/
+1
2021-08-04
fs/squashfs: Fix some hardlinks reading the wrong inode
Campbell Suter
1
-1
/
+1
2021-06-09
fs/squashfs: fix reading of fragmented files
Joao Marcos Costa
1
-10
/
+6
2021-05-26
fs/squashfs: zero out unused fields in fs_dirent
Heinrich Schuchardt
1
-1
/
+1
2021-03-04
fs/squashfs: Fix compilation error
Pali Rohár
1
-0
/
+1
2021-02-24
fs/squashfs: NULL dereference in sqfs_closedir()
Heinrich Schuchardt
1
-0
/
+3
2021-01-20
Fix squashfs failing to load sparse files
Campbell Suter
1
-19
/
+35
2020-12-02
fs/squashfs: sqfs_close/sqfs_read_sblk: set ctxt.sblk to NULL after free
Richard Genoud
1
-1
/
+3
2020-11-19
fs/squashfs: implement exists() function
Richard Genoud
1
-0
/
+38
2020-11-19
fs/squashfs: sqfs_read: remove buggy offset functionality
Richard Genoud
1
-4
/
+12
2020-11-19
fs/squashfs: sqfs_read: don't write beyond buffer size
Richard Genoud
1
-0
/
+8
2020-11-19
fs/squashfs: sqfs_probe: use sqfs_decompressor_init() return value
Richard Genoud
1
-2
/
+0
2020-11-19
fs/squashfs: sqfs_probe: reset cur_dev/cur_part_info to NULL on error
Richard Genoud
1
-1
/
+1
2020-11-19
fs/squashfs: sqfs_probe: fix possible memory leak on error
Richard Genoud
1
-5
/
+9
2020-11-19
fs/squashfs: sqfs_read: fix memory leak on finfo.blk_sizes
Richard Genoud
1
-26
/
+22
2020-11-19
fs/squashfs: sqfs_get_abs_path: fix possible memory leak on error
Richard Genoud
1
-14
/
+18
2020-11-19
fs/squashfs: sqfs_get_abs_path: fix error check
Richard Genoud
1
-1
/
+1
2020-11-19
fs/squashfs: sqfs_frag_lookup: simplify error handling
Richard Genoud
1
-12
/
+16
2020-11-19
fs/squashfs: sqfs_read: fix another memory leak
Richard Genoud
1
-0
/
+2
2020-11-19
fs/squashfs: sqfs_read: fix memory leak
Richard Genoud
1
-1
/
+1
2020-11-19
fs/squashfs: sqfs_read: remove useless sqfs_closedir()
Richard Genoud
1
-1
/
+0
2020-11-19
fs/squashfs: sqfs_read: fix dangling pointer dirs->entry
Richard Genoud
1
-0
/
+1
2020-11-19
fs/squashfs: sqfs_size: remove useless sqfs_closedir()
Richard Genoud
1
-1
/
+0
2020-11-19
fs/squashfs: sqfs_size: fix dangling pointer dirs->entry
Richard Genoud
1
-0
/
+2
2020-11-19
fs/squashfs: sqfs_concat_tokens: check if malloc succeeds
Richard Genoud
1
-0
/
+3
2020-11-19
fs/squashfs: sqfs_read_inode_table: fix dangling pointer
Richard Genoud
1
-0
/
+1
2020-11-19
fs/squashfs: sqfs_search_dir: fix memory leaks
Richard Genoud
1
-13
/
+51
2020-11-19
fs/squashfs: sqfs_search_dir: fix dangling pointer
Richard Genoud
1
-0
/
+5
2020-11-19
fs/squashfs: sqfs_read_directory_table: fix memory leak
Richard Genoud
1
-14
/
+17
2020-11-19
fs/squashfs: sqfs_split_path: fix memory leak and dangling pointers
Richard Genoud
1
-12
/
+28
2020-11-19
fs/squashfs: sqfs_closedir: fix memory leak
Richard Genoud
1
-0
/
+1
2020-11-19
fs/squashfs: sqfs_opendir: simplify error handling
Richard Genoud
1
-15
/
+12
2020-11-19
fs/squashfs: sqfs_opendir: fix some memory leaks and dangling pointers
Richard Genoud
1
-8
/
+29
2020-11-19
fs/squashfs: Fix index off by 1 for inode SQFS_LDIR_TYPE
Gerard Koskamp
1
-2
/
+2
2020-09-29
fs/squashfs: parameter check sqfs_read_metablock()
Heinrich Schuchardt
1
-2
/
+2
2020-09-18
fs/squashfs: Fix Coverity Scan defects
Joao Marcos Costa
3
-10
/
+18
[next]