1. 830b8e3 NFSv4: Define an fs_locations bitmap by Manoj Naik · 18 years ago
  2. 361e624 NFSv4: GETATTR attributes on referral by Manoj Naik · 18 years ago
  3. 7aaa0b3 NFSv4: convert fs-locations-components to conform to RFC3530 by Manoj Naik · 18 years ago
  4. 683b57b NFSv4: Implement the fs_locations function call by Trond Myklebust · 18 years ago
  5. 55a9759 NFS: Ensure the client submounts, when it crosses a server mountpoint. by Trond Myklebust · 18 years ago
  6. 38478b2 NFS: More page cache revalidation fixups by Trond Myklebust · 18 years ago
  7. 73a3d07 NFS: Clean up inode metadata updates by Trond Myklebust · 18 years ago
  8. 95cf959 VFS: Fix another open intent Oops by Trond Myklebust · 18 years ago
  9. 096455a NFSv4: Dont list system.nfs4_acl for filesystems that don't support it. by J. Bruce Fields · 18 years ago
  10. 7a1218a SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release() by Trond Myklebust · 18 years ago
  11. 03f28e3 NFS: Make nfs_fhget() return appropriate error values by Trond Myklebust · 18 years ago
  12. 51581f3 NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCE by Trond Myklebust · 18 years ago
  13. 3e4f629 NFSv4: Send the delegation stateid for SETATTR calls by Trond Myklebust · 18 years ago
  14. ec06c09 NFS: Cleanup of NFS read code by Trond Myklebust · 18 years ago
  15. 788e7a8 NFS: Cleanup of NFS write code in preparation for asynchronous o_direct by Trond Myklebust · 18 years ago
  16. 006ea73 NFS: add hooks to account for NFSERR_JUKEBOX errors by Chuck Lever · 18 years ago
  17. a162a6b NFSv4: Kill braindead gcc warnings by Trond Myklebust · 18 years ago
  18. c8d149f NFS: "const static" vs "static const" in nfs4 by Jesper Juhl · 18 years ago
  19. c12e87f [PATCH] NFSv4: fix mount segfault on errors returned that are < -1000 by Trond Myklebust · 18 years ago
  20. fa178f2 NFSv4: Ensure DELEGRETURN returns attributes by Trond Myklebust · 19 years ago
  21. 286d7d6 NFSv4: Remove requirement for machine creds for the "setclientid" operation by Trond Myklebust · 19 years ago
  22. b4454fe NFSv4: Remove requirement for machine creds for the "renew" operation by Trond Myklebust · 19 years ago
  23. 58d9714 NFSv4: Send RENEW requests to the server only when we're holding state by Trond Myklebust · 19 years ago
  24. 433fbe4 NFSv4: State recovery cleanup by Trond Myklebust · 19 years ago
  25. 26e976a NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 lease by Trond Myklebust · 19 years ago
  26. fe65040 NFSv4: Make DELEGRETURN an interruptible operation. by Trond Myklebust · 19 years ago
  27. a5d16a4 NFSv4: Convert LOCK rpc call into an asynchronous RPC call by Trond Myklebust · 19 years ago
  28. 911d1aa NFSv4: locking XDR cleanup by Trond Myklebust · 19 years ago
  29. 864472e NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctly by Trond Myklebust · 19 years ago
  30. e761692 NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately by Trond Myklebust · 19 years ago
  31. cdd4e68 NFSv4: Make open_confirm() asynchronous too by Trond Myklebust · 19 years ago
  32. 24ac23a NFSv4: Convert open() into an asynchronous RPC call by Trond Myklebust · 19 years ago
  33. e56e0b78 NFSv4: Allocate OPEN call RPC arguments using kmalloc() by Trond Myklebust · 19 years ago
  34. 06f814a NFSv4: Make locku use the new RPC "wait on completion" interface. by Trond Myklebust · 19 years ago
  35. 4ce70ad SUNRPC: Further cleanups by Trond Myklebust · 19 years ago
  36. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  37. 3b6efee NFSv4: Fix an Oops in the synchronous write path by Trond Myklebust · 19 years ago
  38. ff60406 NFSv4: Fix typo in lock caching by Trond Myklebust · 19 years ago
  39. 6bfc93e NFSv4: Teach NFSv4 to cache locks when we hold a delegation by Trond Myklebust · 19 years ago
  40. 888e694 NFSv4: Recover locks too when returning a delegation by Trond Myklebust · 19 years ago
  41. 2c56617 NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEID by Trond Myklebust · 19 years ago
  42. d530838 NFSv4: Fix problem with OPEN_DOWNGRADE by Trond Myklebust · 19 years ago
  43. 4cecb76 NFSv4: Fix a race between open() and close() by Trond Myklebust · 19 years ago
  44. 4f9838c NFSv4: Add post-op attributes to NFSv4 write and commit callbacks. by Trond Myklebust · 19 years ago
  45. 16e4295 NFSv4: Add post-op attributes to nfs4_proc_remove() by Trond Myklebust · 19 years ago
  46. 6caf2c8 NFSv4: Add post-op attributes to nfs4_proc_rename() by Trond Myklebust · 19 years ago
  47. 91ba2ee NFSv4: Add post-op attributes to nfs4_proc_link() by Trond Myklebust · 19 years ago
  48. 516a6af NFS: Add optional post-op getattr instruction to the NFSv4 file close. by Trond Myklebust · 19 years ago
  49. 56ae19f NFSv4: Add directory post-op attributes to the CREATE operations. by Trond Myklebust · 19 years ago
  50. decf491 NFS: Don't let nfs_end_data_update() clobber attribute update information by Trond Myklebust · 19 years ago
  51. 0e574af NFS: Cleanup initialisation of struct nfs_fattr by Trond Myklebust · 19 years ago
  52. ec07342 NFSv4: Fix up locking for nfs4_state_owner by Trond Myklebust · 19 years ago
  53. 1d95db8 NFSv4: Fix acl buffer size by J. Bruce Fields · 19 years ago
  54. 550f574 NFSv4: Ensure that we recover from the OPEN + OPEN_CONFIRM BAD_STATEID race by Trond Myklebust · 19 years ago
  55. b8e5c4c NFSv4: If a delegated open fails, ensure that we return the delegation by Trond Myklebust · 19 years ago
  56. 642ac54 NFSv4: Return delegations in case we're changing ACLs by Trond Myklebust · 19 years ago
  57. 6f926b5 [NFS]: Check that the server returns a valid regular file to our OPEN request by Trond Myklebust · 19 years ago
  58. 02a913a NFSv4: Eliminate nfsv4 open race... by Trond Myklebust · 19 years ago
  59. 06735b3 NFSv4: Fix up handling of open_to_lock sequence ids by Trond Myklebust · 19 years ago
  60. faf5f49 NFSv4: Make NFS clean up byte range locks asynchronously by Trond Myklebust · 19 years ago
  61. 0a8838f NFSv4: Add missing handling of OPEN_CONFIRM requests on CLAIM_DELEGATE_CUR. by Trond Myklebust · 19 years ago
  62. 83c9d41 NFSv4: Remove nfs4_client->cl_sem from close() path by Trond Myklebust · 19 years ago
  63. e6dfa55 NFSv4: Remove obsolete state_owner and lock_owner semaphores by Trond Myklebust · 19 years ago
  64. 9512135 NFSv4: Fix a potential CLOSE race by Trond Myklebust · 19 years ago
  65. cee54fc NFSv4: Add functions to order RPC calls by Trond Myklebust · 19 years ago
  66. 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  67. 65e4308 [PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL creates by Trond Myklebust · 19 years ago
  68. eadf459 [PATCH] NFS: Add debugging code to NFSv4 readdir by Trond Myklebust · 19 years ago
  69. 8d0a8a9 [PATCH] NFSv4: Clean up nfs4 lock state accounting by Trond Myklebust · 19 years ago
  70. 08e9eac [PATCH] NFSv4: Fix up races in nfs4_proc_setattr() by Trond Myklebust · 19 years ago
  71. 202b50d [PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim code by Trond Myklebust · 19 years ago
  72. 3e9d415 [PATCH] NFSv4: empty array fix by Andrew Morton · 19 years ago
  73. b7ef195 [PATCH] NFSv4: fs/nfs/nfs4proc.c: small simplification by Adrian Bunk · 19 years ago
  74. e50a1c2 [PATCH] NFSv4: client-side caching NFSv4 ACLs by J. Bruce Fields · 19 years ago
  75. 4b580ee [PATCH] NFSv4: ACL support for the NFSv4 client: write by J. Bruce Fields · 19 years ago
  76. aa1870a [PATCH] NFSv4: ACL support for the NFSv4 client: read by J. Bruce Fields · 19 years ago
  77. 6b3b549 [PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4 by J. Bruce Fields · 19 years ago
  78. 92cfc62 [PATCH] NFS: Allow NFS versions to support different sets of inode operations. by J. Bruce Fields · 19 years ago
  79. 4ce7971 [PATCH] NFS: Header file cleanup... by Trond Myklebust · 19 years ago
  80. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago