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