| Commit message (Expand) | Author | Age | Files | Lines |
* | udf: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 2024-03-05 | 1 | -1/+0 |
* | udf: convert to new mount API | Eric Sandeen | 2024-02-21 | 1 | -242/+265 |
* | udf: convert novrs to an option flag | Eric Sandeen | 2024-02-21 | 2 | -4/+3 |
* | udf: Avoid invalid LVID used on mount | Jan Kara | 2024-02-05 | 1 | -17/+25 |
* | udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb() | Jan Kara | 2024-01-23 | 1 | -1/+1 |
* | udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc() | Jan Kara | 2024-01-23 | 1 | -1/+1 |
* | udf: Avoid GFP_NOFS allocation in udf_symlink() | Jan Kara | 2024-01-23 | 1 | -8/+11 |
* | udf: Remove GFP_NOFS from dir iteration code | Jan Kara | 2024-01-23 | 2 | -2/+2 |
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2024-01-12 | 1 | -10/+1 |
|\ |
|
| * | udf_fiiter_add_entry(): check for zero ->d_name.len is bogus... | Al Viro | 2023-12-21 | 1 | -2/+0 |
| * | udf: d_obtain_alias(ERR_PTR(...)) will do the right thing... | Al Viro | 2023-12-21 | 1 | -6/+1 |
| * | udf: d_splice_alias() will do the right thing on ERR_PTR() inode | Al Viro | 2023-12-21 | 1 | -2/+0 |
* | | udf_rename(): only access the child content on cross-directory rename | Al Viro | 2023-11-25 | 1 | -1/+6 |
|/ |
|
* | Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-11-02 | 2 | -2/+2 |
|\ |
|
| * | udf: Avoid unneeded variable length array in struct fileIdentDesc | Jan Kara | 2023-10-03 | 1 | -1/+1 |
| * | udf: Annotate struct udf_bitmap with __counted_by | Kees Cook | 2023-09-18 | 1 | -1/+1 |
* | | udf: convert to new timestamp accessors | Jeff Layton | 2023-10-18 | 3 | -26/+32 |
|/ |
|
* | Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2023-08-30 | 2 | -3/+1 |
|\ |
|
| * | udf: Drop pointless aops assignment | Jan Kara | 2023-08-09 | 1 | -2/+0 |
| * | udf: Fix -Wstringop-overflow warnings | Gustavo A. R. Silva | 2023-07-31 | 1 | -1/+1 |
* | | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 2023-08-30 | 2 | -1/+2 |
|\ \ |
|
| * | | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 2023-08-02 | 1 | -0/+1 |
| * | | fs: rename and move block_page_mkwrite_return | Christoph Hellwig | 2023-08-02 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-08-29 | 1 | -3/+3 |
|\ \ |
|
| * | | fs: convert block_commit_write to return void | Bean Huo | 2023-08-18 | 1 | -3/+3 |
| |/ |
|
* | | fs: pass the request_mask to generic_fillattr | Jeff Layton | 2023-08-09 | 1 | -1/+1 |
* | | udf: convert to ctime accessor functions | Jeff Layton | 2023-07-24 | 3 | -20/+23 |
|/ |
|
* | Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-06-29 | 15 | -87/+17 |
|\ |
|
| * | udf: Fix uninitialized array access for some pathnames | Jan Kara | 2023-06-21 | 1 | -1/+1 |
| * | fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier | Bagas Sanjaya | 2023-05-30 | 1 | -16/+2 |
| * | fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier | Bagas Sanjaya | 2023-05-30 | 14 | -70/+14 |
* | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 2023-06-26 | 1 | -1/+1 |
|\ \ |
|
| * | | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 2023-05-24 | 1 | -1/+1 |
| |/ |
|
* / | Revert "udf: Protect rename against modification of moved directory" | Jan Kara | 2023-06-02 | 1 | -12/+2 |
|/ |
|
* | udf: use wrapper i_blocksize() in udf_discard_prealloc() | Yangtao Li | 2023-03-13 | 1 | -2/+2 |
* | udf: Use folios in udf_adinicb_writepage() | Matthew Wilcox (Oracle) | 2023-03-08 | 1 | -5/+5 |
* | udf: Warn if block mapping is done for in-ICB files | Jan Kara | 2023-03-06 | 1 | -0/+3 |
* | udf: Fix reading of in-ICB files | Jan Kara | 2023-03-06 | 1 | -0/+9 |
* | udf: Fix lost writes in udf_adinicb_writepage() | Jan Kara | 2023-03-06 | 1 | -1/+1 |
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-24 | 1 | -1/+2 |
|\ |
|
* \ | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 2023-02-20 | 1 | -0/+1 |
|\ \ |
|
| * | | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 2023-01-26 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-02-20 | 16 | -1535/+1335 |
|\ \ |
|
| * | | udf: Avoid directory type conversion failure due to ENOMEM | Jan Kara | 2023-02-09 | 1 | -3/+6 |
| * | | udf: Use unsigned variables for size calculations | Kees Cook | 2023-02-07 | 1 | -2/+3 |
| * | | udf: remove reporting loc in debug output | Tom Rix | 2023-02-07 | 1 | -2/+2 |
| * | | udf: Check consistency of Space Bitmap Descriptor | Vladislav Efanov | 2023-02-07 | 1 | -4/+27 |
| * | | udf: Fix file counting in LVID | Jan Kara | 2023-01-26 | 2 | -28/+25 |
| * | | udf: Limit file size to 4TB | Jan Kara | 2023-01-26 | 1 | -1/+8 |
| * | | udf: Don't return bh from udf_expand_dir_adinicb() | Jan Kara | 2023-01-26 | 1 | -20/+13 |