1. 9533da2 NFS: remove unused wb_complete field from struct nfs_page by Fred Isaman · 12 years ago
  2. 061ae2e NFS: create completion structure to pass into page_init functions by Fred Isaman · 12 years ago
  3. 6c75dc0 NFS: merge _full and _partial write rpc_ops by Fred Isaman · 12 years ago
  4. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  5. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  6. c5996c4 NFS: reverse arg order in nfs_initiate_[read|write] by Fred Isaman · 12 years ago
  7. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  8. 8ccd271 NFS: put open context on error in nfs_flush_multi by Fred Isaman · 12 years ago
  9. ca138f3 NFS: check for req==NULL in nfs_try_to_update_request cleanup by Fred Isaman · 12 years ago
  10. c6cb80d NFS: Remove nfs4_setup_sequence from generic write code by Bryan Schumaker · 12 years ago
  11. 3b3be88 NFS: Use cond_resched_lock() to reduce latencies in the commit scans by Trond Myklebust · 12 years ago
  12. c4f1b62 NFS: ncommit count is being double decremented by Fred Isaman · 12 years ago
  13. 8dd3775 NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code by Trond Myklebust · 12 years ago
  14. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 12 years ago
  15. 9994b62 NFS: remove NFS_PAGE_TAG_LOCKED by Fred Isaman · 12 years ago
  16. 9d12b21 NFSv41: Add a new helper nfs4_init_sequence() by Trond Myklebust · 13 years ago
  17. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 13 years ago
  18. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 13 years ago
  19. e2fecb2 NFS: Remove pNFS bloat from the generic write path by Trond Myklebust · 13 years ago
  20. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  21. 2b72c9c nfs: Remove unused variable from write.c by Rakib Mullick · 13 years ago
  22. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  23. fbb5a9a NFS: Get rid of unnecessary calls to ClearPageError() in read code by Trond Myklebust · 13 years ago
  24. d00c5d4 NFS: Get rid of nfs_restart_rpc() by Trond Myklebust · 13 years ago
  25. a9a4a87 NFS: Use the inode->i_version to cache NFSv4 change attribute information by Trond Myklebust · 13 years ago
  26. 8ce160c pnfs: recoalesce when ld write pagelist fails by Peng Tao · 13 years ago
  27. 2da9565 nfs: don't try to migrate pages with active requests by Jeff Layton · 13 years ago
  28. 3236c3e nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pages by Jeff Layton · 13 years ago
  29. 59b7c05 Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when syncing" by Trond Myklebust · 13 years ago
  30. f13c362 NFS: Fix a typo in nfs_flush_multi by Trond Myklebust · 13 years ago
  31. 28890d3 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  32. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  33. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  34. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  35. 1f94535 NFS: Clean up - simplify the switch to read/write-through-MDS by Trond Myklebust · 13 years ago
  36. dce8129 NFS: Move the pnfs write code into pnfs.c by Trond Myklebust · 13 years ago
  37. d097971 NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request by Trond Myklebust · 13 years ago
  38. 50828d7 NFS: Cache rpc_ops in struct nfs_pageio_descriptor by Trond Myklebust · 13 years ago
  39. 275acaa NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one by Trond Myklebust · 13 years ago
  40. 3b60918 NFS: fix return value of nfs_pagein_one/nfs_flush_one by Peng Tao · 13 years ago
  41. 6e4efd5 NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup by Trond Myklebust · 13 years ago
  42. 87ed5eb NFS: Don't use DATA_SYNC writes by Trond Myklebust · 13 years ago
  43. 7c24d94 NFSv4.1: File layout only supports whole file layouts by Andy Adamson · 13 years ago
  44. e885de1 NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segment by Trond Myklebust · 13 years ago
  45. d8007d4 NFSv4.1: Add an initialisation callback for pNFS by Trond Myklebust · 13 years ago
  46. 1751c36 NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix by Trond Myklebust · 13 years ago
  47. 2bea038 pnfs: write: Set mds_offset in the generic layer - it is needed by all LDs by Boaz Harrosh · 13 years ago
  48. 846d5a0 writeback: remove .nonblocking and .encountered_congestion by Wu Fengguang · 13 years ago
  49. dfed206 NFSv4.1: unify pnfs_pageio_init functions by Benny Halevy · 13 years ago
  50. fb3296e pnfs: Use byte-range for layoutget by Benny Halevy · 13 years ago
  51. a75b9df NFSv4.1: Ensure that layoutget uses the correct gfp modes by Trond Myklebust · 13 years ago
  52. c0d0e96 NFS: Get rid of pointless test in nfs_commit_done by Trond Myklebust · 13 years ago
  53. 4b38a6d NFS: Eliminate duplicate call to nfs_mark_request_dirty by Trond Myklebust · 13 years ago
  54. 0d88f6e nfs: don't call __mark_inode_dirty while holding i_lock by Dave Chinner · 13 years ago
  55. 4d65c52 NFS: Fix a hang in the writeback path by Trond Myklebust · 13 years ago
  56. ef31153 NFSv4.1 convert layoutcommit sync to boolean by Andy Adamson · 13 years ago
  57. 863a3c6 NFSv4.1: layoutcommit by Andy Adamson · 13 years ago
  58. e0c2b38 NFSv4.1: filelayout driver specific code for COMMIT by Fred Isaman · 13 years ago
  59. 988b6dc NFSv4.1: remove GETATTR from ds commits by Fred Isaman · 13 years ago
  60. a861a1e NFSv4.1: add generic layer hooks for pnfs COMMIT by Fred Isaman · 13 years ago
  61. 5917ce8 NFSv4.1: pull out code from nfs_commit_release by Fred Isaman · 13 years ago
  62. 64bfeb4 NFSv4.1: pull error handling out of nfs_commit_list by Fred Isaman · 13 years ago
  63. 9ace33c NFSv4.1: rearrange nfs_commit_rpcsetup by Fred Isaman · 13 years ago
  64. 465d524 NFSv4.1: don't send COMMIT to ds for data sync writes by Fred Isaman · 13 years ago
  65. b8413f9 NFS: Fix a hang/infinite loop in nfs_wb_page() by Trond Myklebust · 13 years ago
  66. b31268a FS: Use stable writes when not doing a bulk flush by Trond Myklebust · 13 years ago
  67. 36fe432 NFSv4.1: Clear lseg pointer in ->doio function by Fred Isaman · 13 years ago
  68. c76069b NFSv4.1: rearrange ->doio args by Fred Isaman · 13 years ago
  69. a69aef1 NFSv4.1: pnfs filelayout driver write by Fred Isaman · 13 years ago
  70. 0382b74 NFSv4.1: implement generic pnfs layer write switch by Andy Adamson · 13 years ago
  71. 44b8379 NFSv4.1: trigger LAYOUTGET for writes by Fred Isaman · 13 years ago
  72. 5053aa5 NFSv4.1: Send lseg down into nfs_write_rpcsetup by Fred Isaman · 13 years ago
  73. d138d5d NFSv4.1: rearrange nfs_write_rpcsetup by Andy Adamson · 13 years ago
  74. bae724e NFSv4.1: shift pnfs_update_layout locations by Fred Isaman · 13 years ago
  75. 94ad1c8 NFSv4.1: coelesce across layout stripes by Fred Isaman · 13 years ago
  76. 1360289 NFS: change nfs_writeback_done to return void by Fred Isaman · 13 years ago
  77. d2224e7 nfs: close NFSv4 COMMIT vs. CLOSE race by Jeff Layton · 13 years ago
  78. 0da2a4ac NFS: fix handling of malloc failure during nfs_flush_multi() by Fred Isaman · 14 years ago
  79. 2df485a nfs: remove extraneous and problematic calls to nfs_clear_request by Trond Myklebust · 14 years ago
  80. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  81. a00dd6c NFS: don't use FLUSH_SYNC on WB_SYNC_NONE COMMIT calls (try #2) by Jeff Layton · 14 years ago
  82. dfb4f309 NFSv4.1: keep seq_res.sr_slot as pointer rather than an index by Benny Halevy · 14 years ago
  83. 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
  84. 77a63f3 NFS: Fix a typo in include/linux/nfs_fs.h by Trond Myklebust · 14 years ago
  85. cfb506e NFS: Ensure that writepage respects the nonblock flag by Trond Myklebust · 14 years ago
  86. b608b28 NFS: kswapd must not block in nfs_release_page by Trond Myklebust · 14 years ago
  87. f11ac8d NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. by Trond Myklebust · 14 years ago
  88. 035168a NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument by Trond Myklebust · 14 years ago
  89. 0522f6a NFS: Fix another nfs_wb_page() deadlock by Trond Myklebust · 14 years ago
  90. c5efa5f NFS: Ensure that we mark the inode as dirty if we exit early from commit by Trond Myklebust · 14 years ago
  91. ba8b06e NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear by Trond Myklebust · 14 years ago
  92. 71d0a61 NFS: Fix an unstable write data integrity race by Trond Myklebust · 14 years ago
  93. 2c61be0 NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible by Trond Myklebust · 14 years ago
  94. a6305dd NFS: Fix a race with the new commit code by Trond Myklebust · 14 years ago
  95. b80c3cb NFS: Ensure that writeback_single_inode() calls write_inode() when syncing by Trond Myklebust · 14 years ago
  96. 7f2f12d NFS: Simplify nfs_wb_page() by Trond Myklebust · 14 years ago
  97. acdc53b NFS: Replace __nfs_write_mapping with sync_inode() by Trond Myklebust · 14 years ago
  98. c988950 NFS: Simplify nfs_wb_page_cancel() by Trond Myklebust · 14 years ago
  99. 2928db1 NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages by Trond Myklebust · 14 years ago
  100. 5bad5ab NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set by Trond Myklebust · 14 years ago