aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_dmap.c
AgeCommit message (Expand)AuthorFilesLines
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/sha...Linus Torvalds1-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun 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
2008-02-13jfs: le*_add_cpu conversionMarcin Slusarz1-6/+5
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp1-213/+206
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-01-09JFS: Add lockdep annotationsDave Kleikamp1-8/+8
2006-10-02JFS: White space cleanupDave Kleikamp1-90/+90
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson1-6/+6
2006-03-08JFS: Take logsync lock before testing mp->lsnDave Kleikamp1-5/+2
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-3/+3
2006-01-24Merge with /home/shaggy/git/linus-clean/Dave Kleikamp1-2/+1
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-2/+1
2005-11-29JFS: make buddy table staticArjan van de Ven1-1/+1
2005-10-11JFS: Corrupted block map should not cause trapDave Kleikamp1-5/+14
2005-10-03JFS: make special inodes play nicely with page balancingDave Kleikamp1-1/+0
2005-09-15JFS: Fix sparse warnings, including endian errorDave Kleikamp1-1/+1
2005-07-15JFS: Remove assert statement in dbJoin & return -EIO insteadDave Kleikamp1-16/+30
2005-06-27JFS: Code cleanup - getting rid of never-used debug codeDave Kleikamp1-290/+8
2005-05-04JFS: cleanup - remove unneeded sanity checkDave Kleikamp1-9/+0
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp1-6/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+4272