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
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
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
2025-10-15
fs: udf: fix OOB read in lengthAllocDescs handling
Larshin Sergey
1
-0
/
+3
2025-08-28
udf: Verify partition map count
Jan Kara
1
-2
/
+11
2024-12-27
udf: Fix directory iteration for longer tail extents
Jan Kara
1
-1
/
+1
2024-12-14
udf: Fold udf_getblk() into udf_bread()
Jan Kara
1
-25
/
+21
2024-11-01
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
1
-3
/
+6
2024-11-01
udf: refactor udf_current_aext() to handle error
Zhao Mengmeng
3
-18
/
+37
2024-10-22
udf: Avoid directory type conversion failure due to ENOMEM
Jan Kara
1
-3
/
+6
2024-10-22
udf: Allocate name buffer in directory iterator on heap
Jan Kara
2
-9
/
+16
2024-10-22
udf: Don't return bh from udf_expand_dir_adinicb()
Jan Kara
1
-20
/
+13
2024-10-22
udf: Handle error when expanding directory
Jan Kara
1
-1
/
+6
2024-10-22
udf: Remove old directory iteration code
Jan Kara
3
-705
/
+0
2024-10-22
udf: Convert udf_link() to new directory iteration code
Jan Kara
1
-14
/
+8
2024-10-22
udf: Convert udf_mkdir() to new directory iteration code
Jan Kara
1
-27
/
+21
2024-10-22
udf: Convert udf_add_nondir() to new directory iteration
Jan Kara
1
-11
/
+8
2024-10-22
udf: Implement adding of dir entries using new iteration code
Jan Kara
3
-0
/
+169
2024-10-22
udf: Convert udf_unlink() to new directory iteration code
Jan Kara
1
-23
/
+10
2024-10-22
udf: Convert udf_rmdir() to new directory iteration code
Jan Kara
1
-21
/
+11
2024-10-22
udf: Convert empty_dir() to new directory iteration code
Jan Kara
1
-59
/
+9
2024-10-22
udf: Convert udf_get_parent() to new directory iteration code
Jan Kara
1
-9
/
+7
2024-10-22
udf: Convert udf_lookup() to use new directory iteration code
Jan Kara
1
-11
/
+8
2024-10-22
udf: Convert udf_readdir() to new directory iteration
Jan Kara
1
-121
/
+27
2024-10-22
udf: Convert udf_rename() to new directory iteration code
Jan Kara
1
-86
/
+76
2024-10-22
udf: Provide function to mark entry as deleted using new directory iteration ...
Jan Kara
1
-0
/
+10
2024-10-22
udf: Implement searching for directory entry using new iteration code
Jan Kara
1
-0
/
+67
2024-10-22
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara
3
-84
/
+82
2024-10-22
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara
1
-37
/
+29
2024-10-22
udf: New directory iteration code
Jan Kara
2
-0
/
+418
2024-09-12
udf: Avoid excessive partition lengths
Jan Kara
1
-0
/
+15
2024-09-08
udf: Limit file size to 4TB
Jan Kara
1
-1
/
+8
2024-08-29
udf: Fix bogus checksum computation in udf_rename()
Jan Kara
1
-1
/
+0
2024-08-14
udf: prevent integer overflow in udf_bitmap_free_blocks()
Roman Smirnov
1
-23
/
+13
2024-08-03
udf: Avoid using corrupted block bitmap buffer
Jan Kara
2
-3
/
+15
2024-06-27
udf: udftime: prevent overflow in udf_disk_stamp_to_time()
Roman Smirnov
1
-3
/
+8
2023-09-13
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-09-13
udf: Handle error when adding extent to a file
Jan Kara
1
-14
/
+27
2023-09-13
udf: Check consistency of Space Bitmap Descriptor
Vladislav Efanov
1
-4
/
+27
2023-07-27
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-10
udf: Fix file corruption when appending just after end of preallocated extent
Jan Kara
1
-13
/
+11
2023-03-10
udf: Detect system inodes linked into directory hierarchy
Jan Kara
1
-1
/
+6
2023-03-10
udf: Preserve link count of system files
Jan Kara
3
-3
/
+10
2023-03-10
udf: Do not update file length for failed writes to inline files
Jan Kara
1
-14
/
+12
2023-03-10
udf: Do not bother merging very long extents
Jan Kara
1
-17
/
+2
2023-03-10
udf: Truncate added extents on failed expansion
Jan Kara
1
-4
/
+11
2023-03-10
udf: Define EFSCORRUPTED error code
Jan Kara
1
-0
/
+2
2023-01-12
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2022-12-31
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
[next]