1. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  2. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  3. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  4. 1c606fb NFS: Convert v3 into a module by Bryan Schumaker · 12 years ago
  5. c95908e NFS: fix pnfs regression with directio writes by Fred Isaman · 12 years ago
  6. 59948db NFS: fix pnfs regression with directio reads by Fred Isaman · 12 years ago
  7. 4035c24 NFS: Fix list manipulation snafus in fs/nfs/direct.c by Trond Myklebust · 12 years ago
  8. 5a695da NFS: Fix a refcounting issue in O_DIRECT by Trond Myklebust · 12 years ago
  9. 873b779 Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  10. 906369e NFS: fix directio refcount bug on commit by Fred Isaman · 12 years ago
  11. 9bce008 NFS: Fix a commit bug by Trond Myklebust · 12 years ago
  12. 1d59d61 NFS: Ensure that setattr and getattr wait for O_DIRECT write completion by Trond Myklebust · 12 years ago
  13. 2701d08 NFSv4.1 add nfs_inode book keeping for mdsthreshold by Andy Adamson · 12 years ago
  14. 0427708 NFS: Clean up - Simplify reference counting in fs/nfs/direct.c by Trond Myklebust · 12 years ago
  15. 1d1afcb NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release by Trond Myklebust · 12 years ago
  16. 7ad84aa NFS: Clean up - simplify nfs_lock_request() by Trond Myklebust · 12 years ago
  17. 1385b81 NFS: Fix sparse warnings by Trond Myklebust · 12 years ago
  18. bf5fc40 NFS: Fix O_DIRECT compile warnings by Trond Myklebust · 12 years ago
  19. 4bd8b01 NFS: Simplify the nfs_read_completion functions by Trond Myklebust · 12 years ago
  20. 292f3ee NFS: Use kmem_cache_zalloc() in nfs_direct_req_alloc by Trond Myklebust · 12 years ago
  21. 6d74743 NFS: Simplify O_DIRECT page referencing by Trond Myklebust · 12 years ago
  22. 3e9e0ca3 NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the request by Trond Myklebust · 12 years ago
  23. 71e8cc0 NFS: Ensure that we break out of read/write_schedule_segment on error by Trond Myklebust · 12 years ago
  24. 24fc921 NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabled by Bryan Schumaker · 12 years ago
  25. 1763da1 NFS: rewrite directio write to use async coalesce code by Fred Isaman · 12 years ago
  26. 584aa81 NFS: rewrite directio read to use async coalesce code by Fred Isaman · 12 years ago
  27. 6c75dc0 NFS: merge _full and _partial write rpc_ops by Fred Isaman · 12 years ago
  28. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 12 years ago
  29. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  30. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  31. 31f6852 NFS: dprintks in directio code were referencing task after put by Fred Isaman · 12 years ago
  32. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  33. a20c6bec NFS: grab open context in direct read by Fred Isaman · 12 years ago
  34. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  35. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  36. ea7c330 NFS: Remove nfs4_setup_sequence from generic read code by Bryan Schumaker · 12 years ago
  37. c6cb80d NFS: Remove nfs4_setup_sequence from generic write code by Bryan Schumaker · 12 years ago
  38. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  39. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  40. 7ec10f2 NFS: account direct-io into task io accounting by Konstantin Khlebnikov · 13 years ago
  41. 83762c5 NFS: remove pointless if statement in nfs_direct_write_result by Fred Isaman · 13 years ago
  42. 839f7ad NFS: Fix "kernel BUG at fs/aio.c:554!" by Chuck Lever · 14 years ago
  43. b47d19d Pure nfs client performance using odirect. by Arun Bharadwaj · 14 years ago
  44. 568a810d Fixed Regression in NFS Direct I/O path by Steve Dickson · 14 years ago
  45. f11ac8d NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. by Trond Myklebust · 14 years ago
  46. 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
  47. 65d2695 NFS: Too many GETATTR and ACCESS calls after direct I/O by Chuck Lever · 14 years ago
  48. a8b40bc nfs: Panic when commit fails by Terry Loftin · 15 years ago
  49. e1af88a nfs: Remove reference to generic_osync_inode from a comment by Jan Kara · 15 years ago
  50. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  51. 21d9a85 nfs41 commit sequence setup done support by Andy Adamson · 15 years ago
  52. def6ed7 nfs41 write sequence setup done support by Andy Adamson · 15 years ago
  53. f11c88a nfs41: read sequence setup/done support by Andy Adamson · 15 years ago
  54. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  55. dbae4c7 NFS: Ensure that rpc_run_task() errors are propagated back to the caller by Trond Myklebust · 16 years ago
  56. c9d8f89 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  57. fdd1e74 NFS: Ensure that the read code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  58. 101070c NFS: Ensure that the asynchronous RPC calls complete on nfsiod. by Trond Myklebust · 16 years ago
  59. 383ba71 NFS: Fix a deadlock with lazy umount by Trond Myklebust · 16 years ago
  60. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  61. f3c391e NFS: Optimise away the sigmask code in aio/dio reads and writes by Trond Myklebust · 17 years ago
  62. 0773769 NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task() by Trond Myklebust · 17 years ago
  63. bdc7f02 NFS: Clean up the (commit|read|write)_setup() callback routines by Trond Myklebust · 17 years ago
  64. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 17 years ago
  65. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 17 years ago
  66. a5576cf Revert "NFS: Ensure we return zero if applications attempt to write zero bytes" by Trond Myklebust · 17 years ago
  67. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  68. 02fe494 NFS: Clean up new multi-segment direct I/O changes by Chuck Lever · 17 years ago
  69. b9148c6 NFS: Ensure we return zero if applications attempt to write zero bytes by Chuck Lever · 17 years ago
  70. c216fd7 NFS: Support multiple segment iovecs in the NFS direct I/O path by Chuck Lever · 17 years ago
  71. 19f7378 NFS: Introduce iovec I/O helpers to fs/nfs/direct.c by Chuck Lever · 17 years ago
  72. 432409e NFS: Fix for bug in handling of errors for O_DIRECT writes by Neil Brown · 17 years ago
  73. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  74. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  75. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  76. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  77. d9df8d6 NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pages by Trond Myklebust · 17 years ago
  78. 070ea60 NFS: Clean ups in fs/nfs/direct.c by Chuck Lever · 17 years ago
  79. b4946ff NFS: Fix a refcount leakage in O_DIRECT by Trond Myklebust · 17 years ago
  80. d4a8f36 NFS: Fix nfs_direct_dirty_pages() by Trond Myklebust · 17 years ago
  81. 749e146 NFS: Fix handful of compiler warnings in direct.c by Chuck Lever · 17 years ago
  82. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  83. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 17 years ago
  84. 60fa3f7 NFS: Fix two bugs in the O_DIRECT write code by Trond Myklebust · 17 years ago
  85. a3f565b NFS: fix print format for tk_pid by Chuck Lever · 18 years ago
  86. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  87. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  88. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  89. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  90. a99b71c NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. by Frank Filz · 18 years ago
  91. cd9ae2b [PATCH] NFS: Deal with failure of invalidate_inode_pages2() by Trond Myklebust · 18 years ago
  92. eda3cef [PATCH] NFS: Fix error handling in nfs_direct_write_result() by Trond Myklebust · 18 years ago
  93. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  94. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  95. e9f7bee [PATCH] NFS: large non-page-aligned direct I/O clobbers memory by Trond Myklebust · 18 years ago
  96. 026477c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  97. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  98. 607f31e Revert "Merge branch 'odirect'" by Trond Myklebust · 18 years ago
  99. 266bee8 [PATCH] fix static linking of NFS by David Brownell · 18 years ago
  100. ccf01ef Merge branch 'odirect' by Trond Myklebust · 18 years ago