Show patches with: none      |   38949 patches
« 1 2 ... 387 388 389 390 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[24/47] nvme: only add a controller to dev_list after it's been fully initialized - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[23/47] nvme: move chardev and sysfs interface to common code - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[22/47] nvme: move namespace scanning to common code - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[21/47] nvme: move the call to nvme_init_identify earlier - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[20/47] nvme: add a common helper to read Identify Controller data - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[19/47] nvme: add explicit quirk handling - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[18/47] nvme: move block_device_operations and ns/ctrl freeing to common code - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[17/47] nvme: use the block layer for userspace passthrough metadata - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[16/47] nvme: split __nvme_submit_sync_cmd - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[15/47] nvme: move nvme_setup_flush and nvme_setup_rw to common code - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[14/47] nvme: move nvme_error_status to common code - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[13/47] nvme: refactor nvme_queue_rq - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[12/47] nvme: simplify nvme_setup_prps calling convention - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[11/47] nvme: split a new struct nvme_ctrl out of struct nvme_dev - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[10/47] nvme: use offset instead of a struct for registers - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[09/47] nvme: add a vendor field to struct nvme_dev - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[08/47] nvme: split command submission helpers out of pci.c - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[07/47] nvme: move struct nvme_iod to pci.c - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[06/47] blk-mq: add a flags parameter to blk_mq_alloc_request - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[05/47] block: remoe REQ_ATOM_COMPLETE wrappers - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[04/47] block: provide a new BLK_EH_QUIESCED timeout return value - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[03/47] block: defer timeouts to a workqueue - - - --- 2015-11-21 Christoph Hellwig axboe Superseded
[02/47] block: fix blk_abort_request for blk-mq drivers - - - --- 2015-11-21 Christoph Hellwig axboe Accepted
[01/47] nvme: add missing unmaps in nvme_queue_rq - - - --- 2015-11-21 Christoph Hellwig axboe Accepted
[3/3] md: convert to use the generic badblocks code - - - --- 2015-11-21 Vishal Verma New
[2/3] block: Add badblock management for gendisks - - - --- 2015-11-21 Vishal Verma New
[1/3] badblocks: Add core badblock management code - - - --- 2015-11-21 Vishal Verma New
block: rename request_queue slab cache - - - --- 2015-11-20 Ilya Dryomov axboe Accepted
[34/47] NVMe: Remove device management handles on remove - - - --- 2015-11-20 Christoph Hellwig Superseded
[33/47] NVMe: Use unbounded work queue for all work - - - --- 2015-11-20 Christoph Hellwig Superseded
[32/47] NVMe: Implement namespace list scanning - - - --- 2015-11-20 Christoph Hellwig Superseded
[31/47] nvme: switch abort_limit to an atomic_t - - - --- 2015-11-20 Christoph Hellwig Superseded
[30/47] nvme: remove dead controllers from a work item - - - --- 2015-11-20 Christoph Hellwig Superseded
[29/47] nvme: merge probe_work and reset_work - - - --- 2015-11-20 Christoph Hellwig Superseded
[28/47] nvme: simplify resets - - - --- 2015-11-20 Christoph Hellwig Superseded
[27/47] nvme: do not restart the request timeout if we're resetting the controller - - - --- 2015-11-20 Christoph Hellwig Superseded
[26/47] nvme: merge nvme_abort_req and nvme_timeout - - - --- 2015-11-20 Christoph Hellwig Superseded
[25/47] nvme: don't take the I/O queue q_lock in nvme_timeout - - - --- 2015-11-20 Christoph Hellwig Superseded
[24/47] nvme: only add a controller to dev_list after it's been fully initialized - - - --- 2015-11-20 Christoph Hellwig Superseded
[23/47] nvme: move chardev and sysfs interface to common code - - - --- 2015-11-20 Christoph Hellwig Superseded
[22/47] nvme: move namespace scanning to common code - - - --- 2015-11-20 Christoph Hellwig Superseded
[21/47] nvme: move the call to nvme_init_identify earlier - - - --- 2015-11-20 Christoph Hellwig Superseded
[20/47] nvme: add a common helper to read Identify Controller data - - - --- 2015-11-20 Christoph Hellwig Superseded
[19/47] nvme: add explicit quirk handling - - - --- 2015-11-20 Christoph Hellwig Superseded
[18/47] nvme: move block_device_operations and ns/ctrl freeing to common code - - - --- 2015-11-20 Christoph Hellwig Superseded
[17/47] nvme: use the block layer for userspace passthrough metadata - - - --- 2015-11-20 Christoph Hellwig Superseded
[16/47] nvme: split __nvme_submit_sync_cmd - - - --- 2015-11-20 Christoph Hellwig Superseded
[15/47] nvme: move nvme_setup_flush and nvme_setup_rw to common code - - - --- 2015-11-20 Christoph Hellwig Superseded
[14/47] nvme: move nvme_error_status to common code - - - --- 2015-11-20 Christoph Hellwig Superseded
[13/47] nvme: refactor nvme_queue_rq - - - --- 2015-11-20 Christoph Hellwig Superseded
[12/47] nvme: simplify nvme_setup_prps calling convention - - - --- 2015-11-20 Christoph Hellwig Superseded
[11/47] nvme: split a new struct nvme_ctrl out of struct nvme_dev - - - --- 2015-11-20 Christoph Hellwig Superseded
[10/47] nvme: use offset instead of a struct for registers - - - --- 2015-11-20 Christoph Hellwig Superseded
[09/47] nvme: add a vendor field to struct nvme_dev - - - --- 2015-11-20 Christoph Hellwig Superseded
[08/47] nvme: split command submission helpers out of pci.c - - - --- 2015-11-20 Christoph Hellwig Superseded
[07/47] nvme: move struct nvme_iod to pci.c - - - --- 2015-11-20 Christoph Hellwig Superseded
[06/47] blk-mq: add a flags parameter to blk_mq_alloc_request - - - --- 2015-11-20 Christoph Hellwig New
[05/47] block: remoe REQ_ATOM_COMPLETE wrappers - 1 - --- 2015-11-20 Christoph Hellwig New
[04/47] block: provide a new BLK_EH_QUIESCED timeout return value - - - --- 2015-11-20 Christoph Hellwig New
[03/47] block: defer timeouts to a workqueue - 1 - --- 2015-11-20 Christoph Hellwig New
[02/47] block: fix blk_abort_request for blk-mq drivers - - - --- 2015-11-20 Christoph Hellwig axboe Accepted
[01/47] nvme: add missing unmaps in nvme_queue_rq - - - --- 2015-11-20 Christoph Hellwig axboe Accepted
[5/5] lightnvm: add free and bad lun info to show luns - - - --- 2015-11-20 Matias Bjørling axboe Accepted
[4/5] lightnvm: keep track of block counts - - - --- 2015-11-20 Matias Bjørling axboe Accepted
[3/5] nvme: lightnvm: use admin queues for admin cmds - - - --- 2015-11-20 Matias Bjørling axboe Accepted
[2/5] lightnvm: missing free on init error - - - --- 2015-11-20 Matias Bjørling axboe Accepted
[1/5] lightnvm: wrong return value and redundant free - - - --- 2015-11-20 Matias Bjørling axboe Accepted
[2/2] lightnvm: add lun information to show debug interf. - - - --- 2015-11-20 Javier González axboe Accepted
[1/2] lightnvm: keep track of block counts - - - --- 2015-11-20 Javier González axboe Accepted
[RESEND] mac: validate mac_partition is within sector - - - --- 2015-11-20 Kees Cook axboe Accepted
block: protect rw_page against device teardown 1 - - --- 2015-11-20 Dan Williams New
block: protect rw_page against device teardown - - - --- 2015-11-20 Dan Williams New
[4/8] mm, dax: truncate dax mappings at bdev or fs shutdown - - - --- 2015-11-20 Dan Williams New
[RFC] block: introduce poison tracking for block devices - - - --- 2015-11-19 Vishal Verma New
[3/3] null_blk: do not del gendisk with lightnvm - - - --- 2015-11-19 Matias Bjørling axboe Accepted
[2/3] null_blk: use device addressing mode - - - --- 2015-11-19 Matias Bjørling axboe Accepted
[1/3] null_blk: use ppa_cache pool - - - --- 2015-11-19 Matias Bjørling axboe Accepted
[4/8] mm, dax: truncate dax mappings at bdev or fs shutdown - - - --- 2015-11-19 Dan Williams Superseded
blk-throttle: use list_first_entry_or_null() - - - --- 2015-11-18 Geliang Tang axboe Accepted
[8/8] dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() - - - --- 2015-11-17 Dan Williams Superseded
[7/8] dax: guarantee page aligned results from bdev_direct_access() - - - --- 2015-11-17 Dan Williams Superseded
[6/8] dax: increase granularity of dax_clear_blocks() operations - - - --- 2015-11-17 Dan Williams Superseded
[5/8] pmem, dax: clean up clear_pmem() - - - --- 2015-11-17 Dan Williams Superseded
[4/8] mm, dax: truncate dax mappings at bdev or fs shutdown - - - --- 2015-11-17 Dan Williams Superseded
[3/8] mm, dax: fix DAX deadlocks (COW fault) - - - --- 2015-11-17 Dan Williams Superseded
[2/8] dax: disable pmd mappings - - - --- 2015-11-17 Dan Williams Superseded
[1/8] ext2, ext4: warn when mounting with dax enabled - - - --- 2015-11-17 Dan Williams Superseded
CFQ timer precision - - - --- 2015-11-16 Jeff Moyer New
elevator: use list_{first,prev,next}_entry - - - --- 2015-11-16 Geliang Tang axboe Accepted
[13/13] lightnvm: cleanup queue before target removal - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[12/13] nvme: remove reserved double word - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[11/13] nvme: missing ppaf copy - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[10/13] lightnvm: remove linear and device addr modes - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[09/13] lightnvm: prevent double free on init error - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[08/13] lightnvm: prematurely activate nvm_dev - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[07/13] lightnvm: check for NAND flash and its type - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[06/13] lightnvm: remove unused attrs in nvm_id structs - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[05/13] lightnvm: expose mccap in identify command - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[04/13] lightnvm: update alignments for identify command - - - --- 2015-11-16 Matias Bjørling axboe Accepted
[03/13] lightnvm: update bad block table format - - - --- 2015-11-16 Matias Bjørling axboe Accepted
« 1 2 ... 387 388 389 390 »