index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jfs
/
jfs_dmap.c
Age
Commit message (
Expand
)
Author
5 days
jfs: fix metapage reference count leak in dbAllocCtl
Zheng Yu
2025-07-14
jfs: upper bound check of tree index in dbAllocAG
Arnaud Lecomte
2025-04-03
jfs: validate AG parameters in dbMount() to prevent crashes
Vasiliy Kovalev
2025-02-20
fs/jfs: consolidate sanity checking in dbMount
Dave Kleikamp
2025-02-20
jfs: add sanity check for agwidth in dbMount
Edward Adam Davis
2025-02-20
fs/jfs: Prevent integer overflow in AG size calculation
Rand Deeb
2025-02-20
fs/jfs: cast inactags to s64 to prevent potential overflow
Rand Deeb
2024-10-29
jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree
Nihar Chaithanya
2024-10-29
jfs: fix shift-out-of-bounds in dbSplit
Ghanshyam Agrawal
2024-10-22
jfs: Fix sanity check in dbMount
Dave Kleikamp
2024-08-27
jfs: check if leafidx greater than num leaves per dmap tree
Edward Adam Davis
2024-08-23
jfs: fix out-of-bounds in dbNextAG() and diAlloc()
Jeongjun Park
2024-08-23
jfs: UBSAN: shift-out-of-bounds in dbFindBits
Remington Brasga
2024-06-26
jfs: Fix shift-out-of-bounds in dbDiscardAG
Pei Li
2024-01-29
Revert "jfs: fix shift-out-of-bounds in dbJoin"
Dave Kleikamp
2023-11-21
jfs: fix shift-out-of-bounds in dbJoin
Manas Ghandat
2023-11-21
jfs: fix array-index-out-of-bounds in dbAdjTree
Manas Ghandat
2023-11-21
FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree
Osama Muhammad
2023-10-04
jfs: fix array-index-out-of-bounds in dbFindLeaf
Manas Ghandat
2023-10-03
fs/jfs: Add validity check for db_maxag and db_agpref
Juntong Deng
2023-10-03
fs/jfs: Add check for negative db_l2nbperpage
Juntong Deng
2023-07-18
fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
Andrew Kanner
2023-06-22
fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
Yogesh
2023-06-20
fs: jfs: (trivial) Fix typo in dbInitTree function
Wonguk Lee
2023-06-20
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Siddh Raman Pant
2023-01-03
fs/jfs: fix shift exponent db_agl2size negative
Liu Shixin via Jfs-discussion
2022-10-27
fs: jfs: fix shift-out-of-bounds in dbDiscardAG
Hoi Pok Wu
2022-10-18
fs: jfs: fix shift-out-of-bounds in dbAllocAG
Dongliang Mu
2022-04-25
fs/jfs: Remove dead code
Dave Kleikamp
2022-04-19
fs: jfs: fix possible NULL pointer dereference in dbFree()
Zixuan Fu
2022-03-22
jfs: fix divide error in dbNextAG
Pavel Skripkin
2021-05-21
fs: Fix typo issue
zuoqilin
2021-02-11
fs/jfs: fix potential integer overflow on shift of a int
Colin Ian King
2020-11-13
jfs: Fix memleak in dbAdjCtl
Dinghao Liu
2020-11-13
jfs: delete duplicated words + other fixes
Randy Dunlap
2020-01-21
jfs: remove unused MAXL2PAGES
Alex Shi
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2014-06-03
fs/jfs/jfs_dmap.c: replace min/casting by min_t
Fabian Frederick
2013-06-05
jfs: Update jfs_error
Joe Perches
2012-09-18
jfs: Fix do_div precision in commit b40c2e66
Dave Kleikamp
2012-09-17
fs/jfs: TRIM support for JFS Filesystem
Tino Reichardt
2011-07-25
jfs: clean up some compiler warnings
Dave Kleikamp
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-04-23
Merge branch 'master' into for-next
Jiri Kosina
2010-04-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...
Linus Torvalds
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-16
Fix typos in comments
Thomas Weber
2010-02-02
jfs_dmap.[ch]: trivial typo fix: s/heigth/height/g
Daniel Mack
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
[next]