1. 5bb89b4 NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS by Trond Myklebust · 9 years ago
  2. 84a80f6 NFSv4.1: Convert pNFS deviceid to use kfree_rcu() by Trond Myklebust · 9 years ago
  3. 180bb5e pnfs: release lseg in pnfs_generic_pg_cleanup by Weston Andros Adamson · 10 years ago
  4. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  5. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  6. 6a74c0c pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytes by Christoph Hellwig · 10 years ago
  7. 32a5923 rpc_pipefs.c: get rid of f_dentry by Al Viro · 10 years ago
  8. b283f94 nfs: Remove bogus assignment by Jan Kara · 10 years ago
  9. e0d4ed7 pnfs/blocklayout: serialize GETDEVICEINFO calls by Christoph Hellwig · 10 years ago
  10. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  11. 5466112f pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripe by Trond Myklebust · 10 years ago
  12. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  13. b262b35 pnfs/blocklayout: include vmalloc.h for __vmalloc by Stephen Rothwell · 10 years ago
  14. 164ae58 pNFS/blocklayout: Remove a couple of unused variables by Trond Myklebust · 10 years ago
  15. 5c83746 pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsing by Christoph Hellwig · 10 years ago
  16. 871760c pnfs/blocklayout: move all rpc_pipefs related code into a single file by Christoph Hellwig · 10 years ago
  17. ca0fe1d pnfs/blocklayout: refactor extent processing by Christoph Hellwig · 10 years ago
  18. 9cc4754 pnfs/blocklayout: move extent processing to blocklayout.c by Christoph Hellwig · 10 years ago
  19. 34dc93c pnfs/blocklayout: allocate separate pages for the layoutcommit payload by Christoph Hellwig · 10 years ago
  20. d4b18c3 pnfs: remove GETDEVICELIST implementation by Christoph Hellwig · 10 years ago
  21. 3e3f6b4 pnfs/blocklayout: remove some debugging by Christoph Hellwig · 10 years ago
  22. 20d655d pnfs/blocklayout: use the device id cache by Christoph Hellwig · 10 years ago
  23. 848746b pnfs/blocklayout: return layouts on setattr by Christoph Hellwig · 10 years ago
  24. 71d5b76 pnfs/blocklayout: implement the return_range method by Christoph Hellwig · 10 years ago
  25. 8067253 pnfs/blocklayout: rewrite extent tracking by Christoph Hellwig · 10 years ago
  26. 8c792ea pnfs/blocklayout: don't set pages uptodate by Christoph Hellwig · 10 years ago
  27. 3a6fd1f pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist by Christoph Hellwig · 10 years ago
  28. 921b81a pnfs/blocklayout: correctly decrement extent length by Christoph Hellwig · 10 years ago
  29. be98fd0 pnfs/blocklayout: plug block queues by Christoph Hellwig · 10 years ago
  30. 72c5e59 pnfs/blocklayout: improve GETDEVICEINFO error reporting by Christoph Hellwig · 10 years ago
  31. e3aaf7f pnfs/blocklayout: reject pnfs blocksize larger than page size by Christoph Hellwig · 10 years ago
  32. f15b504 FS/NFS: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  33. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 10 years ago
  34. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  35. 823b0c9 nfs: rename members of nfs_pgio_data by Weston Andros Adamson · 10 years ago
  36. b4fdac1 nfs: modify pg_test interface to return size_t by Weston Andros Adamson · 10 years ago
  37. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  38. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  39. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  40. 3873d06 nfs: fix do_div() warning by instead using sector_div() by Helge Deller · 11 years ago
  41. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  42. 2c30c71 block: Convert various code to bio_for_each_segment() by Kent Overstreet · 11 years ago
  43. 694e096 NFS: Enabling v4.2 should not recompile nfsd and lockd by Anna Schumaker · 11 years ago
  44. 968fe25 NFSv4.1 use pnfs_device maxcount for the blocklayout gdia_maxcount by Andy Adamson · 11 years ago
  45. cd5875f NFSv4.1: Use layout credentials for get_deviceinfo calls by Trond Myklebust · 11 years ago
  46. 4385bab make blkdev_put() return void by Al Viro · 11 years ago
  47. 4376c94 pnfs-block: removing DM device maybe cause oops when call dev_remove by fanchaoting · 11 years ago
  48. 5a12cca umount oops when remove blocklayoutdriver first by fanchaoting · 11 years ago
  49. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  50. af28388 pnfsblock: cleanup nfs4_blkdev_get by Peng Tao · 12 years ago
  51. 6296556 NFS41: send real write size in layoutget by Peng Tao · 12 years ago
  52. 6f018ef NFSv4.1: bl_pg_init_write should be static by Trond Myklebust · 12 years ago
  53. 4e26622 pnfsblock: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  54. 96c9eae pnfsblock: fix non-aligned DIO write by Peng Tao · 12 years ago
  55. f742dc4 pnfsblock: fix non-aligned DIO read by Peng Tao · 12 years ago
  56. fe6e1e8 pnfsblock: fix partial page buffer wirte by Peng Tao · 12 years ago
  57. 5d0e3a0 Revert "pnfsblock: bail out partial page IO" by Peng Tao · 12 years ago
  58. 78e4e05 NFSv4.1: Replace get_device_info() with filelayout_get_device_info() by Trond Myklebust · 12 years ago
  59. 159e056 pnfsblock: bail out partial page IO by Peng Tao · 12 years ago
  60. 73ea666 NFS: Use proper naming conventions for the nfs_client.net field by Chuck Lever · 12 years ago
  61. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  62. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  63. 10bd295 fix page number calculation bug for block layout decode buffer by Jim Rees · 12 years ago
  64. 6f00866 NFS: Fix more NFS debug related build warnings by Trond Myklebust · 12 years ago
  65. e138ead NFS: null dereference in dev_remove() by Dan Carpenter · 12 years ago
  66. 5ffaf85 NFS: replace global bl_wq with per-net one by Stanislav Kinsbursky · 12 years ago
  67. cb9c1c4 NFS: replace global bl_mount_reply with per-net one by Stanislav Kinsbursky · 12 years ago
  68. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 12 years ago
  69. 7d9dea9 NFS: Use kcalloc() when allocating arrays by Trond Myklebust · 13 years ago
  70. 2561d61 NFS: remove RPC PipeFS mount point reference from blocklayout routines by Stanislav Kinsbursky · 13 years ago
  71. 627f306 NFS: blocklayout PipeFS notifier introduced by Stanislav Kinsbursky · 13 years ago
  72. 9e2e74d NFS: blocklayout pipe creation per network namespace context introduced by Stanislav Kinsbursky · 13 years ago
  73. 332dfab NFS: handle blocklayout pipe PipeFS dentry by network namespace aware routines by Stanislav Kinsbursky · 13 years ago
  74. c239d83 SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation by Stanislav Kinsbursky · 13 years ago
  75. d706ed1 SUNPRC: cleanup RPC PipeFS pipes upcall interface by Stanislav Kinsbursky · 13 years ago
  76. 7c5465d pnfsblock: alloc short extent before submit bio by Peng Tao · 13 years ago
  77. c0411a9 pnfsblock: remove rpc_call_ops from struct parallel_io by Peng Tao · 13 years ago
  78. 72c5088 pnfsblock: move find lock page logic out of bl_write_pagelist by Peng Tao · 13 years ago
  79. 60c52e3 pnfsblock: cleanup bl_mark_sectors_init by Peng Tao · 13 years ago
  80. 74a6eeb pnfsblock: limit bio page count by Peng Tao · 13 years ago
  81. 93a3844 pnfsblock: don't spinlock when freeing block_dev by Peng Tao · 13 years ago
  82. 57582b3 pnfsblock: clean up _add_entry by Peng Tao · 13 years ago
  83. 82b906d pnfsblock: set read/write tk_status to pnfs_error by Peng Tao · 13 years ago
  84. 39e567a pnfsblock: acquire im_lock in _preload_range by Peng Tao · 13 years ago
  85. 7542274 pnfsblock: fix writeback deadlock by Peng Tao · 13 years ago
  86. e6d05a7 pnfsblock: fix NULL pointer dereference by Peng Tao · 13 years ago
  87. 1b0ae06 pnfs: make _set_lo_fail generic by Peng Tao · 13 years ago
  88. 760383f pnfsblock: add missing rpc_put_mount and path_put by Peng Tao · 13 years ago
  89. c122515 SUNRPC/NFS: make rpc pipe upcall generic by Peng Tao · 13 years ago
  90. fdc17ab pnfsblock: fix size of upcall message by Jim Rees · 13 years ago
  91. 516f2e2 pnfsblock: fix return code confusion by Jim Rees · 13 years ago
  92. 88c9e42 nfs: add missing prefetch.h include by Heiko Carstens · 13 years ago
  93. 71cdd40 pnfsblock: write_pagelist handle zero invalid extents by Peng Tao · 13 years ago
  94. 31e6306 pnfsblock: note written INVAL areas for layoutcommit by Fred Isaman · 13 years ago
  95. 650e2d3 pnfsblock: bl_write_pagelist by Fred Isaman · 13 years ago
  96. 9549ec0 pnfsblock: bl_read_pagelist by Fred Isaman · 13 years ago
  97. b2be781 pnfsblock: cleanup_layoutcommit by Fred Isaman · 13 years ago
  98. 90ace12 pnfsblock: encode_layoutcommit by Fred Isaman · 13 years ago
  99. 9f37704 pnfsblock: merge rw extents by Fred Isaman · 13 years ago
  100. c1c2a4c pnfsblock: add extent manipulation functions by Fred Isaman · 13 years ago