aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05udf: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+0
2024-02-21udf: convert to new mount APIEric Sandeen1-242/+265
2024-02-21udf: convert novrs to an option flagEric Sandeen2-4/+3
2024-02-05udf: Avoid invalid LVID used on mountJan Kara1-17/+25
2024-01-23udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara1-1/+1
2024-01-23udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Jan Kara1-1/+1
2024-01-23udf: Avoid GFP_NOFS allocation in udf_symlink()Jan Kara1-8/+11
2024-01-23udf: Remove GFP_NOFS from dir iteration codeJan Kara2-2/+2
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+1
2023-12-21udf_fiiter_add_entry(): check for zero ->d_name.len is bogus...Al Viro1-2/+0
2023-12-21udf: d_obtain_alias(ERR_PTR(...)) will do the right thing...Al Viro1-6/+1
2023-12-21udf: d_splice_alias() will do the right thing on ERR_PTR() inodeAl Viro1-2/+0
2023-11-25udf_rename(): only access the child content on cross-directory renameAl Viro1-1/+6
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-2/+2
2023-10-18udf: convert to new timestamp accessorsJeff Layton3-26/+32
2023-10-03udf: Avoid unneeded variable length array in struct fileIdentDescJan Kara1-1/+1
2023-09-18udf: Annotate struct udf_bitmap with __counted_byKees Cook1-1/+1
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-3/+1
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2-1/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2023-08-18fs: convert block_commit_write to return voidBean Huo1-3/+3
2023-08-09udf: Drop pointless aops assignmentJan Kara1-2/+0
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig1-1/+1
2023-07-31udf: Fix -Wstringop-overflow warningsGustavo A. R. Silva1-1/+1
2023-07-24udf: convert to ctime accessor functionsJeff Layton3-20/+23
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds15-87/+17
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-21udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-06-02Revert "udf: Protect rename against modification of moved directory"Jan Kara1-12/+2
2023-05-30fs: udf: udftime: Replace LGPL boilerplate with SPDX identifierBagas Sanjaya1-16/+2
2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya14-70/+14
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-03-13udf: use wrapper i_blocksize() in udf_discard_prealloc()Yangtao Li1-2/+2
2023-03-08udf: Use folios in udf_adinicb_writepage()Matthew Wilcox (Oracle)1-5/+5
2023-03-06udf: Warn if block mapping is done for in-ICB filesJan Kara1-0/+3
2023-03-06udf: Fix reading of in-ICB filesJan Kara1-0/+9
2023-03-06udf: Fix lost writes in udf_adinicb_writepage()Jan Kara1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds16-1535/+1335
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds4-12/+12
2023-02-09udf: Avoid directory type conversion failure due to ENOMEMJan Kara1-3/+6
2023-02-07udf: Use unsigned variables for size calculationsKees Cook1-2/+3
2023-02-07udf: remove reporting loc in debug outputTom Rix1-2/+2
2023-02-07udf: Check consistency of Space Bitmap DescriptorVladislav Efanov1-4/+27
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-26udf: Fix file counting in LVIDJan Kara2-28/+25
2023-01-26udf: Limit file size to 4TBJan Kara1-1/+8