summaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)Author
2024-04-23udf: Use a folio in udf_write_end()Matthew Wilcox (Oracle)
2024-04-23udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()Matthew Wilcox (Oracle)
2024-04-23udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)
2024-04-23udf: Convert udf_write_begin() to use a folioMatthew Wilcox (Oracle)
2024-01-23udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara
2023-10-18udf: convert to new timestamp accessorsJeff Layton
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2023-08-09udf: Drop pointless aops assignmentJan Kara
2023-07-24udf: convert to ctime accessor functionsJeff Layton
2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya
2023-03-08udf: Use folios in udf_adinicb_writepage()Matthew Wilcox (Oracle)
2023-03-06udf: Warn if block mapping is done for in-ICB filesJan Kara
2023-03-06udf: Fix reading of in-ICB filesJan Kara
2023-03-06udf: Fix lost writes in udf_adinicb_writepage()Jan Kara
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-01-26udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()Jan Kara
2023-01-26udf: Convert udf_adinicb_writepage() to memcpy_to_page()Jan Kara
2023-01-26udf: Switch udf_adinicb_readpage() to kmap_local_page()Jan Kara
2023-01-26udf: Move udf_adinicb_readpage() to inode.cJan Kara
2023-01-26udf: Mark aops implementation staticJan Kara
2023-01-26udf: Switch to single address_space_operationsJan Kara
2023-01-26udf: Add handling of in-ICB files to udf_bmap()Jan Kara
2023-01-26udf: Convert all file types to use udf_write_end()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_write_begin()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_direct_IO()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_writepages()Jan Kara
2023-01-26udf: Unify .read_folio for normal and in-ICB filesJan Kara
2023-01-26udf: Fix off-by-one error when discarding preallocationJan Kara
2023-01-26udf: Fix file corruption when appending just after end of preallocated extentJan Kara
2023-01-26udf: Do not allocate blocks on page writebackJan Kara
2023-01-26udf: Allocate blocks on write page faultJan Kara
2023-01-26udf: Protect truncate and file type conversion with invalidate_lockJan Kara
2023-01-26udf: Push i_data_sem locking into udf_extend_file()Jan Kara
2023-01-26udf: Push i_data_sem locking into udf_expand_file_adinicb()Jan Kara
2023-01-26udf: Fold udf_getblk() into udf_bread()Jan Kara
2023-01-26udf: Use udf_map_block() in udf_getblk()Jan Kara
2023-01-26udf: Add flag to disable block preallocationJan Kara
2023-01-26udf: Pass mapping request into inode_getblk()Jan Kara
2023-01-26udf: Fold udf_block_map() into udf_map_block()Jan Kara
2023-01-26udf: Factor out block mapping into udf_map_block()Jan Kara
2023-01-26udf: Move incrementing of goal block directly into inode_getblk()Jan Kara
2023-01-26udf: Drop VARCONV supportJan Kara
2023-01-09udf: Detect system inodes linked into directory hierarchyJan Kara
2023-01-09udf: Preserve link count of system filesJan Kara
2023-01-09udf: Keep i_lenExtents consistent with the total length of extentsJan Kara
2023-01-09udf: Move setting of i_lenExtents into udf_do_extend_file()Jan Kara
2023-01-09udf: Handle error when adding extent to a fileJan Kara
2023-01-09udf: Do not bother merging very long extentsJan Kara
2023-01-09udf: Truncate added extents on failed expansionJan Kara
2023-01-09udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara