summaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18udf: convert to new timestamp accessorsJeff Layton1-16/+22
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+0
2023-08-09udf: Drop pointless aops assignmentJan Kara1-2/+0
2023-07-24udf: convert to ctime accessor functionsJeff Layton1-7/+10
2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya1-5/+1
2023-03-08udf: Use folios in udf_adinicb_writepage()Matthew Wilcox (Oracle)1-5/+5
2023-03-06udf: Warn if block mapping is done for in-ICB filesJan Kara1-0/+3
2023-03-06udf: Fix reading of in-ICB filesJan Kara1-0/+9
2023-03-06udf: Fix lost writes in udf_adinicb_writepage()Jan Kara1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2023-01-26udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()Jan Kara1-14/+4
2023-01-26udf: Convert udf_adinicb_writepage() to memcpy_to_page()Jan Kara1-6/+2
2023-01-26udf: Switch udf_adinicb_readpage() to kmap_local_page()Jan Kara1-2/+2
2023-01-26udf: Move udf_adinicb_readpage() to inode.cJan Kara1-0/+15
2023-01-26udf: Mark aops implementation staticJan Kara1-9/+10
2023-01-26udf: Switch to single address_space_operationsJan Kara1-7/+1
2023-01-26udf: Add handling of in-ICB files to udf_bmap()Jan Kara1-0/+4
2023-01-26udf: Convert all file types to use udf_write_end()Jan Kara1-1/+21
2023-01-26udf: Convert in-ICB files to use udf_write_begin()Jan Kara1-5/+19
2023-01-26udf: Convert in-ICB files to use udf_direct_IO()Jan Kara1-1/+4
2023-01-26udf: Convert in-ICB files to use udf_writepages()Jan Kara1-3/+26
2023-01-26udf: Unify .read_folio for normal and in-ICB filesJan Kara1-1/+8
2023-01-26udf: Fix off-by-one error when discarding preallocationJan Kara1-1/+1
2023-01-26udf: Fix file corruption when appending just after end of preallocated extentJan Kara1-13/+11
2023-01-26udf: Do not allocate blocks on page writebackJan Kara1-12/+34
2023-01-26udf: Allocate blocks on write page faultJan Kara1-1/+0
2023-01-26udf: Protect truncate and file type conversion with invalidate_lockJan Kara1-6/+9
2023-01-26udf: Push i_data_sem locking into udf_extend_file()Jan Kara1-5/+4
2023-01-26udf: Push i_data_sem locking into udf_expand_file_adinicb()Jan Kara1-12/+6
2023-01-26udf: Fold udf_getblk() into udf_bread()Jan Kara1-27/+20
2023-01-26udf: Use udf_map_block() in udf_getblk()Jan Kara1-8/+9
2023-01-26udf: Add flag to disable block preallocationJan Kara1-6/+11
2023-01-26udf: Pass mapping request into inode_getblk()Jan Kara1-33/+23
2023-01-26udf: Fold udf_block_map() into udf_map_block()Jan Kara1-24/+14
2023-01-26udf: Factor out block mapping into udf_map_block()Jan Kara1-22/+48
2023-01-26udf: Move incrementing of goal block directly into inode_getblk()Jan Kara1-7/+2
2023-01-26udf: Drop VARCONV supportJan Kara1-7/+4
2023-01-09udf: Detect system inodes linked into directory hierarchyJan Kara1-1/+6
2023-01-09udf: Preserve link count of system filesJan Kara1-2/+7
2023-01-09udf: Keep i_lenExtents consistent with the total length of extentsJan Kara1-0/+3
2023-01-09udf: Move setting of i_lenExtents into udf_do_extend_file()Jan Kara1-1/+4
2023-01-09udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-01-09udf: Do not bother merging very long extentsJan Kara1-17/+2
2023-01-09udf: Truncate added extents on failed expansionJan Kara1-4/+11
2023-01-09udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara1-82/+0
2023-01-09udf: Convert udf_expand_dir_adinicb() to new directory iterationJan Kara1-37/+29
2023-01-06udf: initialize newblock to 0Tom Rix1-3/+1
2023-01-06udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2022-12-09udf: Fix extending file within last blockJan Kara1-15/+17
2022-12-09udf: Discard preallocation before extending file with a holeJan Kara1-28/+18