summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
2024-08-29jfs: define xtree root and page independentlyDave Kleikamp
2024-08-19Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-08-19jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li
2024-08-19jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis
2024-08-19jfs: fix shift-out-of-bounds in dbJoinManas Ghandat
2024-08-19jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu
2024-08-19jfs: Convert to bdev_open_by_dev()Jan Kara
2024-08-03jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park
2024-07-27jfs: don't walk off the end of ealistlei lu
2024-06-21jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-03-26quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-02-05jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis
2024-02-05jfs: fix uaf in jfs_evict_inodeEdward Adam Davis
2024-02-05jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat
2024-02-05jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat
2024-02-05UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad
2024-02-05FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad
2023-11-28jfs: fix array-index-out-of-bounds in diAllocManas Ghandat
2023-11-28jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat
2023-11-28fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng
2023-11-28fs/jfs: Add check for negative db_l2nbperpageJuntong Deng
2023-08-31Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-08-30fs/jfs: Use common ucs2 upper case tableDr. David Alan Gilbert
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29jfs: validate max amount of blocks before allocation.Alexei Filippov
2023-08-29jfs: remove redundant initialization to pointer ipColin Ian King
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-24jfs: convert to ctime accessor functionsJeff Layton
2023-07-18jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2023-07-18FS: JFS: (trivial) Fix grammatical error in extAllocImmad Mir
2023-07-18fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-06-23FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-06-22fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-06-20fs: jfs: (trivial) Fix typo in dbInitTree functionWonguk Lee
2023-06-20jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-02jfs: Use unsigned variable for length calculationsKees Cook
2023-05-31jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-12mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig