1. b73b94a fs: nfs: fix filler function type by Sami Tolvanen · 6 years ago
  2. 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
  3. cbebaf8 NFS: Fix a double page unlock by Trond Myklebust · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. 0bcbf03 nfs: handle request add failure properly by Peng Tao · 9 years ago
  6. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  7. f8417b48 NFSv4.1/pnfs: Retry through MDS when getting bad length of data by Kinglong Mee · 9 years ago
  8. 6f29b9b NFS: Do cleanup before resetting pageio read/write to mds by Kinglong Mee · 9 years ago
  9. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  10. 3708f84 Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one" by Nicolas Iooss · 9 years ago
  11. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  12. 88e7fbd NFS: Don't use d_inode as a variable name by David Howells · 9 years ago
  13. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  14. abde71f pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio by Tom Haynes · 10 years ago
  15. 5a254d0 nfs: replace nfs_add_stats with nfs_inc_stats when add one by Li RongQing · 10 years ago
  16. 0446278 nfs: get rid of duplicate dprintk by Weston Andros Adamson · 10 years ago
  17. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  18. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 10 years ago
  19. 6807299 nfs: support page groups in nfs_read_completion by Weston Andros Adamson · 10 years ago
  20. 67d0338 nfs: page group syncing in read path by Weston Andros Adamson · 10 years ago
  21. 2bfc6e5 nfs: add support for multiple nfs reqs per page by Weston Andros Adamson · 10 years ago
  22. 8c8f1ac1 nfs: remove unused arg from nfs_create_request by Weston Andros Adamson · 10 years ago
  23. 41d8d5b NFS: Create a common nfs_pageio_ops struct by Anna Schumaker · 10 years ago
  24. cf485fc NFS: Create a common generic_pg_pgios() by Anna Schumaker · 10 years ago
  25. c376627 NFS: Create a common multiple_pgios() function by Anna Schumaker · 10 years ago
  26. 1ed26f3 NFS: Create a common initiate_pgio() function by Anna Schumaker · 10 years ago
  27. ef2c488 NFS: Create a generic_pgio function by Anna Schumaker · 10 years ago
  28. 844c9e6 NFS: Create a common pgio_error function by Anna Schumaker · 10 years ago
  29. ce59515 NFS: Create a common rpcsetup function for reads and writes by Anna Schumaker · 10 years ago
  30. 6f92fa4 NFS: Create a common rpc_call_ops struct by Anna Schumaker · 10 years ago
  31. 0eecb21 NFS: Create a common nfs_pgio_result_common function by Anna Schumaker · 10 years ago
  32. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  33. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 10 years ago
  34. 00bfa30 NFS: Create a common pgio_alloc and pgio_release function by Anna Schumaker · 10 years ago
  35. c0752cd NFS: Create a common read and write header struct by Anna Schumaker · 10 years ago
  36. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  37. 9137bdf NFS: Create a common results structure for reads and writes by Anna Schumaker · 10 years ago
  38. 3c6b899 NFS: Create a common argument structure for reads and writes by Anna Schumaker · 10 years ago
  39. fab5fc2 nfs: remove ->read_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  40. 1e8968c NFS: dprintk() should not print negative fileids and inode numbers by Niels de Vos · 10 years ago
  41. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  42. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  43. 6db6dd7 NFS: Ensure that we free the rpc_task after read and write cleanups are done by Trond Myklebust · 11 years ago
  44. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  45. d56b4dd nfs: teach the NFS client how to treat PG_swapcache pages by Mel Gorman · 12 years ago
  46. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  47. ddda8e0 NFS: Convert v2 into a module by Bryan Schumaker · 12 years ago
  48. 1abb5088 NFS: Create an read_pageio_init() function by Bryan Schumaker · 12 years ago
  49. 2701d08 NFSv4.1 add nfs_inode book keeping for mdsthreshold by Andy Adamson · 12 years ago
  50. 9f0ec176 NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls by Andy Adamson · 12 years ago
  51. 1385b81 NFS: Fix sparse warnings by Trond Myklebust · 12 years ago
  52. 4bd8b01 NFS: Simplify the nfs_read_completion functions by Trond Myklebust · 12 years ago
  53. 25b11dc NFS: Clean up nfs read and write error paths by Trond Myklebust · 12 years ago
  54. 9146ab5 NFS: Read cleanups by Trond Myklebust · 12 years ago
  55. 584aa81 NFS: rewrite directio read to use async coalesce code by Fred Isaman · 12 years ago
  56. 061ae2e NFS: create completion structure to pass into page_init functions by Fred Isaman · 12 years ago
  57. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 12 years ago
  58. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  59. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  60. c5996c4 NFS: reverse arg order in nfs_initiate_[read|write] by Fred Isaman · 12 years ago
  61. 73fb7bc NFS: put open context on error in nfs_pagein_multi by Fred Isaman · 12 years ago
  62. 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
  63. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  64. ea7c330 NFS: Remove nfs4_setup_sequence from generic read code by Bryan Schumaker · 12 years ago
  65. 8dd3775 NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code by Trond Myklebust · 12 years ago
  66. 9d12b21 NFSv41: Add a new helper nfs4_init_sequence() by Trond Myklebust · 12 years ago
  67. 62e4a76 NFS: Revert pnfs ugliness from the generic NFS read code path by Trond Myklebust · 13 years ago
  68. b6ee8cd NFS: Get rid of the nfs_rdata_mempool by Trond Myklebust · 13 years ago
  69. fba7300 NFS: Don't rely on PageError in nfs_readpage_release_partial by Trond Myklebust · 13 years ago
  70. fbb5a9a NFS: Get rid of unnecessary calls to ClearPageError() in read code by Trond Myklebust · 13 years ago
  71. d00c5d4 NFS: Get rid of nfs_restart_rpc() by Trond Myklebust · 13 years ago
  72. 9b7eecd pnfs: recoalesce when ld read pagelist fails by Peng Tao · 13 years ago
  73. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  74. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  75. 1f94535 NFS: Clean up - simplify the switch to read/write-through-MDS by Trond Myklebust · 13 years ago
  76. 493292d NFS: Move the pnfs read code into pnfs.c by Trond Myklebust · 13 years ago
  77. d097971 NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request by Trond Myklebust · 13 years ago
  78. 50828d7 NFS: Cache rpc_ops in struct nfs_pageio_descriptor by Trond Myklebust · 13 years ago
  79. 275acaa NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one by Trond Myklebust · 13 years ago
  80. 3b60918 NFS: fix return value of nfs_pagein_one/nfs_flush_one by Peng Tao · 13 years ago
  81. 6e4efd5 NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup by Trond Myklebust · 13 years ago
  82. 7c24d94 NFSv4.1: File layout only supports whole file layouts by Andy Adamson · 13 years ago
  83. e885de1 NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segment by Trond Myklebust · 13 years ago
  84. d8007d4 NFSv4.1: Add an initialisation callback for pNFS by Trond Myklebust · 13 years ago
  85. 1751c36 NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix by Trond Myklebust · 13 years ago
  86. dfed206 NFSv4.1: unify pnfs_pageio_init functions by Benny Halevy · 13 years ago
  87. fb3296e pnfs: Use byte-range for layoutget by Benny Halevy · 13 years ago
  88. a75b9df NFSv4.1: Ensure that layoutget uses the correct gfp modes by Trond Myklebust · 13 years ago
  89. 8f68cd4 nfs: BKL is no longer needed, so remove the include by Stephen Rothwell · 13 years ago
  90. 36fe432 NFSv4.1: Clear lseg pointer in ->doio function by Fred Isaman · 13 years ago
  91. c76069b NFSv4.1: rearrange ->doio args by Fred Isaman · 13 years ago
  92. cbdabc7f NFSv4.1: filelayout async error handler by Andy Adamson · 13 years ago
  93. dc70d7b NFSv4.1: filelayout read by Andy Adamson · 13 years ago
  94. 64419a9 NFSv4.1: generic read by Andy Adamson · 13 years ago
  95. bae724e NFSv4.1: shift pnfs_update_layout locations by Fred Isaman · 13 years ago
  96. 94ad1c8 NFSv4.1: coelesce across layout stripes by Fred Isaman · 13 years ago
  97. 2df485a nfs: remove extraneous and problematic calls to nfs_clear_request by Trond Myklebust · 13 years ago
  98. e5e9401 NFS: create and destroy inode's layout cache by Benny Halevy · 14 years ago
  99. dfb4f309 NFSv4.1: keep seq_res.sr_slot as pointer rather than an index by Benny Halevy · 14 years ago
  100. f11ac8d NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. by Trond Myklebust · 14 years ago