summaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggyLinus Torvalds9 days3-1/+22
|\
| * jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya2024-10-291-0/+3
| * jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov2024-10-291-1/+1
| * jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal2024-10-291-0/+8
| * jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal2024-10-291-0/+3
| * jfs: array-index-out-of-bounds fix in dtReadFirstGhanshyam Agrawal2024-10-291-0/+7
* | Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12 days2-223/+247
|\ \ | |/ |/|
| * jfs: convert jfs to use the new mount apiEric Sandeen2024-10-082-223/+247
* | jfs: Fix sanity check in dbMountDave Kleikamp2024-10-221-1/+1
|/
* Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggyLinus Torvalds2024-09-194-7/+19
|\
| * jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng2024-09-041-0/+2
| * jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis2024-08-271-1/+4
| * jfs: Fix uaf in dbFreeBitsEdward Adam Davis2024-08-271-2/+9
| * jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park2024-08-232-3/+3
| * jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga2024-08-231-1/+1
* | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+2
* | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+2
|/
* Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggyLinus Torvalds2024-07-247-173/+193
|\
| * jfs: don't walk off the end of ealistlei lu2024-06-271-4/+19
| * jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li2024-06-261-0/+2
| * jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park2024-06-261-1/+4
| * jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis2024-06-261-0/+2
| * jfs: Remove use of folio error flagMatthew Wilcox (Oracle)2024-05-281-22/+25
| * jfs: Change metapage->page to metapage->folioMatthew Wilcox (Oracle)2024-05-283-22/+22
| * jfs: Convert force_metapage to use a folioMatthew Wilcox (Oracle)2024-05-281-9/+8
| * jfs: Convert inc_io to take a folioMatthew Wilcox (Oracle)2024-05-281-7/+8
| * jfs: Convert page_to_mp to folio_to_mpMatthew Wilcox (Oracle)2024-05-281-10/+12
| * jfs; Convert __invalidate_metapages to use a folioMatthew Wilcox (Oracle)2024-05-281-6/+6
| * jfs: Convert dec_io to take a folioMatthew Wilcox (Oracle)2024-05-281-15/+17
| * jfs: Convert drop_metapage and remove_metapage to take a folioMatthew Wilcox (Oracle)2024-05-241-12/+12
| * jfs; Convert release_metapage to use a folioMatthew Wilcox (Oracle)2024-05-241-12/+10
| * jfs: Convert insert_metapage() to take a folioMatthew Wilcox (Oracle)2024-05-241-18/+13
| * jfs: Convert __get_metapage to use a folioMatthew Wilcox (Oracle)2024-05-241-14/+14
| * jfs: Convert metapage_writepage to metapage_write_folioMatthew Wilcox (Oracle)2024-05-241-34/+41
| * jfs: Convert metapage_read_folio to use folio APIsMatthew Wilcox (Oracle)2024-05-241-22/+13
* | jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman2024-06-041-1/+3
|/
* fs,block: yield devices earlyChristian Brauner2024-03-271-2/+2
* Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-132-2/+2
|\
| * quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-082-2/+2
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-113-15/+15
|\ \
| * | jfs: port block device access to fileChristian Brauner2024-02-253-15/+15
| * | bdev: open block device as filesChristian Brauner2024-02-251-1/+1
| |/
* | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | jfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
| |/
* / Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp2024-01-291-7/+1
|/
* jfs: Add missing set_freezable() for freezable kthreadKevin Hao2024-01-021-0/+2
* jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis2024-01-021-0/+3
* jfs: fix shift-out-of-bounds in dbJoinManas Ghandat2023-11-211-1/+7
* jfs: fix uaf in jfs_evict_inodeEdward Adam Davis2023-11-211-3/+3
* jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat2023-11-211-29/+31