summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-22f2fs: Pass a folio to fill_node_footer()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass folios to copy_node_footer()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to set_cold_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to get_nid()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to fill_node_footer_blkaddr()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_inode_chksum()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_enable_inode_chksum()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_inode_chksum_set()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_allocate_data_block()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to set_mark()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to set_fsync_mark()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to set_dentry_mark()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to is_recoverable_dnode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to nid_of_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ino_of_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to F2FS_INODE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to inode_has_blocks()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_sanity_check_inline_data()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to sanity_check_inode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to sanity_check_extent_cache()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_recover_inode_page()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_quota_data()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_inode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_dentry()Matthew Wilcox (Oracle)
2025-07-22NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()Trond Myklebust
2025-07-22NFS: Clean up pnfs_put_layout_hdr()/pnfs_destroy_layout_final()Trond Myklebust
2025-07-22NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate()Trond Myklebust
2025-07-22NFS: use a hash table for delegation lookupChristoph Hellwig
2025-07-22NFS: track active delegations per-serverChristoph Hellwig
2025-07-22NFS: move the delegation_watermark module parameterChristoph Hellwig
2025-07-22NFS: cleanup nfs_inode_reclaim_delegationChristoph Hellwig
2025-07-22NFS: cleanup error handling in nfs4_server_common_setupChristoph Hellwig
2025-07-22pNFS/flexfiles: don't attempt pnfs on fatal DS errorsTigran Mkrtchyan
2025-07-22NFS: drop __exit from nfs_exit_keyringChristoph Hellwig
2025-07-22NFS: pass struct nfs_client_initdata to nfs4_set_clientChristoph Hellwig
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook
2025-07-22btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana
2025-07-22btrfs: unfold transaction aborts when writing dirty block groupsFilipe Manana
2025-07-22btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()Filipe Manana
2025-07-22btrfs: don't skip remaining extrefs if dir not found during log replayFilipe Manana
2025-07-22btrfs: don't ignore inode missing when replaying log treeFilipe Manana
2025-07-22btrfs: enable large data folios for data reloc inodeQu Wenruo
2025-07-22btrfs: output more info when btrfs_subpage_assert() failedQu Wenruo
2025-07-22btrfs: reloc: unconditionally invalidate the page cache for each clusterQu Wenruo
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba
2025-07-22btrfs: fix ssd_spread overallocationBoris Burkov
2025-07-22btrfs: zoned: requeue to unused block group list if zone finish failedNaohiro Aota
2025-07-22btrfs: zoned: do not remove unwritten non-data block groupNaohiro Aota
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana
2025-07-22btrfs: use cached state when falling back from NOCoW write to CoW writeFilipe Manana