summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: Use a folio in udf_write_end()Matthew Wilcox (Oracle)2024-04-231-3/+5
* udf: Convert udf_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2024-04-231-10/+10
* udf: Convert udf_symlink_getattr() to use a folioMatthew Wilcox (Oracle)2024-04-231-6/+6
* udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()Matthew Wilcox (Oracle)2024-04-231-12/+7
* udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)2024-04-231-13/+14
* udf: Convert udf_write_begin() to use a folioMatthew Wilcox (Oracle)2024-04-231-7/+8
* udf: Convert udf_symlink_filler() to use a folioMatthew Wilcox (Oracle)2024-04-231-16/+6
* udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov2024-04-101-3/+8
* udf: replace deprecated strncpy/strcpy with strscpyJustin Stitt2024-04-021-3/+3
* udf: Remove second semicolonColin Ian King2024-03-251-1/+1
* 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
|\