aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)Author
2023-09-13udf: initialize newblock to 0Tom Rix
2023-09-13udf: Handle error when adding extent to a fileJan Kara
2023-09-13udf: Check consistency of Space Bitmap DescriptorVladislav Efanov
2023-07-27udf: Fix uninitialized array access for some pathnamesJan Kara
2023-03-17udf: Fix off-by-one error when discarding preallocationJan Kara
2023-03-10udf: Fix file corruption when appending just after end of preallocated extentJan Kara
2023-03-10udf: Detect system inodes linked into directory hierarchyJan Kara
2023-03-10udf: Preserve link count of system filesJan Kara
2023-03-10udf: Do not update file length for failed writes to inline filesJan Kara
2023-03-10udf: Do not bother merging very long extentsJan Kara
2023-03-10udf: Truncate added extents on failed expansionJan Kara
2023-03-10udf: Define EFSCORRUPTED error codeJan Kara
2023-01-12udf: Fix extension of the last extent in the fileJan Kara
2022-12-31udf: Avoid double brelse() in udf_rename()Shigeru Yoshida
2022-12-21udf: Fix extending file within last blockJan Kara
2022-12-21udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara
2022-12-21udf: Fix preallocation discarding at indirect extent boundaryJan Kara
2022-12-21udf: Discard preallocation before extending file with a holeJan Kara
2022-11-09udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-12udf: Support splicing to fileJan Kara
2022-09-11udf: replace ll_rw_block()Zhang Yi
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-10udf: Avoid using stale lengthOfImpUseJan Kara
2022-05-09udf: Convert adinicb and symlinks to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-03-08udf: remove redundant assignment of variable etypeColin Ian King
2022-01-24udf: Restore i_lenAlloc when inode expansion failsJan Kara
2022-01-24udf: Fix NULL ptr deref when converting from inline formatJan Kara
2021-12-15udf: Fix error handling in udf_new_inode()Jan Kara
2021-11-09udf: Fix crash after seekdirJan Kara
2021-10-18udf: use sb_bdev_nr_blocksChristoph Hellwig
2021-08-23udf_get_extendedattr() had no boundary checks.Stian Skjelstad
2021-08-12udf: Fix iocharset=utf8 mount optionPali Rohár
2021-08-11udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara
2021-08-11udf: Get rid of 0-length arraysJan Kara
2021-08-11udf: Remove unused declarationJan Kara
2021-08-11udf: Check LVID earlierJan Kara
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds