summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* zram_drv: update for backing dev info changesJens Axboe2017-02-021-1/+1
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-027-15/+17
* nbd: use an idr to keep track of nbd devicesJosef Bacik2017-02-011-98/+115
* nbd: use our own workqueue for recv threadsJosef Bacik2017-02-011-2/+11
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-3115-120/+125
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-18/+18
* nbd: move request validity checking into nbd_send_cmdChristoph Hellwig2017-01-311-11/+10
* nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig2017-01-311-9/+1
* virtio_blk: make SCSI passthrough support configurableChristoph Hellwig2017-01-312-50/+104
* virtio_blk: remove struct request backpointer from virtblk_reqChristoph Hellwig2017-01-311-10/+10
* block: make scsi_request and scsi ioctl support optionalChristoph Hellwig2017-01-312-0/+5
* skd: implement trivial scsi ioctls directlyChristoph Hellwig2017-01-311-4/+11
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-273-21/+24
* Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-271-1/+1
|\
| * floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka2017-01-111-1/+1
* | nbd: only set MSG_MORE when we have more to sendJosef Bacik2017-01-191-4/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-142-4/+9
|\ \
| * | virtio_blk: fix panic in initialization error pathOmar Sandoval2017-01-101-1/+2
| * | nbd: blk_mq_init_queue returns an error code on failure, not NULLJeff Moyer2017-01-101-2/+4
| * | virtio_blk: avoid DMA to stack for the sense bufferChristoph Hellwig2017-01-101-1/+3
| |/
* | zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-101-2/+11
* | zram: revalidate disk under init_lockMinchan Kim2017-01-101-7/+1
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2417-17/+17
* Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-161-1/+1
|\
| * rbd: silence bogus -Wmaybe-uninitialized warningIlya Dryomov2016-12-121-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-62/+10
|\ \
| * | scsi: cciss: replace custom function to hexdumpAndy Shevchenko2016-11-081-62/+10
* | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-132-77/+40
|\ \ \
| * | | xen: make use of xenbus_read_unsigned() in xen-blkfrontJuergen Gross2016-11-071-55/+26
| * | | xen: make use of xenbus_read_unsigned() in xen-blkbackJuergen Gross2016-11-071-22/+14
| |/ /
* | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-1314-448/+390
|\ \ \
| * | | nbd: use dev_err_ratelimited in io pathJosef Bacik2016-12-081-11/+12
| * | | nbd: reset the setup task for NBD_CLEAR_SOCKJosef Bacik2016-12-081-0/+1
| * | | nbd: fix 64-bit divisionJens Axboe2016-12-031-1/+1
| * | | nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik2016-12-021-4/+4
| * | | block: mtip32xx: set error code on failurePan Bian2016-12-011-1/+3
| * | | nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe2016-11-221-2/+5
| * | | nbd: add multi-connection supportJosef Bacik2016-11-221-144/+238
| * | | block: floppy: use bio_add_page()Ming Lei2016-11-221-5/+2
| * | | block: drbd: remove impossible failure handlingMing Lei2016-11-221-13/+1
| * | | block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-2/+1
| * | | pktcdvd: mark as unmaintained and deprecatedJens Axboe2016-11-211-1/+4
| * | | skd_main: drop duplicate header scatterlist.hGeliang Tang2016-11-181-1/+0
| * | | nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe2016-11-171-9/+23
| * | | null_blk: add usage hints for NVMYasuaki Ishimatsu2016-11-161-0/+1
| * | | loop: return proper error from loop_queue_rq()Omar Sandoval2016-11-141-1/+1
| * | | Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla2016-11-111-9/+5
| * | | skd: fix function prototypeArnd Bergmann2016-11-091-2/+2
| * | | skd: fix msix error handlingArnd Bergmann2016-11-091-2/+3