summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-26nfsd: remove fetch_iversion export operationJeff Layton
2023-01-26nfsd: use the getattr operation to fetch i_versionJeff Layton
2023-01-26nfsd: move nfsd4_change_attribute to nfsfh.cJeff Layton
2023-01-26ceph: report the inode version in getattr if requestedJeff Layton
2023-01-26nfs: report the inode version in getattr if requestedJeff Layton
2023-01-26vfs: plumb i_version handling into struct kstatJeff Layton
2023-01-26fs: uninline inode_query_iversionJeff Layton
2023-01-25ksmbd: downgrade ndr version error message to debugNamjae Jeon
2023-01-25ksmbd: limit pdu length size according to connection statusNamjae Jeon
2023-01-25btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko
2023-01-25btrfs: limit device extents to the device sizeJosef Bacik
2023-01-25btrfs: raid56: fix stripes if vertical errors are foundTanmay Bhushan
2023-01-25Merge tag 'fs.fuse.acl.v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds