summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-3/+25
|\
| * udf: store cookie in private dataChristian Brauner2024-09-121-3/+25
* | buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
* | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-3/+3
* | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-4/+2
|/
* udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov2024-06-261-23/+13
* udf: Avoid excessive partition lengthsJan Kara2024-06-261-0/+15
* udf: Drop load_block_bitmap() wrapperJan Kara2024-06-261-20/+3
* udf: Avoid using corrupted block bitmap bufferJan Kara2024-06-262-3/+15
* udf: Fix bogus checksum computation in udf_rename()Jan Kara2024-06-201-2/+0
* udf: Fix lock ordering in udf_evict_inode()Jan Kara2024-06-052-7/+6
* udf: Drop pointless IS_IMMUTABLE and IS_APPEND checkJan Kara2024-06-051-2/+0
* 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
|\