summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-2915-87/+17
|\
| * udf: Fix uninitialized array access for some pathnamesJan Kara2023-06-211-1/+1
| * fs: udf: udftime: Replace LGPL boilerplate with SPDX identifierBagas Sanjaya2023-05-301-16/+2
| * fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-3014-70/+14
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\ \
| * | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
| |/
* / Revert "udf: Protect rename against modification of moved directory"Jan Kara2023-06-021-12/+2
|/
* udf: use wrapper i_blocksize() in udf_discard_prealloc()Yangtao Li2023-03-131-2/+2
* udf: Use folios in udf_adinicb_writepage()Matthew Wilcox (Oracle)2023-03-081-5/+5
* udf: Warn if block mapping is done for in-ICB filesJan Kara2023-03-061-0/+3
* udf: Fix reading of in-ICB filesJan Kara2023-03-061-0/+9
* udf: Fix lost writes in udf_adinicb_writepage()Jan Kara2023-03-061-1/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+2
|\
* \ Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\ \
| * | fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+1
| |/
* | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-2016-1535/+1335
|\ \
| * | udf: Avoid directory type conversion failure due to ENOMEMJan Kara2023-02-091-3/+6
| * | udf: Use unsigned variables for size calculationsKees Cook2023-02-071-2/+3
| * | udf: remove reporting loc in debug outputTom Rix2023-02-071-2/+2
| * | udf: Check consistency of Space Bitmap DescriptorVladislav Efanov2023-02-071-4/+27
| * | udf: Fix file counting in LVIDJan Kara2023-01-262-28/+25
| * | udf: Limit file size to 4TBJan Kara2023-01-261-1/+8
| * | udf: Don't return bh from udf_expand_dir_adinicb()Jan Kara2023-01-261-20/+13
| * | udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()Jan Kara2023-01-261-14/+4
| * | udf: Convert udf_adinicb_writepage() to memcpy_to_page()Jan Kara2023-01-261-6/+2
| * | udf: Switch udf_adinicb_readpage() to kmap_local_page()Jan Kara2023-01-261-2/+2
| * | udf: Move udf_adinicb_readpage() to inode.cJan Kara2023-01-263-20/+15
| * | udf: Mark aops implementation staticJan Kara2023-01-262-18/+10
| * | udf: Switch to single address_space_operationsJan Kara2023-01-264-26/+3
| * | udf: Add handling of in-ICB files to udf_bmap()Jan Kara2023-01-261-0/+4
| * | udf: Convert all file types to use udf_write_end()Jan Kara2023-01-263-16/+25
| * | udf: Convert in-ICB files to use udf_write_begin()Jan Kara2023-01-263-25/+23
| * | udf: Convert in-ICB files to use udf_direct_IO()Jan Kara2023-01-263-8/+6
| * | udf: Convert in-ICB files to use udf_writepages()Jan Kara2023-01-263-23/+28
| * | udf: Unify .read_folio for normal and in-ICB filesJan Kara2023-01-263-13/+13
| * | udf: Fix off-by-one error when discarding preallocationJan Kara2023-01-261-1/+1
| * | udf: Fix file corruption when appending just after end of preallocated extentJan Kara2023-01-261-13/+11
| * | udf: Do not allocate blocks on page writebackJan Kara2023-01-261-12/+34
| * | udf: Allocate blocks on write page faultJan Kara2023-01-263-2/+61
| * | udf: Protect truncate and file type conversion with invalidate_lockJan Kara2023-01-262-6/+11
| * | udf: Simplify error handling in udf_file_write_iter()Jan Kara2023-01-261-7/+3
| * | udf: Push i_data_sem locking into udf_extend_file()Jan Kara2023-01-261-5/+4
| * | udf: Push i_data_sem locking into udf_expand_file_adinicb()Jan Kara2023-01-262-18/+11
| * | udf: Protect rename against modification of moved directoryJan Kara2023-01-261-2/+12
| * | udf: Fold udf_getblk() into udf_bread()Jan Kara2023-01-261-27/+20
| * | udf: Use udf_map_block() in udf_getblk()Jan Kara2023-01-261-8/+9
| * | udf: Add flag to disable block preallocationJan Kara2023-01-261-6/+11
| * | udf: Pass mapping request into inode_getblk()Jan Kara2023-01-261-33/+23
| * | udf: Fold udf_block_map() into udf_map_block()Jan Kara2023-01-262-25/+14
| * | udf: Convert udf_symlink_filler() to use udf_bread()Jan Kara2023-01-261-7/+4