1. 500d701 NFS41: make close wait for layoutreturn by Peng Tao · 9 years ago
  2. 834e465 NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set by Kinglong Mee · 9 years ago
  3. 2259f96 NFSv4.x/pnfs: Don't try to recover stateids twice in layoutget by Trond Myklebust · 9 years ago
  4. 24311f8 NFSv4: Recovery of recalled read delegations is broken by Trond Myklebust · 9 years ago
  5. 8714d46 NFS: Fix an infinite loop when layoutget fail with BAD_STATEID by Kinglong Mee · 9 years ago
  6. 6f29b9b NFS: Do cleanup before resetting pageio read/write to mds by Kinglong Mee · 9 years ago
  7. 3ec0c97 nfs/filelayout: Fix NULL reference caused by double freeing of fh_array by Kinglong Mee · 9 years ago
  8. 306a554 nfs: fix v4.2 SEEK on files over 2 gigs by J. Bruce Fields · 9 years ago
  9. 048883e nfs: fix pg_test page count calculation by Peng Tao · 9 years ago
  10. a41cbe8 Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount by Olga Kornievskaia · 9 years ago
  11. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  12. 5445b1f NFSv4: Respect the server imposed limit on how many changes we may cache by Trond Myklebust · 9 years ago
  13. 7d160a6 NFSv4: Express delegation limit in units of pages by Trond Myklebust · 9 years ago
  14. 1744771 Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  15. 4eae501 Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files" by Trond Myklebust · 9 years ago
  16. 5cf9d70 NFS: Optimise away the close-to-open getattr if there is no cached data by Trond Myklebust · 9 years ago
  17. 7cc8c5c NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cb by Trond Myklebust · 9 years ago
  18. f95c03b NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error() by Trond Myklebust · 9 years ago
  19. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  20. 4a3e577 nfs: Remove unneeded checking of the return value from scnprintf by Kinglong Mee · 9 years ago
  21. 4a70316 nfs: Fix truncated client owner id without proto type by Kinglong Mee · 9 years ago
  22. 889d94d NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid by Trond Myklebust · 9 years ago
  23. 81d6dc8 NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are valid by Trond Myklebust · 9 years ago
  24. 388ef16 NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid() by Trond Myklebust · 9 years ago
  25. 972398f NFSv4.1/flexfiles: Fix freeing of mirrors by Trond Myklebust · 9 years ago
  26. 2d89a1d NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file by Trond Myklebust · 9 years ago
  27. 21b874c NFSv4.1/pnfs: Handle LAYOUTGET return values correctly by Trond Myklebust · 9 years ago
  28. 4ae93560 NFSv4.1/pnfs: Don't ask for a read layout for an empty file. by Trond Myklebust · 9 years ago
  29. 4a1e2fe NFSv4.1: Fix a protocol issue with CLOSE stateids by Trond Myklebust · 9 years ago
  30. 90816d1 NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errors by Trond Myklebust · 9 years ago
  31. 6669cb8 NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payload by Trond Myklebust · 9 years ago
  32. d135490 NFSv4.1/flexfiles: Fix a protocol error in layoutreturn by Trond Myklebust · 9 years ago
  33. 5334c5b NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1 by Kinglong Mee · 9 years ago
  34. 8c61282 NFS: Get suppattr_exclcreat when getting server capabilities by Kinglong Mee · 9 years ago
  35. c5c3fb5 NFS: Make opened as optional argument in _nfs4_do_open by Kinglong Mee · 9 years ago
  36. ae57ca0 NFS: Check size by inode_newsize_ok in nfs_setattr by Kinglong Mee · 9 years ago
  37. 0bdb8fa NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return by Trond Myklebust · 9 years ago
  38. 1090c3b nfs42: remove unused declaration by Peng Tao · 9 years ago
  39. 19cf633 nfs42: decode_layoutstats does not need res parameter by Peng Tao · 9 years ago
  40. 0762ed2 NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones by Trond Myklebust · 9 years ago
  41. 03772d2 NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion by Trond Myklebust · 9 years ago
  42. 540d986 NFSv4.1/pnfs: Add sanity check for the layout range returned by the server by Trond Myklebust · 9 years ago
  43. 82714bd NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr by Trond Myklebust · 9 years ago
  44. e3b1df2 NFSv4.1/flexfile: ff_layout_remove_mirror can be static by kbuild test robot · 9 years ago
  45. bbf58bf NFSv4.2/pnfs: Make the layoutstats timer configurable by Trond Myklebust · 9 years ago
  46. 266d12d NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segments by Trond Myklebust · 9 years ago
  47. 0b7baf9 NFSv4.1/flexfiles: Remove mirror backpointer to lseg. by Trond Myklebust · 9 years ago
  48. 28a0d72 NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror by Trond Myklebust · 9 years ago
  49. 5420401 NFS41/flexfiles: zero out DS write wcc by Peng Tao · 9 years ago
  50. 3976143 NFS41: remove NFS_LAYOUT_ROC flag by Peng Tao · 9 years ago
  51. 249b2ee NFSv4: Add a tracepoint for CB_LAYOUTRECALL by Trond Myklebust · 9 years ago
  52. 7cd1486 NFSv4: Add a tracepoint for CB_GETATTR by Trond Myklebust · 9 years ago
  53. 6a463beb NFSv4.1/pnfs: Add a tracepoint for return-on-close events by Trond Myklebust · 9 years ago
  54. aaae3f0 NFSv4: Force a post-op attribute update when holding a delegation by Trond Myklebust · 9 years ago
  55. dd52128 NFSv4.1/pnfs Ensure flexfiles reports all connection related errors by Trond Myklebust · 9 years ago
  56. e76d28d NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistent by Trond Myklebust · 9 years ago
  57. 046be74 NFS41: fix list splice type by Peng Tao · 9 years ago
  58. 2a60618 NFSv4: Enable delegated opens even when reboot recovery is pending by Trond Myklebust · 9 years ago
  59. c740624 pNFS: Fix an unused variable warning in pnfs_roc_get_barrier by Trond Myklebust · 9 years ago
  60. 69f230d NFS41/flexfiles: update inode after write finishes by Peng Tao · 9 years ago
  61. e755d63 NFS41: make sure sending LAYOUTRETURN before close if marked so by Peng Tao · 9 years ago
  62. 3631960 Revert "NFSv4: Remove incorrect check in can_open_delegated()" by Trond Myklebust · 9 years ago
  63. 3c13cb5 NFSv4.1/pnfs: Play safe w.r.t. close() races when return-on-close is set by Trond Myklebust · 9 years ago
  64. 4ff376f NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set by Trond Myklebust · 9 years ago
  65. 7e94d6c NFS: Don't fsync twice for O_SYNC/IS_SYNC files by Trond Myklebust · 9 years ago
  66. 7c2dad9 NFS: Don't let the ctime override attribute barriers. by Trond Myklebust · 9 years ago
  67. 74918f9 Merge branch 'layoutfixes' by Trond Myklebust · 9 years ago
  68. 37bfcc1 Merge branch 'bugfixes' by Trond Myklebust · 9 years ago
  69. eed889b Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  70. aff8d8d NFS: Remove nfs_release() by Anna Schumaker · 9 years ago
  71. ae09c31 NFS: Rename nfs_commit_unstable_pages() to nfs_write_inode() by Anna Schumaker · 9 years ago
  72. 3f10a6a NFS: Remove nfs41_server_notify_{target|highest}_slotid_update() by Anna Schumaker · 9 years ago
  73. fb2a525 NFS: Combine nfs_idmap_{init|quit}() and nfs_idmap_{init|quit}_keyring() by Anna Schumaker · 9 years ago
  74. d8efa4e NFS: Use RPC functions for matching sockaddrs by Anna Schumaker · 9 years ago
  75. c7e9668 NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page() by Anna Schumaker · 9 years ago
  76. 0b936e3 NFS: Remove unused variable "pages_ptr" by Anna Schumaker · 9 years ago
  77. ce60328 nfs: remove some dead code in ff_layout_pg_get_mirror_count_write by Jeff Layton · 9 years ago
  78. 8bb2897 pnfs: move common blocklayout XDR defintions to nfs4.h by Christoph Hellwig · 9 years ago
  79. 513d6d7 pnfs/blocklayout: pass proper file mode to blkdev_get/put by Christoph Hellwig · 9 years ago
  80. 2bd3c63 pnfs/blocklayout: reject too long signatures by Christoph Hellwig · 9 years ago
  81. 68596bd pnfs/blocklayout: set up layoutupdate_pages properly by Christoph Hellwig · 9 years ago
  82. 29662fa pnfs/blocklayout: calculate layoutupdate size correctly by Christoph Hellwig · 9 years ago
  83. 18e3b73 NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client by Kinglong Mee · 9 years ago
  84. 6f53693 NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked() by Trond Myklebust · 9 years ago
  85. e9ae58a NFS: nfs_set_pgio_error sometimes misses errors by Trond Myklebust · 9 years ago
  86. 5883055 NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn() by Trond Myklebust · 9 years ago
  87. e1c06f8 NFSv4.1/pnfs: Remove redundant check in pnfs_layoutgets_blocked() by Trond Myklebust · 9 years ago
  88. 2d8ae84 NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets in layoutreturn by Trond Myklebust · 9 years ago
  89. 5c4a79f NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-close by Trond Myklebust · 9 years ago
  90. 8f70f53 NFSv4.1/pnfs: Fix serialisation of layout return and layoutget by Trond Myklebust · 9 years ago
  91. a4497a5 NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked() by Trond Myklebust · 9 years ago
  92. 2757129 pNFS: Tighten up locking around DS commit buckets by Trond Myklebust · 9 years ago
  93. 0847ef8 NFS: Remove duplicate svc_xprt_put from nfs41_callback_up by Kinglong Mee · 9 years ago
  94. efcbc04 NFSv4: don't set SETATTR for O_RDONLY|O_EXCL by NeilBrown · 9 years ago
  95. 5ef8d79 NFS: Error out when register_shrinker fail in register_nfs_fs by Kinglong Mee · 9 years ago
  96. c8ad889 NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback path by Trond Myklebust · 9 years ago
  97. d099d7b pnfs/flexfiles: LAYOUTSTATS ii_count should be ops instead of bytes by Peng Tao · 9 years ago
  98. 86d80f9 NFSv4.1/pnfs: Fix atomicity of commit list updates by Trond Myklebust · 9 years ago
  99. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 9 years ago
  100. ea126e7 nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it by Jeff Layton · 9 years ago