1. b4946ff NFS: Fix a refcount leakage in O_DIRECT by Trond Myklebust · 17 years ago
  2. d4a8f36 NFS: Fix nfs_direct_dirty_pages() by Trond Myklebust · 17 years ago
  3. 749e146 NFS: Fix handful of compiler warnings in direct.c by Chuck Lever · 17 years ago
  4. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  5. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 17 years ago
  6. 60fa3f7 NFS: Fix two bugs in the O_DIRECT write code by Trond Myklebust · 17 years ago
  7. a3f565b NFS: fix print format for tk_pid by Chuck Lever · 17 years ago
  8. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  9. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  10. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  11. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  12. a99b71c NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. by Frank Filz · 18 years ago
  13. cd9ae2b [PATCH] NFS: Deal with failure of invalidate_inode_pages2() by Trond Myklebust · 18 years ago
  14. eda3cef [PATCH] NFS: Fix error handling in nfs_direct_write_result() by Trond Myklebust · 18 years ago
  15. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  16. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  17. e9f7bee [PATCH] NFS: large non-page-aligned direct I/O clobbers memory by Trond Myklebust · 18 years ago
  18. 026477c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  19. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  20. 607f31e Revert "Merge branch 'odirect'" by Trond Myklebust · 18 years ago
  21. 266bee8 [PATCH] fix static linking of NFS by David Brownell · 18 years ago
  22. ccf01ef Merge branch 'odirect' by Trond Myklebust · 18 years ago
  23. 82b145c NFS: alloc nfs_read/write_data as direct I/O is scheduled by Chuck Lever · 18 years ago
  24. 06cf6f2 NFS: Eliminate nfs_get_user_pages() by Chuck Lever · 18 years ago
  25. 9c93ab7 NFS: refactor nfs_direct_free_user_pages by Chuck Lever · 18 years ago
  26. 51a7bc6 NFS: remove user_addr, user_count, and pos from nfs_direct_req by Chuck Lever · 18 years ago
  27. fedb595 NFS: "open code" the NFS direct write rescheduler by Chuck Lever · 18 years ago
  28. b1c5921 NFS: Separate functions for counting outstanding NFS direct I/Os by Chuck Lever · 18 years ago
  29. f7b422b NFS: Split fs/nfs/inode.c by David Howells · 18 years ago
  30. e99170f NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset by Trond Myklebust · 18 years ago
  31. 53846a2 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  32. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  33. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  34. d72b7a6 NFS: O_DIRECT needs to use a completion by Trond Myklebust · 18 years ago
  35. 6b45d85 NFS: Clean up nfs_get_user_pages by Trond Myklebust · 18 years ago
  36. 606bbba NFS: fix compiler warnings on 64-bit platforms by Chuck Lever · 18 years ago
  37. 5db3a7b NFS: Debugging code for nfs_direct_(read|write)_schedule() by Trond Myklebust · 18 years ago
  38. a8881f5 NFS: O_DIRECT async IO may lose context by Trond Myklebust · 18 years ago
  39. fad6149 nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writes by Trond Myklebust · 18 years ago
  40. a37ec01 NFS: fix data_update accounting in NFS direct I/O path by Chuck Lever · 18 years ago
  41. 15ce4a0 NFS: Replace atomic_t variables in nfs_direct_req with a single spin lock by Chuck Lever · 18 years ago
  42. 8846705 NFS: clean up comments and tab damage in direct.c by Chuck Lever · 18 years ago
  43. 9eafa8c NFS: support EIOCBQUEUED return in direct write path by Chuck Lever · 18 years ago
  44. c89f2ee NFS: make iocb available everywhere in direct write path by Chuck Lever · 18 years ago
  45. 47989d7 NFS: remove support for multi-segment iovs in the direct write path by Chuck Lever · 18 years ago
  46. 462d5b3 NFS: make direct write path generate write requests concurrently by Chuck Lever · 18 years ago
  47. 63ab46a NFS: create common routine for handling direct I/O completion by Chuck Lever · 18 years ago
  48. 93619e5 NFS: create common routine for allocating nfs_direct_req by Chuck Lever · 18 years ago
  49. bc0fb20 NFS: create common routine for waiting for direct I/O to complete by Chuck Lever · 18 years ago
  50. 487b837 NFS: support EIOCBQUEUED return in direct read path by Chuck Lever · 18 years ago
  51. 99514f8 NFS: make iocb available everywhere in direct read path by Chuck Lever · 18 years ago
  52. 0cdd80d NFS: remove support for multi-segment iovs in the direct read path by Chuck Lever · 18 years ago
  53. 5dd602f NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read path by Chuck Lever · 18 years ago
  54. d4cc948 NFS: update comments and function definitions in fs/nfs/direct.c by Chuck Lever · 18 years ago
  55. b8a32e2 NFS: clean up NFS client's a_ops->direct_IO method by Chuck Lever · 18 years ago
  56. ec06c09 NFS: Cleanup of NFS read code by Trond Myklebust · 18 years ago
  57. 91d5b47 NFS: add I/O performance counters by Chuck Lever · 18 years ago
  58. 143f412 [PATCH] NFS: Fix a potential panic in O_DIRECT by Trond Myklebust · 18 years ago
  59. 1935245 NFSv3: fix sync_retry in direct i/o NFS by Dirk Mueller · 18 years ago
  60. 566dd60 NFS: Make directIO aware of compound pages... by Trond Myklebust · 19 years ago
  61. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 19 years ago
  62. ce1a8e6 NFS: use generic_write_checks() to sanity check direct writes by Chuck Lever · 19 years ago
  63. 44c2887 NFSv4: stateful NFSv4 RPC call interface by Trond Myklebust · 19 years ago
  64. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  65. 29884df NFS: Fix another O_DIRECT race by Trond Myklebust · 19 years ago
  66. 0bbacc4 NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  67. 45778ca [PATCH] Remove f_error field from struct file by Christoph Lameter · 19 years ago
  68. 951a143 [PATCH] NFS: Fix the file size revalidation by Trond Myklebust · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago