summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
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
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-05-20udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-03udf: handle large user and group IDBingJing Chang
2021-01-25udf: fix silent AED tagLocation corruptionSteven J. Magnani
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24fs: add file and path permissions helpersChristian Brauner
2021-01-18udf: fix the problem that the disc content is not displayedlianzhi chang
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-29udf: Limit sparing table sizeJan Kara
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara
2020-09-29udf: Avoid accessing uninitialized data on failed inode readJan Kara
2020-09-22udf: Fix memory leak when mountingJan Kara