summaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-15fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2024-12-14udf: Fold udf_getblk() into udf_bread()Jan Kara1-25/+21
2024-11-01udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2024-11-01udf: refactor udf_current_aext() to handle errorZhao Mengmeng1-14/+26
2024-10-22udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara1-82/+0
2024-10-22udf: Convert udf_expand_dir_adinicb() to new directory iterationJan Kara1-37/+29
2023-09-13udf: initialize newblock to 0Tom Rix1-3/+1
2023-09-13udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-03-17udf: Fix off-by-one error when discarding preallocationJan Kara1-1/+1
2023-03-10udf: Fix file corruption when appending just after end of preallocated extentJan Kara1-13/+11
2023-03-10udf: Detect system inodes linked into directory hierarchyJan Kara1-1/+6
2023-03-10udf: Preserve link count of system filesJan Kara1-2/+7
2023-03-10udf: Do not bother merging very long extentsJan Kara1-17/+2
2023-03-10udf: Truncate added extents on failed expansionJan Kara1-4/+11
2023-01-12udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2022-12-21udf: Fix extending file within last blockJan Kara1-15/+17
2022-12-21udf: Discard preallocation before extending file with a holeJan Kara1-28/+18
2022-09-12udf: replace ll_rw_block()Zhang Yi1-7/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2022-01-24udf: Restore i_lenAlloc when inode expansion failsJan Kara1-0/+1
2022-01-24udf: Fix NULL ptr deref when converting from inline formatJan Kara1-5/+3
2021-08-11udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara1-2/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-01-25udf: fix silent AED tagLocation corruptionSteven J. Magnani1-3/+6
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara1-19/+17
2020-09-29udf: Avoid accessing uninitialized data on failed inode readJan Kara1-11/+14
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2020-01-08udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCSPali Rohár1-3/+3
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani1-4/+27
2019-08-26udf: reduce leakage of blocks related to named streamsSteven J. Magnani1-1/+23
2019-07-10udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani1-33/+60
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara1-1/+3
2018-12-12udf: Fix BUG on corrupted inodeJan Kara1-0/+6
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann1-29/+16
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara1-4/+4
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-15/+28
2018-05-26udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani1-21/+7
2018-02-27udf: Clean up handling of invalid uid/gidJan Kara1-8/+13
2018-02-27udf: Ignore [ug]id=ignore mount optionsJan Kara1-2/+0
2017-10-17udf: Fix some sign-conversion warningsSteve Magnani1-2/+2
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani1-8/+8
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani1-15/+15
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring1-6/+1
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring1-3/+3
2017-06-14udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2