index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
7
-77
/
+129
2026-08-17
Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-38
/
+32
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-30
udf: Fix data loss when converting inline inodes to out of line
Jan Kara
1
-2
/
+13
2026-07-30
udf: Move udf_map_block() up
Jan Kara
1
-59
/
+59
2026-07-27
udf: Fix i_lenExtents truncation on 32-bit kernels
Zhan Xusheng
1
-1
/
+1
2026-07-27
udf: Fold udf_update_inode() into udf_write_inode()
Jan Kara
1
-7
/
+1
2026-07-27
udf: Use sync_inode_metadata() in udf_evict_inode()
Jan Kara
1
-3
/
+1
2026-07-27
udf: Drop udf_sync_inode()
Jan Kara
1
-10
/
+1
2026-07-27
udf: Use sync_inode_metadata() to writeout IS_SYNC inode
Jan Kara
2
-4
/
+3
2026-07-27
udf: Fix data integrity writeout issues
Jan Kara
5
-21
/
+33
2026-07-27
udf: Fix bh leak for unallocated space entries
Jan Kara
1
-0
/
+1
2026-07-27
udf: bound lengthAllocDescs from unallocated space entry
Jay Vadayath
1
-0
/
+4
2026-07-17
UDF symlink pathComponent header OOB read
David Lee
1
-0
/
+2
2026-07-09
udf: reject VAT indexes equal to the entry count
David Lee
1
-1
/
+1
2026-07-08
udf: Mark LVID buffer as uptodate before marking it dirty
Aleksandr Nogikh
1
-9
/
+14
2026-07-08
udf: avoid recursive s_alloc_mutex deadlock when freeing AED blocks
Deepanshu Kartikey
4
-7
/
+29
2026-07-08
udf: validate extent partition references in udf_current_aext()
Kyle Zeng
1
-0
/
+7
2026-07-01
udf: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+1
2026-06-16
Merge tag 'fs_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-3
/
+18
2026-06-15
Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2026-06-14
udf: fix nls leak on udf_fill_super() failure
Al Viro
1
-1
/
+1
2026-06-12
udf: validate VAT inode size for old VAT format
Jan Kara
1
-0
/
+5
2026-06-12
udf: validate VAT header length against the VAT inode size
Bryam Vargas
1
-0
/
+8
2026-06-12
udf: validate sparing table length as an entry count, not a byte count
Bryam Vargas
1
-1
/
+2
2026-05-18
udf: validate free block extents against the partition length
Michael Bommarito
1
-2
/
+3
2026-04-22
udf: reject descriptors with oversized CRC length
Michael Bommarito
1
-2
/
+6
2026-04-15
Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-7
/
+8
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
9
-13
/
+26
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-21
/
+21
2026-03-27
udf: Fix race between file type conversion and writeback
Jan Kara
1
-18
/
+15
2026-03-26
udf: Track metadata bhs in fs-private inode part
Jan Kara
9
-14
/
+25
2026-03-26
udf: Sync and invalidate metadata buffers from udf_evict_inode()
Jan Kara
1
-0
/
+2
2026-03-26
udf: Switch to generic_buffers_fsync()
Jan Kara
2
-2
/
+2
2026-03-19
udf: fix partition descriptor append bookkeeping
Seohyeon Maeng
1
-1
/
+3
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
5
-21
/
+21
2026-02-27
fs: udf: avoid assignment in condition when selecting allocation goal
Adarsh Das
1
-6
/
+5
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-9
/
+7
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+0
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
1
-2
/
+0
2026-01-12
udf: add setlease file operation
Jeff Layton
2
-0
/
+4
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-09-22
fs: udf: fix OOB read in lengthAllocDescs handling
Larshin Sergey
1
-0
/
+3
2025-07-28
Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-14
/
+27
[next]