summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox
2023-04-04Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-04-04NFS: Remove "select RPCSEC_GSS_KRB5Chuck Lever
2023-03-31Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-03-30nfs: use vfs setgid helperChristian Brauner
2023-03-22NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust
2023-03-21Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-03-16fs_context: drop the unused lsm_flags memberOndrej Mosnacek
2023-03-14NFS: Correct timing for assigning access cache timestampChengen Du
2023-03-14NFS: Fix /proc/PID/io read_bytes for buffered readsDave Wysochanski
2023-03-10NFS & NFSD: Update GSS dependenciesChuck Lever
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever
2023-02-20NFS: nfs_encode_fh: Remove S_AUTOMOUNT checkRichard Weinberger
2023-02-17Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"Anna Schumaker
2023-02-15fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.cFabio M. De Francesco
2023-02-15pNFS/filelayout: treat GETDEVICEINFO errors as layout failureOlga Kornievskaia
2023-02-15nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIEDTigran Mkrtchyan
2023-02-15NFS: fix disabling of swapNeilBrown
2023-02-14nfs4trace: fix state manager flag printingBenjamin Coddington
2023-02-14NFS: Remove unnecessary check in nfs_read_folio()Trond Myklebust
2023-02-14NFS: Improve tracing of nfs_wb_folio()Trond Myklebust
2023-02-14NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()Trond Myklebust
2023-02-14NFS: fix up nfs_release_folio() to try to release the pageTrond Myklebust
2023-02-14NFS: Clean up O_DIRECT request allocationTrond Myklebust
2023-02-14NFS: Fix up nfs_vm_page_mkwrite() for foliosTrond Myklebust
2023-02-14NFS: Convert nfs_write_begin/end to use foliosTrond Myklebust
2023-02-14NFS: Remove unused function nfs_wb_page()Trond Myklebust
2023-02-14NFS: Convert buffered writes to use foliosTrond Myklebust
2023-02-14NFS: Convert the function nfs_wb_page() to use foliosTrond Myklebust
2023-02-14NFS: Convert buffered reads to use foliosTrond Myklebust
2023-02-14NFS: Add a helper nfs_wb_folio()Trond Myklebust
2023-02-14NFS: Convert the remaining pagelist helper functions to support foliosTrond Myklebust
2023-02-14NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust
2023-02-14NFS: Fix nfs_coalesce_size() to work with foliosTrond Myklebust
2023-02-14NFS: Support folios in nfs_generic_pgio()Trond Myklebust
2023-02-14NFS: Add basic functionality for tracking folios in struct nfs_pageTrond Myklebust