summaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_dmap.c
Commit message (Expand)AuthorAgeFilesLines
* fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion2023-01-031-1/+2
* fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu2022-10-271-0/+5
* fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu2022-10-181-6/+16
* fs/jfs: Remove dead codeDave Kleikamp2022-04-251-68/+0
* fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu2022-04-191-1/+2
* jfs: fix divide error in dbNextAGPavel Skripkin2022-03-221-0/+7
* fs: Fix typo issuezuoqilin2021-05-211-1/+1
* fs/jfs: fix potential integer overflow on shift of a intColin Ian King2021-02-111-1/+1
* jfs: Fix memleak in dbAdjCtlDinghao Liu2020-11-131-2/+6
* jfs: delete duplicated words + other fixesRandy Dunlap2020-11-131-1/+1
* jfs: remove unused MAXL2PAGESAlex Shi2020-01-211-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick2014-06-031-4/+5
* jfs: Update jfs_errorJoe Perches2013-06-051-43/+27
* jfs: Fix do_div precision in commit b40c2e66Dave Kleikamp2012-09-181-3/+4
* fs/jfs: TRIM support for JFS FilesystemTino Reichardt2012-09-171-4/+121
* jfs: clean up some compiler warningsDave Kleikamp2011-07-251-4/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'master' into for-nextJiri Kosina2010-04-231-8/+9
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2010-04-211-8/+8
| |\
| | * jfs_dmap.[ch]: trivial typo fix: s/heigth/height/gDaniel Mack2010-02-021-8/+8
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| |/
* | Fix typos in commentsThomas Weber2010-03-161-1/+1
|/
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* jfs: le*_add_cpu conversionMarcin Slusarz2008-02-131-6/+5
* JFS: Whitespace cleanup and remove some dead codeDave Kleikamp2007-06-061-213/+206
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* JFS: Add lockdep annotationsDave Kleikamp2007-01-091-8/+8
* JFS: White space cleanupDave Kleikamp2006-10-021-90/+90
* [PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson2006-10-011-6/+6
* JFS: Take logsync lock before testing mp->lsnDave Kleikamp2006-03-081-5/+2
* JFS: semaphore to mutex conversion.Ingo Molnar2006-01-241-3/+3
* Merge with /home/shaggy/git/linus-clean/Dave Kleikamp2006-01-241-2/+1
|\
| * [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi2006-01-081-2/+1
* | JFS: make buddy table staticArjan van de Ven2005-11-291-1/+1
|/
* JFS: Corrupted block map should not cause trapDave Kleikamp2005-10-111-5/+14
* JFS: make special inodes play nicely with page balancingDave Kleikamp2005-10-031-1/+0
* JFS: Fix sparse warnings, including endian errorDave Kleikamp2005-09-151-1/+1
* JFS: Remove assert statement in dbJoin & return -EIO insteadDave Kleikamp2005-07-151-16/+30
* JFS: Code cleanup - getting rid of never-used debug codeDave Kleikamp2005-06-271-290/+8
* JFS: cleanup - remove unneeded sanity checkDave Kleikamp2005-05-041-9/+0
* [PATCH] JFS: Support page sizes greater than 4KDave Kleikamp2005-05-021-6/+6
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+4272