1. 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
  2. 65d2695 NFS: Too many GETATTR and ACCESS calls after direct I/O by Chuck Lever · 14 years ago
  3. a8b40bc nfs: Panic when commit fails by Terry Loftin · 15 years ago
  4. e1af88a nfs: Remove reference to generic_osync_inode from a comment by Jan Kara · 15 years ago
  5. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  6. 21d9a85 nfs41 commit sequence setup done support by Andy Adamson · 15 years ago
  7. def6ed7 nfs41 write sequence setup done support by Andy Adamson · 15 years ago
  8. f11c88a nfs41: read sequence setup/done support by Andy Adamson · 15 years ago
  9. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  10. dbae4c7 NFS: Ensure that rpc_run_task() errors are propagated back to the caller by Trond Myklebust · 16 years ago
  11. c9d8f89 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  12. fdd1e74 NFS: Ensure that the read code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  13. 101070c NFS: Ensure that the asynchronous RPC calls complete on nfsiod. by Trond Myklebust · 16 years ago
  14. 383ba71 NFS: Fix a deadlock with lazy umount by Trond Myklebust · 16 years ago
  15. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  16. f3c391e NFS: Optimise away the sigmask code in aio/dio reads and writes by Trond Myklebust · 16 years ago
  17. 0773769 NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task() by Trond Myklebust · 17 years ago
  18. bdc7f02 NFS: Clean up the (commit|read|write)_setup() callback routines by Trond Myklebust · 17 years ago
  19. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 17 years ago
  20. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 17 years ago
  21. a5576cf Revert "NFS: Ensure we return zero if applications attempt to write zero bytes" by Trond Myklebust · 16 years ago
  22. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 16 years ago
  23. 02fe494 NFS: Clean up new multi-segment direct I/O changes by Chuck Lever · 17 years ago
  24. b9148c6 NFS: Ensure we return zero if applications attempt to write zero bytes by Chuck Lever · 17 years ago
  25. c216fd7 NFS: Support multiple segment iovecs in the NFS direct I/O path by Chuck Lever · 17 years ago
  26. 19f7378 NFS: Introduce iovec I/O helpers to fs/nfs/direct.c by Chuck Lever · 17 years ago
  27. 432409e NFS: Fix for bug in handling of errors for O_DIRECT writes by Neil Brown · 17 years ago
  28. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  29. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  30. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  31. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  32. d9df8d6 NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pages by Trond Myklebust · 17 years ago
  33. 070ea60 NFS: Clean ups in fs/nfs/direct.c by Chuck Lever · 17 years ago
  34. b4946ff NFS: Fix a refcount leakage in O_DIRECT by Trond Myklebust · 17 years ago
  35. d4a8f36 NFS: Fix nfs_direct_dirty_pages() by Trond Myklebust · 17 years ago
  36. 749e146 NFS: Fix handful of compiler warnings in direct.c by Chuck Lever · 17 years ago
  37. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  38. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 17 years ago
  39. 60fa3f7 NFS: Fix two bugs in the O_DIRECT write code by Trond Myklebust · 17 years ago
  40. a3f565b NFS: fix print format for tk_pid by Chuck Lever · 17 years ago
  41. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 17 years ago
  42. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 17 years ago
  43. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  44. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 17 years ago
  45. a99b71c NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. by Frank Filz · 18 years ago
  46. cd9ae2b [PATCH] NFS: Deal with failure of invalidate_inode_pages2() by Trond Myklebust · 18 years ago
  47. eda3cef [PATCH] NFS: Fix error handling in nfs_direct_write_result() by Trond Myklebust · 18 years ago
  48. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  49. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  50. e9f7bee [PATCH] NFS: large non-page-aligned direct I/O clobbers memory by Trond Myklebust · 18 years ago
  51. 026477c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  53. 607f31e Revert "Merge branch 'odirect'" by Trond Myklebust · 18 years ago
  54. 266bee8 [PATCH] fix static linking of NFS by David Brownell · 18 years ago
  55. ccf01ef Merge branch 'odirect' by Trond Myklebust · 18 years ago
  56. 82b145c NFS: alloc nfs_read/write_data as direct I/O is scheduled by Chuck Lever · 18 years ago
  57. 06cf6f2 NFS: Eliminate nfs_get_user_pages() by Chuck Lever · 18 years ago
  58. 9c93ab7 NFS: refactor nfs_direct_free_user_pages by Chuck Lever · 18 years ago
  59. 51a7bc6 NFS: remove user_addr, user_count, and pos from nfs_direct_req by Chuck Lever · 18 years ago
  60. fedb595 NFS: "open code" the NFS direct write rescheduler by Chuck Lever · 18 years ago
  61. b1c5921 NFS: Separate functions for counting outstanding NFS direct I/Os by Chuck Lever · 18 years ago
  62. f7b422b NFS: Split fs/nfs/inode.c by David Howells · 18 years ago
  63. e99170f NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset by Trond Myklebust · 18 years ago
  64. 53846a2 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  65. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  66. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  67. d72b7a6 NFS: O_DIRECT needs to use a completion by Trond Myklebust · 18 years ago
  68. 6b45d85 NFS: Clean up nfs_get_user_pages by Trond Myklebust · 18 years ago
  69. 606bbba NFS: fix compiler warnings on 64-bit platforms by Chuck Lever · 18 years ago
  70. 5db3a7b NFS: Debugging code for nfs_direct_(read|write)_schedule() by Trond Myklebust · 18 years ago
  71. a8881f5 NFS: O_DIRECT async IO may lose context by Trond Myklebust · 18 years ago
  72. fad6149 nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writes by Trond Myklebust · 18 years ago
  73. a37ec01 NFS: fix data_update accounting in NFS direct I/O path by Chuck Lever · 18 years ago
  74. 15ce4a0 NFS: Replace atomic_t variables in nfs_direct_req with a single spin lock by Chuck Lever · 18 years ago
  75. 8846705 NFS: clean up comments and tab damage in direct.c by Chuck Lever · 18 years ago
  76. 9eafa8c NFS: support EIOCBQUEUED return in direct write path by Chuck Lever · 18 years ago
  77. c89f2ee NFS: make iocb available everywhere in direct write path by Chuck Lever · 18 years ago
  78. 47989d7 NFS: remove support for multi-segment iovs in the direct write path by Chuck Lever · 18 years ago
  79. 462d5b3 NFS: make direct write path generate write requests concurrently by Chuck Lever · 18 years ago
  80. 63ab46a NFS: create common routine for handling direct I/O completion by Chuck Lever · 18 years ago
  81. 93619e5 NFS: create common routine for allocating nfs_direct_req by Chuck Lever · 18 years ago
  82. bc0fb20 NFS: create common routine for waiting for direct I/O to complete by Chuck Lever · 18 years ago
  83. 487b837 NFS: support EIOCBQUEUED return in direct read path by Chuck Lever · 18 years ago
  84. 99514f8 NFS: make iocb available everywhere in direct read path by Chuck Lever · 18 years ago
  85. 0cdd80d NFS: remove support for multi-segment iovs in the direct read path by Chuck Lever · 18 years ago
  86. 5dd602f NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read path by Chuck Lever · 18 years ago
  87. d4cc948 NFS: update comments and function definitions in fs/nfs/direct.c by Chuck Lever · 18 years ago
  88. b8a32e2 NFS: clean up NFS client's a_ops->direct_IO method by Chuck Lever · 18 years ago
  89. ec06c09 NFS: Cleanup of NFS read code by Trond Myklebust · 18 years ago
  90. 91d5b47 NFS: add I/O performance counters by Chuck Lever · 18 years ago
  91. 143f412 [PATCH] NFS: Fix a potential panic in O_DIRECT by Trond Myklebust · 18 years ago
  92. 1935245 NFSv3: fix sync_retry in direct i/o NFS by Dirk Mueller · 18 years ago
  93. 566dd60 NFS: Make directIO aware of compound pages... by Trond Myklebust · 18 years ago
  94. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 18 years ago
  95. ce1a8e6 NFS: use generic_write_checks() to sanity check direct writes by Chuck Lever · 18 years ago
  96. 44c2887 NFSv4: stateful NFSv4 RPC call interface by Trond Myklebust · 18 years ago
  97. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 18 years ago
  98. 29884df NFS: Fix another O_DIRECT race by Trond Myklebust · 18 years ago
  99. 0bbacc4 NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  100. 45778ca [PATCH] Remove f_error field from struct file by Christoph Lameter · 19 years ago