1. 0b26a0b NFS: Ensure we return the dirent->d_type when it is known by Trond Myklebust · 14 years ago
  2. 82f2e54 NFS: Readdir plus in v4 by Bryan Schumaker · 14 years ago
  3. 56e4ebf NFS: readdir with vmapped pages by Bryan Schumaker · 14 years ago
  4. babddc7 NFS: decode_dirent should use an xdr_stream by Bryan Schumaker · 14 years ago
  5. 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
  6. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  7. 5df6b8e Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  8. d05dd4e NFS: Fix the NFS users of rpc_restart_call() by Trond Myklebust · 14 years ago
  9. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  10. 815409d NFSv4: Eliminate nfs4_path_walk() by Trond Myklebust · 14 years ago
  11. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  12. 0110ee1 NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured by Trond Myklebust · 15 years ago
  13. d61e612 NFSv41: Clean up slot table management by Trond Myklebust · 15 years ago
  14. 2449ea2 nfs41: V2 adjust max_rqst_sz, max_resp_sz w.r.t to rsize, wsize by Alexandros Batsakis · 15 years ago
  15. d8cb1a7 nfs41: check if session exists and if it is persistent by Alexandros Batsakis · 15 years ago
  16. 07bccc2 nfs41: add support for callback with RPC version number 4 by Alexandros Batsakis · 15 years ago
  17. e608e79 nfs41: call free slot from nfs4_restart_rpc by Andy Adamson · 15 years ago
  18. 6df0818 nfs41: rename cl_state session SETUP bit to RESET by Andy Adamson · 15 years ago
  19. 764302c NFS: Allow the "nfs" file system type to support NFSv4 by Chuck Lever · 15 years ago
  20. 4cfd74f NFS: Mount option parser should detect missing "port=" by Chuck Lever · 15 years ago
  21. 976a6f9 Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32 by Trond Myklebust · 15 years ago
  22. 074cc1d NFS: Add a ->migratepage() aop for NFS by Trond Myklebust · 15 years ago
  23. ec6ee61 NFS: Replace nfs_set_port() with rpc_set_port() by Chuck Lever · 15 years ago
  24. 53a0b9c NFS: Replace nfs_parse_ip_address() with rpc_pton() by Chuck Lever · 15 years ago
  25. a02d692 SUNRPC: Provide functions for managing universal addresses by Chuck Lever · 15 years ago
  26. 0b52412 NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd client by Chuck Lever · 15 years ago
  27. 1f84603 Merge branch 'devel-for-2.6.31' into for-2.6.31 by Trond Myklebust · 15 years ago
  28. 8e02f6b NFS: Update MNT and MNT3 reply decoding functions by Chuck Lever · 15 years ago
  29. a14017d NFS: add XDR decoder for mountd version 3 auth-flavor lists by Chuck Lever · 15 years ago
  30. 008f55d nfs41: recover lease in _nfs4_lookup_root by Benny Halevy · 15 years ago
  31. eedc020 nfs41: use rpc prepare call state for session reset by Andy Adamson · 15 years ago
  32. 76db6d9 nfs41: add session setup to the state manager by Andy Adamson · 15 years ago
  33. def6ed7 nfs41 write sequence setup done support by Andy Adamson · 15 years ago
  34. f11c88a nfs41: read sequence setup/done support by Andy Adamson · 15 years ago
  35. 1361587 nfs41: nfs41_sequence_free_slot by Andy Adamson · 15 years ago
  36. cccef3b nfs41: introduce nfs4_call_sync by Andy Adamson · 15 years ago
  37. 557134a nfs41: sessions client infrastructure by Andy Adamson · 15 years ago
  38. 3fd5be9 nfs41: add mount command option minorversion by Mike Sager · 15 years ago
  39. b797cac NFS: Add mount options to enable local caching on NFS by David Howells · 15 years ago
  40. 0873404 NFS: Define and create superblock-level objects by David Howells · 15 years ago
  41. 7fe5c39 NFS: Optimise NFS close() by Trond Myklebust · 15 years ago
  42. 72cb77f NFS: Throttle page dirtying while we're flushing to disk by Trond Myklebust · 15 years ago
  43. 50a737f NFS: "[no]resvport" mount option changes mountd client too by Chuck Lever · 16 years ago
  44. c5d120f NFS: introduce nfs_mount_info struct for calling nfs_mount() by Chuck Lever · 16 years ago
  45. 146ec94 NFS: Move declaration of nfs_mount() to fs/nfs/internal.h by Chuck Lever · 16 years ago
  46. 456018d NFS: Cleanup nfs_set_port by J. Bruce Fields · 16 years ago
  47. ea31a443 nfs: Fix misparsing of nfsv4 fs_locations attribute by J. Bruce Fields · 16 years ago
  48. f0c92925 nfs: prepare to share nfs_set_port by J. Bruce Fields · 16 years ago
  49. 1daef0a NFS: Clean up nfs_sb_active/nfs_sb_deactive by Trond Myklebust · 16 years ago
  50. f41f741 NFS: Ensure we zap only the access and acl caches when setting new acls by Trond Myklebust · 16 years ago
  51. ecfc555a NFS: Always enable NFS direct I/O by Chuck Lever · 16 years ago
  52. f22d6d7 NFS: Save the value of the "port=" mount option by Chuck Lever · 16 years ago
  53. 78fa701 NFS: Fix up data types of fields in nfs_parsed_mount_options by Chuck Lever · 16 years ago
  54. 9446389e Merge commit 'origin' into devel by Trond Myklebust · 16 years ago
  55. f9c3a38 NFS: use new LSM interfaces to explicitly set mount options by Eric Paris · 16 years ago
  56. 5746006 NFS: Add an nfsiod workqueue by Trond Myklebust · 16 years ago
  57. 3fbd67a NFSv4: Iterate through all nfs_clients when the server recalls a delegation by Trond Myklebust · 16 years ago
  58. 4c56801 NFS: Support non-IPv4 addresses in nfs_parsed_mount_data by Chuck Lever · 17 years ago
  59. 6677d09 NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *" by Chuck Lever · 17 years ago
  60. ff05264 NFS: Change nfs_find_client() to take "struct sockaddr *" by Chuck Lever · 17 years ago
  61. e887cbc NFS: Remove support for the 'mountprog' option by Chuck Lever · 17 years ago
  62. ad879ce NFS: Remove support for the 'nfsprog' option by Chuck Lever · 17 years ago
  63. ef818a2 NFS: Stop sillyname renames and unmounts from racing by Steve Dickson · 17 years ago
  64. 91ea40b NFS: use in-kernel mount argument structure for nfsv4 mounts by \"Talpey, Thomas\ · 17 years ago
  65. 2283f8d NFS: use in-kernel mount argument structure for nfsv[23] mounts by \"Talpey, Thomas\ · 17 years ago
  66. 6b18eaa NFS: move nfs_parsed_mount_data structure definition by \"Talpey, Thomas\ · 17 years ago
  67. 9eaa67c NFS: Clean-up: use correct type when converting NFS blocks to local blocks by Chuck Lever · 17 years ago
  68. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 17 years ago
  69. c228fd3 NFSv4: Cleanups for fs_locations code. by Trond Myklebust · 18 years ago
  70. 49a70f2 NFS: Cleanup: add common helper nfs_page_length() by Trond Myklebust · 18 years ago
  71. 0dbb4c6 [PATCH] xdr annotations: NFS readdir entries by Al Viro · 18 years ago
  72. 6aaca56 NFS: Add server and volume lists to /proc by David Howells · 18 years ago
  73. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  74. 5006a76 NFS: Eliminate client_sys in favour of cl_rpcclient by David Howells · 18 years ago
  75. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  76. 7d4e274 NFS: Fix up split of fs/nfs/inode.c by David Howells · 18 years ago
  77. 979df72 NFS: Add an ACCESS cache memory shrinker by Trond Myklebust · 18 years ago
  78. 4ebd9ab [PATCH] nfs: non-procfs build fix by Dominik Hackl · 18 years ago
  79. 266bee8 [PATCH] fix static linking of NFS by David Brownell · 18 years ago
  80. d75d541 git-nfs-build-fixes by Andrew Morton · 18 years ago
  81. f7b422b NFS: Split fs/nfs/inode.c by David Howells · 18 years ago