aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+8
12 daysMerge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-13/+26
12 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+21
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 Kara9-14/+25
2026-03-26udf: Sync and invalidate metadata buffers from udf_evict_inode()Jan Kara1-0/+2
2026-03-26udf: Switch to generic_buffers_fsync()Jan Kara2-2/+2
2026-03-19udf: fix partition descriptor append bookkeepingSeohyeon Maeng1-1/+3
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton5-21/+21
2026-02-27fs: udf: avoid assignment in condition when selecting allocation goalAdarsh Das1-6/+5
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+7
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-2/+0
2026-01-12udf: add setlease file operationJeff Layton2-0/+4
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-28Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+27
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-4/+7
2025-07-11udf: Verify partition map countJan Kara1-2/+11
2025-07-11udf: stop using write_cache_pagesChristoph Hellwig1-12/+16
2025-05-07udf: Make sure i_lenExtents is uptodate on inode evictionJan Kara1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-03-31Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)1-1/+1
2025-03-13udf: Fix inode_getblk() return valueJan Kara1-0/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-6/+6
2024-11-26udf: Verify inode link counts before performing renameJan Kara1-0/+10
2024-11-26udf: Skip parent dir link count update if corruptedJan Kara1-1/+5
2024-10-02udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2024-10-02udf: refactor inode_bmap() to handle errorZhao Mengmeng5-26/+44
2024-10-02udf: refactor udf_next_aext() to handle errorZhao Mengmeng6-65/+143
2024-10-02udf: refactor udf_current_aext() to handle errorZhao Mengmeng3-18/+37
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+25
2024-09-12udf: store cookie in private dataChristian Brauner1-3/+25
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)1-1/+1
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-26udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov1-23/+13
2024-06-26udf: Avoid excessive partition lengthsJan Kara1-0/+15
2024-06-26udf: Drop load_block_bitmap() wrapperJan Kara1-20/+3
2024-06-26udf: Avoid using corrupted block bitmap bufferJan Kara2-3/+15
2024-06-20udf: Fix bogus checksum computation in udf_rename()Jan Kara1-2/+0
2024-06-05udf: Fix lock ordering in udf_evict_inode()Jan Kara2-7/+6
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