summaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad2024-10-021-3/+6
* udf: refactor inode_bmap() to handle errorZhao Mengmeng2024-10-021-15/+25
* udf: refactor udf_next_aext() to handle errorZhao Mengmeng2024-10-021-42/+83
* udf: refactor udf_current_aext() to handle errorZhao Mengmeng2024-10-021-14/+26
* 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: Fix lock ordering in udf_evict_inode()Jan Kara2024-06-051-7/+4
* 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_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: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara2024-01-231-1/+1
* udf: convert to new timestamp accessorsJeff Layton2023-10-181-16/+22
* Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2023-08-301-2/+0
|\
| * udf: Drop pointless aops assignmentJan Kara2023-08-091-2/+0
* | udf: convert to ctime accessor functionsJeff Layton2023-07-241-7/+10
|/
* fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-301-5/+1
* udf: Use folios in udf_adinicb_writepage()Matthew Wilcox (Oracle)2023-03-081-5/+5
* udf: Warn if block mapping is done for in-ICB filesJan Kara2023-03-061-0/+3
* udf: Fix reading of in-ICB filesJan Kara2023-03-061-0/+9
* udf: Fix lost writes in udf_adinicb_writepage()Jan Kara2023-03-061-1/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-1/+2
|\
* | udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()Jan Kara2023-01-261-14/+4
* | udf: Convert udf_adinicb_writepage() to memcpy_to_page()Jan Kara2023-01-261-6/+2
* | udf: Switch udf_adinicb_readpage() to kmap_local_page()Jan Kara2023-01-261-2/+2
* | udf: Move udf_adinicb_readpage() to inode.cJan Kara2023-01-261-0/+15
* | udf: Mark aops implementation staticJan Kara2023-01-261-9/+10
* | udf: Switch to single address_space_operationsJan Kara2023-01-261-7/+1
* | udf: Add handling of in-ICB files to udf_bmap()Jan Kara2023-01-261-0/+4
* | udf: Convert all file types to use udf_write_end()Jan Kara2023-01-261-1/+21
* | udf: Convert in-ICB files to use udf_write_begin()Jan Kara2023-01-261-5/+19
* | udf: Convert in-ICB files to use udf_direct_IO()Jan Kara2023-01-261-1/+4
* | udf: Convert in-ICB files to use udf_writepages()Jan Kara2023-01-261-3/+26
* | udf: Unify .read_folio for normal and in-ICB filesJan Kara2023-01-261-1/+8
* | 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-261-1/+0
* | udf: Protect truncate and file type conversion with invalidate_lockJan Kara2023-01-261-6/+9
* | 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-261-12/+6
* | 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-261-24/+14
* | udf: Factor out block mapping into udf_map_block()Jan Kara2023-01-261-22/+48
* | udf: Move incrementing of goal block directly into inode_getblk()Jan Kara2023-01-261-7/+2
* | udf: Drop VARCONV supportJan Kara2023-01-261-7/+4