summaryrefslogtreecommitdiffstats
path: root/fs/isofs
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+6
2026-02-12Merge tag 'fs_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2026-01-28isofs: support full length file names (255 instead of 253)Shawn Landden-1/+1
2026-01-12fs: add setlease to generic_ro_fops and read-only filesystem directory operat...Jeff Layton-0/+2
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-11-05isofs: check the return value of sb_min_blocksize() in isofs_fill_superYongpeng Yang-0/+5
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2025-07-11isofs: Verify inode mode when loading from diskJan Kara-1/+8
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2025-04-15isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entryJonas 'Sortie' Termansen-42/+64
2025-04-04isofs: Prevent the use of too small fidEdward Adam Davis-1/+1
2025-02-12isofs: fix KMSAN uninit-value bug in do_isofs_readdir()Qasim Ijaz-1/+2
2024-12-05isofs: Partially convert zisofs_read_folio to use a folioMatthew Wilcox (Oracle)-7/+5
2024-11-06isofs: avoid memory leak in iocharsetHao Ge-4/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-02isofs: Annotate struct SL_component with __counted_by()Thorsten Blum-1/+1
2024-07-17Merge tag 'fs_for_v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+4
2024-07-02isofs: Convert to new uid/gid option parsing helpersEric Sandeen-12/+4
2024-06-05isofs: add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-05-31isofs: Convert rock_ridge_symlink_read_folio to use a folioMatthew Wilcox (Oracle)-9/+8
2024-05-09isofs: Use *-y instead of *-objs in MakefileAndy Shevchenko-4/+3
2024-04-23isofs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)-4/+0
2024-03-25isofs: convert isofs to use the new mount APIEric Sandeen-233/+240
2024-03-05isofs: remove SLAB_MEM_SPREAD flag usageChengming Zhou-1/+1
2024-02-08isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie-2/+16
2023-10-18isofs: convert to new timestamp accessorsJeff Layton-12/+10
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig-0/+1
2023-07-24isofs: convert to ctime accessor functionsJeff Layton-16/+9
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+10
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-09-11fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco-10/+10
2022-09-11isofs: replace ll_rw_block()Zhang Yi-1/+1
2022-08-19isofs: delete unnecessary checks before brelse()Minghao Chi-6/+3
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche-1/+1
2022-05-09isofs: Convert symlinks and zisofs to read_folioMatthew Wilcox (Oracle)-5/+7
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)-3/+3
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2021-10-19isofs: Fix out of bound access for corrupted isofs imageJan Kara-0/+2
2021-08-12isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár-18/+14
2021-06-17isofs: remove redundant continue statementColin Ian King-2/+0
2021-05-06isofs: fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2021-02-03isofs: handle large user and group IDBingJing Chang-4/+5
2021-01-25isofs: release buffer head before returnPan Bian-0/+2
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva-4/+4
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1