1. 779eafa NFS: flush data when locking a file to ensure cache coherence for mmap. by NeilBrown · 7 years ago
  2. f1ecbc2 SUNRPC: remove some dead code. by NeilBrown · 7 years ago
  3. 237f830 NFS: don't expect errors from mempool_alloc(). by NeilBrown · 7 years ago
  4. 9590d08 xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler by Chuck Lever · 7 years ago
  5. f9773b2 Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-next by Trond Myklebust · 7 years ago
  6. 67af6f6 xprtrdma: Re-arrange struct rx_stats by Chuck Lever · 7 years ago
  7. 7af7a59 Merge branch 'bugfixes' by Trond Myklebust · 7 years ago
  8. 53a75f2 NFS: Fix NFSv2 security settings by Chuck Lever · 7 years ago
  9. b79e87e NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys' by NeilBrown · 7 years ago
  10. fd01b25 SUNRPC: ECONNREFUSED should cause a rebind. by NeilBrown · 7 years ago
  11. 3bde7af NFS: Remove unused parameter gfp_flags from nfs_pageio_init() by Trond Myklebust · 7 years ago
  12. 14abcb0 NFSv4: Fix up mirror allocation by Trond Myklebust · 7 years ago
  13. b7561e5 Merge branch 'writeback' by Trond Myklebust · 7 years ago
  14. ce7c252 SUNRPC: Add a separate spinlock to protect the RPC request receive list by Trond Myklebust · 7 years ago
  15. 040249d SUNRPC: Cleanup xs_tcp_read_common() by Trond Myklebust · 7 years ago
  16. 8d6f97d SUNRPC: Don't loop forever in xs_tcp_data_receive() by Trond Myklebust · 7 years ago
  17. c89091c SUNRPC: Don't hold the transport lock when receiving backchannel data by Trond Myklebust · 7 years ago
  18. 729749b SUNRPC: Don't hold the transport lock across socket copy operations by Trond Myklebust · 7 years ago
  19. 6748b0ca xprtrdma: Remove imul instructions from chunk list encoders by Chuck Lever · 7 years ago
  20. 28d9d56 xprtrdma: Remove imul instructions from rpcrdma_convert_iovs() by Chuck Lever · 7 years ago
  21. 2ce209c NFS: Wait for requests that are locked on the commit list by Trond Myklebust · 7 years ago
  22. 8205b9c NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg() by Trond Myklebust · 7 years ago
  23. 4b9bb25 NFS: Switch to using mapping->private_lock for page writeback lookups. by Trond Myklebust · 7 years ago
  24. 5cb953d NFS: Use an atomic_long_t to count the number of commits by Trond Myklebust · 7 years ago
  25. a6b6d5b NFS: Use an atomic_long_t to count the number of requests by Trond Myklebust · 7 years ago
  26. e824f99 NFSv4: Use a mutex to protect the per-inode commit lists by Trond Myklebust · 7 years ago
  27. b30d2f0 NFS: Refactor nfs_page_find_head_request() by Trond Myklebust · 7 years ago
  28. bd37d6f NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request() by Trond Myklebust · 7 years ago
  29. 7e8a30f NFS: Fix up nfs_page_group_covers_page() by Trond Myklebust · 8 years ago
  30. 1344b7e NFS: Remove unused parameter from nfs_page_group_lock() by Trond Myklebust · 8 years ago
  31. dee8304 NFS: Remove unuse function nfs_page_group_lock_wait() by Trond Myklebust · 8 years ago
  32. 902a4c0 NFS: Remove nfs_page_group_clear_bits() by Trond Myklebust · 8 years ago
  33. 5b2b518 NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race cases by Trond Myklebust · 8 years ago
  34. 74a6d4b NFS: Further optimise nfs_lock_and_join_requests() by Trond Myklebust · 8 years ago
  35. b5bab9b NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests() by Trond Myklebust · 8 years ago
  36. 7e6cca6 NFS: Remove page group limit in nfs_flush_incompatible() by Trond Myklebust · 8 years ago
  37. f6032f2 NFS: Teach nfs_try_to_update_request() to deal with request page_groups by Trond Myklebust · 8 years ago
  38. b66aaa8 NFS: Fix the inode request accounting when pages have subrequests by Trond Myklebust · 8 years ago
  39. 31a01f0 NFS: Don't unlock writebacks before declaring PG_WB_END by Trond Myklebust · 8 years ago
  40. e14bebf NFS: Don't check request offset and size without holding a lock by Trond Myklebust · 8 years ago
  41. a0e265b NFS: Fix an ABBA issue in nfs_lock_and_join_requests() by Trond Myklebust · 8 years ago
  42. 7cb9cd9 NFS: Fix a reference and lock leak in nfs_lock_and_join_requests() by Trond Myklebust · 8 years ago
  43. 08fead2 NFS: Ensure we always dereference the page head last by Trond Myklebust · 8 years ago
  44. 1403390 NFS: Reduce lock contention in nfs_try_to_update_request() by Trond Myklebust · 8 years ago
  45. 82749dd NFS: Reduce lock contention in nfs_page_find_head_request() by Trond Myklebust · 8 years ago
  46. 6d17d65 NFS: Simplify page writeback by Trond Myklebust · 8 years ago
  47. 55cfcd1 Merge branch 'open_state' by Trond Myklebust · 7 years ago
  48. 75e8c48 NFSv4: Use the nfs4_state being recovered in _nfs4_opendata_to_nfs4_state() by Trond Myklebust · 7 years ago
  49. 4e2fcac NFSv4: Use correct inode in _nfs4_opendata_to_nfs4_state() by Trond Myklebust · 7 years ago
  50. ef95484 Linux 4.13-rc5 by Linus Torvalds · 7 years ago
  51. b2298fc Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  52. c9dc281 Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  53. ce7ba95 Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  54. 438630e Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  55. dd95f18 Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  56. 10cec91 Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  57. 89a5527 Merge tag 'for-linus-20170812' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  58. 9a51544 mtd: blkdevs: Fix mtd block write failure by Abhishek Sahu · 7 years ago
  59. a99bcdc Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  60. 043cd07 Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  61. 216e4a1 Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  62. e0d0e04 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  63. 0993133 Merge tag 'mmc-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  64. 7eb97ba Merge tag 'fbdev-v4.13-rc5' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  65. 2bfc37c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  66. 7d7a827 Merge tag 'iommu-fixes-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  67. 8a9d6e9 pnfs/blocklayout: require 64-bit sector_t by Christoph Hellwig · 7 years ago
  68. 7ec910e xprtrdma: Clean up rpcrdma_bc_marshal_reply() by Chuck Lever · 7 years ago
  69. 39f4cd9 xprtrdma: Harden chunk list encoding against send buffer overflow by Chuck Lever · 7 years ago
  70. 7a80f3f xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req() by Chuck Lever · 7 years ago
  71. f4a2805 xprtrdma: Remove rpclen from rpcrdma_marshal_req by Chuck Lever · 7 years ago
  72. 09e6064 xprtrdma: Clean up rpcrdma_marshal_req() synopsis by Chuck Lever · 7 years ago
  73. 8001a97 Merge tag 'powerpc-4.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  74. a7990c6 iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_device by Artem Savkov · 7 years ago
  75. 020db9d xen/events: Fix interrupt lost during irq_disable and irq_enable by Liu Shuo · 7 years ago
  76. 529871b xen: avoid deadlock in xenbus by Juergen Gross · 7 years ago
  77. 4a8b53b Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  78. 4ca83dc xen: fix hvm guest with kaslr enabled by Juergen Gross · 7 years ago
  79. 10231f6 xen: split up xen_hvm_init_shared_info() by Juergen Gross · 7 years ago
  80. c138d81 x86: provide an init_mem_mapping hypervisor hook by Juergen Gross · 7 years ago
  81. 9183976 fuse: set mapping error in writepage_locked when it fails by Jeff Layton · 8 years ago
  82. b2dbdf2 Merge tag 'drm-fixes-for-v4.13-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  83. 27df704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  84. e86b298 userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage by Mike Rapoport · 7 years ago
  85. f357e34 zram: rework copy of compressor name in comp_algorithm_store() by Matthias Kaehlcke · 7 years ago
  86. aac2fea rmap: do not call mmu_notifier_invalidate_page() under ptl by Kirill A. Shutemov · 7 years ago
  87. d041353 mm: fix list corruptions on shmem shrinklist by Cong Wang · 7 years ago
  88. af54aed mm/balloon_compaction.c: don't zero ballooned pages by Wei Wang · 7 years ago
  89. c0a6a5a MAINTAINERS: copy virtio on balloon_compaction.c by Michael S. Tsirkin · 7 years ago
  90. b3a81d0 mm: fix KSM data corruption by Minchan Kim · 7 years ago
  91. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
  92. 0a2dd26 mm: make tlb_flush_pending global by Minchan Kim · 7 years ago
  93. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
  94. a9b8025 Revert "mm: numa: defer TLB flush for THP migration as long as possible" by Nadav Amit · 7 years ago
  95. 0a2c404 mm: migrate: fix barriers around tlb_flush_pending by Nadav Amit · 7 years ago
  96. 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 7 years ago
  97. 9eeb52a fault-inject: fix wrong should_fail() decision in task context by Akinobu Mita · 7 years ago
  98. 4e98ebe test_kmod: fix small memory leak on filesystem tests by Dan Carpenter · 7 years ago
  99. 9c56771 test_kmod: fix the lock in register_test_dev_kmod() by Dan Carpenter · 7 years ago
  100. 434b06a test_kmod: fix bug which allows negative values on two config options by Luis R. Rodriguez · 7 years ago