1. 5a1f6d9 NFSv4: Fix the underestimation of delegation XDR space reservation by Trond Myklebust · 8 years ago
  2. c065eee NFSv4: Replace callback string decode function with a generic by Trond Myklebust · 8 years ago
  3. 6da59ce NFSv4: Replace the open coded decode_opaque_inline() with the new generic by Trond Myklebust · 8 years ago
  4. ab6e9aa NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics by Trond Myklebust · 8 years ago
  5. 0ae060c SUNRPC: Add generic helpers for xdr_stream encode/decode by Trond Myklebust · 8 years ago
  6. 9761a24 sunrpc: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  7. 251af29 nlm: Ensure callback code also checks that the files match by Trond Myklebust · 8 years ago
  8. b977b64 sunrpc: Allow xprt->ops->timer method to sleep by Chuck Lever · 8 years ago
  9. 9a5c63e xprtrdma: Refactor management of mw_list field by Chuck Lever · 8 years ago
  10. 0a90487 xprtrdma: Handle stale connection rejection by Chuck Lever · 8 years ago
  11. 18c0fb3 xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs by Chuck Lever · 8 years ago
  12. c6f5b47 xprtrdma: Shrink send SGEs array by Chuck Lever · 8 years ago
  13. 16f906d xprtrdma: Reduce required number of send SGEs by Chuck Lever · 8 years ago
  14. c95a3c6 xprtrdma: Disable pad optimization by default by Chuck Lever · 8 years ago
  15. b5f0afb xprtrdma: Per-connection pad optimization by Chuck Lever · 8 years ago
  16. 24abdf1 xprtrdma: Fix Read chunk padding by Chuck Lever · 8 years ago
  17. 26ae102 NFSv4: Set the connection timeout to match the lease period by Trond Myklebust · 8 years ago
  18. 7196dbb SUNRPC: Allow changing of the TCP timeout parameters on the fly by Trond Myklebust · 8 years ago
  19. 8d1b8c6 SUNRPC: Refactor TCP socket timeout code into a helper function by Trond Myklebust · 8 years ago
  20. d23bb11 SUNRPC: Remove unused function rpc_get_timeout() by Trond Myklebust · 8 years ago
  21. a974dee NFSv4: Fix memory and state leak in _nfs4_open_and_get_state by Trond Myklebust · 8 years ago
  22. 8ccc869 sunrpc: use simple_read_from_buffer for reading cache flush by Kinglong Mee · 8 years ago
  23. 3f373e8 sunrpc: record rpc client pointer in seq->private directly by Kinglong Mee · 8 years ago
  24. 6489a8f sunrpc: update the comments of sunrpc proc path by Kinglong Mee · 8 years ago
  25. af4926e sunrpc: remove dead codes of cr_magic in rpc_cred by Kinglong Mee · 8 years ago
  26. 5786461 sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix by Kinglong Mee · 8 years ago
  27. 863d7d9 sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail by Kinglong Mee · 8 years ago
  28. 2864486 sunrpc: error out if register_shrinker fail by Kinglong Mee · 8 years ago
  29. 600424e nfs: no PG_private waiters remain, remove waker by Nicholas Piggin · 8 years ago
  30. 920b453 NFS: nfs_rename() handle -ERESTARTSYS dentry left behind by Benjamin Coddington · 8 years ago
  31. 68e33bd NFSv4: Fix warning for using 0 as NULL by Wei Yongjun · 8 years ago
  32. 2e54b9b pNFS/flexfiles: Make local symbol layoutreturn_ops static by Wei Yongjun · 8 years ago
  33. 045c551 NFS: Return the comparison result directly in nfs41_match_stateid() by Anna Schumaker · 8 years ago
  34. 49ad014 NFS: Clean up nfs41_same_server_scope() by Anna Schumaker · 8 years ago
  35. 81b68de NFS: No need to set and return status in nfs41_lock_expired() by Anna Schumaker · 8 years ago
  36. 9df1336 NFS: Remove unnecessary goto in nfs4_lookup_root_sec() by Anna Schumaker · 8 years ago
  37. 334f87d NFS: Remove nfs4_recover_expired_lease() by Anna Schumaker · 8 years ago
  38. d7e9825 NFS: Remove an extra if in _nfs4_recover_proc_open() by Anna Schumaker · 8 years ago
  39. 37a8484 NFS: Return errors directly in _nfs4_opendata_reclaim_to_nfs4_state() by Anna Schumaker · 8 years ago
  40. 820bf85 NFS: Remove nfs4_wait_for_completion_rpc_task() by Anna Schumaker · 8 years ago
  41. eeea536 NFS: Clean up _nfs4_is_integrity_protected() by Anna Schumaker · 8 years ago
  42. d9b67e1 NFS: Fix inconsistent indentation in nfs4proc.c by Anna Schumaker · 8 years ago
  43. ad05cc0 NFS: Make trace_nfs4_setup_sequence() available to NFS v4.0 by Anna Schumaker · 8 years ago
  44. 3d35808 NFS: Merge the remaining setup_sequence functions by Anna Schumaker · 8 years ago
  45. 76ee035 NFS: Check if the slot table is draining from nfs4_setup_sequence() by Anna Schumaker · 8 years ago
  46. 0dcee8b NFS: Handle setup sequence task rescheduling in a single place by Anna Schumaker · 8 years ago
  47. 6994cdd NFS: Lock the slot table from a single place during setup sequence by Anna Schumaker · 8 years ago
  48. 9dd9107f NFS: Move slot-already-allocated check into nfs_setup_sequence() by Anna Schumaker · 8 years ago
  49. 7981c8a NFS: Create a single nfs4_setup_sequence() function by Anna Schumaker · 8 years ago
  50. 6de7e12 NFS: Use nfs4_setup_sequence() everywhere by Anna Schumaker · 8 years ago
  51. 42e1cca NFS: Change nfs4_setup_sequence() to take an nfs_client structure by Anna Schumaker · 8 years ago
  52. 172d9de NFS: Change nfs4_get_session() to take an nfs_client structure by Anna Schumaker · 10 years ago
  53. efc6f4a NFS: Move nfs4_get_session() into nfs4_session.h by Anna Schumaker · 8 years ago
  54. 6f6e3c0 NFS: tidy up nfs_show_mountd_netid by NeilBrown · 8 years ago
  55. 4c3ffd0 SUNRPC: two small improvements to rpcauth shrinker. by NeilBrown · 8 years ago
  56. ddeaa63 sunrpc & nfs: Add and use dprintk_cont macros by Joe Perches · 8 years ago
  57. 566cf87 Linux 4.10-rc6 by Linus Torvalds · 8 years ago
  58. 39cb2c9 drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj() by Linus Torvalds · 8 years ago
  59. 2c5d955 Merge branch 'parisc-4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  60. 53cd1ad Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  61. 2ad5d52 parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header by Helge Deller · 8 years ago
  62. 83b5d1e parisc, parport_gsc: Fixes for printk continuation lines by Helge Deller · 8 years ago
  63. d56a5ca Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  64. dd55396 Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  65. 64a172d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  66. ef1dce9 Merge tag 'arc-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  67. 1b1bc42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  68. 3365135 Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  69. 5906374 Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  70. 2fb78e8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  71. dd3b9f2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  72. 69978aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  73. 2b43215 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  74. 3aebae0 Merge tag 'vfio-v4.10-rc6' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  75. b4cfe39 RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled by Jack Morgenstein · 8 years ago
  76. c14024d Merge branch 'stable/for-jens-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 8 years ago
  77. 9aed02f ARC: [arcompact] handle unaligned access delay slot corner case by Vineet Gupta · 8 years ago
  78. 9d1d166 Merge tag 'media/v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  79. b84f027 Merge tag 'mmc-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  80. ed4d50c Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  81. e0d76fa xfs: prevent quotacheck from overloading inode lru by Brian Foster · 8 years ago
  82. 950eabb ISDN: eicon: silence misleading array-bounds warning by Arnd Bergmann · 8 years ago
  83. 9d162ed net: phy: micrel: add support for KSZ8795 by Sean Nyekjaer · 8 years ago
  84. 95120eb Merge branch 'gtp-fixes' by David S. Miller · 8 years ago
  85. 3ab1b46 gtp: fix cross netns recv on gtp socket by Andreas Schultz · 8 years ago
  86. c6ce1d0 gtp: clear DF bit on GTP packet tx by Andreas Schultz · 8 years ago
  87. ab72982 gtp: add genl family modules alias by Andreas Schultz · 8 years ago
  88. 92e55f4 tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 8 years ago
  89. 606f422 arm64: skip register_cpufreq_notifier on ACPI-based systems by Prashanth Prakash · 8 years ago
  90. fd694aa Merge tag 'drm-fixes-for-v4.10-rc6-part-two' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  91. 736a149 Merge tag 'drm-intel-fixes-2017-01-26' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  92. 2287a24 Merge tag 'acpi-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  93. 7d3a0fa Merge tag 'pm-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  94. 15266ae drm/nouveau: Handle fbcon suspend/resume in seperate worker by Lyude Paul · 8 years ago
  95. cae9ff0 drm/nouveau: Don't enabling polling twice on runtime resume by Lyude Paul · 8 years ago
  96. 6c971c0 drm/ast: Fixed system hanged if disable P2A by Y.C. Chen · 8 years ago
  97. e996598 Merge tag 'drm-vc4-fixes-2017-01-23' of https://github.com/anholt/linux into drm-fixes by Dave Airlie · 8 years ago
  98. 1fb2d35 Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  99. 99f300c Merge tag 'drm-misc-fixes-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes by Dave Airlie · 8 years ago
  100. 57b59ed Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations by Omar Sandoval · 8 years ago