1. c98e9da NFS: Adjust fs_context error logging by Scott Mayhew · 4 years ago
  2. b6d49ec NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode by Trond Myklebust · 4 years, 1 month ago
  3. 0cfcd40 NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy by Dai Ngo · 4 years, 2 months ago
  4. 95ad37f NFSv4.2: add client side xattr caching. by Frank van der Linden · 4 years, 6 months ago
  5. ce8866f0 NFS: Attach supplementary error information to fs_context. by Scott Mayhew · 5 years ago
  6. 62a55d0 NFS: Additional refactoring for fs_context conversion by Scott Mayhew · 5 years ago
  7. f2aedb7 NFS: Add fs_context support. by David Howells · 5 years ago
  8. 5eb005c NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context by David Howells · 5 years ago
  9. adf2314 nfs: get rid of ->set_security() by Al Viro · 5 years ago
  10. ab88dca nfs: get rid of mount_info ->fill_super() by Al Viro · 5 years ago
  11. 0c38f21 nfs: don't pass nfs_subversion to ->create_server() by Al Viro · 5 years ago
  12. 82eaed2 nfs: merge xdev and remote file_system_type by Al Viro · 5 years ago
  13. a55d329 nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common() by Al Viro · 5 years ago
  14. 6a3f7a3 nfs: stash nfs_subversion reference into nfs_mount_info by Al Viro · 5 years ago
  15. 4e35776 nfs4: fold nfs_do_root_mount/nfs_follow_remote_path by Al Viro · 5 years ago
  16. 6654f8e nfs: don't bother setting/restoring export_path around do_nfs_root_mount() by Al Viro · 5 years ago
  17. 15a9c4e nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type by Al Viro · 5 years ago
  18. 7643c12 nfs: lift setting mount_info from nfs4_remote{,_referral}_mount by Al Viro · 5 years ago
  19. d0b779d nfs: stash server into struct nfs_mount_info by Al Viro · 5 years ago
  20. 444a529 saner calling conventions for nfs_fs_mount_common() by Al Viro · 5 years ago
  21. b47e0e4 NFS: Rename nfs_inode_return_delegation_noreclaim() by Trond Myklebust · 5 years ago
  22. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  23. ca1a199 nfs{,4}: switch to ->free_inode() by Al Viro · 6 years ago
  24. 40c64c2 NFS: Move nfs_idmap.h into fs/nfs/ by Anna Schumaker · 10 years ago
  25. 415320f NFSv4: Return the delegation before returning the layout in evict_inode() by Trond Myklebust · 10 years ago
  26. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  27. 5f01d95 nfs41: create NFSv3 DS connection if specified by Peng Tao · 11 years ago
  28. 7b14a21 nfs: don't call bdi_unregister by Christoph Hellwig · 10 years ago
  29. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  30. 71244d9 NFSv4.1: Fix a race in nfs4_write_inode by Trond Myklebust · 11 years ago
  31. 6706246 nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c' by Geyslan G. Bem · 11 years ago
  32. 5e6b199 NFSv4: Fix security auto-negotiation by Trond Myklebust · 11 years ago
  33. 74c9881 NFS: Clean up the auth flavour array mess by Trond Myklebust · 11 years ago
  34. c8d74d9 NFSv4: Move the DNS resolver into the NFSv4 module by Trond Myklebust · 12 years ago
  35. 4580a92 NFS: Use server-recommended security flavor by default (NFSv3) by Chuck Lever · 12 years ago
  36. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 12 years ago
  37. eed9935 NFS: Ensure that we always drop inodes that have been marked as stale by Trond Myklebust · 12 years ago
  38. 1ae811e NFS: Fix a regression when loading the NFS v4 module by bjschuma@gmail.com · 12 years ago
  39. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  40. 19d87ca NFS: Split out remaining NFS v4 inode functions by Bryan Schumaker · 12 years ago
  41. 6a74490 NFS: Pass super operations and xattr handlers in the nfs_subversion by Bryan Schumaker · 12 years ago
  42. 1179acc NFS: Only initialize the ACL client in the v3 case by Bryan Schumaker · 12 years ago
  43. ff9099f2 NFS: Create a try_mount rpc op by Bryan Schumaker · 12 years ago
  44. e8f25e6 NFS: Remove the NFS v4 xdev mount function by Bryan Schumaker · 12 years ago
  45. ab7017a NFS: Add version registering framework by Bryan Schumaker · 12 years ago
  46. bb6e071 NFS: exit_nfs_v4() shouldn't be an __exit function by Bryan Schumaker · 12 years ago
  47. fbdefd6 NFS: Split out the NFS v4 filesystem types by Bryan Schumaker · 12 years ago
  48. 466bfe7 NFS: Initialize v4 sysctls from nfs_init_v4() by Bryan Schumaker · 12 years ago
  49. 129d197 NFS: Create an init_nfs_v4() function by Bryan Schumaker · 12 years ago