aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng1-1/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-11udf: 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-24Merge 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-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-2/+4
2022-03-22fs: 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/jack/linux-fsLinus 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-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds4-19/+23
2021-02-22Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-7/+11
2021-02-03udf: handle large user and group IDBingJing Chang1-4/+5
2021-01-25udf: fix silent AED tagLocation corruptionSteven J. Magnani1-3/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-14/+18
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2021-01-18udf: fix the problem that the disc content is not displayedlianzhi chang1-3/+4
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2020-09-29udf: Limit sparing table sizeJan Kara1-0/+6
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara10-47/+39
2020-09-29udf: Avoid accessing uninitialized data on failed inode readJan Kara1-11/+14
2020-09-22udf: Fix memory leak when mountingJan Kara1-8/+13