summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-26udf: Fix file counting in LVIDJan Kara
2023-01-26udf: Limit file size to 4TBJan Kara
2023-01-26udf: Don't return bh from udf_expand_dir_adinicb()Jan Kara
2023-01-26udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()Jan Kara
2023-01-26udf: Convert udf_adinicb_writepage() to memcpy_to_page()Jan Kara
2023-01-26udf: Switch udf_adinicb_readpage() to kmap_local_page()Jan Kara
2023-01-26udf: Move udf_adinicb_readpage() to inode.cJan Kara
2023-01-26udf: Mark aops implementation staticJan Kara
2023-01-26udf: Switch to single address_space_operationsJan Kara
2023-01-26udf: Add handling of in-ICB files to udf_bmap()Jan Kara
2023-01-26udf: Convert all file types to use udf_write_end()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_write_begin()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_direct_IO()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_writepages()Jan Kara
2023-01-26udf: Unify .read_folio for normal and in-ICB filesJan Kara
2023-01-26udf: Fix off-by-one error when discarding preallocationJan Kara
2023-01-26udf: Fix file corruption when appending just after end of preallocated extentJan Kara
2023-01-26udf: Do not allocate blocks on page writebackJan Kara
2023-01-26fs: gracefully handle ->get_block not mapping bh in __mpage_writepageJan Kara
2023-01-26udf: Allocate blocks on write page faultJan Kara
2023-01-26udf: Protect truncate and file type conversion with invalidate_lockJan Kara
2023-01-26udf: Simplify error handling in udf_file_write_iter()Jan Kara
2023-01-26udf: Push i_data_sem locking into udf_extend_file()Jan Kara
2023-01-26udf: Push i_data_sem locking into udf_expand_file_adinicb()Jan Kara
2023-01-26udf: Protect rename against modification of moved directoryJan Kara
2023-01-26udf: Fold udf_getblk() into udf_bread()Jan Kara
2023-01-26udf: Use udf_map_block() in udf_getblk()Jan Kara
2023-01-26udf: Add flag to disable block preallocationJan Kara
2023-01-26udf: Pass mapping request into inode_getblk()Jan Kara
2023-01-26udf: Fold udf_block_map() into udf_map_block()Jan Kara
2023-01-26udf: Convert udf_symlink_filler() to use udf_bread()Jan Kara
2023-01-26udf: Do not call udf_block_map() on ICB filesJan Kara
2023-01-26udf: Use udf_bread() in udf_load_vat()Jan Kara
2023-01-26udf: Use udf_bread() in udf_get_pblock_virt15()Jan Kara
2023-01-26udf: Factor out block mapping into udf_map_block()Jan Kara
2023-01-26udf: Move incrementing of goal block directly into inode_getblk()Jan Kara
2023-01-26udf: Drop VARCONV supportJan Kara
2023-01-26udf: Unify types in anchor block detectionJan Kara
2023-01-26udf: Fix directory iteration for longer tail extentsJan Kara
2023-01-26udf: Propagate errors from udf_advance_blk()Jan Kara
2023-01-26udf: Zero udf name paddingJan Kara
2023-01-16ext2: propagate errors from ext2_prepare_chunkChristoph Hellwig
2023-01-09udf: remove redundant variable netypeColin Ian King
2023-01-09udf: Detect system inodes linked into directory hierarchyJan Kara
2023-01-09udf: Preserve link count of system filesJan Kara
2023-01-09udf: Do not update file length for failed writes to inline filesJan Kara
2023-01-09udf: Fix spelling mistake "lenght" -> "length"Colin Ian King
2023-01-09fs/ext2: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-01-09udf: Keep i_lenExtents consistent with the total length of extentsJan Kara
2023-01-09udf: Move setting of i_lenExtents into udf_do_extend_file()Jan Kara