Show patches with: Submitter = Christoph Hellwig       |   5512 patches
« 1 2 ... 53 54 55 56 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[4/8] nvme: add fabrics sysfs attributes - 2 - --- 2016-06-06 Christoph Hellwig New
[3/8] nvme: Modify and export sync command submission for fabrics - 2 1 --- 2016-06-06 Christoph Hellwig New
[2/8] nvme: allow transitioning from NEW to LIVE state - 2 - --- 2016-06-06 Christoph Hellwig New
[1/8] blk-mq: add blk_mq_alloc_request_hctx - - - --- 2016-06-06 Christoph Hellwig New
[10/10] nvme: move nvme_cancel_request() to core.c - 1 - --- 2016-06-06 Christoph Hellwig New
[09/10] nvme: update nvme_cancel_io() a bit - - - --- 2016-06-06 Christoph Hellwig New
[08/10] nvme: move the workaround for I/O queue-less controllers from PCIe to core - 2 1 --- 2016-06-06 Christoph Hellwig New
[07/10] nvme: factor out a add nvme_is_write helper - 2 - --- 2016-06-06 Christoph Hellwig New
[06/10] nvme: allow for size limitations from transport drivers - 1 - --- 2016-06-06 Christoph Hellwig New
[05/10] nvme.h: add constants for PSDT and FUSE values - 1 - --- 2016-06-06 Christoph Hellwig New
[04/10] nvme.h: add AER constants - 3 - --- 2016-06-06 Christoph Hellwig New
[03/10] nvme.h: add NVM command set SQE/CQE size defines - 1 - --- 2016-06-06 Christoph Hellwig New
[02/10] nvme.h: Add get_log_page command strucure - 1 - --- 2016-06-06 Christoph Hellwig New
[01/10] nvme.h: add RTD3R, RTD3E and OAES fields - 2 - --- 2016-06-06 Christoph Hellwig New
[2/5] block: make bio_inc_remaining() interface accessible again 1 - - --- 2016-05-06 Christoph Hellwig New
[2/2] block: add __blkdev_issue_discard - - - --- 2016-04-16 Christoph Hellwig New
[1/2] block: remove struct bio_batch - - - --- 2016-04-16 Christoph Hellwig New
[8/8] nvme: switch to use pci_alloc_irq_vectors - - - --- 2016-04-16 Christoph Hellwig New
[7/8] pci: spread interrupt vectors in pci_alloc_irq_vectors - - - --- 2016-04-16 Christoph Hellwig New
[6/8] pci: provide sensible irq vector alloc/free routines - - - --- 2016-04-16 Christoph Hellwig New
[5/8] blk-mq: allow the driver to pass in an affinity mask - - - --- 2016-04-16 Christoph Hellwig New
[4/8] genirq: add a helper to program the pre-set affinity mask into the controller - - - --- 2016-04-16 Christoph Hellwig New
[3/8] genirq: add a helper spread an affinity mask for MSI/MSI-X vectors - - - --- 2016-04-16 Christoph Hellwig New
[2/8] genirq: Make use of dev->irq_affinity - - - --- 2016-04-16 Christoph Hellwig New
[1/8] device: Add irq affinity hint cpumask pointer - - - --- 2016-04-16 Christoph Hellwig New
[4/4] block: bio_remaining_done( isn't unlikely - - - --- 2016-03-11 Christoph Hellwig axboe Accepted
[3/4] block: cleanup bio_endio - - - --- 2016-03-11 Christoph Hellwig axboe Accepted
[2/4] block: factor out chained bio completion - - - --- 2016-03-11 Christoph Hellwig axboe Accepted
[1/4] block: don't unecessarily clobber bi_error for chained bios - - - --- 2016-03-11 Christoph Hellwig axboe Accepted
[2/6] vfs: vfs: Define new syscalls preadv2,pwritev2 - - - --- 2016-03-11 Christoph Hellwig New
[6/6] blk-mq: enable polling support by default - 2 1 --- 2016-03-03 Christoph Hellwig New
[5/6] direct-io: only use block polling if explicitly requested 1 1 1 --- 2016-03-03 Christoph Hellwig New
[4/6] vfs: add the RWF_HIPRI flag for preadv2/pwritev2 1 1 1 --- 2016-03-03 Christoph Hellwig New
[3/6] x86: wire up preadv2 and pwritev2 - 1 1 --- 2016-03-03 Christoph Hellwig New
[2/6] vfs: vfs: Define new syscalls preadv2,pwritev2 1 1 1 --- 2016-03-03 Christoph Hellwig New
[1/6] vfs: pass a flags argument to vfs_readv/vfs_writev 1 1 1 --- 2016-03-03 Christoph Hellwig New
[5/5] block: support large requests in blk_rq_map_user_iov - - - --- 2016-03-02 Christoph Hellwig axboe Accepted
[4/5] block: fix blk_rq_get_max_sectors for driver private requests - - - --- 2016-03-02 Christoph Hellwig axboe Accepted
[3/5] nvme: fix max_segments integer truncation - - - --- 2016-03-02 Christoph Hellwig axboe Accepted
[2/5] nvme: set queue limits for the admin queue - - - --- 2016-03-02 Christoph Hellwig axboe Accepted
[1/5] nvme: also set BLK_MQ_F_SHOULD_MERGE for the admin queue - - - --- 2016-03-02 Christoph Hellwig axboe Accepted
[7/7] block, directio: set a REQ_POLL flag when submitting polled bios - - - --- 2016-02-22 Christoph Hellwig axboe Superseded
[6/7] blk-mq: enable polling support by default - - - --- 2016-02-22 Christoph Hellwig axboe Superseded
[5/7] direct-io: only use block polling if explicitly requested - - - --- 2016-02-22 Christoph Hellwig axboe Superseded
[4/7] vfs: add the RWF_HIPRI flag for preadv2/pwritev2 - - - --- 2016-02-22 Christoph Hellwig axboe Superseded
[3/7] x86: wire up preadv2 and pwritev2 - - - --- 2016-02-22 Christoph Hellwig axboe Superseded
[2/7] vfs: vfs: Define new syscalls preadv2,pwritev2 - - - --- 2016-02-22 Christoph Hellwig axboe Superseded
[1/7] vfs: pass a flags argument to vfs_readv/vfs_writev - - - --- 2016-02-22 Christoph Hellwig axboe Superseded
complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional - - - --- 2016-02-09 Christoph Hellwig New
complete boot failure in 4.5-rc1 caused by nvme: make SG_IO support optional - - - --- 2016-02-09 Christoph Hellwig New
[6/6] blk-mq: enable polling support by default - - - --- 2015-12-24 Christoph Hellwig New
[5/6] direct-io: only use block polling if explicitly requested - - - --- 2015-12-24 Christoph Hellwig New
[4/6] vfs: add the RWF_HIPRI flag for preadv2/pwritev2 - - - --- 2015-12-24 Christoph Hellwig New
[3/6] x86: wire up preadv2 and pwritev2 - - - --- 2015-12-24 Christoph Hellwig New
[2/6] vfs: vfs: Define new syscalls preadv2,pwritev2 - - - --- 2015-12-24 Christoph Hellwig New
[1/6] vfs: pass a flags argument to vfs_readv/vfs_writev - - - --- 2015-12-24 Christoph Hellwig New
linux-next: build failure after merge of the block tree - - - --- 2015-12-02 Christoph Hellwig axboe Accepted
[11/11] block: remove REQ_NO_TIMEOUT flag - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[10/11] nvme: merge iod and cmd_info - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[09/11] nvme: meta_sg doesn't have to be an array - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[08/11] nvme: properly free resources for cancelled command - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[07/11] nvme: simplify completion handling - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[06/11] nvme: special case AEN requests - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[05/11] nvme: switch abort to blk_execute_rq_nowait - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[04/11] nvme: switch delete SQ/CQ to blk_execute_rq_nowait - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[03/11] nvme: factor out a few helpers from req_completion - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[02/11] nvme: fix admin queue depth - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[01/11] NVMe: Simplify metadata setup - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[18/26] nvme: factor out a few helpers from req_completion - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[17/26] nvme: fix admin queue depth - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[16/26] NVMe: Simplify metadata setup - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[15/26] NVMe: Remove device management handles on remove - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[14/26] NVMe: Use unbounded work queue for all work - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[13/26] NVMe: Implement namespace list scanning - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[12/26] nvme: switch abort_limit to an atomic_t - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[11/26] nvme: remove dead controllers from a work item - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[10/26] nvme: merge probe_work and reset_work - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[09/26] nvme: do not restart the request timeout if we're resetting the controller - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[08/26] nvme: simplify resets - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[07/26] nvme: add NVME_SC_CANCELLED - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[06/26] nvme: merge nvme_abort_req and nvme_timeout - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[05/26] nvme: don't take the I/O queue q_lock in nvme_timeout - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[04/26] nvme: protect against simultaneous shutdown invocations - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[03/26] nvme: only add a controller to dev_list after it's been fully initialized - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[02/26] nvme: only ignore hardware errors in nvme_create_io_queues - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[01/26] block: defer timeouts to a workqueue - - - --- 2015-12-01 Christoph Hellwig axboe Accepted
[9/9] nvme: refactor set_queue_count - - - --- 2015-11-30 Christoph Hellwig New
[8/9] nvme: move chardev and sysfs interface to common code - - - --- 2015-11-30 Christoph Hellwig New
[7/9] nvme: move namespace scanning to common code - - - --- 2015-11-30 Christoph Hellwig New
[6/9] nvme: move the call to nvme_init_identify earlier - - - --- 2015-11-30 Christoph Hellwig New
[5/9] nvme: add a common helper to read Identify Controller data - - - --- 2015-11-30 Christoph Hellwig New
[4/9] nvme: move nvme_{enable,disable,shutdown}_ctrl to common code - - - --- 2015-11-30 Christoph Hellwig New
[3/9] nvme: move remaining CC setup into nvme_enable_ctrl - - - --- 2015-11-30 Christoph Hellwig New
[2/9] nvme: add explicit quirk handling - - - --- 2015-11-30 Christoph Hellwig New
[1/9] nvme: move block_device_operations and ns/ctrl freeing to common code - - - --- 2015-11-30 Christoph Hellwig New
[16/23] nvme: add explicit quirk handling - - - --- 2015-11-30 Christoph Hellwig axboe Accepted
[15/23] nvme: move block_device_operations and ns/ctrl freeing to common code - - - --- 2015-11-30 Christoph Hellwig axboe Accepted
[14/23] nvme: use the block layer for userspace passthrough metadata - - - --- 2015-11-30 Christoph Hellwig axboe Accepted
[13/23] nvme: split __nvme_submit_sync_cmd - - - --- 2015-11-30 Christoph Hellwig axboe Accepted
[12/23] nvme: move nvme_setup_flush and nvme_setup_rw to common code - - - --- 2015-11-30 Christoph Hellwig axboe Accepted
« 1 2 ... 53 54 55 56 »