1. c05cefc nfs: Fix ugly referral attributes by Chuck Lever · 7 years ago
  2. fd53dde NFS: super: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  3. 6c67a3e4a sunrpc: remove net pointer from messages by Vasily Averin · 7 years ago
  4. e4949e4 nfs: remove net pointer from messages by Vasily Averin · 7 years ago
  5. 4112be7 sunrpc: exit_net cleanup check added by Vasily Averin · 7 years ago
  6. b0b5352 nfs client: exit_net cleanup check added by Vasily Averin · 7 years ago
  7. 0671d8f nfs/write: Use common error handling code in nfs_lock_and_join_requests() by Markus Elfring · 7 years ago
  8. fcd8843 NFSv4: Replace closed stateids with the "invalid special stateid" by Trond Myklebust · 7 years ago
  9. e1fff5d NFSv4: nfs_set_open_stateid must not trigger state recovery for closed state by Trond Myklebust · 7 years ago
  10. 46280d9 NFSv4: Check the open stateid when searching for expired state by Trond Myklebust · 7 years ago
  11. 140087fd NFSv4: Clean up nfs4_delegreturn_done by Trond Myklebust · 7 years ago
  12. 91b30d2 NFSv4: cleanup nfs4_close_done by Trond Myklebust · 7 years ago
  13. ff90514 NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn by Trond Myklebust · 7 years ago
  14. 7380020 pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close by Trond Myklebust · 7 years ago
  15. c82bac6 NFSv4: Don't try to CLOSE if the stateid 'other' field has changed by Trond Myklebust · 7 years ago
  16. 12f275c NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID. by Trond Myklebust · 7 years ago
  17. d803224 NFS: Fix a typo in nfs_rename() by Trond Myklebust · 7 years ago
  18. 8fd1ab7 NFSv4: Fix open create exclusive when the server reboots by Trond Myklebust · 7 years ago
  19. ad9e02d NFSv4: Add a tracepoint to document open stateid updates by Trond Myklebust · 7 years ago
  20. c9399f2 NFSv4: Fix OPEN / CLOSE race by Trond Myklebust · 7 years ago
  21. c435da6 sunrpc: Add rpc_request static trace point by Chuck Lever · 7 years ago
  22. b2bfe59 sunrpc: Fix rpc_task_begin trace point by Chuck Lever · 7 years ago
  23. a30ccf1 SUNRPC: Fix parsing failure in trace points with XIDs by Chuck Lever · 7 years ago
  24. e9d4763 net: sunrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  25. 6089dd0 NFS: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  26. 3944369 NFS: Avoid RCU usage in tracepoints by Anna Schumaker · 7 years ago
  27. 62b56a6 xprtrdma: Update copyright notices by Chuck Lever · 7 years ago
  28. 1b746c1 xprtrdma: Remove include for linux/prefetch.h by Chuck Lever · 7 years ago
  29. 2232df5 rpcrdma: Remove C structure definitions of XDR data items by Chuck Lever · 7 years ago
  30. a4699f5 xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode by Chuck Lever · 7 years ago
  31. 212bf41 fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  32. 2f62b5a fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  33. 194bc1f fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  34. 0896cad fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  35. 81a090b fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  36. 2b28a7b fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  37. eba6dd6 fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  38. a2a5dea fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  39. 3be0f80b NFSv4.1: Fix up replays of interrupted requests by Trond Myklebust · 7 years ago
  40. 6f0afc2 xprtrdma: Remove atomic send completion counting by Chuck Lever · 7 years ago
  41. 01bb35c xprtrdma: RPC completion should wait for Send completion by Chuck Lever · 7 years ago
  42. 0ba6f37 xprtrdma: Refactor rpcrdma_deferred_completion by Chuck Lever · 7 years ago
  43. 531cca0 xprtrdma: Add a field of bit flags to struct rpcrdma_req by Chuck Lever · 7 years ago
  44. ae72950 xprtrdma: Add data structure to manage RDMA Send arguments by Chuck Lever · 7 years ago
  45. a062a2a xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge() by Chuck Lever · 7 years ago
  46. 857f9ac xprtrdma: Change return value of rpcrdma_prepare_send_sges() by Chuck Lever · 7 years ago
  47. 394b2c7 xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges() by Chuck Lever · 7 years ago
  48. ad99f05 xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges() by Chuck Lever · 7 years ago
  49. be798f9 xprtrdma: Decode credits field in rpcrdma_reply_handler by Chuck Lever · 7 years ago
  50. d8f532d xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion by Chuck Lever · 7 years ago
  51. e1352c9 xprtrdma: Refactor rpcrdma_reply_handler some more by Chuck Lever · 7 years ago
  52. 5381e0e xprtrdma: Move decoded header fields into rpcrdma_rep by Chuck Lever · 7 years ago
  53. 61433af xprtrdma: Throw away reply when version is unrecognized by Chuck Lever · 7 years ago
  54. 2b4f892 xprtrdma: Remove ro_unmap_safe by Chuck Lever · 7 years ago
  55. 4ce6c04 xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request by Chuck Lever · 7 years ago
  56. 8f66b1a xprtrdma: Don't defer fencing an async RPC's chunks by Chuck Lever · 7 years ago
  57. 1fea73ac NFS: remove special-case revalidate in nfs_opendir() by NeilBrown · 7 years ago
  58. b688741 NFS: revalidate "." etc correctly on "open". by NeilBrown · 7 years ago
  59. 1750d92 NFS: Don't compare apples to elephants to determine access bits by Anna Schumaker · 8 years ago
  60. 3c18182 NFS: Create NFS_ACCESS_* flags by Anna Schumaker · 8 years ago
  61. 33d930e Linux 4.14-rc5 by Linus Torvalds · 7 years ago
  62. ae7df8f Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  63. 7a263b1 Merge tag 'usb-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  64. 7a23c5a Merge tag 'dmaengine-fix-4.14-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  65. e7a36a6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. a339b35 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 7b764ce Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 26c923a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 60a6ca6 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. 2b34218 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. a515d05 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  72. 1f161f6 x86/microcode: Do the family check first by Borislav Petkov · 7 years ago
  73. b483cf3b locking/lockdep: Disable cross-release features for now by Ingo Molnar · 7 years ago
  74. be1f16b Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  75. b956575 x86/mm: Flush more aggressively in lazy TLB mode by Andy Lutomirski · 7 years ago
  76. 9aa0d2d Merge tag 'drm-fixes-for-v4.14-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  77. a480f30 Merge tag 'drm-intel-fixes-2017-10-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  78. 7a5bea7 Merge branch 'msm-fixes-4.14-rc4' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 7 years ago
  79. 06d97c5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  80. 61b6397 mm, swap: use page-cluster as max window of VMA based swap readahead by Huang Ying · 7 years ago
  81. a7b1009 mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock by Will Deacon · 7 years ago
  82. ca18255 kmemleak: clear stale pointers from task stacks by Konstantin Khlebnikov · 7 years ago
  83. 7e86600 fs/binfmt_misc.c: node could be NULL when evicting inode by Eryu Guan · 7 years ago
  84. f892760 fs/mpage.c: fix mpage_writepage() for pages with buffers by Matthew Wilcox · 7 years ago
  85. e8c97af linux/kernel.h: add/correct kernel-doc notation by Randy Dunlap · 7 years ago
  86. e65c62b tty: fall back to N_NULL if switching to N_TTY fails during hangup by Johannes Weiner · 7 years ago
  87. b8c8a33 Revert "vmalloc: back off when the current task is killed" by Johannes Weiner · 7 years ago
  88. ef46501 mm/cma.c: take __GFP_NOWARN into account in cma_alloc() by Boris Brezillon · 7 years ago
  89. 51962a9 scripts/kallsyms.c: ignore symbol type 'n' by Guenter Roeck · 7 years ago
  90. 7ddd8fa userfaultfd: selftest: exercise -EEXIST only in background transfer by Andrea Arcangeli · 7 years ago
  91. 064f0e9 mm: only display online cpus of the numa node by Zhen Lei · 7 years ago
  92. af0db98 mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk(). by Zi Yan · 7 years ago
  93. de55c8b mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter by Andrey Ryabinin · 7 years ago
  94. 8a1ac5d include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OF by Arnd Bergmann · 7 years ago
  95. c02c300 mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK by Yang Shi · 7 years ago
  96. cc3fa84 lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together by Randy Dunlap · 7 years ago
  97. e20d103 mm/migrate: fix indexing bug (off by one) and avoid out of bound access by Mark Hairgrove · 7 years ago
  98. e837d91 Merge tag 'pci-v4.14-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  99. 997301a Merge tag 'iommu-fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  100. 0c080ce Merge tag 'devicetree-fixes-for-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago