| Commit message (Expand) | Author | Age | Files | Lines |
* | nvme-rdma: move nvme cm status helper to .h file | Max Gurtovoy | 2017-02-22 | 2 | -22/+24 |
* | nvme-fc: don't bother to validate ioccsz and iorcsz | James Smart | 2017-02-22 | 1 | -12/+0 |
* | nvme/pci: No special case for queue busy on IO | Keith Busch | 2017-02-22 | 1 | -4/+1 |
* | nvme/core: Fix race kicking freed request_queue | Keith Busch | 2017-02-22 | 1 | -3/+3 |
* | nvme/pci: Disable on removal when disconnected | Keith Busch | 2017-02-22 | 1 | -1/+3 |
* | nvme: Enable autonomous power state transitions | Andy Lutomirski | 2017-02-22 | 3 | -0/+171 |
* | nvme: Add a quirk mechanism that uses identify_ctrl | Andy Lutomirski | 2017-02-22 | 2 | -0/+65 |
* | nvme: make nvmf_register_transport require a create_ctrl callback | Johannes Thumshirn | 2017-02-22 | 5 | -8/+10 |
* | nvme: Use CNS as 8-bit field and avoid endianness conversion | Parav Pandit | 2017-02-22 | 4 | -6/+9 |
* | nvme: add semicolon in nvme_command setting | Max Gurtovoy | 2017-02-22 | 1 | -2/+2 |
* | nvmet: avoid dereferencing nvmet_req | Max Gurtovoy | 2017-02-22 | 1 | -1/+1 |
* | nvme: Make controller state visible via sysfs | Sagi Grimberg | 2017-02-22 | 1 | -0/+24 |
* | nvmet: Make cntlid globally unique | Sagi Grimberg | 2017-02-22 | 3 | -9/+6 |
* | nvmet_fc: cleanup of abort flag processing in fcp_op_done | James Smart | 2017-02-22 | 1 | -5/+3 |
* | nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could" | Colin Ian King | 2017-02-22 | 1 | -1/+1 |
* | block: get rid of blk-mq default scheduler choice Kconfig entries | Jens Axboe | 2017-02-22 | 3 | -59/+13 |
* | block/sed: Embed function data into the function sequence | Jon Derrick | 2017-02-22 | 1 | -255/+163 |
* | cciss: Remove kmalloc cast | Tobin C. Harding | 2017-02-22 | 1 | -2/+1 |
* | cciss: Fix checkpatch OPEN_BRACE | Tobin C. Harding | 2017-02-22 | 1 | -10/+5 |
* | cciss: Fix checkpatch TRAILING_WHITESPACE | Tobin C. Harding | 2017-02-22 | 1 | -85/+85 |
* | block/sed: Check received header lengths | Jon Derrick | 2017-02-22 | 1 | -14/+21 |
* | block/sed: Add helper to qualify response tokens | Jon Derrick | 2017-02-22 | 1 | -36/+25 |
* | block/sed: Use ssize_t on atom parsers to return errors | Jon Derrick | 2017-02-22 | 1 | -14/+14 |
* | scsi_transport_sas: fix BSG ioctl memory corruption | Omar Sandoval | 2017-02-21 | 1 | -8/+16 |
* | block: Revalidate i_bdev reference in bd_aquire() | Jan Kara | 2017-02-21 | 1 | -1/+10 |
* | block: Unhash also block device inode for the whole device | Jan Kara | 2017-02-21 | 1 | -0/+1 |
* | block: Move bdev_unhash_inode() after invalidate_partition() | Jan Kara | 2017-02-21 | 1 | -2/+1 |
* | nbd: cleanup workqueue on error properly | Josef Bacik | 2017-02-21 | 1 | -1/+3 |
* | nbd: set the logical and physical blocksize properly | Josef Bacik | 2017-02-21 | 1 | -23/+15 |
* | nbd: cleanup ioctl handling | Josef Bacik | 2017-02-21 | 1 | -137/+132 |
* | scsi: zero per-cmd driver data before each I/O | Christoph Hellwig | 2017-02-21 | 1 | -1/+1 |
* | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-02-21 | 203 | -5577/+9729 |
|\ |
|
| * | Merge branch 'for-4.11/next' into for-4.11/linus-merge | Jens Axboe | 2017-02-17 | 171 | -2850/+2494 |
| |\ |
|
| | * | block: don't defer flushes on blk-mq + scheduling | Jens Axboe | 2017-02-17 | 1 | -1/+7 |
| | * | blk-mq-sched: ask scheduler for work, if we failed dispatching leftovers | Jens Axboe | 2017-02-17 | 1 | -3/+12 |
| | * | blk-mq: don't special case flush inserts for blk-mq-sched | Jens Axboe | 2017-02-17 | 1 | -8/+10 |
| | * | blk-mq-sched: don't add flushes to the head of requeue queue | Jens Axboe | 2017-02-17 | 1 | -1/+1 |
| | * | blk-mq: have blk_mq_dispatch_rq_list() return if we queued IO or not | Jens Axboe | 2017-02-17 | 1 | -1/+1 |
| | * | block: do not allow updates through sysfs until registration completes | Tahsin Erdogan | 2017-02-15 | 1 | -7/+12 |
| | * | blk-mq-sched: don't hold queue_lock when calling exit_icq | Omar Sandoval | 2017-02-10 | 1 | -6/+16 |
| | * | block: set make_request_fn manually in blk_mq_update_nr_hw_queues | Josef Bacik | 2017-02-10 | 1 | -2/+6 |
| | * | blk-mq: pass bio to blk_mq_sched_get_rq_priv | Paolo Valente | 2017-02-10 | 3 | -6/+9 |
| | * | block: fix double-free in the failure path of cgwb_bdi_init() | Tejun Heo | 2017-02-08 | 1 | -2/+7 |
| | * | nvme: support ranged discard requests | Christoph Hellwig | 2017-02-08 | 2 | -7/+25 |
| | * | block: optionally merge discontiguous discard bios into a single request | Christoph Hellwig | 2017-02-08 | 8 | -1/+95 |
| | * | block: enumify ELEVATOR_*_MERGE | Christoph Hellwig | 2017-02-08 | 10 | -101/+102 |
| | * | block: move req_set_nomerge to blk.h | Christoph Hellwig | 2017-02-08 | 2 | -7/+7 |
| | * | blk-mq-sched: (un)register elevator when (un)registering queue | Omar Sandoval | 2017-02-06 | 1 | -11/+10 |
| | * | dm: don't allow ioctls to targets that don't map to whole devices | Christoph Hellwig | 2017-02-04 | 1 | -5/+8 |
| | * | block: free merged request in the caller | Jens Axboe | 2017-02-03 | 5 | -12/+35 |