index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
2026-06-19
udf: fix partition descriptor append bookkeeping
Seohyeon Maeng
2026-06-01
udf: reject descriptors with oversized CRC length
Michael Bommarito
2025-10-29
fs: udf: fix OOB read in lengthAllocDescs handling
Larshin Sergey
2025-10-29
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
2025-08-28
udf: Verify partition map count
Jan Kara
2025-03-13
udf: Fix use of check_add_overflow() with mixed type arguments
Ben Hutchings
2024-09-12
udf: Avoid excessive partition lengths
Jan Kara
2024-09-12
udf: Limit file size to 4TB
Jan Kara
2024-08-19
udf: prevent integer overflow in udf_bitmap_free_blocks()
Roman Smirnov
2024-08-19
udf: Avoid using corrupted block bitmap buffer
Jan Kara
2024-07-05
udf: udftime: prevent overflow in udf_disk_stamp_to_time()
Roman Smirnov
2024-06-21
fs: add file and path permissions helpers
Christian Brauner
2023-09-19
udf: initialize newblock to 0
Tom Rix
2023-09-19
udf: Handle error when adding extent to a file
Jan Kara
2023-09-19
udf: Check consistency of Space Bitmap Descriptor
Vladislav Efanov
2023-08-26
udf: Fix uninitialized array access for some pathnames
Jan Kara
2023-03-17
udf: Fix off-by-one error when discarding preallocation
Jan Kara
2023-03-11
udf: Fix file corruption when appending just after end of preallocated extent
Jan Kara
2023-03-11
udf: Detect system inodes linked into directory hierarchy
Jan Kara
2023-03-11
udf: Preserve link count of system files
Jan Kara
2023-03-11
udf: Do not update file length for failed writes to inline files
Jan Kara
2023-03-11
udf: Do not bother merging very long extents
Jan Kara
2023-03-11
udf: Truncate added extents on failed expansion
Jan Kara
2023-03-11
udf: Define EFSCORRUPTED error code
Jan Kara
2023-01-14
udf: Fix extension of the last extent in the file
Jan Kara
2023-01-14
udf: Avoid double brelse() in udf_rename()
Shigeru Yoshida
2022-12-21
udf: Fix extending file within last block
Jan Kara
2022-12-21
udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
Jan Kara
2022-12-21
udf: Fix preallocation discarding at indirect extent boundary
Jan Kara
2022-12-21
udf: Discard preallocation before extending file with a hole
Jan Kara
2022-11-16
udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
ZhangPeng
2022-02-01
udf: Fix NULL ptr deref when converting from inline format
Jan Kara
2022-02-01
udf: Restore i_lenAlloc when inode expansion fails
Jan Kara
2022-01-27
udf: Fix error handling in udf_new_inode()
Jan Kara
2021-11-26
udf: Fix crash after seekdir
Jan Kara
2021-09-15
udf_get_extendedattr() had no boundary checks.
Stian Skjelstad
2021-09-15
udf: Fix iocharset=utf8 mount option
Pali Rohár
2021-09-15
udf: Check LVID earlier
Jan Kara
2021-07-19
udf: Fix NULL pointer dereference in udf_symlink function
Arturo Giusti
2021-03-17
udf: fix silent AED tagLocation corruption
Steven J. Magnani
2021-02-07
udf: fix the problem that the disc content is not displayed
lianzhi chang
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-09-29
udf: Limit sparing table size
Jan Kara
2020-09-29
udf: Remove pointless union in udf_inode_info
Jan Kara
2020-09-29
udf: Avoid accessing uninitialized data on failed inode read
Jan Kara
2020-09-22
udf: Fix memory leak when mounting
Jan Kara
2020-09-22
udf: Remove redundant initialization of variable ret
Jing Xiangfeng
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-08-28
udf: Use kvzalloc() in udf_sb_alloc_bitmap()
Denis Efremov
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
[next]