aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2-5/+15
2014-06-04zram: correct offset usage in zram_bio_discardWeijie Yang1-2/+2
2014-06-04brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox1-3/+3
2014-06-04brd: add support for rw_page()Matthew Wilcox1-0/+10
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe1-1/+3
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox1-2/+2
2014-06-03NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch1-1/+6
2014-06-03NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw1-14/+19
2014-06-03NVMe: Fix nvme get/put queue semanticsKeith Busch1-8/+21
2014-06-03NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox1-1/+0
2014-06-03NVMe: Make admin timeout a module parameterKeith Busch1-3/+7
2014-06-03NVMe: Make iod bio timeout a parameterKeith Busch1-1/+5
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds3-3/+3
2014-06-03NVMe: Prevent possible NULL pointer dereferenceSantosh Y1-1/+4
2014-06-03NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee1-4/+4
2014-06-02Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds23-1148/+1212
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds1-0/+11
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds16-149/+124
2014-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k into nextLinus Torvalds1-1/+1
2014-05-30block: virtio_blk: don't hold spin lock during world switchMing Lei1-3/+6
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-3/+1
2014-05-28Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into for-3.16/driversJens Axboe3-41/+56
2014-05-28xen-blkback: defer freeing blkif to avoid blocking xenwatchValentin Priescu2-14/+36
2014-05-28xen/blkback: disable discard feature if requested by toolstackOlaf Hering1-1/+6
2014-05-28xen-blkfront: remove type check from blkfront_setup_discardOlaf Hering1-26/+14
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe3-31/+1
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2-29/+1
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe3-35/+6
2014-05-28floppy: do not corrupt bio.bi_flags when reading block 0Jiri Kosina1-1/+1
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-32/+3
2014-05-27NVMe: Implement PCIe reset notification callbackKeith Busch1-0/+11
2014-05-27virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-26m68k/atari - ataflop: use correct virt/phys translation for DMA bufferMichael Schmitz1-1/+1
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar1-4/+7
2014-05-20mtip32xx: move error handling to service threadAsai Thambi S P2-26/+53
2014-05-16virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-14mtip32xx: stop block hardware queues before quiescing IOJens Axboe1-1/+7
2014-05-14mtip32xx: blk_mq_init_queue() returns an ERR_PTRDan Carpenter1-1/+1
2014-05-13mtip32xx: convert to use blk-mqJens Axboe2-616/+297
2014-05-09NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox1-0/+1
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar17-481/+1388
2014-05-05NVMe: Flush with data supportKeith Busch1-20/+24
2014-05-05NVMe: Configure support for block flushKeith Busch1-0/+3
2014-05-05floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-05floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-05-05NVMe: Add tracepointsKeith Busch1-4/+9
2014-05-05NVMe: Protect against badly formatted CQEsKeith Busch1-2/+3
2014-05-05NVMe: Improve error messagesMatthew Wilcox1-3/+10
2014-05-05NVMe: Update copyright headersMatthew Wilcox2-9/+1
2014-05-01block: null_blk: fix use after freeMing Lei1-1/+1