summaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-16Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+5
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+9
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+6
2026-03-27udf: Fix race between file type conversion and writebackJan Kara1-18/+15
2026-03-26udf: Track metadata bhs in fs-private inode partJan Kara1-8/+8
2026-03-26udf: Sync and invalidate metadata buffers from udf_evict_inode()Jan Kara1-0/+2
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-6/+6
2026-02-27fs: udf: avoid assignment in condition when selecting allocation goalAdarsh Das1-6/+5
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-09-22fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2025-07-29Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+16
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-4/+7
2025-07-11udf: stop using write_cache_pagesChristoph Hellwig1-12/+16
2025-03-13udf: Fix inode_getblk() return valueJan Kara1-0/+1
2024-10-02udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2024-10-02udf: refactor inode_bmap() to handle errorZhao Mengmeng1-15/+25
2024-10-02udf: refactor udf_next_aext() to handle errorZhao Mengmeng1-42/+83
2024-10-02udf: refactor udf_current_aext() to handle errorZhao Mengmeng1-14/+26
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-4/+2
2024-06-05udf: Fix lock ordering in udf_evict_inode()Jan Kara1-7/+4
2024-06-05udf: Drop pointless IS_IMMUTABLE and IS_APPEND checkJan Kara1-2/+0
2024-04-23udf: Use a folio in udf_write_end()Matthew Wilcox (Oracle)1-3/+5
2024-04-23udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()Matthew Wilcox (Oracle)1-12/+7
2024-04-23udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)1-13/+14
2024-04-23udf: Convert udf_write_begin() to use a folioMatthew Wilcox (Oracle)1-7/+8
2024-01-23udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara1-1/+1
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