aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/jfs_dtree.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21jfs: fix slab-out-of-bounds Read in dtSearchGravatar Manas Ghandat 1-0/+5
2023-11-21UBSAN: array-index-out-of-bounds in dtSplitRootGravatar Osama Muhammad 1-1/+1
2022-04-25fs/jfs: Remove dead codeGravatar Dave Kleikamp 1-298/+0
2020-03-09jfs: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-4/+5
2016-03-30jfs: Coalesce some formatsGravatar Joe Perches 1-6/+4
2014-12-23jfs: get rid of homegrown endianness helpersGravatar Al Viro 1-2/+2
2013-08-15jfs: fix readdir cookie incompatibility with NFSv4Gravatar Dave Kleikamp 1-8/+23
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-19/+18
2013-06-29[readdir] convert jfsGravatar Al Viro 1-34/+29
2013-06-05jfs: Update jfs_errorGravatar Joe Perches 1-19/+18
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-13/+15
2009-03-26jfs: Use lowercase names of quota functionsGravatar Jan Kara 1-9/+9
2008-01-03JFS: Remove defconfig ptr comparison to 0Gravatar Joe Perches 1-9/+10
2008-01-03Remove unnecessary kmalloc casts in the jfs filesystemGravatar Jack Stone 1-6/+2
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-1/+1
2007-10-14more low-hanging fruits - kernel, fs, lib signednessGravatar Al Viro 1-1/+1
2007-06-06JFS: Whitespace cleanup and remove some dead codeGravatar Dave Kleikamp 1-55/+50
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-2/+2
2006-12-08[PATCH] struct path: convert jfsGravatar Josef Sipek 1-1/+1
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-7/+7
2006-10-02[PATCH] JFS: return correct error when i-node allocation failedGravatar Akinobu Mita 1-2/+2
2005-11-10JFS: Add back directory i_size calculations for legacy partitionsGravatar Dave Kleikamp 1-1/+12
2005-07-26JFS: Fix i_blocks accounting when allocation failsGravatar Dave Kleikamp 1-4/+9
2005-06-27JFS: Code cleanup - getting rid of never-used debug codeGravatar Dave Kleikamp 1-199/+0
2005-06-02JFS: kernel BUG at fs/jfs/jfs_txnmgr.c:859Gravatar Dave Kleikamp 1-0/+3
2005-05-02[PATCH] JFS: Don't allocate extents that overlap existing extentsGravatar Dave Kleikamp 1-2/+2
2005-05-02[PATCH] JFS: Changes for larger page sizeGravatar Dave Kleikamp 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+4752