aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+3
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+15
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds27-387/+461
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-30/+20
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe24-334/+427
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe6-53/+34
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-02-13cciss: switch to pci_irq_alloc_vectorsChristoph Hellwig2-43/+17
2017-02-13block/loop: fix race between I/O and set_statusMing Lei1-5/+12
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-3/+3
2017-02-02zram_drv: update for backing dev info changesJens Axboe1-1/+1
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara7-15/+17
2017-02-01nbd: use an idr to keep track of nbd devicesJosef Bacik1-98/+115
2017-02-01nbd: use our own workqueue for recv threadsJosef Bacik1-2/+11
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig15-120/+125
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-18/+18
2017-01-31nbd: move request validity checking into nbd_send_cmdChristoph Hellwig1-11/+10
2017-01-31nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig1-9/+1
2017-01-31virtio_blk: make SCSI passthrough support configurableChristoph Hellwig2-50/+104
2017-01-31virtio_blk: remove struct request backpointer from virtblk_reqChristoph Hellwig1-10/+10
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig2-0/+5
2017-01-31skd: implement trivial scsi ioctls directlyChristoph Hellwig1-4/+11
2017-01-31lightnvm: use end_io callback instead of instanceMatias Bjørling1-1/+2
2017-01-31lightnvm: reduce number of nvm_id groups to oneMatias Bjørling1-2/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig3-21/+24
2017-01-27Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe1-1/+1
2017-01-23xen-blkfront: correct maximum segment accountingJan Beulich1-3/+9
2017-01-23xen-blkfront: feature flags handling adjustmentsJan Beulich1-5/+5
2017-01-19nbd: only set MSG_MORE when we have more to sendJosef Bacik1-4/+2
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+9
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra2-24/+14
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra3-6/+6
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra1-1/+1
2017-01-11floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka1-1/+1
2017-01-10zram: support BDI_CAP_STABLE_WRITESMinchan Kim1-2/+11
2017-01-10zram: revalidate disk under init_lockMinchan Kim1-7/+1
2017-01-10virtio_blk: fix panic in initialization error pathOmar Sandoval1-1/+2
2017-01-10nbd: blk_mq_init_queue returns an error code on failure, not NULLJeff Moyer1-2/+4
2017-01-10virtio_blk: avoid DMA to stack for the sense bufferChristoph Hellwig1-1/+3
2017-01-05scsi: cciss: use designated initializersKees Cook1-15/+15
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds17-17/+17
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-62/+10
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-77/+40
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds14-448/+390
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-53/+37
2016-12-12rbd: silence bogus -Wmaybe-uninitialized warningIlya Dryomov1-1/+1
2016-12-08nbd: use dev_err_ratelimited in io pathJosef Bacik1-11/+12
2016-12-08nbd: reset the setup task for NBD_CLEAR_SOCKJosef Bacik1-0/+1