Age | Commit message (Expand) | Author | Files | Lines |
2025-05-07 | udf: Make sure i_lenExtents is uptodate on inode eviction | Jan Kara | 1 | -1/+1 |
2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2025-03-31 | Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2025-03-16 | fs: convert block_commit_write() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2025-03-13 | udf: Fix inode_getblk() return value | Jan Kara | 1 | -0/+1 |
2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -6/+6 |
2024-11-26 | udf: Verify inode link counts before performing rename | Jan Kara | 1 | -0/+10 |
2024-11-26 | udf: Skip parent dir link count update if corrupted | Jan Kara | 1 | -1/+5 |
2024-10-02 | udf: fix uninit-value use in udf_get_fileshortad | Gianfranco Trad | 1 | -3/+6 |
2024-10-02 | udf: refactor inode_bmap() to handle error | Zhao Mengmeng | 5 | -26/+44 |
2024-10-02 | udf: refactor udf_next_aext() to handle error | Zhao Mengmeng | 6 | -65/+143 |
2024-10-02 | udf: refactor udf_current_aext() to handle error | Zhao Mengmeng | 3 | -18/+37 |
2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -3/+25 |
2024-09-12 | udf: store cookie in private data | Christian Brauner | 1 | -3/+25 |
2024-08-07 | buffer: Convert __block_write_begin() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+2 |
2024-06-26 | udf: prevent integer overflow in udf_bitmap_free_blocks() | Roman Smirnov | 1 | -23/+13 |
2024-06-26 | udf: Avoid excessive partition lengths | Jan Kara | 1 | -0/+15 |
2024-06-26 | udf: Drop load_block_bitmap() wrapper | Jan Kara | 1 | -20/+3 |
2024-06-26 | udf: Avoid using corrupted block bitmap buffer | Jan Kara | 2 | -3/+15 |
2024-06-20 | udf: Fix bogus checksum computation in udf_rename() | Jan Kara | 1 | -2/+0 |
2024-06-05 | udf: Fix lock ordering in udf_evict_inode() | Jan Kara | 2 | -7/+6 |
2024-06-05 | udf: Drop pointless IS_IMMUTABLE and IS_APPEND check | Jan Kara | 1 | -2/+0 |
2024-04-23 | udf: Use a folio in udf_write_end() | Matthew Wilcox (Oracle) | 1 | -3/+5 |
2024-04-23 | udf: Convert udf_page_mkwrite() to use a folio | Matthew Wilcox (Oracle) | 1 | -10/+10 |
2024-04-23 | udf: Convert udf_symlink_getattr() to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2024-04-23 | udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio() | Matthew Wilcox (Oracle) | 1 | -12/+7 |
2024-04-23 | udf: Convert udf_expand_file_adinicb() to use a folio | Matthew Wilcox (Oracle) | 1 | -13/+14 |
2024-04-23 | udf: Convert udf_write_begin() to use a folio | Matthew Wilcox (Oracle) | 1 | -7/+8 |
2024-04-23 | udf: Convert udf_symlink_filler() to use a folio | Matthew Wilcox (Oracle) | 1 | -16/+6 |
2024-04-10 | udf: udftime: prevent overflow in udf_disk_stamp_to_time() | Roman Smirnov | 1 | -3/+8 |
2024-04-02 | udf: replace deprecated strncpy/strcpy with strscpy | Justin Stitt | 1 | -3/+3 |
2024-03-25 | udf: Remove second semicolon | Colin Ian King | 1 | -1/+1 |
2024-03-05 | udf: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -1/+0 |
2024-02-21 | udf: convert to new mount API | Eric Sandeen | 1 | -242/+265 |
2024-02-21 | udf: convert novrs to an option flag | Eric Sandeen | 2 | -4/+3 |
2024-02-05 | udf: Avoid invalid LVID used on mount | Jan Kara | 1 | -17/+25 |
2024-01-23 | udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb() | Jan Kara | 1 | -1/+1 |
2024-01-23 | udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc() | Jan Kara | 1 | -1/+1 |
2024-01-23 | udf: Avoid GFP_NOFS allocation in udf_symlink() | Jan Kara | 1 | -8/+11 |
2024-01-23 | udf: Remove GFP_NOFS from dir iteration code | Jan Kara | 2 | -2/+2 |
2024-01-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -10/+1 |
2023-12-21 | udf_fiiter_add_entry(): check for zero ->d_name.len is bogus... | Al Viro | 1 | -2/+0 |
2023-12-21 | udf: d_obtain_alias(ERR_PTR(...)) will do the right thing... | Al Viro | 1 | -6/+1 |
2023-12-21 | udf: d_splice_alias() will do the right thing on ERR_PTR() inode | Al Viro | 1 | -2/+0 |
2023-11-25 | udf_rename(): only access the child content on cross-directory rename | Al Viro | 1 | -1/+6 |
2023-11-02 | Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+2 |
2023-10-18 | udf: convert to new timestamp accessors | Jeff Layton | 3 | -26/+32 |
2023-10-03 | udf: Avoid unneeded variable length array in struct fileIdentDesc | Jan Kara | 1 | -1/+1 |
2023-09-18 | udf: Annotate struct udf_bitmap with __counted_by | Kees Cook | 1 | -1/+1 |
2023-08-30 | Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2 | -3/+1 |
2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -1/+2 |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+3 |
2023-08-18 | fs: convert block_commit_write to return void | Bean Huo | 1 | -3/+3 |
2023-08-09 | udf: Drop pointless aops assignment | Jan Kara | 1 | -2/+0 |
2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
2023-08-02 | fs: rename and move block_page_mkwrite_return | Christoph Hellwig | 1 | -1/+1 |
2023-07-31 | udf: Fix -Wstringop-overflow warnings | Gustavo A. R. Silva | 1 | -1/+1 |
2023-07-24 | udf: convert to ctime accessor functions | Jeff Layton | 3 | -20/+23 |
2023-06-29 | Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 15 | -87/+17 |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2023-06-21 | udf: Fix uninitialized array access for some pathnames | Jan Kara | 1 | -1/+1 |
2023-06-02 | Revert "udf: Protect rename against modification of moved directory" | Jan Kara | 1 | -12/+2 |
2023-05-30 | fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier | Bagas Sanjaya | 1 | -16/+2 |
2023-05-30 | fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier | Bagas Sanjaya | 14 | -70/+14 |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
2023-03-13 | udf: use wrapper i_blocksize() in udf_discard_prealloc() | Yangtao Li | 1 | -2/+2 |
2023-03-08 | udf: Use folios in udf_adinicb_writepage() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
2023-03-06 | udf: Warn if block mapping is done for in-ICB files | Jan Kara | 1 | -0/+3 |
2023-03-06 | udf: Fix reading of in-ICB files | Jan Kara | 1 | -0/+9 |
2023-03-06 | udf: Fix lost writes in udf_adinicb_writepage() | Jan Kara | 1 | -1/+1 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+2 |
2023-02-20 | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
2023-02-20 | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -1535/+1335 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -12/+12 |
2023-02-09 | udf: Avoid directory type conversion failure due to ENOMEM | Jan Kara | 1 | -3/+6 |
2023-02-07 | udf: Use unsigned variables for size calculations | Kees Cook | 1 | -2/+3 |
2023-02-07 | udf: remove reporting loc in debug output | Tom Rix | 1 | -2/+2 |
2023-02-07 | udf: Check consistency of Space Bitmap Descriptor | Vladislav Efanov | 1 | -4/+27 |
2023-01-26 | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 1 | -0/+1 |
2023-01-26 | udf: Fix file counting in LVID | Jan Kara | 2 | -28/+25 |
2023-01-26 | udf: Limit file size to 4TB | Jan Kara | 1 | -1/+8 |
2023-01-26 | udf: Don't return bh from udf_expand_dir_adinicb() | Jan Kara | 1 | -20/+13 |
2023-01-26 | udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic() | Jan Kara | 1 | -14/+4 |
2023-01-26 | udf: Convert udf_adinicb_writepage() to memcpy_to_page() | Jan Kara | 1 | -6/+2 |
2023-01-26 | udf: Switch udf_adinicb_readpage() to kmap_local_page() | Jan Kara | 1 | -2/+2 |
2023-01-26 | udf: Move udf_adinicb_readpage() to inode.c | Jan Kara | 3 | -20/+15 |
2023-01-26 | udf: Mark aops implementation static | Jan Kara | 2 | -18/+10 |
2023-01-26 | udf: Switch to single address_space_operations | Jan Kara | 4 | -26/+3 |
2023-01-26 | udf: Add handling of in-ICB files to udf_bmap() | Jan Kara | 1 | -0/+4 |
2023-01-26 | udf: Convert all file types to use udf_write_end() | Jan Kara | 3 | -16/+25 |
2023-01-26 | udf: Convert in-ICB files to use udf_write_begin() | Jan Kara | 3 | -25/+23 |
2023-01-26 | udf: Convert in-ICB files to use udf_direct_IO() | Jan Kara | 3 | -8/+6 |
2023-01-26 | udf: Convert in-ICB files to use udf_writepages() | Jan Kara | 3 | -23/+28 |
2023-01-26 | udf: Unify .read_folio for normal and in-ICB files | Jan Kara | 3 | -13/+13 |
2023-01-26 | udf: Fix off-by-one error when discarding preallocation | Jan Kara | 1 | -1/+1 |
2023-01-26 | udf: Fix file corruption when appending just after end of preallocated extent | Jan Kara | 1 | -13/+11 |
2023-01-26 | udf: Do not allocate blocks on page writeback | Jan Kara | 1 | -12/+34 |
2023-01-26 | udf: Allocate blocks on write page fault | Jan Kara | 3 | -2/+61 |
2023-01-26 | udf: Protect truncate and file type conversion with invalidate_lock | Jan Kara | 2 | -6/+11 |
2023-01-26 | udf: Simplify error handling in udf_file_write_iter() | Jan Kara | 1 | -7/+3 |
2023-01-26 | udf: Push i_data_sem locking into udf_extend_file() | Jan Kara | 1 | -5/+4 |
2023-01-26 | udf: Push i_data_sem locking into udf_expand_file_adinicb() | Jan Kara | 2 | -18/+11 |
2023-01-26 | udf: Protect rename against modification of moved directory | Jan Kara | 1 | -2/+12 |
2023-01-26 | udf: Fold udf_getblk() into udf_bread() | Jan Kara | 1 | -27/+20 |
2023-01-26 | udf: Use udf_map_block() in udf_getblk() | Jan Kara | 1 | -8/+9 |
2023-01-26 | udf: Add flag to disable block preallocation | Jan Kara | 1 | -6/+11 |
2023-01-26 | udf: Pass mapping request into inode_getblk() | Jan Kara | 1 | -33/+23 |
2023-01-26 | udf: Fold udf_block_map() into udf_map_block() | Jan Kara | 2 | -25/+14 |
2023-01-26 | udf: Convert udf_symlink_filler() to use udf_bread() | Jan Kara | 1 | -7/+4 |
2023-01-26 | udf: Do not call udf_block_map() on ICB files | Jan Kara | 1 | -12/+7 |
2023-01-26 | udf: Use udf_bread() in udf_load_vat() | Jan Kara | 1 | -5/+8 |
2023-01-26 | udf: Use udf_bread() in udf_get_pblock_virt15() | Jan Kara | 1 | -3/+2 |
2023-01-26 | udf: Factor out block mapping into udf_map_block() | Jan Kara | 2 | -22/+49 |
2023-01-26 | udf: Move incrementing of goal block directly into inode_getblk() | Jan Kara | 1 | -7/+2 |
2023-01-26 | udf: Drop VARCONV support | Jan Kara | 9 | -84/+14 |
2023-01-26 | udf: Unify types in anchor block detection | Jan Kara | 3 | -5/+8 |
2023-01-26 | udf: Fix directory iteration for longer tail extents | Jan Kara | 1 | -1/+1 |
2023-01-26 | udf: Propagate errors from udf_advance_blk() | Jan Kara | 1 | -2/+6 |
2023-01-26 | udf: Zero udf name padding | Jan Kara | 1 | -1/+7 |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
2023-01-09 | udf: remove redundant variable netype | Colin Ian King | 1 | -2/+2 |
2023-01-09 | udf: Detect system inodes linked into directory hierarchy | Jan Kara | 1 | -1/+6 |
2023-01-09 | udf: Preserve link count of system files | Jan Kara | 3 | -3/+10 |
2023-01-09 | udf: Do not update file length for failed writes to inline files | Jan Kara | 1 | -14/+12 |
2023-01-09 | udf: Fix spelling mistake "lenght" -> "length" | Colin Ian King | 1 | -1/+1 |
2023-01-09 | udf: Keep i_lenExtents consistent with the total length of extents | Jan Kara | 1 | -0/+3 |
2023-01-09 | udf: Move setting of i_lenExtents into udf_do_extend_file() | Jan Kara | 1 | -1/+4 |
2023-01-09 | udf: Allocate name buffer in directory iterator on heap | Jan Kara | 2 | -9/+16 |
2023-01-09 | udf: Handle error when adding extent to a file | Jan Kara | 1 | -14/+27 |
2023-01-09 | udf: Handle error when adding extent to symlink | Jan Kara | 1 | -1/+6 |
2023-01-09 | udf: Handle error when expanding directory | Jan Kara | 1 | -1/+6 |
2023-01-09 | udf: Do not bother merging very long extents | Jan Kara | 1 | -17/+2 |
2023-01-09 | udf: Truncate added extents on failed expansion | Jan Kara | 1 | -4/+11 |
2023-01-09 | udf: Remove old directory iteration code | Jan Kara | 3 | -705/+0 |
2023-01-09 | udf: Convert udf_rename() to new directory iteration code | Jan Kara | 1 | -87/+78 |
2023-01-09 | udf: Convert udf_link() to new directory iteration code | Jan Kara | 1 | -14/+8 |
2023-01-09 | udf: Convert udf_mkdir() to new directory iteration code | Jan Kara | 1 | -27/+21 |
2023-01-09 | udf: Convert udf_add_nondir() to new directory iteration | Jan Kara | 1 | -11/+8 |
2023-01-09 | udf: Implement adding of dir entries using new iteration code | Jan Kara | 3 | -0/+169 |
2023-01-09 | udf: Convert udf_unlink() to new directory iteration code | Jan Kara | 1 | -23/+10 |
2023-01-09 | udf: Convert udf_rmdir() to new directory iteration code | Jan Kara | 1 | -21/+11 |
2023-01-09 | udf: Provide function to mark entry as deleted using new directory iteration ... | Jan Kara | 1 | -0/+10 |
2023-01-09 | udf: Convert empty_dir() to new directory iteration code | Jan Kara | 1 | -59/+9 |
2023-01-09 | udf: Convert udf_get_parent() to new directory iteration code | Jan Kara | 1 | -9/+7 |
2023-01-09 | udf: Convert udf_lookup() to use new directory iteration code | Jan Kara | 1 | -11/+8 |
2023-01-09 | udf: Implement searching for directory entry using new iteration code | Jan Kara | 1 | -0/+67 |
2023-01-09 | udf: Move udf_expand_dir_adinicb() to its callsite | Jan Kara | 3 | -84/+82 |
2023-01-09 | udf: Convert udf_expand_dir_adinicb() to new directory iteration | Jan Kara | 1 | -37/+29 |
2023-01-09 | udf: Convert udf_readdir() to new directory iteration | Jan Kara | 1 | -121/+27 |
2023-01-09 | udf: New directory iteration code | Jan Kara | 2 | -0/+418 |
2023-01-09 | udf: Define EFSCORRUPTED error code | Jan Kara | 1 | -0/+2 |
2023-01-06 | udf: initialize newblock to 0 | Tom Rix | 1 | -3/+1 |
2023-01-06 | udf: Fix extension of the last extent in the file | Jan Kara | 1 | -1/+1 |
2022-12-12 | Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -88/+61 |
2022-12-09 | udf: Fix extending file within last block | Jan Kara | 1 | -15/+17 |
2022-12-09 | udf: Discard preallocation before extending file with a hole | Jan Kara | 1 | -28/+18 |
2022-12-09 | udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size | Jan Kara | 1 | -1/+2 |
2022-12-09 | udf: Fix preallocation discarding at indirect extent boundary | Jan Kara | 1 | -32/+13 |
2022-12-05 | udf: Increase UDF_MAX_READ_VERSION to 0x0260 | Bartosz Taudul | 1 | -1/+5 |
2022-11-21 | udf: remove ->writepage | Christoph Hellwig | 1 | -6/+1 |
2022-11-09 | udf: Fix a slab-out-of-bounds write bug in udf_find_entry() | ZhangPeng | 1 | -1/+1 |
2022-10-24 | udf: Avoid double brelse() in udf_rename() | Shigeru Yoshida | 1 | -4/+4 |
2022-10-24 | fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset function | Li zeming | 1 | -2/+2 |
2022-10-10 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+3 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -9/+3 |
2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -3/+3 |
2022-09-12 | udf: Support splicing to file | Jan Kara | 1 | -0/+1 |
2022-09-11 | udf: replace ll_rw_block() | Zhang Yi | 3 | -9/+3 |
2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 3 | -3/+3 |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 3 | -14/+15 |
2022-05-10 | udf: Avoid using stale lengthOfImpUse | Jan Kara | 1 | -4/+4 |
2022-05-09 | udf: Convert adinicb and symlinks to read_folio | Matthew Wilcox (Oracle) | 2 | -7/+8 |
2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 2 | -2/+2 |
2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-25 | Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+1 |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -2/+4 |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 2 | -2/+2 |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 2 | -0/+2 |
2022-03-08 | udf: remove redundant assignment of variable etype | Colin Ian King | 1 | -2/+1 |
2022-01-24 | udf: Restore i_lenAlloc when inode expansion fails | Jan Kara | 1 | -0/+1 |
2022-01-24 | udf: Fix NULL ptr deref when converting from inline format | Jan Kara | 1 | -5/+3 |
2021-12-15 | udf: Fix error handling in udf_new_inode() | Jan Kara | 1 | -0/+2 |
2021-11-09 | udf: Fix crash after seekdir | Jan Kara | 3 | -2/+35 |
2021-10-18 | udf: use sb_bdev_nr_blocks | Christoph Hellwig | 2 | -9/+5 |
2021-08-23 | udf_get_extendedattr() had no boundary checks. | Stian Skjelstad | 1 | -2/+11 |
2021-08-12 | udf: Fix iocharset=utf8 mount option | Pali Rohár | 3 | -35/+21 |