aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2024-03-05udf: remove SLAB_MEM_SPREAD flag usageGravatar Chengming Zhou 1-1/+0
2024-02-21udf: convert to new mount APIGravatar Eric Sandeen 1-242/+265
2024-02-21udf: convert novrs to an option flagGravatar Eric Sandeen 2-4/+3
2024-02-05udf: Avoid invalid LVID used on mountGravatar Jan Kara 1-17/+25
2024-01-23udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Gravatar Jan Kara 1-1/+1
2024-01-23udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Gravatar Jan Kara 1-1/+1
2024-01-23udf: Avoid GFP_NOFS allocation in udf_symlink()Gravatar Jan Kara 1-8/+11
2024-01-23udf: Remove GFP_NOFS from dir iteration codeGravatar Jan Kara 2-2/+2
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-10/+1
2023-12-21udf_fiiter_add_entry(): check for zero ->d_name.len is bogus...Gravatar Al Viro 1-2/+0
2023-12-21udf: d_obtain_alias(ERR_PTR(...)) will do the right thing...Gravatar Al Viro 1-6/+1
2023-12-21udf: d_splice_alias() will do the right thing on ERR_PTR() inodeGravatar Al Viro 1-2/+0
2023-11-25udf_rename(): only access the child content on cross-directory renameGravatar Al Viro 1-1/+6
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2023-10-18udf: convert to new timestamp accessorsGravatar Jeff Layton 3-26/+32
2023-10-03udf: Avoid unneeded variable length array in struct fileIdentDescGravatar Jan Kara 1-1/+1
2023-09-18udf: Annotate struct udf_bitmap with __counted_byGravatar Kees Cook 1-1/+1
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-3/+1
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-1/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+3
2023-08-18fs: convert block_commit_write to return voidGravatar Bean Huo 1-3/+3
2023-08-09udf: Drop pointless aops assignmentGravatar Jan Kara 1-2/+0
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+1
2023-08-02fs: rename and move block_page_mkwrite_returnGravatar Christoph Hellwig 1-1/+1
2023-07-31udf: Fix -Wstringop-overflow warningsGravatar Gustavo A. R. Silva 1-1/+1
2023-07-24udf: convert to ctime accessor functionsGravatar Jeff Layton 3-20/+23
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 15-87/+17
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-21udf: Fix uninitialized array access for some pathnamesGravatar Jan Kara 1-1/+1
2023-06-02Revert "udf: Protect rename against modification of moved directory"Gravatar Jan Kara 1-12/+2
2023-05-30fs: udf: udftime: Replace LGPL boilerplate with SPDX identifierGravatar Bagas Sanjaya 1-16/+2
2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierGravatar Bagas Sanjaya 14-70/+14
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-03-13udf: use wrapper i_blocksize() in udf_discard_prealloc()Gravatar Yangtao Li 1-2/+2
2023-03-08udf: Use folios in udf_adinicb_writepage()Gravatar Matthew Wilcox (Oracle) 1-5/+5
2023-03-06udf: Warn if block mapping is done for in-ICB filesGravatar Jan Kara 1-0/+3
2023-03-06udf: Fix reading of in-ICB filesGravatar Jan Kara 1-0/+9
2023-03-06udf: Fix lost writes in udf_adinicb_writepage()Gravatar Jan Kara 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+2
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 16-1535/+1335
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-12/+12
2023-02-09udf: Avoid directory type conversion failure due to ENOMEMGravatar Jan Kara 1-3/+6
2023-02-07udf: Use unsigned variables for size calculationsGravatar Kees Cook 1-2/+3
2023-02-07udf: remove reporting loc in debug outputGravatar Tom Rix 1-2/+2
2023-02-07udf: Check consistency of Space Bitmap DescriptorGravatar Vladislav Efanov 1-4/+27
2023-01-26fs: build the legacy direct I/O code conditionallyGravatar Christoph Hellwig 1-0/+1
2023-01-26udf: Fix file counting in LVIDGravatar Jan Kara 2-28/+25
2023-01-26udf: Limit file size to 4TBGravatar Jan Kara 1-1/+8