1. eee417b nvme: properly free resources for cancelled command by Christoph Hellwig · 9 years ago
  2. aae239e nvme: simplify completion handling by Christoph Hellwig · 9 years ago
  3. adf68f2 nvme: special case AEN requests by Christoph Hellwig · 9 years ago
  4. e7a2a87 nvme: switch abort to blk_execute_rq_nowait by Christoph Hellwig · 9 years ago
  5. d8f3216 nvme: switch delete SQ/CQ to blk_execute_rq_nowait by Christoph Hellwig · 9 years ago
  6. 7688faa nvme: factor out a few helpers from req_completion by Christoph Hellwig · 9 years ago
  7. 4680072 nvme: fix admin queue depth by Christoph Hellwig · 9 years ago
  8. 4b9d5b1 NVMe: Simplify metadata setup by Keith Busch · 9 years ago
  9. 53029b0 NVMe: Remove device management handles on remove by Keith Busch · 9 years ago
  10. 92f7a16 NVMe: Use unbounded work queue for all work by Keith Busch · 9 years ago
  11. 540c801 NVMe: Implement namespace list scanning by Keith Busch · 9 years ago
  12. 6bf25d1 nvme: switch abort_limit to an atomic_t by Christoph Hellwig · 9 years ago
  13. 5c8809e nvme: remove dead controllers from a work item by Christoph Hellwig · 9 years ago
  14. fd634f41 nvme: merge probe_work and reset_work by Christoph Hellwig · 9 years ago
  15. e1569a1 nvme: do not restart the request timeout if we're resetting the controller by Keith Busch · 9 years ago
  16. 846cc05 nvme: simplify resets by Christoph Hellwig · 9 years ago
  17. 297465c nvme: add NVME_SC_CANCELLED by Christoph Hellwig · 9 years ago
  18. 31c7c7d nvme: merge nvme_abort_req and nvme_timeout by Christoph Hellwig · 9 years ago
  19. 4c9f748 nvme: don't take the I/O queue q_lock in nvme_timeout by Christoph Hellwig · 9 years ago
  20. 77bf25e nvme: protect against simultaneous shutdown invocations by Keith Busch · 9 years ago
  21. 7385014 nvme: only add a controller to dev_list after it's been fully initialized by Christoph Hellwig · 9 years ago
  22. 749941f nvme: only ignore hardware errors in nvme_create_io_queues by Christoph Hellwig · 9 years ago
  23. 287922e block: defer timeouts to a workqueue by Christoph Hellwig · 9 years ago
  24. 8c0b391 nvme: precedence bug in nvme_pr_clear() by Dan Carpenter · 9 years ago
  25. 7b6c0f8 blk-integrity: checking for NULL instead of IS_ERR by Dan Carpenter · 9 years ago
  26. d1ea7be nvme: fix another 32-bit build warning by Arnd Bergmann · 9 years ago
  27. ac02ddd NVMe: fix build with CONFIG_NVM enabled by Christoph Hellwig · 9 years ago
  28. 06c1e39 blk-integrity: empty implementation when disabled by Keith Busch · 9 years ago
  29. 9a0be7a nvme: refactor set_queue_count by Christoph Hellwig · 9 years ago
  30. f3ca80f nvme: move chardev and sysfs interface to common code by Christoph Hellwig · 9 years ago
  31. 5bae7f7 nvme: move namespace scanning to common code by Christoph Hellwig · 9 years ago
  32. ce4541f nvme: move the call to nvme_init_identify earlier by Christoph Hellwig · 9 years ago
  33. 7fd8930 nvme: add a common helper to read Identify Controller data by Christoph Hellwig · 9 years ago
  34. 5fd4ce1 nvme: move nvme_{enable,disable,shutdown}_ctrl to common code by Christoph Hellwig · 9 years ago
  35. 1b2eb37 nvme: move remaining CC setup into nvme_enable_ctrl by Christoph Hellwig · 9 years ago
  36. 106198e nvme: add explicit quirk handling by Christoph Hellwig · 9 years ago
  37. 1673f1f nvme: move block_device_operations and ns/ctrl freeing to common code by Christoph Hellwig · 9 years ago
  38. 0b7f1f2 nvme: use the block layer for userspace passthrough metadata by Keith Busch · 9 years ago
  39. 4160982 nvme: split __nvme_submit_sync_cmd by Christoph Hellwig · 9 years ago
  40. 22944e9 nvme: move nvme_setup_flush and nvme_setup_rw to common code by Christoph Hellwig · 9 years ago
  41. 15a190f7 nvme: move nvme_error_status to common code by Christoph Hellwig · 9 years ago
  42. d4f6c3a nvme: factor out a nvme_unmap_data helper by Christoph Hellwig · 9 years ago
  43. ba1ca37 nvme: refactor nvme_queue_rq by Christoph Hellwig · 9 years ago
  44. 69d2b57 nvme: simplify nvme_setup_prps calling convention by Christoph Hellwig · 9 years ago
  45. 1c63dc6 nvme: split a new struct nvme_ctrl out of struct nvme_dev by Christoph Hellwig · 9 years ago
  46. 01fec28 nvme: use vendor it from identify by Christoph Hellwig · 9 years ago
  47. bf7d3eb nvme: split nvme_trans_device_id_page by Christoph Hellwig · 9 years ago
  48. 7a67cbe nvme: use offset instead of a struct for registers by Christoph Hellwig · 9 years ago
  49. 21d3471 nvme: split command submission helpers out of pci.c by Christoph Hellwig · 9 years ago
  50. 71bd150 nvme: move struct nvme_iod to pci.c by Christoph Hellwig · 9 years ago
  51. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  52. d7cf931 Revert "blk-flush: Queue through IO scheduler when flush not required" by Jens Axboe · 9 years ago
  53. 3b627a3 block: clarify blk_add_timer() use case for blk-mq by Jens Axboe · 9 years ago
  54. bd5cece bio: use offset_in_page macro by Geliang Tang · 9 years ago
  55. 1fe8f34 block: do not initialise statics to 0 or NULL by Wei Tang · 9 years ago
  56. d674d41 block: do not initialise globals to 0 or NULL by Wei Tang · 9 years ago
  57. c2789bd block: rename request_queue slab cache by Ilya Dryomov · 9 years ago
  58. 55ce0da block: fix blk_abort_request for blk-mq drivers by Christoph Hellwig · 9 years ago
  59. bf508e9 nvme: add missing unmaps in nvme_queue_rq by Christoph Hellwig · 9 years ago
  60. c5c9f25 NVMe: default to 4k device page size by Nishanth Aravamudan · 9 years ago
  61. 6ffeba9 Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  62. 81b1a83 pidns: fix NULL dereference in __task_pid_nr_ns() by Eric Dumazet · 9 years ago
  63. 4ce01c5 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  64. 12e57f5 blk-merge: warn if figured out segment number is bigger than nr_phys_segments by Ming Lei · 9 years ago
  65. 02e7074 blk-merge: fix blk_bio_segment_split by Ming Lei · 9 years ago
  66. 578270b block: fix segment split by Ming Lei · 9 years ago
  67. a293154 Merge tag 'linux-kselftest-4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  68. 0fcb04d dm thin: fix regression in advertised discard limits by Mike Snitzer · 9 years ago
  69. 1ec2183 Linux 4.4-rc2 by Linus Torvalds · 9 years ago
  70. 104e2a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  71. dcfeda9 Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  72. 7f21739 Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  73. 6d2d91b Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  74. 0ec7dc8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  75. 94521b2 Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  76. 727cde6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. 069ec22 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  79. 0337451 slub: add missing kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  80. 03ec0ed slub: fix kmem cgroup bug in kmem_cache_alloc_bulk by Jesper Dangaard Brouer · 9 years ago
  81. d0ecd89 slub: optimize bulk slowpath free by detached freelist by Jesper Dangaard Brouer · 9 years ago
  82. 8108465 slub: support for bulk free with SLUB freelists by Jesper Dangaard Brouer · 9 years ago
  83. 41b85a1 parisc: Map kernel text and data on huge pages by Helge Deller · 9 years ago
  84. 736d216 parisc: Add Huge Page and HUGETLBFS support by Helge Deller · 9 years ago
  85. 337685e parisc: Use long branch to do_syscall_trace_exit by Helge Deller · 9 years ago
  86. 332b42e parisc: Increase initial kernel mapping to 32MB on 64bit kernel by Helge Deller · 9 years ago
  87. 4182d0c parisc: Initialize the fault vector earlier in the boot process. by Helge Deller · 9 years ago
  88. 1f25ad2 parisc: Add defines for Huge page support by Helge Deller · 9 years ago
  89. dcbf0d2 parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h by Helge Deller · 9 years ago
  90. 3ad5d7e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  91. 707b4f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. 4143fc8 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. 876454a Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  94. b094f89 blk-mq: fix calling unplug callbacks with preempt disabled by Jens Axboe · 9 years ago
  95. bd63acf serial: export fsl8250_handle_irq by Arnd Bergmann · 9 years ago
  96. fa70045 serial: 8250_mid: Add missing dependency by Heikki Krogerus · 9 years ago
  97. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  98. f356d7a serial: etraxfs-uart: Fix crash by Guenter Roeck · 9 years ago
  99. bec8bf6 serial: fsl_lpuart: Fix earlycon support by Peter Hurley · 9 years ago
  100. 83f7fa6c2 bcm63xx_uart: Use the device name when registering an interrupt by Simon Arlott · 9 years ago