]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2016-01-12 Keith BuschNVMe: Fix admin queue ring wrap
2016-01-12 Christoph Hellwignvme: make SG_IO support optional
2016-01-12 Christoph Hellwignvme: fixes for NVME_IOCTL_IO_CMD on the char device
2016-01-12 Christoph Hellwignvme: synchronize access to ctrl->namespaces
2016-01-12 Sagi Grimbergnvme: Move nvme_freeze/unfreeze_queues to nvme core
2015-12-23 Sudip MukherjeePCI/AER: include header file
2015-12-22 Keith BuschNVMe: Export namespace attributes to sysfs
2015-12-22 Keith BuschNVMe: Add pci error handlers
2015-12-22 Christoph Hellwigblock: remove REQ_NO_TIMEOUT flag
2015-12-22 Christoph Hellwignvme: merge iod and cmd_info
2015-12-22 Christoph Hellwignvme: meta_sg doesn't have to be an array
2015-12-22 Christoph Hellwignvme: properly free resources for cancelled command
2015-12-22 Christoph Hellwignvme: simplify completion handling
2015-12-22 Christoph Hellwignvme: special case AEN requests
2015-12-22 Christoph Hellwignvme: switch abort to blk_execute_rq_nowait
2015-12-22 Christoph Hellwignvme: switch delete SQ/CQ to blk_execute_rq_nowait
2015-12-22 Christoph Hellwignvme: factor out a few helpers from req_completion
2015-12-22 Christoph Hellwignvme: fix admin queue depth
2015-12-22 Keith BuschNVMe: Simplify metadata setup
2015-12-22 Keith BuschNVMe: Remove device management handles on remove
2015-12-22 Keith BuschNVMe: Use unbounded work queue for all work
2015-12-22 Keith BuschNVMe: Implement namespace list scanning
2015-12-22 Christoph Hellwignvme: switch abort_limit to an atomic_t
2015-12-22 Christoph Hellwignvme: remove dead controllers from a work item
2015-12-22 Christoph Hellwignvme: merge probe_work and reset_work
2015-12-22 Keith Buschnvme: do not restart the request timeout if we're reset...
2015-12-22 Christoph Hellwignvme: simplify resets
2015-12-22 Christoph Hellwignvme: add NVME_SC_CANCELLED
2015-12-22 Christoph Hellwignvme: merge nvme_abort_req and nvme_timeout
2015-12-22 Christoph Hellwignvme: don't take the I/O queue q_lock in nvme_timeout
2015-12-22 Keith Buschnvme: protect against simultaneous shutdown invocations
2015-12-22 Christoph Hellwignvme: only add a controller to dev_list after it's...
2015-12-22 Christoph Hellwignvme: only ignore hardware errors in nvme_create_io_queues
2015-12-22 Christoph Hellwigblock: defer timeouts to a workqueue
2015-12-09 Dan Carpenternvme: precedence bug in nvme_pr_clear()
2015-12-09 Dan Carpenterblk-integrity: checking for NULL instead of IS_ERR
2015-12-08 Arnd Bergmannnvme: fix another 32-bit build warning
2015-12-03 Christoph HellwigNVMe: fix build with CONFIG_NVM enabled
2015-12-03 Keith Buschblk-integrity: empty implementation when disabled
2015-12-01 Christoph Hellwignvme: refactor set_queue_count
2015-12-01 Christoph Hellwignvme: move chardev and sysfs interface to common code
2015-12-01 Christoph Hellwignvme: move namespace scanning to common code
2015-12-01 Christoph Hellwignvme: move the call to nvme_init_identify earlier
2015-12-01 Christoph Hellwignvme: add a common helper to read Identify Controller...
2015-12-01 Christoph Hellwignvme: move nvme_{enable,disable,shutdown}_ctrl to commo...
2015-12-01 Christoph Hellwignvme: move remaining CC setup into nvme_enable_ctrl
2015-12-01 Christoph Hellwignvme: add explicit quirk handling
2015-12-01 Christoph Hellwignvme: move block_device_operations and ns/ctrl freeing...
2015-12-01 Keith Buschnvme: use the block layer for userspace passthrough...
2015-12-01 Christoph Hellwignvme: split __nvme_submit_sync_cmd
2015-12-01 Christoph Hellwignvme: move nvme_setup_flush and nvme_setup_rw to common...
2015-12-01 Christoph Hellwignvme: move nvme_error_status to common code
2015-12-01 Christoph Hellwignvme: factor out a nvme_unmap_data helper
2015-12-01 Christoph Hellwignvme: refactor nvme_queue_rq
2015-12-01 Christoph Hellwignvme: simplify nvme_setup_prps calling convention
2015-12-01 Christoph Hellwignvme: split a new struct nvme_ctrl out of struct nvme_dev
2015-12-01 Christoph Hellwignvme: use vendor it from identify
2015-12-01 Christoph Hellwignvme: split nvme_trans_device_id_page
2015-12-01 Christoph Hellwignvme: use offset instead of a struct for registers
2015-12-01 Christoph Hellwignvme: split command submission helpers out of pci.c
2015-12-01 Christoph Hellwignvme: move struct nvme_iod to pci.c
2015-12-01 Christoph Hellwigblk-mq: add a flags parameter to blk_mq_alloc_request
2015-11-25 Jens AxboeRevert "blk-flush: Queue through IO scheduler when...
2015-11-24 Jens Axboeblock: clarify blk_add_timer() use case for blk-mq
2015-11-24 Geliang Tangbio: use offset_in_page macro
2015-11-24 Wei Tangblock: do not initialise statics to 0 or NULL
2015-11-24 Wei Tangblock: do not initialise globals to 0 or NULL
2015-11-24 Ilya Dryomovblock: rename request_queue slab cache
2015-11-24 Christoph Hellwigblock: fix blk_abort_request for blk-mq drivers
2015-11-24 Christoph Hellwignvme: add missing unmaps in nvme_queue_rq
2015-11-24 Nishanth AravamudanNVMe: default to 4k device page size
2015-11-24 Linus TorvaldsMerge tag 'dm-4.4-fixes' of git://git.kernel.org/pub...
2015-11-24 Eric Dumazetpidns: fix NULL dereference in __task_pid_nr_ns()
2015-11-24 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2015-11-24 Ming Leiblk-merge: warn if figured out segment number is bigger...
2015-11-24 Ming Leiblk-merge: fix blk_bio_segment_split
2015-11-24 Ming Leiblock: fix segment split
2015-11-23 Linus TorvaldsMerge tag 'linux-kselftest-4.4-rc3' of git://git.kernel...
2015-11-23 Mike Snitzerdm thin: fix regression in advertised discard limits
2015-11-23 Linus TorvaldsLinux 4.4-rc2 v4.4-rc2
2015-11-22 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-11-22 Linus TorvaldsMerge tag 'tty-4.4-rc2' of git://git.kernel.org/pub...
2015-11-22 Linus TorvaldsMerge tag 'staging-4.4-rc2' of git://git.kernel.org...
2015-11-22 Linus TorvaldsMerge tag 'usb-4.4-rc2' of git://git.kernel.org/pub...
2015-11-22 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2015-11-22 Linus TorvaldsMerge branch 'parisc-4.4-2' of git://git.kernel.org...
2015-11-22 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2015-11-22 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2015-11-22 Jesper Dangaard... slab/slub: adjust kmem_cache_alloc_bulk API
2015-11-22 Jesper Dangaard... slub: add missing kmem cgroup support to kmem_cache_fre...
2015-11-22 Jesper Dangaard... slub: fix kmem cgroup bug in kmem_cache_alloc_bulk
2015-11-22 Jesper Dangaard... slub: optimize bulk slowpath free by detached freelist
2015-11-22 Jesper Dangaard... slub: support for bulk free with SLUB freelists
2015-11-22 Helge Dellerparisc: Map kernel text and data on huge pages
2015-11-22 Helge Dellerparisc: Add Huge Page and HUGETLBFS support
2015-11-22 Helge Dellerparisc: Use long branch to do_syscall_trace_exit
2015-11-22 Helge Dellerparisc: Increase initial kernel mapping to 32MB on...
2015-11-22 Helge Dellerparisc: Initialize the fault vector earlier in the...
2015-11-22 Helge Dellerparisc: Add defines for Huge page support
2015-11-22 Helge Dellerparisc: Drop unused MADV_xxxK_PAGES flags from asm...
next