index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
jfs
/
jfs_dmap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-29
jfs: fix metapage reference count leak in dbAllocCtl
Zheng Yu
1
-1
/
+3
2025-07-14
jfs: upper bound check of tree index in dbAllocAG
Arnaud Lecomte
1
-0
/
+6
2025-04-03
jfs: validate AG parameters in dbMount() to prevent crashes
Vasiliy Kovalev
1
-1
/
+5
2025-02-20
fs/jfs: consolidate sanity checking in dbMount
Dave Kleikamp
1
-28
/
+9
2025-02-20
jfs: add sanity check for agwidth in dbMount
Edward Adam Davis
1
-0
/
+4
2025-02-20
fs/jfs: Prevent integer overflow in AG size calculation
Rand Deeb
1
-1
/
+1
2025-02-20
fs/jfs: cast inactags to s64 to prevent potential overflow
Rand Deeb
1
-2
/
+2
2024-10-29
jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree
Nihar Chaithanya
1
-0
/
+3
2024-10-29
jfs: fix shift-out-of-bounds in dbSplit
Ghanshyam Agrawal
1
-0
/
+3
2024-10-22
jfs: Fix sanity check in dbMount
Dave Kleikamp
1
-1
/
+1
2024-08-27
jfs: check if leafidx greater than num leaves per dmap tree
Edward Adam Davis
1
-1
/
+4
2024-08-23
jfs: fix out-of-bounds in dbNextAG() and diAlloc()
Jeongjun Park
1
-2
/
+2
2024-08-23
jfs: UBSAN: shift-out-of-bounds in dbFindBits
Remington Brasga
1
-1
/
+1
2024-06-26
jfs: Fix shift-out-of-bounds in dbDiscardAG
Pei Li
1
-0
/
+2
2024-01-29
Revert "jfs: fix shift-out-of-bounds in dbJoin"
Dave Kleikamp
1
-7
/
+1
2023-11-21
jfs: fix shift-out-of-bounds in dbJoin
Manas Ghandat
1
-1
/
+7
2023-11-21
jfs: fix array-index-out-of-bounds in dbAdjTree
Manas Ghandat
1
-29
/
+31
2023-11-21
FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree
Osama Muhammad
1
-0
/
+3
2023-10-04
jfs: fix array-index-out-of-bounds in dbFindLeaf
Manas Ghandat
1
-4
/
+10
2023-10-03
fs/jfs: Add validity check for db_maxag and db_agpref
Juntong Deng
1
-0
/
+6
2023-10-03
fs/jfs: Add check for negative db_l2nbperpage
Juntong Deng
1
-1
/
+2
2023-07-18
fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
Andrew Kanner
1
-0
/
+1
2023-06-22
fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
Yogesh
1
-0
/
+3
2023-06-20
fs: jfs: (trivial) Fix typo in dbInitTree function
Wonguk Lee
1
-1
/
+1
2023-06-20
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Siddh Raman Pant
1
-0
/
+6
2023-01-03
fs/jfs: fix shift exponent db_agl2size negative
Liu Shixin via Jfs-discussion
1
-1
/
+2
2022-10-27
fs: jfs: fix shift-out-of-bounds in dbDiscardAG
Hoi Pok Wu
1
-0
/
+5
2022-10-18
fs: jfs: fix shift-out-of-bounds in dbAllocAG
Dongliang Mu
1
-6
/
+16
2022-04-25
fs/jfs: Remove dead code
Dave Kleikamp
1
-68
/
+0
2022-04-19
fs: jfs: fix possible NULL pointer dereference in dbFree()
Zixuan Fu
1
-1
/
+2
2022-03-22
jfs: fix divide error in dbNextAG
Pavel Skripkin
1
-0
/
+7
2021-05-21
fs: Fix typo issue
zuoqilin
1
-1
/
+1
2021-02-11
fs/jfs: fix potential integer overflow on shift of a int
Colin Ian King
1
-1
/
+1
2020-11-13
jfs: Fix memleak in dbAdjCtl
Dinghao Liu
1
-2
/
+6
2020-11-13
jfs: delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-01-21
jfs: remove unused MAXL2PAGES
Alex Shi
1
-1
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2014-06-03
fs/jfs/jfs_dmap.c: replace min/casting by min_t
Fabian Frederick
1
-4
/
+5
2013-06-05
jfs: Update jfs_error
Joe Perches
1
-43
/
+27
2012-09-18
jfs: Fix do_div precision in commit b40c2e66
Dave Kleikamp
1
-3
/
+4
2012-09-17
fs/jfs: TRIM support for JFS Filesystem
Tino Reichardt
1
-4
/
+121
2011-07-25
jfs: clean up some compiler warnings
Dave Kleikamp
1
-4
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2010-04-23
Merge branch 'master' into for-next
Jiri Kosina
1
-8
/
+9
2010-04-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6
Linus Torvalds
1
-8
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
1
-0
/
+1
2010-03-16
Fix typos in comments
Thomas Weber
1
-1
/
+1
2010-02-02
jfs_dmap.[ch]: trivial typo fix: s/heigth/height/g
Daniel Mack
1
-8
/
+8
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-2
/
+2
[next]