1. 633395b block: check partition alignment by Stefan Haberland · 8 years ago
  2. c965809 nvme : Use correct scnprintf in cmb show by Stephen Bates · 8 years ago
  3. 25cdb64 block: allow WRITE_SAME commands with the SG_IO ioctl by Mauricio Faria de Oliveira · 8 years ago
  4. e846544 block: Remove unused member (busy) from struct blk_queue_tag by Ritesh Harjani · 8 years ago
  5. b8c0d91 bcache: partition support: add 16 minors per bcacheN device by Eric Wheeler · 8 years ago
  6. be628be bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
  7. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  8. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  9. 087a76d 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
  10. 759b265 Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  11. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. bd9999c Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  13. 9dfe495 Merge tag 'edac/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 8 years ago
  14. 9936f44 Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  15. 70f56cb Merge tag 'nios2-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
  16. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  17. 57ca04a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  18. c3c8699 ovl: fix reStructuredText syntax errors in documentation by Amir Goldstein · 8 years ago
  19. 313684c ovl: fix return value of ovl_fill_super by Geliang Tang · 8 years ago
  20. 32a3d84 ovl: clean up kstat usage by Al Viro · 8 years ago
  21. 9aba652 ovl: fold ovl_copy_up_truncate() into ovl_copy_up() by Amir Goldstein · 8 years ago
  22. 97c684c ovl: create directories inside merged parent opaque by Amir Goldstein · 8 years ago
  23. 5cf5b47 ovl: opaque cleanup by Miklos Szeredi · 8 years ago
  24. c5bef3a ovl: show redirect_dir mount option by Amir Goldstein · 8 years ago
  25. 3ea22a7 ovl: allow setting max size of redirect by Miklos Szeredi · 8 years ago
  26. 688ea0e ovl: allow redirect_dir to default to "on" by Miklos Szeredi · 8 years ago
  27. d159511 ovl: check for emptiness of redirect dir by Amir Goldstein · 8 years ago
  28. a6c6065 ovl: redirect on rename-dir by Miklos Szeredi · 8 years ago
  29. 02b69b2 ovl: lookup redirects by Miklos Szeredi · 8 years ago
  30. e28edc4 ovl: consolidate lookup for underlying layers by Miklos Szeredi · 8 years ago
  31. 48fab5d ovl: fix nested overlayfs mount by Amir Goldstein · 8 years ago
  32. 6b2d5fe ovl: check namelen by Miklos Szeredi · 8 years ago
  33. bbb1e54 ovl: split super.c by Miklos Szeredi · 8 years ago
  34. 2b8c30e ovl: use d_is_dir() by Miklos Szeredi · 8 years ago
  35. 8ee6059 ovl: simplify lookup by Miklos Szeredi · 8 years ago
  36. 3ee23ff ovl: check lower existence of rename target by Miklos Szeredi · 8 years ago
  37. 370e55a ovl: rename: simplify handling of lower/merged directory by Miklos Szeredi · 8 years ago
  38. 38e813d ovl: get rid of PURE type by Miklos Szeredi · 8 years ago
  39. 2aff453 ovl: check lower existence when removing by Miklos Szeredi · 8 years ago
  40. c412ce4 ovl: add ovl_dentry_is_whiteout() by Miklos Szeredi · 8 years ago
  41. 99f5d08 ovl: don't check sticky by Miklos Szeredi · 8 years ago
  42. 804032f ovl: don't check rename to self by Miklos Szeredi · 8 years ago
  43. ca4c8a3 ovl: treat special files like a regular fs by Miklos Szeredi · 8 years ago
  44. 6c02cb5 ovl: rename ovl_rename2() to ovl_rename() by Miklos Szeredi · 8 years ago
  45. 2ea9846 ovl: use vfs_clone_file_range() for copy up if possible by Amir Goldstein · 8 years ago
  46. 31c3a70 Revert "ovl: get_write_access() in truncate" by Miklos Szeredi · 8 years ago
  47. 2d8f290 ovl: update doc by Miklos Szeredi · 8 years ago
  48. b335e9d vfs: fix vfs_clone_file_range() for overlayfs files by Amir Goldstein · 8 years ago
  49. 031a072 vfs: call vfs_clone_file_range() under freeze protection by Amir Goldstein · 8 years ago
  50. 913b86e vfs: allow vfs_clone_file_range() across mount points by Amir Goldstein · 8 years ago
  51. 3616119 vfs: no mnt_want_write_file() in vfs_{copy,clone}_file_range() by Miklos Szeredi · 8 years ago
  52. 8d3e293 Revert "vfs: rename: check backing inode being equal" by Miklos Szeredi · 8 years ago
  53. beef512 Revert "af_unix: fix hard linked sockets on overlay" by Miklos Szeredi · 8 years ago
  54. c6f6634 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  55. 73e2e0c Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  56. ed3c5a0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  57. 47057ab nfsd: add support for the umask attribute by Andreas Gruenbacher · 9 years ago
  58. 66d4667 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  59. 991688bf Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  60. 482c3e88 Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  61. 786a72d Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  62. 3bd776b Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  63. 775fadd Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  64. e79ab19 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  65. 3ec5e8d Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  66. 09dee2a Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  67. d25b6af Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  68. 6bdf1e0e Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  69. 378d5a4 fs/logfs: drop __CHECK_ENDIAN__ by Michael S. Tsirkin · 8 years ago
  70. dc67a9f Documentation/sparse: drop __CHECK_ENDIAN__ by Michael S. Tsirkin · 8 years ago
  71. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  72. 46d832f checkpatch: replace __bitwise__ with __bitwise by Michael S. Tsirkin · 8 years ago
  73. 9536099 Documentation/sparse: drop __bitwise__ by Michael S. Tsirkin · 8 years ago
  74. 376a5fb tools: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  75. 05de970 linux/types.h: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  76. cecdbdc virtio_mmio: Set dev.release() to avoid warning by Yuan Liu · 8 years ago
  77. 8d39046 vhost: remove unused feature bit by Jason Wang · 8 years ago
  78. 0c7eaf5 virtio_ring: fix description of virtqueue_get_buf by Felipe Franciosi · 8 years ago
  79. b9fd06d vhost/scsi: Remove unused but set variable by Tobias Klauser · 8 years ago
  80. ea9156f tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h by Mark Rutland · 8 years ago
  81. 9d1b972 vringh: kill off ACCESS_ONCE() by Mark Rutland · 8 years ago
  82. 5da889c tools/virtio: fix READ_ONCE() by Mark Rutland · 8 years ago
  83. dbaf062 crypto: add virtio-crypto driver by Gonglei · 8 years ago
  84. 809ecb9 vhost: cache used event for better performance by Jason Wang · 8 years ago
  85. 6c083c2 vsock: lookup and setup guest_cid inside vhost_vsock_lock by Gao feng · 8 years ago
  86. a3cbec6 virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants by Christoph Hellwig · 8 years ago
  87. 66f2f55 virtio_pci: merge vp_free_vectors into vp_del_vqs by Christoph Hellwig · 8 years ago
  88. 9f8196c virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors by Christoph Hellwig · 8 years ago
  89. fa3a327 virtio_pci: use pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  90. d417959 virtio: clean up handling of request_irq failure by Michael S. Tsirkin · 8 years ago
  91. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  92. 5e176d6 Merge tag 'for-linus-4.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  93. 39d2c3b Merge tag 'upstream-4.10-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  94. e18bf80 Merge tag 'platform-drivers-x86-v4.10-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  95. 8600b69 Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  96. 0ab7b12 Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  97. cb2bf25 platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and type by Darren Hart · 8 years ago
  98. a9a16a6 Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  99. d3ea547 rdma: fix buggy code that the compiler warns about by Linus Torvalds · 8 years ago
  100. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago