summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-051-1/+0
* udf: convert to new mount APIEric Sandeen2024-02-211-242/+265
* udf: convert novrs to an option flagEric Sandeen2024-02-212-4/+3
* udf: Avoid invalid LVID used on mountJan Kara2024-02-051-17/+25
* udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara2024-01-231-1/+1
* udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Jan Kara2024-01-231-1/+1
* udf: Avoid GFP_NOFS allocation in udf_symlink()Jan Kara2024-01-231-8/+11
* udf: Remove GFP_NOFS from dir iteration codeJan Kara2024-01-232-2/+2
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-10/+1
|\
| * udf_fiiter_add_entry(): check for zero ->d_name.len is bogus...Al Viro2023-12-211-2/+0
| * udf: d_obtain_alias(ERR_PTR(...)) will do the right thing...Al Viro2023-12-211-6/+1
| * udf: d_splice_alias() will do the right thing on ERR_PTR() inodeAl Viro2023-12-211-2/+0
* | udf_rename(): only access the child content on cross-directory renameAl Viro2023-11-251-1/+6
|/
* Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-022-2/+2
|\
| * udf: Avoid unneeded variable length array in struct fileIdentDescJan Kara2023-10-031-1/+1
| * udf: Annotate struct udf_bitmap with __counted_byKees Cook2023-09-181-1/+1
* | udf: convert to new timestamp accessorsJeff Layton2023-10-183-26/+32
|/
* Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2023-08-302-3/+1
|\
| * udf: Drop pointless aops assignmentJan Kara2023-08-091-2/+0
| * udf: Fix -Wstringop-overflow warningsGustavo A. R. Silva2023-07-311-1/+1
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-292-1/+2
|\ \
| * | fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
| * | fs: rename and move block_page_mkwrite_returnChristoph Hellwig2023-08-021-1/+1
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-3/+3
|\ \
| * | fs: convert block_commit_write to return voidBean Huo2023-08-181-3/+3
| |/
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | udf: convert to ctime accessor functionsJeff Layton2023-07-243-20/+23
|/
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-2915-87/+17
|\
| * udf: Fix uninitialized array access for some pathnamesJan Kara2023-06-211-1/+1
| * fs: udf: udftime: Replace LGPL boilerplate with SPDX identifierBagas Sanjaya2023-05-301-16/+2
| * fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-3014-70/+14
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\ \
| * | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
| |/
* / Revert "udf: Protect rename against modification of moved directory"Jan Kara2023-06-021-12/+2
|/
* udf: use wrapper i_blocksize() in udf_discard_prealloc()Yangtao Li2023-03-131-2/+2
* udf: Use folios in udf_adinicb_writepage()Matthew Wilcox (Oracle)2023-03-081-5/+5
* udf: Warn if block mapping is done for in-ICB filesJan Kara2023-03-061-0/+3
* udf: Fix reading of in-ICB filesJan Kara2023-03-061-0/+9
* udf: Fix lost writes in udf_adinicb_writepage()Jan Kara2023-03-061-1/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+2
|\
* \ Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\ \
| * | fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+1
| |/
* | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-2016-1535/+1335
|\ \
| * | udf: Avoid directory type conversion failure due to ENOMEMJan Kara2023-02-091-3/+6
| * | udf: Use unsigned variables for size calculationsKees Cook2023-02-071-2/+3
| * | udf: remove reporting loc in debug outputTom Rix2023-02-071-2/+2
| * | udf: Check consistency of Space Bitmap DescriptorVladislav Efanov2023-02-071-4/+27
| * | udf: Fix file counting in LVIDJan Kara2023-01-262-28/+25
| * | udf: Limit file size to 4TBJan Kara2023-01-261-1/+8
| * | udf: Don't return bh from udf_expand_dir_adinicb()Jan Kara2023-01-261-20/+13