| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() | Andrew Kanner | 2023-07-18 | 1 | -0/+1 |
* | fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev | Yogesh | 2023-06-22 | 1 | -0/+3 |
* | fs: jfs: (trivial) Fix typo in dbInitTree function | Wonguk Lee | 2023-06-20 | 1 | -1/+1 |
* | jfs: jfs_dmap: Validate db_l2nbperpage while mounting | Siddh Raman Pant | 2023-06-20 | 1 | -0/+6 |
* | fs/jfs: fix shift exponent db_agl2size negative | Liu Shixin via Jfs-discussion | 2023-01-03 | 1 | -1/+2 |
* | fs: jfs: fix shift-out-of-bounds in dbDiscardAG | Hoi Pok Wu | 2022-10-28 | 1 | -0/+5 |
* | fs: jfs: fix shift-out-of-bounds in dbAllocAG | Dongliang Mu | 2022-10-18 | 1 | -6/+16 |
* | fs/jfs: Remove dead code | Dave Kleikamp | 2022-04-25 | 1 | -68/+0 |
* | fs: jfs: fix possible NULL pointer dereference in dbFree() | Zixuan Fu | 2022-04-19 | 1 | -1/+2 |
* | jfs: fix divide error in dbNextAG | Pavel Skripkin | 2022-03-22 | 1 | -0/+7 |
* | fs: Fix typo issue | zuoqilin | 2021-05-21 | 1 | -1/+1 |
* | fs/jfs: fix potential integer overflow on shift of a int | Colin Ian King | 2021-02-11 | 1 | -1/+1 |
* | jfs: Fix memleak in dbAdjCtl | Dinghao Liu | 2020-11-13 | 1 | -2/+6 |
* | jfs: delete duplicated words + other fixes | Randy Dunlap | 2020-11-13 | 1 | -1/+1 |
* | jfs: remove unused MAXL2PAGES | Alex Shi | 2020-01-21 | 1 | -1/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -14/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | fs/jfs/jfs_dmap.c: replace min/casting by min_t | Fabian Frederick | 2014-06-03 | 1 | -4/+5 |
* | jfs: Update jfs_error | Joe Perches | 2013-06-05 | 1 | -43/+27 |
* | jfs: Fix do_div precision in commit b40c2e66 | Dave Kleikamp | 2012-09-18 | 1 | -3/+4 |
* | fs/jfs: TRIM support for JFS Filesystem | Tino Reichardt | 2012-09-17 | 1 | -4/+121 |
* | jfs: clean up some compiler warnings | Dave Kleikamp | 2011-07-25 | 1 | -4/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-23 | 1 | -8/+9 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2010-04-21 | 1 | -8/+8 |
| |\ |
|
| | * | jfs_dmap.[ch]: trivial typo fix: s/heigth/height/g | Daniel Mack | 2010-02-02 | 1 | -8/+8 |
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
| |/ |
|
* / | Fix typos in comments | Thomas Weber | 2010-03-16 | 1 | -1/+1 |
|/ |
|
* | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -2/+2 |
* | jfs: le*_add_cpu conversion | Marcin Slusarz | 2008-02-13 | 1 | -6/+5 |
* | JFS: Whitespace cleanup and remove some dead code | Dave Kleikamp | 2007-06-06 | 1 | -213/+206 |
* | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 1 | -1/+1 |
* | JFS: Add lockdep annotations | Dave Kleikamp | 2007-01-09 | 1 | -8/+8 |
* | JFS: White space cleanup | Dave Kleikamp | 2006-10-02 | 1 | -90/+90 |
* | [PATCH] fs/jfs: Conversion to generic boolean | Richard Knutsson | 2006-10-01 | 1 | -6/+6 |
* | JFS: Take logsync lock before testing mp->lsn | Dave Kleikamp | 2006-03-08 | 1 | -5/+2 |
* | JFS: semaphore to mutex conversion. | Ingo Molnar | 2006-01-24 | 1 | -3/+3 |
* | Merge with /home/shaggy/git/linus-clean/ | Dave Kleikamp | 2006-01-24 | 1 | -2/+1 |
|\ |
|
| * | [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) | OGAWA Hirofumi | 2006-01-09 | 1 | -2/+1 |
* | | JFS: make buddy table static | Arjan van de Ven | 2005-11-29 | 1 | -1/+1 |
|/ |
|
* | JFS: Corrupted block map should not cause trap | Dave Kleikamp | 2005-10-11 | 1 | -5/+14 |
* | JFS: make special inodes play nicely with page balancing | Dave Kleikamp | 2005-10-03 | 1 | -1/+0 |
* | JFS: Fix sparse warnings, including endian error | Dave Kleikamp | 2005-09-16 | 1 | -1/+1 |
* | JFS: Remove assert statement in dbJoin & return -EIO instead | Dave Kleikamp | 2005-07-15 | 1 | -16/+30 |
* | JFS: Code cleanup - getting rid of never-used debug code | Dave Kleikamp | 2005-06-27 | 1 | -290/+8 |
* | JFS: cleanup - remove unneeded sanity check | Dave Kleikamp | 2005-05-04 | 1 | -9/+0 |
* | [PATCH] JFS: Support page sizes greater than 4K | Dave Kleikamp | 2005-05-03 | 1 | -6/+6 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+4272 |