1. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  2. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 10 years ago
  3. 00bfa30 NFS: Create a common pgio_alloc and pgio_release function by Anna Schumaker · 10 years ago
  4. f79d06f NFS: Move the write verifier into the nfs_pgio_header by Anna Schumaker · 10 years ago
  5. c0752cd NFS: Create a common read and write header struct by Anna Schumaker · 10 years ago
  6. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  7. 9137bdf NFS: Create a common results structure for reads and writes by Anna Schumaker · 10 years ago
  8. 3c6b899 NFS: Create a common argument structure for reads and writes by Anna Schumaker · 10 years ago
  9. a20c93e nfs: remove ->write_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  10. 1f2edbe NFS: Don't ignore suid/sgid bit changes after a successful write by Trond Myklebust · 10 years ago
  11. 4db72b4 nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATING by Jeff Layton · 10 years ago
  12. d529ef8 NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping by Jeff Layton · 10 years ago
  13. 263b450 nfs: always make sure page is up-to-date before extending a write to cover the entire page by Scott Mayhew · 11 years ago
  14. 1e8968c NFS: dprintk() should not print negative fileids and inode numbers by Niels de Vos · 11 years ago
  15. 6de1472 nfs: use %p[dD] instead of open-coded (and often racy) equivalents by Al Viro · 11 years ago
  16. 0f1d260 NFS: Don't check lock owner compatibility in writes unless file is locked by Trond Myklebust · 11 years ago
  17. 8c21c62 nfs4.1: Add SP4_MACH_CRED write and commit support by Weston Andros Adamson · 11 years ago
  18. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  19. dc24826 NFS avoid expired credential keys for buffered writes by Andy Adamson · 11 years ago
  20. f4ce129 NFS: Add event tracing for generic NFS events by Trond Myklebust · 11 years ago
  21. c755966 NFS: Allow nfs_updatepage to extend a write under additional circumstances by Scott Mayhew · 11 years ago
  22. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  23. 6db6dd7 NFS: Ensure that we free the rpc_task after read and write cleanups are done by Trond Myklebust · 12 years ago
  24. 8c209ce NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page by David Howells · 12 years ago
  25. ada8e20 NFS: Don't use SetPageError in the NFS writeback code by Trond Myklebust · 12 years ago
  26. 7ce0171 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  27. 81d9bce nfs: don't extend writes to cover entire page if pagecache is invalid by Jeff Layton · 12 years ago
  28. 4c10021 nfs: Fix wrong slab cache in nfs_commit_mempool by Yanchuan Nian · 12 years ago
  29. deed85e NFS: Remove BUG_ON() calls from the generic writeback code by Trond Myklebust · 12 years ago
  30. 05990d1 NFS: Fix fdatasync/fsync() when confronted with a server reboot by Trond Myklebust · 12 years ago
  31. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  32. 3dd4765 nfs: tear down caches in nfs_init_writepagecache when allocation fails by Jeff Layton · 12 years ago
  33. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  34. 192e501 nfs: prevent page allocator recursions with swap over NFS. by Mel Gorman · 12 years ago
  35. 29418aa nfs: disable data cache revalidation for swapfiles by Mel Gorman · 12 years ago
  36. d56b4dd nfs: teach the NFS client how to treat PG_swapcache pages by Mel Gorman · 12 years ago
  37. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  38. 1c606fb NFS: Convert v3 into a module by Bryan Schumaker · 12 years ago
  39. ddda8e0 NFS: Convert v2 into a module by Bryan Schumaker · 12 years ago
  40. 19d87ca NFS: Split out remaining NFS v4 inode functions by Bryan Schumaker · 12 years ago
  41. a8d8f02 NFS: Create custom NFS v4 write_inode() function by Bryan Schumaker · 12 years ago
  42. 57208fa NFS: Create an write_pageio_init() function by Bryan Schumaker · 12 years ago
  43. 011e2a7 NFS: Create a have_delegation rpc_op by Bryan Schumaker · 12 years ago
  44. 2f2c63b NFS: Cleanup - only store the write verifier in struct nfs_page by Trond Myklebust · 12 years ago
  45. 9bce008 NFS: Fix a commit bug by Trond Myklebust · 12 years ago
  46. 9f0ec176 NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls by Andy Adamson · 12 years ago
  47. 1d1afcb NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release by Trond Myklebust · 12 years ago
  48. 7ad84aa NFS: Clean up - simplify nfs_lock_request() by Trond Myklebust · 12 years ago
  49. d1182b3 NFS: nfs_set_page_writeback no longer needs to reference the page by Trond Myklebust · 12 years ago
  50. 3aff4eb NFS: Prevent a deadlock in the new writeback code by Trond Myklebust · 12 years ago
  51. 8d197a5 NFS: Always trust the PageUptodate flag when we have a delegation by Trond Myklebust · 12 years ago
  52. 25b11dc NFS: Clean up nfs read and write error paths by Trond Myklebust · 12 years ago
  53. 68cd6fa NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode() by Bryan Schumaker · 12 years ago
  54. 9b5415b NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c by Trond Myklebust · 12 years ago
  55. 1763da1 NFS: rewrite directio write to use async coalesce code by Fred Isaman · 12 years ago
  56. 56f9cd6 NFS: avoid some stat gathering for direct io by Fred Isaman · 12 years ago
  57. b359f9d NFS: add dreq to nfs_commit_info by Fred Isaman · 12 years ago
  58. f453a54 NFS: create nfs_commit_completion_ops by Fred Isaman · 12 years ago
  59. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 12 years ago
  60. 84c53ab NFS: create nfs_generic_commit_list by Fred Isaman · 12 years ago
  61. 9533da2 NFS: remove unused wb_complete field from struct nfs_page by Fred Isaman · 12 years ago
  62. 061ae2e NFS: create completion structure to pass into page_init functions by Fred Isaman · 12 years ago
  63. 6c75dc0 NFS: merge _full and _partial write rpc_ops by Fred Isaman · 12 years ago
  64. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  65. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  66. c5996c4 NFS: reverse arg order in nfs_initiate_[read|write] by Fred Isaman · 12 years ago
  67. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  68. 8ccd271 NFS: put open context on error in nfs_flush_multi by Fred Isaman · 12 years ago
  69. ca138f3 NFS: check for req==NULL in nfs_try_to_update_request cleanup by Fred Isaman · 12 years ago
  70. c6cb80d NFS: Remove nfs4_setup_sequence from generic write code by Bryan Schumaker · 12 years ago
  71. 3b3be88 NFS: Use cond_resched_lock() to reduce latencies in the commit scans by Trond Myklebust · 12 years ago
  72. c4f1b62 NFS: ncommit count is being double decremented by Fred Isaman · 12 years ago
  73. 8dd3775 NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code by Trond Myklebust · 12 years ago
  74. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 12 years ago
  75. 9994b62 NFS: remove NFS_PAGE_TAG_LOCKED by Fred Isaman · 12 years ago
  76. 9d12b21 NFSv41: Add a new helper nfs4_init_sequence() by Trond Myklebust · 13 years ago
  77. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 13 years ago
  78. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 13 years ago
  79. e2fecb2 NFS: Remove pNFS bloat from the generic write path by Trond Myklebust · 13 years ago
  80. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  81. 2b72c9c nfs: Remove unused variable from write.c by Rakib Mullick · 13 years ago
  82. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  83. fbb5a9a NFS: Get rid of unnecessary calls to ClearPageError() in read code by Trond Myklebust · 13 years ago
  84. d00c5d4 NFS: Get rid of nfs_restart_rpc() by Trond Myklebust · 13 years ago
  85. a9a4a87 NFS: Use the inode->i_version to cache NFSv4 change attribute information by Trond Myklebust · 13 years ago
  86. 8ce160c pnfs: recoalesce when ld write pagelist fails by Peng Tao · 13 years ago
  87. 2da9565 nfs: don't try to migrate pages with active requests by Jeff Layton · 13 years ago
  88. 3236c3e nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pages by Jeff Layton · 13 years ago
  89. 59b7c05 Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when syncing" by Trond Myklebust · 13 years ago
  90. f13c362 NFS: Fix a typo in nfs_flush_multi by Trond Myklebust · 13 years ago
  91. 28890d3 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  92. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  93. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  94. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  95. 1f94535 NFS: Clean up - simplify the switch to read/write-through-MDS by Trond Myklebust · 13 years ago
  96. dce8129 NFS: Move the pnfs write code into pnfs.c by Trond Myklebust · 13 years ago
  97. d097971 NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request by Trond Myklebust · 13 years ago
  98. 50828d7 NFS: Cache rpc_ops in struct nfs_pageio_descriptor by Trond Myklebust · 13 years ago
  99. 275acaa NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one by Trond Myklebust · 13 years ago
  100. 3b60918 NFS: fix return value of nfs_pagein_one/nfs_flush_one by Peng Tao · 13 years ago