| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 2024-11-21 | 3 | -1/+22 |
|\ |
|
| * | jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree | Nihar Chaithanya | 2024-10-29 | 1 | -0/+3 |
| * | jfs: xattr: check invalid xattr size more strictly | Artem Sadovnikov | 2024-10-29 | 1 | -1/+1 |
| * | jfs: fix array-index-out-of-bounds in jfs_readdir | Ghanshyam Agrawal | 2024-10-29 | 1 | -0/+8 |
| * | jfs: fix shift-out-of-bounds in dbSplit | Ghanshyam Agrawal | 2024-10-29 | 1 | -0/+3 |
| * | jfs: array-index-out-of-bounds fix in dtReadFirst | Ghanshyam Agrawal | 2024-10-29 | 1 | -0/+7 |
* | | Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-11-18 | 2 | -223/+247 |
|\ \
| |/
|/| |
|
| * | jfs: convert jfs to use the new mount api | Eric Sandeen | 2024-10-08 | 2 | -223/+247 |
* | | jfs: Fix sanity check in dbMount | Dave Kleikamp | 2024-10-22 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 2024-09-19 | 4 | -7/+19 |
|\ |
|
| * | jfs: Fix uninit-value access of new_ea in ea_buffer | Zhao Mengmeng | 2024-09-04 | 1 | -0/+2 |
| * | jfs: check if leafidx greater than num leaves per dmap tree | Edward Adam Davis | 2024-08-27 | 1 | -1/+4 |
| * | jfs: Fix uaf in dbFreeBits | Edward Adam Davis | 2024-08-27 | 1 | -2/+9 |
| * | jfs: fix out-of-bounds in dbNextAG() and diAlloc() | Jeongjun Park | 2024-08-23 | 2 | -3/+3 |
| * | jfs: UBSAN: shift-out-of-bounds in dbFindBits | Remington Brasga | 2024-08-23 | 1 | -1/+1 |
* | | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 2024-08-07 | 1 | -2/+2 |
* | | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 2024-08-07 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 2024-07-23 | 7 | -173/+193 |
|\ |
|
| * | jfs: don't walk off the end of ealist | lei lu | 2024-06-27 | 1 | -4/+19 |
| * | jfs: Fix shift-out-of-bounds in dbDiscardAG | Pei Li | 2024-06-26 | 1 | -0/+2 |
| * | jfs: Fix array-index-out-of-bounds in diFree | Jeongjun Park | 2024-06-26 | 1 | -1/+4 |
| * | jfs: fix null ptr deref in dtInsertEntry | Edward Adam Davis | 2024-06-26 | 1 | -0/+2 |
| * | jfs: Remove use of folio error flag | Matthew Wilcox (Oracle) | 2024-05-27 | 1 | -22/+25 |
| * | jfs: Change metapage->page to metapage->folio | Matthew Wilcox (Oracle) | 2024-05-27 | 3 | -22/+22 |
| * | jfs: Convert force_metapage to use a folio | Matthew Wilcox (Oracle) | 2024-05-27 | 1 | -9/+8 |
| * | jfs: Convert inc_io to take a folio | Matthew Wilcox (Oracle) | 2024-05-27 | 1 | -7/+8 |
| * | jfs: Convert page_to_mp to folio_to_mp | Matthew Wilcox (Oracle) | 2024-05-27 | 1 | -10/+12 |
| * | jfs; Convert __invalidate_metapages to use a folio | Matthew Wilcox (Oracle) | 2024-05-27 | 1 | -6/+6 |
| * | jfs: Convert dec_io to take a folio | Matthew Wilcox (Oracle) | 2024-05-27 | 1 | -15/+17 |
| * | jfs: Convert drop_metapage and remove_metapage to take a folio | Matthew Wilcox (Oracle) | 2024-05-24 | 1 | -12/+12 |
| * | jfs; Convert release_metapage to use a folio | Matthew Wilcox (Oracle) | 2024-05-24 | 1 | -12/+10 |
| * | jfs: Convert insert_metapage() to take a folio | Matthew Wilcox (Oracle) | 2024-05-24 | 1 | -18/+13 |
| * | jfs: Convert __get_metapage to use a folio | Matthew Wilcox (Oracle) | 2024-05-24 | 1 | -14/+14 |
| * | jfs: Convert metapage_writepage to metapage_write_folio | Matthew Wilcox (Oracle) | 2024-05-24 | 1 | -34/+41 |
| * | jfs: Convert metapage_read_folio to use folio APIs | Matthew Wilcox (Oracle) | 2024-05-24 | 1 | -22/+13 |
* | | jfs: xattr: fix buffer overflow for invalid xattr | Greg Kroah-Hartman | 2024-06-04 | 1 | -1/+3 |
|/ |
|
* | fs,block: yield devices early | Christian Brauner | 2024-03-27 | 1 | -2/+2 |
* | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-03-13 | 2 | -2/+2 |
|\ |
|
| * | quota: Properly annotate i_dquot arrays with __rcu | Jan Kara | 2024-02-08 | 2 | -2/+2 |
* | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2024-03-11 | 3 | -15/+15 |
|\ \ |
|
| * | | jfs: port block device access to file | Christian Brauner | 2024-02-25 | 3 | -15/+15 |
| * | | bdev: open block device as files | Christian Brauner | 2024-02-25 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2024-03-11 | 1 | -1/+1 |
|\ \ |
|
| * | | jfs: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 2024-02-27 | 1 | -1/+1 |
| |/ |
|
* / | Revert "jfs: fix shift-out-of-bounds in dbJoin" | Dave Kleikamp | 2024-01-29 | 1 | -7/+1 |
|/ |
|
* | jfs: Add missing set_freezable() for freezable kthread | Kevin Hao | 2024-01-02 | 1 | -0/+2 |
* | jfs: fix array-index-out-of-bounds in diNewExt | Edward Adam Davis | 2024-01-02 | 1 | -0/+3 |
* | jfs: fix shift-out-of-bounds in dbJoin | Manas Ghandat | 2023-11-21 | 1 | -1/+7 |
* | jfs: fix uaf in jfs_evict_inode | Edward Adam Davis | 2023-11-21 | 1 | -3/+3 |
* | jfs: fix array-index-out-of-bounds in dbAdjTree | Manas Ghandat | 2023-11-21 | 1 | -29/+31 |