summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-125-88/+61
|\
| * udf: Fix extending file within last blockJan Kara2022-12-091-15/+17
| * udf: Discard preallocation before extending file with a holeJan Kara2022-12-091-28/+18
| * udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara2022-12-091-1/+2
| * udf: Fix preallocation discarding at indirect extent boundaryJan Kara2022-12-091-32/+13
| * udf: Increase UDF_MAX_READ_VERSION to 0x0260Bartosz Taudul2022-12-051-1/+5
| * udf: remove ->writepageChristoph Hellwig2022-11-211-6/+1
| * udf: Avoid double brelse() in udf_rename()Shigeru Yoshida2022-10-241-4/+4
| * fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset functionLi zeming2022-10-241-2/+2
* | 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