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
2025-05-22
udf: Make sure i_lenExtents is uptodate on inode eviction
Jan Kara
1
-1
/
+1
2025-04-25
udf: Fix inode_getblk() return value
Jan Kara
1
-0
/
+1
2025-01-09
udf: Verify inode link counts before performing rename
Jan Kara
1
-0
/
+10
2025-01-09
udf_rename(): only access the child content on cross-directory rename
Al Viro
1
-1
/
+6
2025-01-02
udf: Skip parent dir link count update if corrupted
Jan Kara
1
-1
/
+5
2024-11-01
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
1
-3
/
+6
2024-11-01
udf: refactor inode_bmap() to handle error
Zhao Mengmeng
5
-26
/
+44
2024-11-01
udf: refactor udf_next_aext() to handle error
Zhao Mengmeng
6
-65
/
+143
2024-11-01
udf: refactor udf_current_aext() to handle error
Zhao Mengmeng
3
-18
/
+37
2024-09-12
udf: Avoid excessive partition lengths
Jan Kara
1
-0
/
+15
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-08-03
udf: Fix bogus checksum computation in udf_rename()
Jan Kara
1
-2
/
+0
2024-08-03
udf: Fix lock ordering in udf_evict_inode()
Jan Kara
2
-7
/
+6
2024-06-27
udf: udftime: prevent overflow in udf_disk_stamp_to_time()
Roman Smirnov
1
-3
/
+8
2024-06-12
udf: Convert udf_expand_file_adinicb() to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+14
2024-06-12
udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
Jan Kara
1
-1
/
+1
2023-08-30
Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-3
/
+1
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2
-1
/
+2
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2023-08-18
fs: convert block_commit_write to return void
Bean Huo
1
-3
/
+3
2023-08-09
udf: Drop pointless aops assignment
Jan Kara
1
-2
/
+0
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
1
-0
/
+1
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
1
-1
/
+1
2023-07-31
udf: Fix -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-1
/
+1
2023-07-24
udf: convert to ctime accessor functions
Jeff Layton
3
-20
/
+23
2023-06-29
Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-87
/
+17
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-06-21
udf: Fix uninitialized array access for some pathnames
Jan Kara
1
-1
/
+1
2023-06-02
Revert "udf: Protect rename against modification of moved directory"
Jan Kara
1
-12
/
+2
2023-05-30
fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier
Bagas Sanjaya
1
-16
/
+2
2023-05-30
fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
Bagas Sanjaya
14
-70
/
+14
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-03-13
udf: use wrapper i_blocksize() in udf_discard_prealloc()
Yangtao Li
1
-2
/
+2
2023-03-08
udf: Use folios in udf_adinicb_writepage()
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-03-06
udf: Warn if block mapping is done for in-ICB files
Jan Kara
1
-0
/
+3
2023-03-06
udf: Fix reading of in-ICB files
Jan Kara
1
-0
/
+9
2023-03-06
udf: Fix lost writes in udf_adinicb_writepage()
Jan Kara
1
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2023-02-20
Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-02-20
Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-1535
/
+1335
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-12
/
+12
2023-02-09
udf: Avoid directory type conversion failure due to ENOMEM
Jan Kara
1
-3
/
+6
2023-02-07
udf: Use unsigned variables for size calculations
Kees Cook
1
-2
/
+3
2023-02-07
udf: remove reporting loc in debug output
Tom Rix
1
-2
/
+2
2023-02-07
udf: Check consistency of Space Bitmap Descriptor
Vladislav Efanov
1
-4
/
+27
2023-01-26
fs: build the legacy direct I/O code conditionally
Christoph Hellwig
1
-0
/
+1
[next]