index
:
pub/scm/linux/kernel/git/snitzer/linux.git
master
Mike Snitzer: dev tree
Mike Snitzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
isofs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-29
isofs: Drop support of directory entries straddling blocks
Jan Kara
2
-52
/
+11
2026-07-28
isofs: validate directory records consistently
Yichong Chen
4
-10
/
+38
2026-07-27
isofs: release zisofs block pointer buffer head
Yichong Chen
1
-0
/
+1
2026-07-13
isofs: fix out-of-bounds page array access on empty zisofs block
Xiang Mei
1
-2
/
+4
2026-06-16
Merge tag 'fs_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+11
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+5
2026-06-15
Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+19
2026-06-09
isofs: bound Rock Ridge symlink components to the SL record
Bryam Vargas
1
-0
/
+11
2026-05-27
isofs: replace __get_free_page() with kmalloc()
Mike Rapoport (Microsoft)
1
-2
/
+3
2026-05-25
isofs: replace __get_free_page() with kmalloc()
Mike Rapoport (Microsoft)
1
-2
/
+3
2026-05-21
isofs: handle set_blocksize failures
Christoph Hellwig
1
-1
/
+2
2026-05-11
isofs: Implement fileattr_get for case sensitivity
Chuck Lever
2
-0
/
+19
2026-04-20
isofs: use QSTR_LEN() in isofs_cmp
Thorsten Blum
1
-9
/
+2
2026-04-20
isofs: validate block number from NFS file handle in isofs_export_iget
Michael Bommarito
1
-1
/
+1
2026-04-20
isofs: validate Rock Ridge CE continuation extent against volume size
Michael Bommarito
1
-0
/
+9
2026-03-06
treewide: fix missed i_ino format specifier conversions
Christian Brauner
1
-1
/
+1
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
4
-6
/
+6
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-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
/
+1
2026-01-28
isofs: support full length file names (255 instead of 253)
Shawn Landden
1
-1
/
+1
2026-01-12
fs: add setlease to generic_ro_fops and read-only filesystem directory operat...
Jeff Layton
1
-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
/
+1
2025-11-05
isofs: check the return value of sb_min_blocksize() in isofs_fill_super
Yongpeng Yang
1
-0
/
+5
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2025-07-11
isofs: Verify inode mode when loading from disk
Jan Kara
1
-1
/
+8
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-04-15
isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entry
Jonas 'Sortie' Termansen
5
-42
/
+64
2025-04-04
isofs: Prevent the use of too small fid
Edward Adam Davis
1
-1
/
+1
2025-02-12
isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
Qasim Ijaz
1
-1
/
+2
2024-12-05
isofs: Partially convert zisofs_read_folio to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+5
2024-11-06
isofs: avoid memory leak in iocharset
Hao Ge
1
-4
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-02
isofs: Annotate struct SL_component with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-07-17
Merge tag 'fs_for_v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2024-07-15
Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+4
2024-07-02
isofs: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-12
/
+4
2024-06-05
isofs: add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-31
isofs: Convert rock_ridge_symlink_read_folio to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-09
isofs: Use *-y instead of *-objs in Makefile
Andy Shevchenko
1
-4
/
+3
2024-04-23
isofs: Remove calls to set/clear the error flag
Matthew Wilcox (Oracle)
1
-4
/
+0
2024-03-25
isofs: convert isofs to use the new mount API
Eric Sandeen
1
-230
/
+237
2024-03-05
isofs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-02-08
isofs: handle CDs with bad root inode but good Joliet root directory
Alex Henrie
1
-2
/
+16
2023-10-18
isofs: convert to new timestamp accessors
Jeff Layton
2
-12
/
+10
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
1
-0
/
+1
2023-07-24
isofs: convert to ctime accessor functions
Jeff Layton
2
-16
/
+9
[next]