index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
isofs
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+6
2026-02-12
Merge tag 'fs_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2026-01-28
isofs: support full length file names (255 instead of 253)
Shawn Landden
-1
/
+1
2026-01-12
fs: add setlease to generic_ro_fops and read-only filesystem directory operat...
Jeff Layton
-0
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2025-11-05
isofs: check the return value of sb_min_blocksize() in isofs_fill_super
Yongpeng Yang
-0
/
+5
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-1
/
+1
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
-1
/
+1
2025-07-11
isofs: Verify inode mode when loading from disk
Jan Kara
-1
/
+8
2025-06-10
new helper: set_default_d_op()
Al Viro
-1
/
+1
2025-04-15
isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entry
Jonas 'Sortie' Termansen
-42
/
+64
2025-04-04
isofs: Prevent the use of too small fid
Edward Adam Davis
-1
/
+1
2025-02-12
isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
Qasim Ijaz
-1
/
+2
2024-12-05
isofs: Partially convert zisofs_read_folio to use a folio
Matthew Wilcox (Oracle)
-7
/
+5
2024-11-06
isofs: avoid memory leak in iocharset
Hao Ge
-4
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-09-02
isofs: Annotate struct SL_component with __counted_by()
Thorsten Blum
-1
/
+1
2024-07-17
Merge tag 'fs_for_v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+1
2024-07-15
Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-12
/
+4
2024-07-02
isofs: Convert to new uid/gid option parsing helpers
Eric Sandeen
-12
/
+4
2024-06-05
isofs: add missing MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-05-31
isofs: Convert rock_ridge_symlink_read_folio to use a folio
Matthew Wilcox (Oracle)
-9
/
+8
2024-05-09
isofs: Use *-y instead of *-objs in Makefile
Andy Shevchenko
-4
/
+3
2024-04-23
isofs: Remove calls to set/clear the error flag
Matthew Wilcox (Oracle)
-4
/
+0
2024-03-25
isofs: convert isofs to use the new mount API
Eric Sandeen
-233
/
+240
2024-03-05
isofs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
-1
/
+1
2024-02-08
isofs: handle CDs with bad root inode but good Joliet root directory
Alex Henrie
-2
/
+16
2023-10-18
isofs: convert to new timestamp accessors
Jeff Layton
-12
/
+10
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+1
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
-0
/
+1
2023-07-24
isofs: convert to ctime accessor functions
Jeff Layton
-16
/
+9
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-10
/
+10
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2022-09-11
fs/isofs: replace kmap() with kmap_local_page()
Fabio M. De Francesco
-10
/
+10
2022-09-11
isofs: replace ll_rw_block()
Zhang Yi
-1
/
+1
2022-08-19
isofs: delete unnecessary checks before brelse()
Minghao Chi
-6
/
+3
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
-1
/
+1
2022-05-09
isofs: Convert symlinks and zisofs to read_folio
Matthew Wilcox (Oracle)
-5
/
+7
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
-3
/
+3
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
-1
/
+1
2021-10-19
isofs: Fix out of bound access for corrupted isofs image
Jan Kara
-0
/
+2
2021-08-12
isofs: joliet: Fix iocharset=utf8 mount option
Pali Rohár
-18
/
+14
2021-06-17
isofs: remove redundant continue statement
Colin Ian King
-2
/
+0
2021-05-06
isofs: fix fall-through warnings for Clang
Gustavo A. R. Silva
-0
/
+1
2021-02-03
isofs: handle large user and group ID
BingJing Chang
-4
/
+5
2021-01-25
isofs: release buffer head before return
Pan Bian
-0
/
+2
2020-10-29
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-4
/
+4
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
-2
/
+1
[next]