summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
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-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner
2023-09-13jfs: validate max amount of blocks before allocation.Alexei Filippov
2023-07-27FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-07-27FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-07-27fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-07-23jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant
2023-03-11fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion
2022-12-31fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2022-12-31jfs: Fix fortify moan in symlinkDr. David Alan Gilbert
2022-12-31fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02jfs: stop using the nobh helperChristoph Hellwig
2022-06-29jfs: Remove check for PageUptodateMatthew Wilcox (Oracle)
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26quota: port quota helpers mount idsChristian Brauner
2022-05-27Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09jfs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09jfs: Convert metadata pages to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)
2022-04-25fs/jfs: Remove dead codeDave Kleikamp
2022-04-19fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-03-29Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22jfs: prevent NULL deref in diFreeHaimin Zhang
2022-03-22jfs: fix divide error in dbNextAGPavel Skripkin
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15jfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-11-03Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds