1. 7e6eb68 NFS: Honor the authflavor set in the clone mount data by Bryan Schumaker · 12 years ago
  2. 98a2139 nfs: Enclose hostname in brackets when needed in nfs_do_root_mount by Jan Kara · 13 years ago
  3. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  4. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  5. 5a7c9ee NFS: fix sb->s_id in nfs debug prints by Vivek Trivedi · 12 years ago
  6. 7e03b7c NFS: Fix a compile issue when !CONFIG_NFS_V4_1 by Trond Myklebust · 12 years ago
  7. 31b8e2a NFS: Make clientaddr= optional by Chuck Lever · 12 years ago
  8. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 12 years ago
  9. 3862279 NFS: Consolidate the parsing of the '-ov4.x' and '-overs=4.x' mount options by Trond Myklebust · 12 years ago
  10. 7bbceb6 NFS: Ensure we display the minor version correctly in /proc/mounts etc. by Trond Myklebust · 12 years ago
  11. 0d71b05 NFS: Extend the -overs= mount option to allow 4.x minorversions by Trond Myklebust · 12 years ago
  12. 7d2ed9a NFSv4: parse and display server implementation ids by Weston Andros Adamson · 12 years ago
  13. 9937347a NFS: Ensure that the nfs_client 'net' field is always set by Trond Myklebust · 12 years ago
  14. 571b755 NFS: dont allow minorversion= opt when vers != 4 by Weston Andros Adamson · 12 years ago
  15. 7ced286 NFS: add mount options 'v4.0' and 'v4.1' by Weston Andros Adamson · 12 years ago
  16. b48e127 NFS: pass current net to rpc_pton() while parsing mount options by Stanislav Kinsbursky · 12 years ago
  17. c15c928 nfs: remove unneeded NULL pointer check in nfs4_remote_mount by Jeff Layton · 12 years ago
  18. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 13 years ago
  19. 6d59b8d NFS: pass NFS client owner network namespace to RPC client creation routine by Stanislav Kinsbursky · 13 years ago
  20. e50a7a1 NFS: make NFS client allocated per network namespace context by Stanislav Kinsbursky · 13 years ago
  21. 57eccf1 Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  22. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  23. a6322de vfs: switch ->show_path() to struct dentry * by Al Viro · 13 years ago
  24. d861c63 vfs: switch ->show_devname() to struct dentry * by Al Viro · 13 years ago
  25. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 13 years ago
  26. 8a0d551 nfs: fix regression in handling of context= option in NFSv4 by Jeff Layton · 13 years ago
  27. 5352d3b make nfs_follow_remote_path() handle ERR_PTR() passed as root_mnt by Al Viro · 13 years ago
  28. e407699 btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... by Al Viro · 13 years ago
  29. ea441d1 new helper: mount_subtree() by Al Viro · 13 years ago
  30. c133449 switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs by Al Viro · 13 years ago
  31. 45402c38 nfs/super.c: local functions should be static by H Hartley Sweeten · 13 years ago
  32. 815d405 VFS: Fix the remaining automounter semantics regressions by Trond Myklebust · 13 years ago
  33. fb2088c nfs: Do not allow multiple mounts on same mountpoint when using -o noac by Sachin Prabhu · 13 years ago
  34. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  35. ae50c0b pnfs: client stats by J. Bruce Fields · 13 years ago
  36. 26c4c17 nfs: don't lose MS_SYNCHRONOUS on remount of noac mount by Jeff Layton · 13 years ago
  37. 9b7160c NFS: don't negotiate when user specifies sec flavor by Bryan Schumaker · 13 years ago
  38. 160bc16 NFS: Remove dead code from nfs_fs_mount() by Jesper Juhl · 13 years ago
  39. 1791983 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  40. 0119498 nfs: switch NFS from ->get_sb() to ->mount() by Al Viro · 13 years ago
  41. fd462fb nfs: stop mangling ->mnt_devname on NFS by Al Viro · 13 years ago
  42. c7f404b vfs: new superblock methods to override /proc/*/mount{s,info} by Al Viro · 13 years ago
  43. b514f87 nfs: make nfs_path() work without vfsmount by Al Viro · 13 years ago
  44. 0d5839a nfs: propagate devname to nfs{,4}_get_root() by Al Viro · 13 years ago
  45. c5cb09b Cleanup: Factor out some cut-and-paste code. by Rob Landley · 13 years ago
  46. c12bace cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions. by Rob Landley · 13 years ago
  47. 8b244ff switch nfs to ->s_d_op by Al Viro · 14 years ago
  48. 64c2ce8 nfsv4: Switch to generic xattr handling code by Aneesh Kumar K.V · 14 years ago
  49. a8a5da9 nfs: Set MS_POSIXACL always by Aneesh Kumar K.V · 14 years ago
  50. aa69947 NFS: suppressing showing of default mount port value in /proc fixed by Stanislav Kinsbursky · 14 years ago
  51. 0de1b7e nfs: kernel should return EPROTONOSUPPORT when not support NFSv4 by Mi Jinlong · 14 years ago
  52. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  53. 1e657bd Regression: fix mounting NFS when NFSv3 support is not compiled by Paulius Zaleckas · 14 years ago
  54. 31f4347 convert simple cases of nfs-related ->get_sb() to ->mount() by Al Viro · 14 years ago
  55. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  56. 7c563cc nfs: show "local_lock" mount option in /proc/mounts by Suresh Jayaraman · 14 years ago
  57. 5eebde2 nfs: introduce mount option '-olocal_lock' to make locks local by Suresh Jayaraman · 14 years ago
  58. fbf3fdd statfs() gives ESTALE error by Menyhart Zoltan · 14 years ago
  59. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  60. 9b00c64 nfs: Add "lookupcache" to displayed mount options by Patrick J. LoPresti · 14 years ago
  61. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  62. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  63. d5eff1a NFS: Fix /proc/mount for legacy binary interface by Bryan Schumaker · 14 years ago
  64. 0be8189 NFSv4: Ensure that /proc/self/mountinfo displays the minor version number by Trond Myklebust · 14 years ago
  65. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  66. a6d5ff6 NFS: Clean up fscache_uniq mount option by Chuck Lever · 14 years ago
  67. b157b06 NFS: Cleanup file handle allocations in fs/nfs/super.c by Trond Myklebust · 14 years ago
  68. ce587e0 NFS: Prevent the mount code from looping forever on broken exports by Trond Myklebust · 14 years ago
  69. ca7e9a0 NFS: Reduce stack footprint of nfs_statfs() by Trond Myklebust · 14 years ago
  70. 4f72729 NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sb by Trond Myklebust · 14 years ago
  71. 04ffdbe NFS: Reduce the stack footprint of nfs_follow_remote_path() by Trond Myklebust · 14 years ago
  72. 9699eda nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4 by Xiaotian Feng · 14 years ago
  73. cdd29ec nfs: testing for null instead of ERR_PTR() by Dan Carpenter · 14 years ago
  74. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  75. cfbc068 NFS: ensure bdi_unregister is called on mount failure. by NeilBrown · 14 years ago
  76. 387c149 NFS: Fix a umount race by Trond Myklebust · 14 years ago
  77. a2770d8 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" by Linus Torvalds · 15 years ago
  78. e9496ff fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) by Al Viro · 15 years ago
  79. dd47f96 NFS: Revert default r/wsize behavior by Chuck Lever · 15 years ago
  80. d250e19 NFS: Display compressed (shorthand) IPv6 in /proc/mounts by Chuck Lever · 15 years ago
  81. ee671b0 NFS: convert proto= option to use netids rather than a protoname by Jeff Layton · 15 years ago
  82. 96f287b NFS: BKL removal from the mount code... by Trond Myklebust · 15 years ago
  83. 4223a4a nfs: Fix nfs_parse_mount_options() kfree() leak by Yinghai Lu · 15 years ago
  84. a1be9ee NFS: suppress a build warning by Stefan Richter · 15 years ago
  85. 3050141 NFSv4: Kill nfs4_renewd_prepare_shutdown() by Trond Myklebust · 15 years ago
  86. bcd2ea1 NFS: Fix port initialisation in nfs_remount() by Trond Myklebust · 15 years ago
  87. f5855fe NFS: Fix port and mountport display in /proc/self/mountinfo by Trond Myklebust · 15 years ago
  88. c5811db NFS: Fix a default mount regression... by Trond Myklebust · 15 years ago
  89. 36dd2fd nfs[23] tcp breakage in mount with binary options by Al Viro · 15 years ago
  90. 2df5480 NFS: Propagate 'fsc' mount option through automounts by David Howells · 15 years ago
  91. 9423a08 NFS: Add nfs_alloc_parsed_mount_data by Chuck Lever · 15 years ago
  92. 8a6e5de NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flags by Trond Myklebust · 15 years ago
  93. 92f2505 nfs: nfs_kill_super() should call bdi_unregister() after killing super by Jens Axboe · 15 years ago
  94. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  95. 2ecda72 NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3' by Trond Myklebust · 15 years ago
  96. 764302c NFS: Allow the "nfs" file system type to support NFSv4 by Chuck Lever · 15 years ago
  97. a6fe23b NFS: Move details of nfs4_get_sb() to a helper by Chuck Lever · 15 years ago
  98. 7630c85 NFS: Refactor NFSv4 text-based mount option validation by Chuck Lever · 15 years ago
  99. 4cfd74f NFS: Mount option parser should detect missing "port=" by Chuck Lever · 15 years ago
  100. 5eecfde NFS: Handle a zero-length auth flavor list by Chuck Lever · 15 years ago