1. 5c737cb Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4_proc_async_renew by Dave Wysochanski · 8 years ago
  2. 0048fdd NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 8 years ago
  3. c296cfe pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commits by Fred Isaman · 8 years ago
  4. 5f01148 pNFS: Fix a typo in pnfs_generic_alloc_ds_commits by Trond Myklebust · 8 years ago
  5. 61f454e pNFS: Fix a deadlock when coalescing writes and returning the layout by Trond Myklebust · 8 years ago
  6. 5466d21 pNFS: Don't clear the layout return info if there are segments to return by Trond Myklebust · 8 years ago
  7. 1f18b82 pNFS: Ensure we commit the layout if it has been invalidated by Trond Myklebust · 8 years ago
  8. 722f0b8 pNFS: Don't send COMMITs to the DSes if the server invalidated our layout by Trond Myklebust · 8 years ago
  9. 37f8aa1 pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure path by Trond Myklebust · 8 years ago
  10. bdebfcc pNFS: Ensure we check layout validity before marking it for return by Trond Myklebust · 8 years ago
  11. 88bd4f8 NFS4.1 handle interrupted slot reuse from ERR_DELAY by Olga Kornievskaia · 8 years ago
  12. 4edabfd NFSv4: check return value of xdr_inline_decode by Pan Bian · 8 years ago
  13. 209aa23 nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout() by Artem Savkov · 8 years ago
  14. c373fff NFSv4: Don't special case "launder" by Trond Myklebust · 8 years ago
  15. 54551d8 NFS: Add a few more fatal I/O errors to nfs_error_is_fatal() by Trond Myklebust · 8 years ago
  16. 35a2442 Merge tag 'nfs-rdma-4.12-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 8 years ago
  17. bb3393d NFSv3: nfs3_nlm_alloc_call should be declared static by Trond Myklebust · 8 years ago
  18. 2be1fce xprtrdma: Remove rpcrdma_buffer::rb_pool by Chuck Lever · 8 years ago
  19. 7ecce75 sunrpc: Fix xdr_init_decode_pages() documenting comment by Chuck Lever · 8 years ago
  20. 0031e47 xprtrdma: Squelch ENOBUFS warnings by Chuck Lever · 8 years ago
  21. 7d7fa9b xprtrdma: Annotate receive workqueue by Chuck Lever · 8 years ago
  22. 56a6bd1 xprtrdma: Revert commit d0f36c46deea by Chuck Lever · 8 years ago
  23. a9b0e38 xprtrdma: Restore transport after device removal by Chuck Lever · 8 years ago
  24. 1890896 xprtrdma: Refactor rpcrdma_ep_connect by Chuck Lever · 8 years ago
  25. bebd031 xprtrdma: Support unplugging an HCA from under an NFS mount by Chuck Lever · 8 years ago
  26. 91a10c5 xprtrdma: Use same device when mapping or syncing DMA buffers by Chuck Lever · 8 years ago
  27. fff0959 xprtrdma: Refactor rpcrdma_ia_open() by Chuck Lever · 8 years ago
  28. 3384979 xprtrdma: Detect unreachable NFS/RDMA servers more reliably by Chuck Lever · 8 years ago
  29. e2a4f4f sunrpc: Export xprt_force_disconnect() by Chuck Lever · 8 years ago
  30. 9378b27 xprtrdma: Cancel refresh worker during buffer shutdown by Chuck Lever · 8 years ago
  31. a659881 NFS: Don't write back further requests if there is a pending write error by Trond Myklebust · 8 years ago
  32. 6aeafd0 pNFS: Fix use after free issues in pnfs_do_read() by Trond Myklebust · 8 years ago
  33. b3230e8 pNFS: Ensure we check layout segment validity in the pg_init() callback by Trond Myklebust · 8 years ago
  34. f30cb75 NFS: Always wait for I/O completion before unlock by Benjamin Coddington · 8 years ago
  35. b1ece73 lockd: Introduce nlmclnt_operations by Benjamin Coddington · 8 years ago
  36. 7d6ddf8 NFS: Add an iocounter wait function for async RPC tasks by Benjamin Coddington · 8 years ago
  37. 50f2112 locks: Set FL_CLOSE when removing flock locks on close() by Benjamin Coddington · 8 years ago
  38. e129372 NFS: Move the flock open mode check into nfs_flock() by Benjamin Coddington · 8 years ago
  39. 12a16d1 NFS4: remove a redundant lock range check by Benjamin Coddington · 8 years ago
  40. 675e508 pNFS: unexport nfs4_pnfs_v3_ds_connect_unload by Trond Myklebust · 8 years ago
  41. b941968 pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layout by Trond Myklebust · 8 years ago
  42. 7350474 pNFS: Remove unused layout driver callbacks by Trond Myklebust · 8 years ago
  43. 6d22323 nfs: remove the objlayout driver by Christoph Hellwig · 8 years ago
  44. 260f32a pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connect by Trond Myklebust · 8 years ago
  45. 56e0d71 NFSv4: Fix a hang in OPEN related to server reboot by Trond Myklebust · 8 years ago
  46. fbe77c3 NFS: move rw_mode to nfs_pageio_header by Benjamin Coddington · 8 years ago
  47. 8ef9b0b NFS: move nfs_pgarray_set() to open code by Benjamin Coddington · 8 years ago
  48. ae97aa5 NFS: Use GFP_NOIO for two allocations in writeback by Benjamin Coddington · 8 years ago
  49. 1f84ccd NFS: Fix use after free in write error path by Fred Isaman · 8 years ago
  50. 43b7d96 NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete() by Benjamin Coddington · 8 years ago
  51. 62b2417 sunrpc: don't check for failure from mempool_alloc() by NeilBrown · 8 years ago
  52. 518662e NFS: fix usage of mempools. by NeilBrown · 8 years ago
  53. f614871 NFS: Clean up nfs4_proc_get_lease_time() by Anna Schumaker · 8 years ago
  54. e917f0d NFS: Clean up _nfs4_proc_exchange_id() by Anna Schumaker · 8 years ago
  55. c7ae763 NFS: Clean up nfs4_proc_bind_one_conn_to_session() by Anna Schumaker · 8 years ago
  56. 3183783 NFS: Remove extra dprintk()s from nfs4namespace.c by Anna Schumaker · 8 years ago
  57. 539fd1d NFS: Clean up nfs4_get_rootfh() by Anna Schumaker · 8 years ago
  58. 4fe6b36 NFS: Remove extra dprintk()s from nfs4client.c by Anna Schumaker · 8 years ago
  59. 1073d9b NFS: Clean up nfs4_init_server() by Anna Schumaker · 8 years ago
  60. 2dc42c0 NFS: Clean up nfs4_set_client() by Anna Schumaker · 8 years ago
  61. 8da0f93 NFS: Clean up nfs4_check_server_scope() by Anna Schumaker · 8 years ago
  62. ddfa0d4 NFS: Clean up nfs4_check_serverowner_major_id() by Anna Schumaker · 8 years ago
  63. 14d1bbb NFS: Create a common nfs4_match_client() function by Anna Schumaker · 8 years ago
  64. 5b6d3ff NFS: Clean up nfs4_check_serverowner_minor_id() by Anna Schumaker · 8 years ago
  65. f251fd9 NFS: Clean up nfs4_match_clientids() by Anna Schumaker · 8 years ago
  66. 5be1810 NFS: Clean up nfs42_layoutstat_done() by Anna Schumaker · 8 years ago
  67. e36d48e NFS: Remove extra dprintk()s from namespace.c by Anna Schumaker · 8 years ago
  68. fe4f844 NFS: Clean up nfs_direct_commit_complete() by Anna Schumaker · 8 years ago
  69. beeb533 NFS: Remove nfs_direct_readpage_release() by Anna Schumaker · 8 years ago
  70. 4cbb976 NFS: Clean up extra dprintk()s in client.c by Anna Schumaker · 8 years ago
  71. 2844b6a NFS: Clean up nfs_init_client() by Anna Schumaker · 8 years ago
  72. 36718a6 NFS: Remove extra dprintk()s from callback_xdr.c by Anna Schumaker · 8 years ago
  73. 3d0bfaa NFS: Clean up encode_cb_sequence_res() by Anna Schumaker · 8 years ago
  74. 535ece2 NFS: Clean up decode_notify_lock_args() by Anna Schumaker · 8 years ago
  75. 1796549 NFS: Clean up decode_cb_sequence_args() by Anna Schumaker · 8 years ago
  76. c79d56d NFS: Clean up decode_layoutrecall_args() by Anna Schumaker · 8 years ago
  77. 135a4ea NFS: Clean up decode_recall_args() by Anna Schumaker · 8 years ago
  78. 56938bb NFS: Clean up decode_getattr_args() by Anna Schumaker · 8 years ago
  79. be55f1b NFS: Remove extra dprintk()s from callback_proc.c by Anna Schumaker · 8 years ago
  80. 5694a4f NFS: Clean up nfs4_callback_layoutrecall() by Anna Schumaker · 8 years ago
  81. 1a916ce NFS: Clean up do_callback_layoutrecall() by Anna Schumaker · 8 years ago
  82. a7878ca nfs: flexfilelayout: remove v3-only data server limitation by Tigran Mkrtchyan · 8 years ago
  83. b044f64 NFS: switch back to to ->iterate() by Benjamin Coddington · 8 years ago
  84. 4f7d029 Linux 4.11-rc7 by Linus Torvalds · 8 years ago
  85. 7395ca0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  86. a86f106 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  87. e2647b6 Merge tag 'omap-for-v4.11/fixes-rc6-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 8 years ago
  88. 11c994d Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  89. 032aaf3 Merge tag 'tty-4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  90. 4853886 Merge tag 'trace-v4.11-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  91. 330c418 Revert "cgroup: avoid attaching a cgroup root to two different superblocks" by Tejun Heo · 8 years ago
  92. d5ff081 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  93. 403a39f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  94. be84a46 Merge branch 'parisc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  95. 1ec1688 orangefs: free superblock when mount fails by Martin Brandenburg · 8 years ago
  96. c0eb027 vfs: don't do RCU lookup of empty pathnames by Linus Torvalds · 8 years ago
  97. 409c1b2 parisc: fix bugs in pa_memcpy by Mikulas Patocka · 8 years ago
  98. 1bf4b12 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  99. 7e703ec Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  100. 9117439 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago