summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2023-11-28jfs: fix array-index-out-of-bounds in diAllocManas Ghandat1-1/+4
2023-11-28jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat1-4/+10
2023-11-28fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng1-0/+6
2023-11-28fs/jfs: Add check for negative db_l2nbperpageJuntong Deng1-1/+2
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion1-0/+1
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner1-0/+1
2023-09-23jfs: validate max amount of blocks before allocation.Alexei Filippov1-0/+5
2023-08-30FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-08-30FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-08-30fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-08-11jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2-0/+8
2023-03-11fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion1-1/+2
2023-01-18fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2023-01-18fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2022-06-14fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2
2022-04-20jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-04-20jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2021-11-26JFS: fix memleak in jfs_mountDongliang Mu1-29/+22
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong1-0/+1
2021-07-20jfs: fix GPF in diFreePavel Skripkin1-1/+2
2021-03-07JFS: more checks for invalid superblockRandy Dunlap2-0/+11
2021-03-03fs/jfs: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2020-12-29jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp1-1/+1
2020-01-27jfs: fix bogus variable self-initializationArnd Bergmann1-2/+1
2018-08-09jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor1-4/+6
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-9/+9
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+4
2017-09-07Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2017-09-01jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp1-9/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-4/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-12/+20
2017-07-18jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández1-4/+11
2017-07-18jfs: Don't clear SGID when inheriting ACLsJan Kara1-7/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2-9/+9
2017-07-08Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+6
2017-07-06JFS: do not ignore return code from write_one_page()Dave Kleikamp2-2/+6
2017-07-06mm: drop "wait" parameter from write_one_page()Jeff Layton1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig2-3/+3
2017-04-19jfs: Remove jfs_get_inode_flags()Jan Kara4-22/+0
2017-04-19jfs: Set flags on quota files directlyJan Kara1-2/+77
2017-02-28fs: add i_blocksize()Fabian Frederick1-2/+2
2017-02-09jfs: atomically read inode sizeFabian Frederick2-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-18Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-2/+0
2016-12-14Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-11-12fs: jfs: Replace CURRENT_TIME_SEC by current_time()Deepa Dinamani1-1/+1