summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
...
| * | udf: Convert in-ICB files to use udf_write_begin()Jan Kara2023-01-263-25/+23
| * | udf: Convert in-ICB files to use udf_direct_IO()Jan Kara2023-01-263-8/+6
| * | udf: Convert in-ICB files to use udf_writepages()Jan Kara2023-01-263-23/+28
| * | udf: Unify .read_folio for normal and in-ICB filesJan Kara2023-01-263-13/+13
| * | udf: Fix off-by-one error when discarding preallocationJan Kara2023-01-261-1/+1
| * | udf: Fix file corruption when appending just after end of preallocated extentJan Kara2023-01-261-13/+11
| * | udf: Do not allocate blocks on page writebackJan Kara2023-01-261-12/+34
| * | udf: Allocate blocks on write page faultJan Kara2023-01-263-2/+61
| * | udf: Protect truncate and file type conversion with invalidate_lockJan Kara2023-01-262-6/+11
| * | udf: Simplify error handling in udf_file_write_iter()Jan Kara2023-01-261-7/+3
| * | udf: Push i_data_sem locking into udf_extend_file()Jan Kara2023-01-261-5/+4
| * | udf: Push i_data_sem locking into udf_expand_file_adinicb()Jan Kara2023-01-262-18/+11
| * | udf: Protect rename against modification of moved directoryJan Kara2023-01-261-2/+12
| * | udf: Fold udf_getblk() into udf_bread()Jan Kara2023-01-261-27/+20
| * | udf: Use udf_map_block() in udf_getblk()Jan Kara2023-01-261-8/+9
| * | udf: Add flag to disable block preallocationJan Kara2023-01-261-6/+11
| * | udf: Pass mapping request into inode_getblk()Jan Kara2023-01-261-33/+23
| * | udf: Fold udf_block_map() into udf_map_block()Jan Kara2023-01-262-25/+14
| * | udf: Convert udf_symlink_filler() to use udf_bread()Jan Kara2023-01-261-7/+4
| * | udf: Do not call udf_block_map() on ICB filesJan Kara2023-01-261-12/+7
| * | udf: Use udf_bread() in udf_load_vat()Jan Kara2023-01-261-5/+8
| * | udf: Use udf_bread() in udf_get_pblock_virt15()Jan Kara2023-01-261-3/+2
| * | udf: Factor out block mapping into udf_map_block()Jan Kara2023-01-262-22/+49
| * | udf: Move incrementing of goal block directly into inode_getblk()Jan Kara2023-01-261-7/+2
| * | udf: Drop VARCONV supportJan Kara2023-01-269-84/+14
| * | udf: Unify types in anchor block detectionJan Kara2023-01-263-5/+8
| * | udf: Fix directory iteration for longer tail extentsJan Kara2023-01-261-1/+1
| * | udf: Propagate errors from udf_advance_blk()Jan Kara2023-01-261-2/+6
| * | udf: Zero udf name paddingJan Kara2023-01-261-1/+7
| * | udf: remove redundant variable netypeColin Ian King2023-01-091-2/+2
| * | udf: Detect system inodes linked into directory hierarchyJan Kara2023-01-091-1/+6
| * | udf: Preserve link count of system filesJan Kara2023-01-093-3/+10
| * | udf: Do not update file length for failed writes to inline filesJan Kara2023-01-091-14/+12
| * | udf: Fix spelling mistake "lenght" -> "length"Colin Ian King2023-01-091-1/+1
| * | udf: Keep i_lenExtents consistent with the total length of extentsJan Kara2023-01-091-0/+3
| * | udf: Move setting of i_lenExtents into udf_do_extend_file()Jan Kara2023-01-091-1/+4
| * | udf: Allocate name buffer in directory iterator on heapJan Kara2023-01-092-9/+16
| * | udf: Handle error when adding extent to a fileJan Kara2023-01-091-14/+27
| * | udf: Handle error when adding extent to symlinkJan Kara2023-01-091-1/+6
| * | udf: Handle error when expanding directoryJan Kara2023-01-091-1/+6
| * | udf: Do not bother merging very long extentsJan Kara2023-01-091-17/+2
| * | udf: Truncate added extents on failed expansionJan Kara2023-01-091-4/+11
| * | udf: Remove old directory iteration codeJan Kara2023-01-093-705/+0
| * | udf: Convert udf_rename() to new directory iteration codeJan Kara2023-01-091-87/+78
| * | udf: Convert udf_link() to new directory iteration codeJan Kara2023-01-091-14/+8
| * | udf: Convert udf_mkdir() to new directory iteration codeJan Kara2023-01-091-27/+21
| * | udf: Convert udf_add_nondir() to new directory iterationJan Kara2023-01-091-11/+8
| * | udf: Implement adding of dir entries using new iteration codeJan Kara2023-01-093-0/+169
| * | udf: Convert udf_unlink() to new directory iteration codeJan Kara2023-01-091-23/+10
| * | udf: Convert udf_rmdir() to new directory iteration codeJan Kara2023-01-091-21/+11