1. 0de1b7e nfs: kernel should return EPROTONOSUPPORT when not support NFSv4 by Mi Jinlong · 14 years ago
  2. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  3. 1e657bd Regression: fix mounting NFS when NFSv3 support is not compiled by Paulius Zaleckas · 14 years ago
  4. 31f4347 convert simple cases of nfs-related ->get_sb() to ->mount() by Al Viro · 14 years ago
  5. 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
  6. 7c563cc nfs: show "local_lock" mount option in /proc/mounts by Suresh Jayaraman · 14 years ago
  7. 5eebde2 nfs: introduce mount option '-olocal_lock' to make locks local by Suresh Jayaraman · 14 years ago
  8. fbf3fdd statfs() gives ESTALE error by Menyhart Zoltan · 14 years ago
  9. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  10. 9b00c64 nfs: Add "lookupcache" to displayed mount options by Patrick J. LoPresti · 14 years ago
  11. 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
  12. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  13. d5eff1a NFS: Fix /proc/mount for legacy binary interface by Bryan Schumaker · 14 years ago
  14. 0be8189 NFSv4: Ensure that /proc/self/mountinfo displays the minor version number by Trond Myklebust · 14 years ago
  15. 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
  16. a6d5ff6 NFS: Clean up fscache_uniq mount option by Chuck Lever · 14 years ago
  17. b157b06 NFS: Cleanup file handle allocations in fs/nfs/super.c by Trond Myklebust · 14 years ago
  18. ce587e0 NFS: Prevent the mount code from looping forever on broken exports by Trond Myklebust · 14 years ago
  19. ca7e9a0 NFS: Reduce stack footprint of nfs_statfs() by Trond Myklebust · 14 years ago
  20. 4f72729 NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sb by Trond Myklebust · 14 years ago
  21. 04ffdbe NFS: Reduce the stack footprint of nfs_follow_remote_path() by Trond Myklebust · 14 years ago
  22. 9699eda nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4 by Xiaotian Feng · 14 years ago
  23. cdd29ec nfs: testing for null instead of ERR_PTR() by Dan Carpenter · 14 years ago
  24. 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
  25. cfbc068 NFS: ensure bdi_unregister is called on mount failure. by NeilBrown · 14 years ago
  26. 387c149 NFS: Fix a umount race by Trond Myklebust · 14 years ago
  27. a2770d8 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" by Linus Torvalds · 15 years ago
  28. e9496ff fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) by Al Viro · 15 years ago
  29. dd47f96 NFS: Revert default r/wsize behavior by Chuck Lever · 15 years ago
  30. d250e19 NFS: Display compressed (shorthand) IPv6 in /proc/mounts by Chuck Lever · 15 years ago
  31. ee671b0 NFS: convert proto= option to use netids rather than a protoname by Jeff Layton · 15 years ago
  32. 96f287b NFS: BKL removal from the mount code... by Trond Myklebust · 15 years ago
  33. 4223a4a nfs: Fix nfs_parse_mount_options() kfree() leak by Yinghai Lu · 15 years ago
  34. a1be9ee NFS: suppress a build warning by Stefan Richter · 15 years ago
  35. 3050141 NFSv4: Kill nfs4_renewd_prepare_shutdown() by Trond Myklebust · 15 years ago
  36. bcd2ea1 NFS: Fix port initialisation in nfs_remount() by Trond Myklebust · 15 years ago
  37. f5855fe NFS: Fix port and mountport display in /proc/self/mountinfo by Trond Myklebust · 15 years ago
  38. c5811db NFS: Fix a default mount regression... by Trond Myklebust · 15 years ago
  39. 36dd2fd nfs[23] tcp breakage in mount with binary options by Al Viro · 15 years ago
  40. 2df5480 NFS: Propagate 'fsc' mount option through automounts by David Howells · 15 years ago
  41. 9423a08 NFS: Add nfs_alloc_parsed_mount_data by Chuck Lever · 15 years ago
  42. 8a6e5de NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flags by Trond Myklebust · 15 years ago
  43. 92f2505 nfs: nfs_kill_super() should call bdi_unregister() after killing super by Jens Axboe · 15 years ago
  44. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  45. 2ecda72b NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3' by Trond Myklebust · 15 years ago
  46. 764302c NFS: Allow the "nfs" file system type to support NFSv4 by Chuck Lever · 15 years ago
  47. a6fe23b NFS: Move details of nfs4_get_sb() to a helper by Chuck Lever · 15 years ago
  48. 7630c85 NFS: Refactor NFSv4 text-based mount option validation by Chuck Lever · 15 years ago
  49. 4cfd74f NFS: Mount option parser should detect missing "port=" by Chuck Lever · 15 years ago
  50. 5eecfde NFS: Handle a zero-length auth flavor list by Chuck Lever · 15 years ago
  51. ec6ee61 NFS: Replace nfs_set_port() with rpc_set_port() by Chuck Lever · 15 years ago
  52. 53a0b9c NFS: Replace nfs_parse_ip_address() with rpc_pton() by Chuck Lever · 15 years ago
  53. ec88f28 NFS: Use the authentication flavor list returned by mountd by Chuck Lever · 15 years ago
  54. 059f90b NFS: Fix auth flavor len accounting by Chuck Lever · 15 years ago
  55. f3f4f4e NFS: Fix up new minorversion= option by Chuck Lever · 15 years ago
  56. b88f8a5 NFS: Correct the NFS mount path when following a referral by Trond Myklebust · 15 years ago
  57. c02d7ad NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace by Trond Myklebust · 15 years ago
  58. 1f84603 Merge branch 'devel-for-2.6.31' into for-2.6.31 by Trond Myklebust · 15 years ago
  59. a5a16ba NFS: More "sloppy" parsing problems by Chuck Lever · 15 years ago
  60. d23c45f NFS: Invalid mount option values should always fail, even with "sloppy" by Chuck Lever · 15 years ago
  61. 8e02f6b NFS: Update MNT and MNT3 reply decoding functions by Chuck Lever · 15 years ago
  62. c381ad2 NFS: Do not display the setting of the "intr" mount option by Chuck Lever · 15 years ago
  63. 301933a Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31 by Trond Myklebust · 15 years ago
  64. 5a0ffe5 nfs41: Release backchannel resources associated with session by Andy Adamson · 15 years ago
  65. 01c3f05 NFSv4: Fix the 'nolock' option regression by Trond Myklebust · 15 years ago
  66. 0f3e66c nfs41: destroy_session operation by Andy Adamson · 15 years ago
  67. 3fd5be9 nfs41: add mount command option minorversion by Mike Sager · 15 years ago
  68. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  69. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  70. 67e5520 vfs: umount_begin BKL pushdown by Alessio Igor Bogani · 15 years ago
  71. d508afb NFS: Fix a double free in nfs_parse_mount_options() by Trond Myklebust · 15 years ago
  72. b797cac NFS: Add mount options to enable local caching on NFS by David Howells · 15 years ago
  73. 6a51091 NFS: Add some new I/O counters for FS-Cache doing things for NFS by David Howells · 15 years ago
  74. 0873404 NFS: Define and create superblock-level objects by David Howells · 15 years ago
  75. a67d18f NFS: load the rpc/rdma transport module automatically by Tom Talpey · 15 years ago
  76. 08cc36c Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  77. 515d861 NFSv4: Clean up the support for returning multiple delegations by Trond Myklebust · 16 years ago
  78. 50a737f NFS: "[no]resvport" mount option changes mountd client too by Chuck Lever · 16 years ago
  79. d740351 NFS: add "[no]resvport" mount option by Chuck Lever · 16 years ago
  80. c5d120f NFS: introduce nfs_mount_info struct for calling nfs_mount() by Chuck Lever · 16 years ago
  81. be85940 fs: replace NIPQUAD() by Harvey Harrison · 16 years ago
  82. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  83. 1afa67f misc: replace NIP6_FMT with %p6 format specifier by Harvey Harrison · 16 years ago
  84. 526719b Switch to a valid email address... by Alan Cox · 16 years ago
  85. ec9a05c NFS: use correct fs type for v4 submounts and referrals by Andy Adamson · 16 years ago
  86. 6925bac Merge branch 'next' by Trond Myklebust · 16 years ago
  87. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  88. 5e2e772 NFS: fix nfs_parse_ip_address() corner case by Chuck Lever · 16 years ago
  89. ea31a44 nfs: Fix misparsing of nfsv4 fs_locations attribute by J. Bruce Fields · 16 years ago
  90. f0c9292 nfs: prepare to share nfs_set_port by J. Bruce Fields · 16 years ago
  91. 7973c1f NFS: Add mount options for controlling the lookup cache by Trond Myklebust · 16 years ago
  92. ff3525a NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts by Trond Myklebust · 16 years ago
  93. 1daef0a NFS: Clean up nfs_sb_active/nfs_sb_deactive by Trond Myklebust · 16 years ago
  94. af904de NFS: Restore missing hunk in NFS mount option parser by Chuck Lever · 16 years ago
  95. 31c9446 nfs_remount oops when rebooting + possible fix by Marc Zyngier · 16 years ago
  96. fa6dc9d NFS: Remove attribute update related BKL references by Trond Myklebust · 16 years ago
  97. f45663c NFS: Allow either strict or sloppy mount option parsing by Chuck Lever · 16 years ago
  98. 6738b25 NFS4: Set security flavor default for NFSv4 mounts like other defaults by Chuck Lever · 16 years ago
  99. dd07c94 NFS: Set security flavor default for NFSv2/3 mounts like other defaults by Chuck Lever · 16 years ago
  100. 01060c8 NFS: Refactor logic for parsing NFS security flavor mount options by Chuck Lever · 16 years ago