1. 9423a08 NFS: Add nfs_alloc_parsed_mount_data by Chuck Lever · 15 years ago
  2. 8a6e5de NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flags by Trond Myklebust · 15 years ago
  3. 92f2505 nfs: nfs_kill_super() should call bdi_unregister() after killing super by Jens Axboe · 15 years ago
  4. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  5. 2ecda72 NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3' by Trond Myklebust · 15 years ago
  6. 764302c NFS: Allow the "nfs" file system type to support NFSv4 by Chuck Lever · 15 years ago
  7. a6fe23b NFS: Move details of nfs4_get_sb() to a helper by Chuck Lever · 15 years ago
  8. 7630c85 NFS: Refactor NFSv4 text-based mount option validation by Chuck Lever · 15 years ago
  9. 4cfd74f NFS: Mount option parser should detect missing "port=" by Chuck Lever · 15 years ago
  10. 5eecfde NFS: Handle a zero-length auth flavor list by Chuck Lever · 15 years ago
  11. ec6ee61 NFS: Replace nfs_set_port() with rpc_set_port() by Chuck Lever · 15 years ago
  12. 53a0b9c NFS: Replace nfs_parse_ip_address() with rpc_pton() by Chuck Lever · 15 years ago
  13. ec88f28 NFS: Use the authentication flavor list returned by mountd by Chuck Lever · 15 years ago
  14. 059f90b NFS: Fix auth flavor len accounting by Chuck Lever · 15 years ago
  15. f3f4f4e NFS: Fix up new minorversion= option by Chuck Lever · 15 years ago
  16. b88f8a5 NFS: Correct the NFS mount path when following a referral by Trond Myklebust · 15 years ago
  17. c02d7ad NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace by Trond Myklebust · 15 years ago
  18. 1f84603 Merge branch 'devel-for-2.6.31' into for-2.6.31 by Trond Myklebust · 15 years ago
  19. a5a16ba NFS: More "sloppy" parsing problems by Chuck Lever · 15 years ago
  20. d23c45f NFS: Invalid mount option values should always fail, even with "sloppy" by Chuck Lever · 15 years ago
  21. 8e02f6b NFS: Update MNT and MNT3 reply decoding functions by Chuck Lever · 15 years ago
  22. c381ad2 NFS: Do not display the setting of the "intr" mount option by Chuck Lever · 15 years ago
  23. 301933a Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31 by Trond Myklebust · 15 years ago
  24. 5a0ffe5 nfs41: Release backchannel resources associated with session by Andy Adamson · 15 years ago
  25. 01c3f05 NFSv4: Fix the 'nolock' option regression by Trond Myklebust · 15 years ago
  26. 0f3e66c nfs41: destroy_session operation by Andy Adamson · 15 years ago
  27. 3fd5be9 nfs41: add mount command option minorversion by Mike Sager · 15 years ago
  28. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  29. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  30. 67e5520 vfs: umount_begin BKL pushdown by Alessio Igor Bogani · 15 years ago
  31. d508afb NFS: Fix a double free in nfs_parse_mount_options() by Trond Myklebust · 15 years ago
  32. b797cac NFS: Add mount options to enable local caching on NFS by David Howells · 15 years ago
  33. 6a51091 NFS: Add some new I/O counters for FS-Cache doing things for NFS by David Howells · 15 years ago
  34. 0873404 NFS: Define and create superblock-level objects by David Howells · 15 years ago
  35. a67d18f NFS: load the rpc/rdma transport module automatically by Tom Talpey · 15 years ago
  36. 08cc36c Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  37. 515d861 NFSv4: Clean up the support for returning multiple delegations by Trond Myklebust · 16 years ago
  38. 50a737f NFS: "[no]resvport" mount option changes mountd client too by Chuck Lever · 16 years ago
  39. d740351 NFS: add "[no]resvport" mount option by Chuck Lever · 16 years ago
  40. c5d120f NFS: introduce nfs_mount_info struct for calling nfs_mount() by Chuck Lever · 16 years ago
  41. be85940 fs: replace NIPQUAD() by Harvey Harrison · 16 years ago
  42. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  43. 1afa67f misc: replace NIP6_FMT with %p6 format specifier by Harvey Harrison · 16 years ago
  44. 526719b Switch to a valid email address... by Alan Cox · 16 years ago
  45. ec9a05c NFS: use correct fs type for v4 submounts and referrals by Andy Adamson · 16 years ago
  46. 6925bac Merge branch 'next' by Trond Myklebust · 16 years ago
  47. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  48. 5e2e772 NFS: fix nfs_parse_ip_address() corner case by Chuck Lever · 16 years ago
  49. ea31a443 nfs: Fix misparsing of nfsv4 fs_locations attribute by J. Bruce Fields · 16 years ago
  50. f0c92925 nfs: prepare to share nfs_set_port by J. Bruce Fields · 16 years ago
  51. 7973c1f NFS: Add mount options for controlling the lookup cache by Trond Myklebust · 16 years ago
  52. ff3525a NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts by Trond Myklebust · 16 years ago
  53. 1daef0a NFS: Clean up nfs_sb_active/nfs_sb_deactive by Trond Myklebust · 16 years ago
  54. af904de NFS: Restore missing hunk in NFS mount option parser by Chuck Lever · 16 years ago
  55. 31c9446 nfs_remount oops when rebooting + possible fix by Marc Zyngier · 16 years ago
  56. fa6dc9d NFS: Remove attribute update related BKL references by Trond Myklebust · 16 years ago
  57. f45663c NFS: Allow either strict or sloppy mount option parsing by Chuck Lever · 16 years ago
  58. 6738b25 NFS4: Set security flavor default for NFSv4 mounts like other defaults by Chuck Lever · 16 years ago
  59. dd07c94 NFS: Set security flavor default for NFSv2/3 mounts like other defaults by Chuck Lever · 16 years ago
  60. 01060c8 NFS: Refactor logic for parsing NFS security flavor mount options by Chuck Lever · 16 years ago
  61. 0e0cab7 NFS: use documenting macro constants for initializing ac{reg, dir}{min, max} by Chuck Lever · 16 years ago
  62. ed596a8 NFS: Move the nfs_set_port() call out of nfs_parse_mount_options() by Chuck Lever · 16 years ago
  63. 259875e NFS: set transport defaults after mount option parsing is finished by Trond Myklebust · 16 years ago
  64. d8e7748 NFS: handle interface identifiers in incoming IPv6 addresses by Chuck Lever · 16 years ago
  65. ce3b7e1 NFS: Add string length argument to nfs_parse_server_address by Chuck Lever · 16 years ago
  66. d1aa082 NFS: Support raw IPv6 address hostnames during NFS mount operation by Chuck Lever · 16 years ago
  67. dc04589 NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3 by Chuck Lever · 16 years ago
  68. cd10072 NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remount by Trond Myklebust · 16 years ago
  69. 396cee97 NFS: missing newline in NFS mount debugging message by Chuck Lever · 16 years ago
  70. d33e4df NFS: Treat "intr" and "nointr" options as deprecated by Chuck Lever · 16 years ago
  71. ecbb384 NFS: Allow any value for the "retry" option by Chuck Lever · 16 years ago
  72. 48b605f NFS: implement option checking when remounting NFS filesystems (resend) by Jeff Layton · 16 years ago
  73. b7e2445 NFS: Fix filehandle size comparisons in the mount code by Trond Myklebust · 16 years ago
  74. 33852a1 NFS: Reduce the NFS mount code stack usage. by Trond Myklebust · 16 years ago
  75. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  76. 46c8ac7 nfs/lsm: make NFSv4 set LSM mount options by Eric Paris · 16 years ago
  77. fa79975 mm: bdi: expose the BDI object in sysfs for NFS by Miklos Szeredi · 16 years ago
  78. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 16 years ago
  79. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  80. daa7da5 NFS: remove duplicate flags assignment from nfs_validate_mount_data by Jeff Layton · 16 years ago
  81. 63649bd NFS - fix potential NULL pointer dereference v2 by Cyrill Gorcunov · 16 years ago
  82. c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 16 years ago
  83. 82d101d NFS: Show most mount options via nfs_show_options() by Chuck Lever · 16 years ago
  84. f22d6d7 NFS: Save the value of the "port=" mount option by Chuck Lever · 16 years ago
  85. 2d76743 NFS: numeric mount parameters are unsigned by Chuck Lever · 16 years ago
  86. 2f63392 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  87. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  88. f9c3a38 NFS: use new LSM interfaces to explicitly set mount options by Eric Paris · 17 years ago
  89. 8d04221 NFS: add missing spkm3 strings to mount option parser by Olga Kornievskaia · 17 years ago
  90. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  91. fc60147 NFS: Address memory leaks in the NFS client mount option parser by Chuck Lever · 17 years ago
  92. 3317023 NFS: Support per-mountpoint timeout parameters. by Trond Myklebust · 17 years ago
  93. 3c7c7e4 NFS: Pull covers off IPv6 address parsing by Chuck Lever · 17 years ago
  94. 4c56801 NFS: Support non-IPv4 addresses in nfs_parsed_mount_data by Chuck Lever · 17 years ago
  95. 9412b92 NFS: Refactor mount option address parsing into separate function by Chuck Lever · 17 years ago
  96. 3383203 NFS: Remove the NIPQUAD from nfs_try_mount by Chuck Lever · 17 years ago
  97. 0d0f0c1 NFS: Set default port for NFSv4, with support for AF_INET6 by Chuck Lever · 17 years ago
  98. 04dcd6e NFS: Make setting a port number agostic by Chuck Lever · 17 years ago
  99. cdcd7f9 NFS: Verify IPv6 addresses properly by Chuck Lever · 17 years ago
  100. fd00a8f NFS: Add support for AF_INET6 addresses in nfs_compare_super() by Chuck Lever · 17 years ago