summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2025-05-28NFS: add localio to sysfsMike Snitzer
2025-05-28nfs: use writeback_iter directlyChristoph Hellwig
2025-05-28nfs: refactor nfs_do_writepageChristoph Hellwig
2025-05-28nfs: don't return AOP_WRITEPAGE_ACTIVATE from nfs_do_writepageChristoph Hellwig
2025-05-28nfs: fold nfs_page_async_flush into nfs_do_writepageChristoph Hellwig
2025-05-28NFSv4: Always set NLINK even if the server doesn't support itHan Young
2025-05-28NFSv4: Allow FREE_STATEID to clean up delegationsBenjamin Coddington
2025-05-28NFSv4: Don't check for OPEN feature support in v4.1Scott Mayhew
2025-05-28NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia
2025-05-28NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ...Sagi Grimberg
2025-05-28NFS: Add support for fallocate(FALLOC_FL_ZERO_RANGE)Anna Schumaker
2025-05-28fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()Max Kellermann
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-19NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew
2025-05-19nfs: add a refcount tracker for struct net as held by the nfs_clientJeff Layton
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-05-16NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked()Trond Myklebust
2025-05-16NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust
2025-05-15fs: Pass a folio to page_put_link()Matthew Wilcox (Oracle)
2025-05-15nfs: Use a folio in nfs_get_link()Matthew Wilcox (Oracle)
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-04-28NFS/localio: Fix a race in nfs_local_open_fh()Trond Myklebust
2025-04-27nfs: nfs3acl: drop useless assignment in nfs3_get_acl()Sergey Shtylyov
2025-04-27nfs: direct: drop useless initializer in nfs_direct_write_completion()Sergey Shtylyov
2025-04-27nfs: move the nfs4_data_server_cache into struct nfs_netJeff Layton
2025-04-27nfs: don't share pNFS DS connections between net namespacesJeff Layton
2025-04-27nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng
2025-04-27pNFS/flexfiles: Record the RPC errors in the I/O tracepointsTrond Myklebust
2025-04-27NFSv4/pnfs: Layoutreturn on close must handle fatal networking errorsTrond Myklebust
2025-04-27NFSv4: Handle fatal ENETDOWN and ENETUNREACH errorsTrond Myklebust
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-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-04-02nfs: Add missing release on error in nfs_lock_and_join_requests()Dan Carpenter
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-03-28NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()Trond Myklebust
2025-03-28NFS: Don't allow waiting for exiting tasksTrond Myklebust
2025-03-26NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust
2025-03-26NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_clientTrond Myklebust
2025-03-26NFSv4: Further cleanups to shutdown loopsTrond Myklebust
2025-03-26NFS: Shut down the nfs_client only after all the superblocksTrond Myklebust
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-21pNFS/flexfiles: Report ENETDOWN as a connection errorTrond Myklebust
2025-03-21pNFS/flexfiles: Treat ENETUNREACH errors as fatal in containersTrond Myklebust
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust
2025-03-21NFS: Add a mount option to make ENETUNREACH errors fatalTrond Myklebust
2025-03-21NFS: Add implid to sysfsAnna Schumaker