1. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 9 years ago
  2. 602c4cd nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and reading is disabled by Tom Haynes · 9 years ago
  3. fb1084e nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IO by Tom Haynes · 9 years ago
  4. ade8feb nfs: avoid race that crashes nfs_init_commit by Weston Andros Adamson · 9 years ago
  5. 2997bfd NFS: checking for NULL instead of IS_ERR() in nfs_commit_file() by Dan Carpenter · 9 years ago
  6. 1b3c6d0 pnfs: make pnfs_layout_process more robust by Jeff Layton · 9 years ago
  7. 183d9e7 pnfs: rework LAYOUTGET retry handling by Jeff Layton · 9 years ago
  8. 83026d8 pnfs: lift retry logic from send_layoutget to pnfs_update_layout by Jeff Layton · 9 years ago
  9. d03ab29 pnfs: fix bad error handling in send_layoutget by Jeff Layton · 9 years ago
  10. 95e2b7e flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_ds by Jeff Layton · 9 years ago
  11. 094069f flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTED by Jeff Layton · 9 years ago
  12. 6d597e1 pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args by Jeff Layton · 9 years ago
  13. 3982a6a pnfs: keep track of the return sequence number in pnfs_layout_hdr by Jeff Layton · 9 years ago
  14. 6675528 pnfs: record sequence in pnfs_layout_segment when it's created by Jeff Layton · 9 years ago
  15. ee26bdd pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit set by Jeff Layton · 9 years ago
  16. 446ca21 pNFS/flexfiles: When initing reads or writes, we might have to retry connecting to DSes by Tom Haynes · 9 years ago
  17. 3b13b4b pNFS/flexfiles: When checking for available DSes, conditionally check for MDS io by Tom Haynes · 9 years ago
  18. 75bf47e pNFS/flexfile: Fix erroneous fall back to read/write through the MDS by Trond Myklebust · 9 years ago
  19. cca588d NFS: Reclaim writes via writepage are opportunistic by Trond Myklebust · 9 years ago
  20. abf4e13 NFSv4: Use the right stateid for delegations in setattr, read and write by Trond Myklebust · 9 years ago
  21. 93b717f NFSv4: Label stateids with the type by Trond Myklebust · 9 years ago
  22. 9a8f6b5 SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL arguments by Trond Myklebust · 9 years ago
  23. f538d0b pNFS: Fix a leaked layoutstats flag by Trond Myklebust · 9 years ago
  24. 6e14a92 xprtrdma: Remove qplock by Chuck Lever · 9 years ago
  25. b2dde94 xprtrdma: Faster server reboot recovery by Chuck Lever · 9 years ago
  26. 0b043b9 xprtrdma: Remove ro_unmap() from all registration modes by Chuck Lever · 9 years ago
  27. ead3f26 xprtrdma: Add ro_unmap_safe memreg method by Chuck Lever · 9 years ago
  28. 763bc23 xprtrdma: Refactor __fmr_dma_unmap() by Chuck Lever · 9 years ago
  29. 766656b xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw by Chuck Lever · 9 years ago
  30. 660bb49 xprtrdma: Refactor the FRWR recovery worker by Chuck Lever · 9 years ago
  31. d7a21c1 xprtrdma: Reset MRs in frwr_op_unmap_sync() by Chuck Lever · 9 years ago
  32. a3aa8b2 xprtrdma: Save I/O direction in struct rpcrdma_frwr by Chuck Lever · 9 years ago
  33. 55fdfce xprtrdma: Rename rpcrdma_frwr::sg and sg_nents by Chuck Lever · 9 years ago
  34. 550d750 xprtrdma: Use core ib_drain_qp() API by Chuck Lever · 9 years ago
  35. 3c19409 xprtrdma: Remove rpcrdma_create_chunks() by Chuck Lever · 9 years ago
  36. 94f58c5 xprtrdma: Allow Read list and Reply chunk simultaneously by Chuck Lever · 9 years ago
  37. 88b18a1 xprtrdma: Update comments in rpcrdma_marshal_req() by Chuck Lever · 9 years ago
  38. cce6dee xprtrdma: Avoid using Write list for small NFS READ requests by Chuck Lever · 9 years ago
  39. 302d3de xprtrdma: Prevent inline overflow by Chuck Lever · 9 years ago
  40. 9493174 xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headers by Chuck Lever · 9 years ago
  41. 29c5542 xprtrdma: Bound the inline threshold values by Chuck Lever · 9 years ago
  42. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  43. 4b9c7f9 sunrpc: Update RPCBIND_MAXNETIDLEN by Chuck Lever · 9 years ago
  44. 181342c xprtrdma: Add rdma6 option to support NFS/RDMA IPv6 by Shirley Ma · 9 years ago
  45. a1d1c4f nfs4: client: do not send empty SETATTR after OPEN_CREATE by Tigran Mkrtchyan · 9 years ago
  46. 2e72448 NFS: Add COPY nfs operation by Anna Schumaker · 12 years ago
  47. 67911c8 NFS: Add nfs_commit_file() by Anna Schumaker · 9 years ago
  48. c2985d0 Fixing oops in callback path by Olga Kornievskaia · 9 years ago
  49. 7e3fcf6 nfs: don't share mounts between network namespaces by J. Bruce Fields · 9 years ago
  50. 11476e9 NFS: Fix an LOCK/OPEN race when unlinking an open file by Chuck Lever · 9 years ago
  51. 3064b68 nfs: have flexfiles mirror keep creds for both ro and rw layouts by Jeff Layton · 9 years ago
  52. 90a0be0 nfs: get a reference to the credential in ff_layout_alloc_lseg by Jeff Layton · 9 years ago
  53. 57f3f4c nfs: have ff_layout_get_ds_cred take a reference to the cred by Jeff Layton · 9 years ago
  54. 547a637 nfs: don't call nfs4_ff_layout_prepare_ds from ff_layout_get_ds_cred by Jeff Layton · 9 years ago
  55. 62dbef2 sunrpc: add a get_rpccred_rcu inline by Jeff Layton · 9 years ago
  56. c065d22 sunrpc: add rpc_lookup_generic_cred by Weston Andros Adamson · 9 years ago
  57. 3c6e0bc sunrpc: plumb gfp_t parm into crcreate operation by Jeff Layton · 9 years ago
  58. 06ef26a SUNRPC: init xdr_stream for zero iov_len, page_len by Benjamin Coddington · 9 years ago
  59. fe238e6 NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock by Dave Wysochanski · 9 years ago
  60. ed3743a nfs: add debug to directio "good_bytes" counting by Weston Andros Adamson · 9 years ago
  61. 1b1bc66 pnfs: set NFS_IOHDR_REDO in pnfs_read_resend_pnfs by Weston Andros Adamson · 9 years ago
  62. 44549e8 Linux 4.6-rc7 by Linus Torvalds · 9 years ago
  63. 32cf95d Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  64. 630aac5 Merge tag 'staging-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  65. 3f8f0cf Merge tag 'usb-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  66. 9125aeb Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  67. 67601c3b Merge tag 'media/v4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  68. 35cd3f4 Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  69. b4184cb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  70. 0783783 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  71. 3f86ba5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 01ec716 Merge tag 'pm+acpi-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  73. 17d25a3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. 18fb92c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. cade818 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. 83a395d Merge branch 'parisc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  77. dd28769 Merge tag 'arc-4.6-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  78. 4883d11 Merge tag 'powerpc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  79. 659a182 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  80. f0b22d1 parisc: fix a bug when syscall number of tracee is __NR_Linux_syscalls by Dmitry V. Levin · 9 years ago
  81. 5f2f88e Merge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes' by Rafael J. Wysocki · 9 years ago
  82. 7c21b38 Merge branches 'acpica-fixes' and 'device-properties-fixes' by Rafael J. Wysocki · 9 years ago
  83. 886123f x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO by Chen Yu · 9 years ago
  84. 9caa7e7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  85. 43a3e83 mailmap: add John Paul Adrian Glaubitz by Linus Torvalds · 9 years ago
  86. 7270a3f Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  87. 7322dd7 byteswap: try to avoid __builtin_constant_p gcc bug by Arnd Bergmann · 9 years ago
  88. 7c31190 lib/stackdepot: avoid to return 0 handle by Joonsoo Kim · 9 years ago
  89. 172400c mm: fix kcompactd hang during memory offlining by Vlastimil Babka · 9 years ago
  90. acbef7b modpost: fix module autoloading for OF devices with generic compatible property by Philipp Zabel · 9 years ago
  91. 8148a73 proc: prevent accessing /proc/<PID>/environ until it's ready by Mathias Krause · 9 years ago
  92. 32a4e169 mm/zswap: provide unique zpool name by Dan Streetman · 9 years ago
  93. 127393f mm: thp: kvm: fix memory corruption in KVM with THP enabled by Andrea Arcangeli · 9 years ago
  94. ff2de82 MAINTAINERS: fix Rajendra Nayak's address by Eric Engestrom · 9 years ago
  95. 14af4a5 mm, cma: prevent nr_isolated_* counters from going negative by Hugh Dickins · 9 years ago
  96. bc22af74 mm: update min_free_kbytes from khugepaged after core initialization by Jason Baron · 9 years ago
  97. 6842839 huge pagecache: mmap_sem is unlocked when truncation splits pmd by Hugh Dickins · 9 years ago
  98. 4e1016d rapidio/mport_cdev: fix uapi type definitions by Alexandre Bounine · 9 years ago
  99. 4550c4e mm: memcontrol: let v2 cgroups follow changes in system swappiness by Johannes Weiner · 9 years ago
  100. 145bdaa mm: thp: correct split_huge_pages file permission by Yang Shi · 9 years ago