summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-23nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe1-2/+5
2016-11-22nbd: add multi-connection supportJosef Bacik1-144/+238
2016-11-22bcache: debug: avoid accessing .bi_io_vec directlyMing Lei1-3/+8
2016-11-22target: avoid accessing .bi_vcnt directlyMing Lei1-6/+2
2016-11-22block: floppy: use bio_add_page()Ming Lei1-5/+2
2016-11-22block: drbd: remove impossible failure handlingMing Lei1-13/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei13-41/+18
2016-11-21pktcdvd: mark as unmaintained and deprecatedJens Axboe1-1/+4
2016-11-18skd_main: drop duplicate header scatterlist.hGeliang Tang1-1/+0
2016-11-17nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu1-0/+1
2016-11-15scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-3/+3
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval4-10/+10
2016-11-15loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-11-14sd_zbc: Force use of READ16/WRITE16Damien Le Moal1-0/+4
2016-11-11block: move poll code to blk-mqJens Axboe1-1/+1
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla1-9/+5
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig5-11/+21
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig10-81/+71
2016-11-10skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-10skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-08skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-08skd: use pci_alloc_irq_vectorsChristoph Hellwig1-146/+66
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig1-41/+6
2016-11-06block: add code to track actual device queue depthJens Axboe1-0/+3
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-14/+2
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche1-1/+1
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche1-12/+1
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-15/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche4-6/+4
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2-3/+0
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche3-7/+2
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2-0/+2
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig16-31/+31
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig1-1/+1
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2-4/+3
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-10-28block: better op and flags encodingChristoph Hellwig2-3/+2
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig25-99/+112
2016-10-25brd: remove support for BLKFLSBUFMike Snitzer1-35/+0
2016-10-25brd: Switch rd_size to unsigned longJan Kara1-2/+2
2016-10-25sd: fix uninitialized variable access in error handlingArnd Bergmann1-1/+3
2016-10-19sd: Implement support for ZBC devicesHannes Reinecke4-35/+826
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds11-255/+467
2016-10-15Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2016-10-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds13-11/+6557
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds21-369/+503
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds13-58/+317
2016-10-14Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds32-780/+453