index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
udf: reject descriptors with oversized CRC length
Michael Bommarito
1
-2
/
+6
2025-10-29
fs: udf: fix OOB read in lengthAllocDescs handling
Larshin Sergey
1
-0
/
+3
2025-10-29
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
1
-3
/
+6
2025-08-28
udf: Verify partition map count
Jan Kara
1
-2
/
+11
2025-03-13
udf: Fix use of check_add_overflow() with mixed type arguments
Ben Hutchings
1
-1
/
+1
2024-09-12
udf: Avoid excessive partition lengths
Jan Kara
1
-0
/
+15
2024-09-12
udf: Limit file size to 4TB
Jan Kara
1
-1
/
+8
2024-08-19
udf: prevent integer overflow in udf_bitmap_free_blocks()
Roman Smirnov
1
-23
/
+13
2024-08-19
udf: Avoid using corrupted block bitmap buffer
Jan Kara
2
-3
/
+15
2024-07-05
udf: udftime: prevent overflow in udf_disk_stamp_to_time()
Roman Smirnov
1
-3
/
+8
2024-06-21
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2023-09-19
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-09-19
udf: Handle error when adding extent to a file
Jan Kara
1
-14
/
+27
2023-09-19
udf: Check consistency of Space Bitmap Descriptor
Vladislav Efanov
1
-4
/
+27
2023-08-26
udf: Fix uninitialized array access for some pathnames
Jan Kara
1
-1
/
+1
2023-03-17
udf: Fix off-by-one error when discarding preallocation
Jan Kara
1
-1
/
+1
2023-03-11
udf: Fix file corruption when appending just after end of preallocated extent
Jan Kara
1
-13
/
+11
2023-03-11
udf: Detect system inodes linked into directory hierarchy
Jan Kara
1
-1
/
+6
2023-03-11
udf: Preserve link count of system files
Jan Kara
3
-3
/
+10
2023-03-11
udf: Do not update file length for failed writes to inline files
Jan Kara
1
-14
/
+12
2023-03-11
udf: Do not bother merging very long extents
Jan Kara
1
-17
/
+2
2023-03-11
udf: Truncate added extents on failed expansion
Jan Kara
1
-4
/
+11
2023-03-11
udf: Define EFSCORRUPTED error code
Jan Kara
1
-0
/
+2
2023-01-14
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2023-01-14
udf: Avoid double brelse() in udf_rename()
Shigeru Yoshida
1
-4
/
+4
2022-12-21
udf: Fix extending file within last block
Jan Kara
1
-15
/
+17
2022-12-21
udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
Jan Kara
1
-1
/
+2
2022-12-21
udf: Fix preallocation discarding at indirect extent boundary
Jan Kara
1
-32
/
+13
2022-12-21
udf: Discard preallocation before extending file with a hole
Jan Kara
1
-28
/
+18
2022-11-16
udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
ZhangPeng
1
-1
/
+1
2022-02-01
udf: Fix NULL ptr deref when converting from inline format
Jan Kara
1
-5
/
+3
2022-02-01
udf: Restore i_lenAlloc when inode expansion fails
Jan Kara
1
-0
/
+1
2022-01-27
udf: Fix error handling in udf_new_inode()
Jan Kara
1
-0
/
+2
2021-11-26
udf: Fix crash after seekdir
Jan Kara
3
-2
/
+35
2021-09-15
udf_get_extendedattr() had no boundary checks.
Stian Skjelstad
1
-2
/
+11
2021-09-15
udf: Fix iocharset=utf8 mount option
Pali Rohár
3
-35
/
+21
2021-09-15
udf: Check LVID earlier
Jan Kara
1
-9
/
+16
2021-07-19
udf: Fix NULL pointer dereference in udf_symlink function
Arturo Giusti
1
-0
/
+4
2021-03-17
udf: fix silent AED tagLocation corruption
Steven J. Magnani
1
-3
/
+6
2021-02-07
udf: fix the problem that the disc content is not displayed
lianzhi chang
1
-3
/
+4
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-09-29
udf: Limit sparing table size
Jan Kara
1
-0
/
+6
2020-09-29
udf: Remove pointless union in udf_inode_info
Jan Kara
10
-47
/
+39
2020-09-29
udf: Avoid accessing uninitialized data on failed inode read
Jan Kara
1
-11
/
+14
2020-09-22
udf: Fix memory leak when mounting
Jan Kara
1
-8
/
+13
2020-09-22
udf: Remove redundant initialization of variable ret
Jing Xiangfeng
1
-1
/
+1
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
2020-08-28
udf: Use kvzalloc() in udf_sb_alloc_bitmap()
Denis Efremov
1
-11
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-06
Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
3
-4
/
+4
[next]