summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng2022-11-091-1/+1
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+3
|\
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-103-9/+3
|\ \
| * | udf: replace ll_rw_block()Zhang Yi2022-09-113-9/+3
| |/
* / udf: Support splicing to fileJan Kara2022-09-121-0/+1
|/
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-143-3/+3
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-243-14/+15
|\
| * udf: Convert adinicb and symlinks to read_folioMatthew Wilcox (Oracle)2022-05-092-7/+8
| * fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
| * fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-082-2/+2
| * fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
| * fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* | udf: Avoid using stale lengthOfImpUseJan Kara2022-05-101-4/+4
|/
* Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-251-2/+1
|\
| * udf: remove redundant assignment of variable etypeColin Ian King2022-03-081-2/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-222-2/+4
|\ \
| * | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-162-2/+2
| * | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-152-0/+2
| |/
* / fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* udf: Restore i_lenAlloc when inode expansion failsJan Kara2022-01-241-0/+1
* udf: Fix NULL ptr deref when converting from inline formatJan Kara2022-01-241-5/+3
* udf: Fix error handling in udf_new_inode()Jan Kara2021-12-151-0/+2
* udf: Fix crash after seekdirJan Kara2021-11-093-2/+35
* udf: use sb_bdev_nr_blocksChristoph Hellwig2021-10-182-9/+5
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-08-231-2/+11
* udf: Fix iocharset=utf8 mount optionPali Rohár2021-08-123-35/+21
* udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara2021-08-115-15/+16
* udf: Get rid of 0-length arraysJan Kara2021-08-112-26/+25
* udf: Remove unused declarationJan Kara2021-08-111-9/+0
* udf: Check LVID earlierJan Kara2021-08-111-9/+16
* Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-011-0/+4
|\
| * udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-05-201-0/+4
* | mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-292-0/+2
|/
* useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-234-19/+23
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-243-14/+18
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-222-7/+11
|\ \
| * | udf: handle large user and group IDBingJing Chang2021-02-031-4/+5
| * | udf: fix silent AED tagLocation corruptionSteven J. Magnani2021-01-251-3/+6
| |/
* / udf: fix the problem that the disc content is not displayedlianzhi chang2021-01-181-3/+4
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | udf: Limit sparing table sizeJan Kara2020-09-291-0/+6
* | udf: Remove pointless union in udf_inode_infoJan Kara2020-09-2910-47/+39
* | udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-09-291-11/+14