| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-15 | 131 | -3089/+5470 |
|\ |
|
| * | nvme: fix visibility of "uuid" ns attribute | Martin Wilck | 2017-11-11 | 1 | -1/+1 |
| * | blk-mq: fixup some comment typos and lengths | Jens Axboe | 2017-11-11 | 1 | -7/+10 |
| * | ide: ide-atapi: fix compile error with defining macro DEBUG | Hongxu Jia | 2017-11-11 | 1 | -3/+3 |
| * | blk-mq: improve tag waiting setup for non-shared tags | Jens Axboe | 2017-11-11 | 1 | -26/+55 |
| * | brd: remove unused brd_mutex | Mikulas Patocka | 2017-11-11 | 1 | -1/+0 |
| * | blk-mq: only run the hardware queue if IO is pending | Jens Axboe | 2017-11-11 | 4 | -16/+13 |
| * | block: avoid null pointer dereference on null disk | Colin Ian King | 2017-11-11 | 1 | -1/+1 |
| * | fs: guard_bio_eod() needs to consider partitions | Greg Edwards | 2017-11-11 | 2 | -1/+10 |
| * | xtensa/simdisk: fix compile error | Christoph Hellwig | 2017-11-11 | 1 | -1/+1 |
| * | nvme: expose subsys attribute to sysfs | Hannes Reinecke | 2017-11-11 | 1 | -0/+48 |
| * | nvme: create 'slaves' and 'holders' entries for hidden controllers | Hannes Reinecke | 2017-11-11 | 3 | -0/+40 |
| * | block: create 'slaves' and 'holders' entries for hidden gendisks | Hannes Reinecke | 2017-11-11 | 1 | -7/+7 |
| * | nvme: also expose the namespace identification sysfs files for mpath nodes | Christoph Hellwig | 2017-11-11 | 3 | -26/+38 |
| * | nvme: implement multipath access to nvme subsystems | Christoph Hellwig | 2017-11-11 | 5 | -14/+455 |
| * | nvme: track shared namespaces | Christoph Hellwig | 2017-11-11 | 3 | -50/+210 |
| * | nvme: introduce a nvme_ns_ids structure | Christoph Hellwig | 2017-11-11 | 2 | -34/+49 |
| * | nvme: track subsystems | Christoph Hellwig | 2017-11-11 | 3 | -36/+205 |
| * | block, nvme: Introduce blk_mq_req_flags_t | Bart Van Assche | 2017-11-11 | 8 | -21/+30 |
| * | block, scsi: Make SCSI quiesce and resume work reliably | Bart Van Assche | 2017-11-11 | 6 | -25/+70 |
| * | block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag | Bart Van Assche | 2017-11-11 | 3 | -0/+37 |
| * | ide, scsi: Tell the block layer at request allocation time about preempt requ... | Bart Van Assche | 2017-11-11 | 2 | -5/+5 |
| * | block: Introduce BLK_MQ_REQ_PREEMPT | Bart Van Assche | 2017-11-11 | 3 | -1/+6 |
| * | block: Introduce blk_get_request_flags() | Bart Van Assche | 2017-11-11 | 2 | -15/+38 |
| * | block: Make q_usage_counter also track legacy requests | Ming Lei | 2017-11-11 | 2 | -8/+14 |
| * | blk-mq: fix issue with shared tag queue re-running | Jens Axboe | 2017-11-11 | 3 | -41/+50 |
| * | nvmet: kill nvmet_inline_bio_init | Christoph Hellwig | 2017-11-11 | 1 | -14/+4 |
| * | nvmet: better data length validation | Christoph Hellwig | 2017-11-11 | 5 | -25/+34 |
| * | nvme-pci: avoid dereference of symbol from unloaded module | Ming Lei | 2017-11-11 | 1 | -1/+2 |
| * | nvme: send uevent for some asynchronous events | Keith Busch | 2017-11-11 | 3 | -0/+33 |
| * | nvme: unexport starting async event work | Keith Busch | 2017-11-11 | 2 | -8/+1 |
| * | nvme: remove handling of multiple AEN requests | Keith Busch | 2017-11-11 | 6 | -40/+11 |
| * | nvme-fc: remove unused "queue_size" field | Keith Busch | 2017-11-11 | 1 | -6/+3 |
| * | nvme: centralize AEN defines | Keith Busch | 2017-11-11 | 7 | -58/+30 |
| * | nvmet: remove redundant local variable | Sagi Grimberg | 2017-11-11 | 1 | -9/+4 |
| * | nvmet: remove redundant memset if failed to get_smart_log failed | Sagi Grimberg | 2017-11-11 | 1 | -3/+1 |
| * | blk-mq: Avoid that request queue removal can trigger list corruption | Bart Van Assche | 2017-11-11 | 1 | -0/+1 |
| * | nvme: fix eui_show() print format | Javier González | 2017-11-11 | 1 | -1/+1 |
| * | nvme: compare NQN string with right size | Javier González | 2017-11-11 | 1 | -1/+1 |
| * | blk-mq: put driver tag if dispatch budget can't be got | Ming Lei | 2017-11-11 | 1 | -1/+3 |
| * | block: pass full fmode_t to blk_verify_command | Christoph Hellwig | 2017-11-11 | 4 | -16/+14 |
| * | block: remove __bio_kmap_atomic | Christoph Hellwig | 2017-11-11 | 4 | -21/+8 |
| * | block: kill bio_kmap/kunmap_irq() | Jens Axboe | 2017-11-11 | 2 | -13/+2 |
| * | Revert "blk-mq: don't handle TAG_SHARED in restart" | Jens Axboe | 2017-11-11 | 1 | -4/+74 |
| * | kthread: zero the kthread data structure | Shaohua Li | 2017-11-11 | 1 | -5/+1 |
| * | nvmet: fix comment typos in admin-cmd.c | Minwoo Im | 2017-11-11 | 1 | -2/+2 |
| * | nvme-rdma: fix nvme_rdma_create_queue_ib error flow | Max Gurtovoy | 2017-11-11 | 1 | -1/+1 |
| * | nvmet-rdma: update queue list during ib_device removal | Israel Rukshin | 2017-11-11 | 1 | -2/+4 |
| * | lpfc: tie in to new dev_loss_tmo interface in nvme transport | James Smart | 2017-11-11 | 1 | -0/+5 |
| * | nvme-fc: decouple ns references from lldd references | James Smart | 2017-11-11 | 1 | -6/+78 |