summaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)AuthorLines
2025-09-22fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey-0/+3
2025-07-28Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+27
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-4/+7
2025-07-11udf: Verify partition map countJan Kara-2/+11
2025-07-11udf: stop using write_cache_pagesChristoph Hellwig-12/+16
2025-05-07udf: Make sure i_lenExtents is uptodate on inode evictionJan Kara-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-03-31Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)-1/+1
2025-03-13udf: Fix inode_getblk() return valueJan Kara-0/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-6/+6
2024-11-26udf: Verify inode link counts before performing renameJan Kara-0/+10
2024-11-26udf: Skip parent dir link count update if corruptedJan Kara-1/+5
2024-10-02udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad-3/+6
2024-10-02udf: refactor inode_bmap() to handle errorZhao Mengmeng-26/+44
2024-10-02udf: refactor udf_next_aext() to handle errorZhao Mengmeng-65/+143
2024-10-02udf: refactor udf_current_aext() to handle errorZhao Mengmeng-18/+37
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-3/+25
2024-09-12udf: store cookie in private dataChristian Brauner-3/+25
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)-3/+3
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)-4/+2
2024-06-26udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov-23/+13
2024-06-26udf: Avoid excessive partition lengthsJan Kara-0/+15
2024-06-26udf: Drop load_block_bitmap() wrapperJan Kara-20/+3
2024-06-26udf: Avoid using corrupted block bitmap bufferJan Kara-3/+15
2024-06-20udf: Fix bogus checksum computation in udf_rename()Jan Kara-2/+0
2024-06-05udf: Fix lock ordering in udf_evict_inode()Jan Kara-7/+6
2024-06-05udf: Drop pointless IS_IMMUTABLE and IS_APPEND checkJan Kara-2/+0
2024-04-23udf: Use a folio in udf_write_end()Matthew Wilcox (Oracle)-3/+5
2024-04-23udf: Convert udf_page_mkwrite() to use a folioMatthew Wilcox (Oracle)-10/+10
2024-04-23udf: Convert udf_symlink_getattr() to use a folioMatthew Wilcox (Oracle)-6/+6
2024-04-23udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()Matthew Wilcox (Oracle)-12/+7
2024-04-23udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)-13/+14
2024-04-23udf: Convert udf_write_begin() to use a folioMatthew Wilcox (Oracle)-7/+8
2024-04-23udf: Convert udf_symlink_filler() to use a folioMatthew Wilcox (Oracle)-16/+6
2024-04-10udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov-3/+8
2024-04-02udf: replace deprecated strncpy/strcpy with strscpyJustin Stitt-3/+3
2024-03-25udf: Remove second semicolonColin Ian King-1/+1
2024-03-05udf: remove SLAB_MEM_SPREAD flag usageChengming Zhou-1/+0
2024-02-21udf: convert to new mount APIEric Sandeen-242/+265
2024-02-21udf: convert novrs to an option flagEric Sandeen-4/+3
2024-02-05udf: Avoid invalid LVID used on mountJan Kara-17/+25
2024-01-23udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara-1/+1
2024-01-23udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Jan Kara-1/+1
2024-01-23udf: Avoid GFP_NOFS allocation in udf_symlink()Jan Kara-8/+11
2024-01-23udf: Remove GFP_NOFS from dir iteration codeJan Kara-2/+2
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-10/+1
2023-12-21udf_fiiter_add_entry(): check for zero ->d_name.len is bogus...Al Viro-2/+0
2023-12-21udf: d_obtain_alias(ERR_PTR(...)) will do the right thing...Al Viro-6/+1