aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_dmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-29jfs: fix metapage reference count leak in dbAllocCtlZheng Yu1-1/+3
2025-07-14jfs: upper bound check of tree index in dbAllocAGArnaud Lecomte1-0/+6
2025-04-03jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev1-1/+5
2025-02-20fs/jfs: consolidate sanity checking in dbMountDave Kleikamp1-28/+9
2025-02-20jfs: add sanity check for agwidth in dbMountEdward Adam Davis1-0/+4
2025-02-20fs/jfs: Prevent integer overflow in AG size calculationRand Deeb1-1/+1
2025-02-20fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb1-2/+2
2024-10-29jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya1-0/+3
2024-10-29jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal1-0/+3
2024-10-22jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-08-27jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis1-1/+4
2024-08-23jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park1-2/+2
2024-08-23jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga1-1/+1
2024-06-26jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li1-0/+2
2024-01-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp1-7/+1
2023-11-21jfs: fix shift-out-of-bounds in dbJoinManas Ghandat1-1/+7
2023-11-21jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat1-29/+31
2023-11-21FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad1-0/+3
2023-10-04jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat1-4/+10
2023-10-03fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng1-0/+6
2023-10-03fs/jfs: Add check for negative db_l2nbperpageJuntong Deng1-1/+2
2023-07-18fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner1-0/+1
2023-06-22fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-06-20fs: jfs: (trivial) Fix typo in dbInitTree functionWonguk Lee1-1/+1
2023-06-20jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant1-0/+6
2023-01-03fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion1-1/+2
2022-10-27fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2022-10-18fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2022-04-25fs/jfs: Remove dead codeDave Kleikamp1-68/+0
2022-04-19fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2
2022-03-22jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2021-05-21fs: Fix typo issuezuoqilin1-1/+1
2021-02-11fs/jfs: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2020-11-13jfs: Fix memleak in dbAdjCtlDinghao Liu1-2/+6
2020-11-13jfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-01-21jfs: remove unused MAXL2PAGESAlex Shi1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2014-06-03fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick1-4/+5
2013-06-05jfs: Update jfs_errorJoe Perches1-43/+27
2012-09-18jfs: Fix do_div precision in commit b40c2e66Dave Kleikamp1-3/+4
2012-09-17fs/jfs: TRIM support for JFS FilesystemTino Reichardt1-4/+121
2011-07-25jfs: clean up some compiler warningsDave Kleikamp1-4/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-8/+9
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-02-02jfs_dmap.[ch]: trivial typo fix: s/heigth/height/gDaniel Mack1-8/+8
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2