summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2023-07-27udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-03-17udf: Fix off-by-one error when discarding preallocationJan Kara1-1/+1
2023-03-10udf: Fix file corruption when appending just after end of preallocated extentJan Kara1-13/+11
2023-03-10udf: Detect system inodes linked into directory hierarchyJan Kara1-1/+6
2023-03-10udf: Preserve link count of system filesJan Kara3-3/+10
2023-03-10udf: Do not update file length for failed writes to inline filesJan Kara1-14/+12
2023-03-10udf: Do not bother merging very long extentsJan Kara1-17/+2
2023-03-10udf: Truncate added extents on failed expansionJan Kara1-4/+11
2023-03-10udf: Define EFSCORRUPTED error codeJan Kara1-0/+2
2023-01-12udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2022-12-31udf: Avoid double brelse() in udf_rename()Shigeru Yoshida1-4/+4
2022-12-21udf: Fix extending file within last blockJan Kara1-15/+17
2022-12-21udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara1-1/+2
2022-12-21udf: Fix preallocation discarding at indirect extent boundaryJan Kara1-32/+13
2022-12-21udf: Discard preallocation before extending file with a holeJan Kara1-28/+18
2022-11-09udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng1-1/+1
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+3
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-09-12udf: Support splicing to fileJan Kara1-0/+1
2022-09-12udf: replace ll_rw_block()Zhang Yi3-9/+3
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche3-3/+3
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-14/+15
2022-05-10udf: Avoid using stale lengthOfImpUseJan Kara1-4/+4
2022-05-09udf: Convert adinicb and symlinks to read_folioMatthew Wilcox (Oracle)2-7/+8
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2-2/+2
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-26Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-2/+4
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2-2/+2
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2-0/+2
2022-03-08udf: remove redundant assignment of variable etypeColin Ian King1-2/+1
2022-01-24udf: Restore i_lenAlloc when inode expansion failsJan Kara1-0/+1
2022-01-24udf: Fix NULL ptr deref when converting from inline formatJan Kara1-5/+3
2021-12-15udf: Fix error handling in udf_new_inode()Jan Kara1-0/+2
2021-11-09udf: Fix crash after seekdirJan Kara3-2/+35
2021-10-18udf: use sb_bdev_nr_blocksChristoph Hellwig2-9/+5
2021-08-23udf_get_extendedattr() had no boundary checks.Stian Skjelstad1-2/+11
2021-08-12udf: Fix iocharset=utf8 mount optionPali Rohár3-35/+21
2021-08-11udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara5-15/+16
2021-08-11udf: Get rid of 0-length arraysJan Kara2-26/+25
2021-08-11udf: Remove unused declarationJan Kara1-9/+0
2021-08-11udf: Check LVID earlierJan Kara1-9/+16
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2-0/+2
2021-05-20udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti1-0/+4
2021-04-16useful constants: struct qstr for ".."Al Viro1-2/+1