1. ad3331a SUNRPC: Fix up socket autodisconnect by Trond Myklebust · 8 years ago
  2. 1f4c17a SUNRPC: Handle EADDRNOTAVAIL on connection failures by Trond Myklebust · 8 years ago
  3. 944171c pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstanding by Benjamin Coddington · 8 years ago
  4. 698c937 NFSv4: Clean up lookup of SECINFO_NO_NAME by Trond Myklebust · 8 years ago
  5. 6fdf339 NFSv4.2: Fix warning "variable ‘stateids’ set but not used" by Trond Myklebust · 8 years ago
  6. 1399782 NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’" by Trond Myklebust · 8 years ago
  7. 1592c4d Merge branch 'nfs-rdma' by Trond Myklebust · 8 years ago
  8. 668f455 Merge branch 'pnfs' by Trond Myklebust · 8 years ago
  9. 3627452 Merge branch 'writeback' by Trond Myklebust · 8 years ago
  10. 7f94ed2 Merge branch 'sunrpc' by Trond Myklebust · 8 years ago
  11. ce27230 SUNRPC: Fix a compiler warning in fs/nfs/clnt.c by Trond Myklebust · 8 years ago
  12. 01d7b29 pNFS: Remove redundant smp_mb() from pnfs_init_lseg() by Trond Myklebust · 8 years ago
  13. 119cef97 pNFS: Cleanup - do layout segment initialisation in one place by Trond Myklebust · 8 years ago
  14. 28c1acf pNFS: Remove redundant stateid invalidation by Trond Myklebust · 8 years ago
  15. f71dfe8 pNFS: Remove redundant pnfs_mark_layout_returned_if_empty() by Trond Myklebust · 8 years ago
  16. d9b6170 pNFS: Clear the layout metadata if the server changed the layout stateid by Trond Myklebust · 8 years ago
  17. 5f46be0 pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid() by Trond Myklebust · 8 years ago
  18. e036f46 NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence id by Trond Myklebust · 8 years ago
  19. 2d6cf5a pNFS: Do not set plh_return_seq for non-callback related layoutreturns by Trond Myklebust · 8 years ago
  20. e5fd190 pNFS: Ensure layoutreturn acts as a completion for layout callbacks by Trond Myklebust · 8 years ago
  21. 793b7fe pNFS: Fix CB_LAYOUTRECALL stateid verification by Trond Myklebust · 8 years ago
  22. ecebb80 pNFS: Always update the layout barrier seqid on LAYOUTGET by Trond Myklebust · 8 years ago
  23. 13bede1 pNFS: Always update the layout stateid if NFS_LAYOUT_INVALID_STID is set by Trond Myklebust · 8 years ago
  24. 8e0acf9 pNFS: Clear the layout return tracking on layout reinitialisation by Trond Myklebust · 8 years ago
  25. 45fcc7b pNFS: LAYOUTRETURN should only update the stateid if the layout is valid by Trond Myklebust · 8 years ago
  26. dc05973 Merge commit 'e7bdea7750eb' by Trond Myklebust · 8 years ago
  27. 149a4fd nfs: don't create zero-length requests by Benjamin Coddington · 8 years ago
  28. 297fae4 Fix NULL pointer dereference in bl_free_device(). by Artem Savkov · 8 years ago
  29. e033fb5 pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode() by Trond Myklebust · 8 years ago
  30. f044567 Merge tag 'nfs-rdma-4.8-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 8 years ago
  31. 53d7852 xprtrdma: fix semicolon.cocci warnings by kbuild test robot · 8 years ago
  32. ffb6ca3 sunrpc: Prevent resvport min/max inversion via sysfs and module parameter by Frank Sorenson · 8 years ago
  33. e08ea3a sunrpc: Prevent resvport min/max inversion via sysctl by Frank Sorenson · 8 years ago
  34. 5d71899 sunrpc: Fix reserved port range calculation by Frank Sorenson · 8 years ago
  35. 34ae685 sunrpc: Fix bit count when setting hashtable size to power-of-two by Frank Sorenson · 8 years ago
  36. b224f7c nfs4: flexfiles: respect noresvport when establishing connections to DSes by Tigran Mkrtchyan · 8 years ago
  37. 3fc75f1 nfs4: clnt: respect noresvport when establishing connections to DSes by Tigran Mkrtchyan · 8 years ago
  38. d9c0ce0 pnfs/blocklayout: put deviceid node after releasing bl_ext_lock by Benjamin Coddington · 8 years ago
  39. ce52914e sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags by Scott Mayhew · 8 years ago
  40. e68fd7c mount: use sec= that was specified on the command line by Steve Dickson · 9 years ago
  41. f7db0b2 pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIRED by Trond Myklebust · 8 years ago
  42. 66b53f3 pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGET by Trond Myklebust · 8 years ago
  43. e85d7ee pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICT by Trond Myklebust · 8 years ago
  44. 56b38a1 pNFS: Fix post-layoutget error handling in pnfs_update_layout() by Trond Myklebust · 8 years ago
  45. 10b7e9a pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstanding by Trond Myklebust · 8 years ago
  46. bdc54d8 SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt by Trond Myklebust · 8 years ago
  47. e340608 Merge tag 'nfs-rdma-4.8-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 8 years ago
  48. c77efc1 nfs/blocklayout: Check max uuids and devices before decoding by Kinglong Mee · 8 years ago
  49. ecc2b88 nfs/blocklayout: Make sure calculate signature length aligned by Kinglong Mee · 8 years ago
  50. 11487dd nfs/blocklayout: support RH/Fedora dm-mpath device nodes by Christoph Hellwig · 8 years ago
  51. d702d41 nfs/blocklayout: refactor open-by-wwn by Christoph Hellwig · 8 years ago
  52. 0173ca0 nfs/blocklayout: use proper fmode for opening block devices by Christoph Hellwig · 8 years ago
  53. 8b7d9d0 NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes" by Trond Myklebust · 8 years ago
  54. a4e187d NFS: Don't drop CB requests with invalid principals by Chuck Lever · 8 years ago
  55. 0533b13 svc: Avoid garbage replies when pc_func() returns rpc_drop_reply by Chuck Lever · 8 years ago
  56. 65b8017 xprtrdma: No direct data placement with krb5i and krb5p by Chuck Lever · 8 years ago
  57. 64695bde xprtrdma: Clean up fixup_copy_count accounting by Chuck Lever · 8 years ago
  58. cfabe2c xprtrdma: Update only specific fields in private receive buffer by Chuck Lever · 8 years ago
  59. cb0ae1f xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup() by Chuck Lever · 8 years ago
  60. 80414ab xprtrdma: rpcrdma_inline_fixup() overruns the receive page list by Chuck Lever · 8 years ago
  61. 5ab8142 xprtrdma: Chunk list encoders no longer share one rl_segments array by Chuck Lever · 8 years ago
  62. 9d6b040 xprtrdma: Place registered MWs on a per-req list by Chuck Lever · 8 years ago
  63. 2ffc871 xprtrdma: Release orphaned MRs immediately by Chuck Lever · 8 years ago
  64. e2ac236 xprtrdma: Allocate MRs on demand by Chuck Lever · 8 years ago
  65. a54d405 xprtrdma: Chunk list encoders must not return zero by Chuck Lever · 8 years ago
  66. 7a89f9c xprtrdma: Honor ->send_request API contract by Chuck Lever · 8 years ago
  67. 3d4cf35 xprtrdma: Reply buffer exhaustion can be catastrophic by Chuck Lever · 8 years ago
  68. b54054c xprtrdma: Clean up device capability detection by Chuck Lever · 8 years ago
  69. a473018 xprtrdma: Remove rpcrdma_map_one() and friends by Chuck Lever · 8 years ago
  70. 2dc3a69 xprtrdma: Remove ALLPHYSICAL memory registration mode by Chuck Lever · 8 years ago
  71. 42fe28f xprtrdma: Do not leak an MW during a DMA map failure by Chuck Lever · 8 years ago
  72. 505bbe6 xprtrdma: Refactor MR recovery work queues by Chuck Lever · 8 years ago
  73. fcdfb96 xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR by Chuck Lever · 8 years ago
  74. 88975eb xprtrdma: Rename fields in rpcrdma_fmr by Chuck Lever · 8 years ago
  75. d48b1d2 xprtrdma: Move init and release helpers by Chuck Lever · 8 years ago
  76. 564471d xprtrdma: Create common scatterlist fields in rpcrdma_mw by Chuck Lever · 8 years ago
  77. 38f1932e xprtrdma: Remove FMRs from the unmap list after unmapping by Chuck Lever · 8 years ago
  78. 92d21ac Linux 4.7-rc7 by Linus Torvalds · 8 years ago
  79. 7f55656 tmpfs: fix regression hang in fallocate undo by Hugh Dickins · 8 years ago
  80. 617a8d6 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  81. ee40fb29 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  82. b987c75 Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 8 years ago
  83. b89c44b Merge tag 'iommu-fixes-v4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  84. cfae7e3 Merge tag 'for-linus-4.7b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  85. 267ba96 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  86. a017f58 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 369da7f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. 612807f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. 977dcf0 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. 18b1667 Merge tag 'gpio-v4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  91. 1d110cf Merge tag 'drm-fixes-for-v4.7-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  92. f0fe970 ecryptfs: don't allow mmap when the lower fs doesn't support it by Jeff Mahoney · 8 years ago
  93. 6f2d9d9 xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7 by Jan Beulich · 8 years ago
  94. e5a7947 xenbus: simplify xenbus_dev_request_and_reply() by Jan Beulich · 8 years ago
  95. 7469be9 xenbus: don't bail early from xenbus_dev_request_and_reply() by Jan Beulich · 8 years ago
  96. cc23c61 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  97. 7ed18e2 Merge tag 'acpi-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  98. c09230f Merge tag 'pm-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  99. 39c8859 Merge tag 'sunxi-drm-fixes-for-4.7-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-fixes by Dave Airlie · 8 years ago
  100. 30a46a4 apparmor: fix oops, validate buffer size in apparmor_setprocattr() by Vegard Nossum · 8 years ago