Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -15/+25 |
2024-10-02 | udf: refactor udf_next_aext() to handle error | Zhao Mengmeng | 1 | -42/+83 |
2024-10-02 | udf: refactor udf_current_aext() to handle error | Zhao Mengmeng | 1 | -14/+26 |
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-05 | udf: Fix lock ordering in udf_evict_inode() | Jan Kara | 1 | -7/+4 |
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_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-01-23 | udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb() | Jan Kara | 1 | -1/+1 |
2023-10-18 | udf: convert to new timestamp accessors | Jeff Layton | 1 | -16/+22 |
2023-08-30 | Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -2/+0 |
2023-08-09 | udf: Drop pointless aops assignment | Jan Kara | 1 | -2/+0 |
2023-07-24 | udf: convert to ctime accessor functions | Jeff Layton | 1 | -7/+10 |
2023-05-30 | fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier | Bagas Sanjaya | 1 | -5/+1 |
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-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 | 1 | -0/+15 |
2023-01-26 | udf: Mark aops implementation static | Jan Kara | 1 | -9/+10 |
2023-01-26 | udf: Switch to single address_space_operations | Jan Kara | 1 | -7/+1 |
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 | 1 | -1/+21 |
2023-01-26 | udf: Convert in-ICB files to use udf_write_begin() | Jan Kara | 1 | -5/+19 |
2023-01-26 | udf: Convert in-ICB files to use udf_direct_IO() | Jan Kara | 1 | -1/+4 |
2023-01-26 | udf: Convert in-ICB files to use udf_writepages() | Jan Kara | 1 | -3/+26 |
2023-01-26 | udf: Unify .read_folio for normal and in-ICB files | Jan Kara | 1 | -1/+8 |
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 | 1 | -1/+0 |
2023-01-26 | udf: Protect truncate and file type conversion with invalidate_lock | Jan Kara | 1 | -6/+9 |
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 | 1 | -12/+6 |
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 | 1 | -24/+14 |
2023-01-26 | udf: Factor out block mapping into udf_map_block() | Jan Kara | 1 | -22/+48 |
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 | 1 | -7/+4 |