1. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 10 years ago
  2. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  3. f868089 NFS: Fix a potential busy wait in nfs_page_group_lock by Trond Myklebust · 10 years ago
  4. c110955 NFS: Fix error handling in __nfs_pageio_add_request by Trond Myklebust · 10 years ago
  5. 7f71472 nfs: remove data list from pgio header by Weston Andros Adamson · 10 years ago
  6. f0cb9ab nfs: use > 1 request to handle bsize < PAGE_SIZE by Weston Andros Adamson · 10 years ago
  7. 6094f83 nfs: allow coalescing of subpage requests by Weston Andros Adamson · 10 years ago
  8. 20633f0 nfs: page group syncing in write path by Weston Andros Adamson · 10 years ago
  9. 67d0338 nfs: page group syncing in read path by Weston Andros Adamson · 10 years ago
  10. 2bfc6e5 nfs: add support for multiple nfs reqs per page by Weston Andros Adamson · 10 years ago
  11. ab75e41 nfs: call nfs_can_coalesce_requests for every req by Weston Andros Adamson · 10 years ago
  12. b4fdac1 nfs: modify pg_test interface to return size_t by Weston Andros Adamson · 10 years ago
  13. 8c8f1ac1 nfs: remove unused arg from nfs_create_request by Weston Andros Adamson · 10 years ago
  14. 41d8d5b NFS: Create a common nfs_pageio_ops struct by Anna Schumaker · 10 years ago
  15. cf485fc NFS: Create a common generic_pg_pgios() by Anna Schumaker · 10 years ago
  16. c376627 NFS: Create a common multiple_pgios() function by Anna Schumaker · 10 years ago
  17. 1ed26f3 NFS: Create a common initiate_pgio() function by Anna Schumaker · 10 years ago
  18. ef2c488 NFS: Create a generic_pgio function by Anna Schumaker · 10 years ago
  19. 844c9e6 NFS: Create a common pgio_error function by Anna Schumaker · 10 years ago
  20. ce59515 NFS: Create a common rpcsetup function for reads and writes by Anna Schumaker · 10 years ago
  21. 6f92fa4 NFS: Create a common rpc_call_ops struct by Anna Schumaker · 10 years ago
  22. 0eecb21 NFS: Create a common nfs_pgio_result_common function by Anna Schumaker · 10 years ago
  23. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  24. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 10 years ago
  25. 00bfa30 NFS: Create a common pgio_alloc and pgio_release function by Anna Schumaker · 10 years ago
  26. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  27. 4109bb7 NFS: Don't check lock owner compatability unless file is locked (part 2) by Trond Myklebust · 11 years ago
  28. 577b423 NFS: Add functionality to allow waiting on all outstanding reads to complete by Trond Myklebust · 11 years ago
  29. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  30. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  31. b3c54de NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure by Trond Myklebust · 12 years ago
  32. f616638 NFS41: add pg_layout_private to nfs_pageio_descriptor by Peng Tao · 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. d56b4dd nfs: teach the NFS client how to treat PG_swapcache pages by Mel Gorman · 12 years ago
  36. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  37. 1d1afcb NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release by Trond Myklebust · 12 years ago
  38. 3aff4eb NFS: Prevent a deadlock in the new writeback code by Trond Myklebust · 12 years ago
  39. 584aa81 NFS: rewrite directio read to use async coalesce code by Fred Isaman · 12 years ago
  40. 1825a0d NFS: prepare coalesce testing for directio by Fred Isaman · 12 years ago
  41. 9533da2 NFS: remove unused wb_complete field from struct nfs_page by Fred Isaman · 12 years ago
  42. 061ae2e NFS: create completion structure to pass into page_init functions by Fred Isaman · 12 years ago
  43. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 12 years ago
  44. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  45. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 12 years ago
  46. 9994b62 NFS: remove NFS_PAGE_TAG_LOCKED by Fred Isaman · 12 years ago
  47. 1313e60 NFS: Remove unnecessary includes from linux/nfs_fs_i.h by Trond Myklebust · 13 years ago
  48. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  49. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  50. c02f557 NFS: Fix documenting comment for nfs_create_request() by Chuck Lever · 13 years ago
  51. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  52. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  53. d9156f9 NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is needed by Trond Myklebust · 13 years ago
  54. d8007d4 NFSv4.1: Add an initialisation callback for pNFS by Trond Myklebust · 13 years ago
  55. 1751c36 NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix by Trond Myklebust · 13 years ago
  56. 19345cb NFSv4.1: file layout must consider pg_bsize for coalescing by Benny Halevy · 13 years ago
  57. 5b36c7d NFSv4.1: define nfs_generic_pg_test by Boaz Harrosh · 13 years ago
  58. 18ad0a9 NFSv4.1: change pg_test return type to bool by Benny Halevy · 13 years ago
  59. dfed206 NFSv4.1: unify pnfs_pageio_init functions by Benny Halevy · 13 years ago
  60. 4d65c52 NFS: Fix a hang in the writeback path by Trond Myklebust · 13 years ago
  61. a861a1e NFSv4.1: add generic layer hooks for pnfs COMMIT by Fred Isaman · 13 years ago
  62. b31268a FS: Use stable writes when not doing a bulk flush by Trond Myklebust · 13 years ago
  63. 36fe432 NFSv4.1: Clear lseg pointer in ->doio function by Fred Isaman · 13 years ago
  64. c76069b NFSv4.1: rearrange ->doio args by Fred Isaman · 13 years ago
  65. bae724e NFSv4.1: shift pnfs_update_layout locations by Fred Isaman · 13 years ago
  66. 94ad1c8 NFSv4.1: coelesce across layout stripes by Fred Isaman · 13 years ago
  67. 72895b1 nfs: Take advantage of kmem_cache_zalloc() in nfs_page_alloc() by Jesper Juhl · 14 years ago
  68. 2df485a nfs: remove extraneous and problematic calls to nfs_clear_request by Trond Myklebust · 14 years ago
  69. 015f021 nfs: handle lock context allocation failures in nfs_create_request by Jeff Layton · 14 years ago
  70. f11ac8d NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. by Trond Myklebust · 14 years ago
  71. 18eb884 NFS: Clean up nfs_create_request() by Trond Myklebust · 14 years ago
  72. bb6fbc4 NFS: Avoid a deadlock in nfs_release_page by Trond Myklebust · 14 years ago
  73. 9f557cd NFS: Fix an Oops when truncating a file by Trond Myklebust · 15 years ago
  74. 72cb77f NFS: Throttle page dirtying while we're flushing to disk by Trond Myklebust · 15 years ago
  75. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  76. acee478 NFS: Clean up the write request locking. by Trond Myklebust · 17 years ago
  77. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  78. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  79. 587142f NFS: Replace NFS_I(inode)->req_lock with inode->i_lock by Trond Myklebust · 17 years ago
  80. edc05fc NFS: reduce latency by using conditional rescheduling in nfs_scan_list by Trond Myklebust · 17 years ago
  81. dce34ce NFS: Prevent integer overflow in nfs_scan_list() by Trond Myklebust · 17 years ago
  82. 5c36968 NFS cleanup: speed up nfs_scan_commit using radix tree tags by Trond Myklebust · 17 years ago
  83. 9fd367f NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKED by Trond Myklebust · 17 years ago
  84. c03b402 NFS: Convert struct nfs_page to use krefs by Trond Myklebust · 17 years ago
  85. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  86. 7fe7f84 NFS: Avoid a deadlock situation on write by Trond Myklebust · 17 years ago
  87. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  88. 7a13e93 NFS: Kill the obsolete NFS_PARANOIA by Jesper Juhl · 17 years ago
  89. 84dde76 NFS: Fix a compile glitch on 64-bit systems by Trond Myklebust · 17 years ago
  90. a19b89c NFS: Clean up nfs_create_request comments by Jason Uhlenkott · 17 years ago
  91. ca52fec NFS: Use pgoff_t in structures and functions that pass page cache offsets by Trond Myklebust · 17 years ago
  92. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 17 years ago
  93. c63c7b0 NFS: Fix a race when doing NFS write coalescing by Trond Myklebust · 17 years ago
  94. 8b09bee NFS: Cleanup for nfs_readpages() by Trond Myklebust · 17 years ago
  95. bcb71bb NFS: Another cleanup of the read/write request coalescing code by Trond Myklebust · 17 years ago
  96. d8a5ad7 NFS: Cleanup the coalescing code by Trond Myklebust · 17 years ago
  97. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  98. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  99. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  100. 9cf85e0 NFS: Fix up writeback_control->nr_to_write accounting by Trond Myklebust · 18 years ago