summaryrefslogtreecommitdiff
path: root/fs/nfs/internal.h
AgeCommit message (Expand)Author
2025-11-29NFS: Fix inheritance of the block sizes when automountingTrond Myklebust
2025-11-29Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust
2025-09-30nfs/localio: add tracepoints for misaligned DIO READ and WRITE supportMike Snitzer
2025-09-06NFS: Serialise O_DIRECT i/o and truncate()Trond Myklebust
2025-09-06NFS: Protect against 'eof page pollution'Trond Myklebust
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-08-04NFS: Fix the setting of capabilities when automounting a new filesystemTrond Myklebust
2025-07-28NFS: Fixup allocation flags for nfsiod's __GFP_NORETRYBenjamin Coddington
2025-07-14NFS: Remove unused function nfs_umountDr. David Alan Gilbert
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-05-28NFS: always probe for LOCALIO support asynchronouslyMike Snitzer
2025-04-19Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-04-13nfs: add missing selections of CONFIG_CRC32Eric Biggers
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-03-28NFS: Don't allow waiting for exiting tasksTrond Myklebust
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-01-14nfs: probe for LOCALIO when v4 client reconnects to serverMike Snitzer
2025-01-14nfs/localio: remove redundant code and simplify LOCALIO enablementMike Snitzer
2025-01-14nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer
2024-11-28fs/nfs/io: make nfs_start_io_*() killableMax Kellermann
2024-11-28nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng
2024-09-23nfs/localio: use dedicated workqueues for filesystem read and writeTrond Myklebust
2024-09-23nfs: add LOCALIO supportWeston Andros Adamson
2024-09-23nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer
2024-09-23nfs: Remove obsoleted declaration for nfs_read_prepareGaosheng Cui
2024-07-10nfs: remove nfs_page_lengthChristoph Hellwig
2024-07-08nfs: remove dead code for the old swap over NFS implementationChristoph Hellwig
2024-05-21nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov
2024-05-20NFS: make sure lock/nolock overriding local_lock mount optionChen Hanxiao
2024-03-09nfs: make the rpc_stat per net namespaceJosef Bacik
2024-01-04NFS: drop unused nfs_direct_req bytes_leftBenjamin Coddington
2024-01-04pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust
2023-08-24NFS/pNFS: Set the connect timeout for the pNFS flexfiles driverTrond Myklebust
2023-08-23NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker
2023-07-01Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-06-19NFS: Add an "xprtsec=" NFS mount optionChuck Lever
2023-06-19NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever
2023-05-24nfs: Provide a splice-read wrapperDavid Howells
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-04-26nfs: move nfs_fhandle_hash to common include fileJeff Layton
2023-04-11NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-02-14NFS: Convert buffered writes to use foliosTrond Myklebust
2023-02-14NFS: Convert buffered reads to use foliosTrond Myklebust
2023-02-14NFS: Support folios in nfs_generic_pgio()Trond Myklebust
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner