summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2017-01-11floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka-1/+1
2017-01-10zram: support BDI_CAP_STABLE_WRITESMinchan Kim-2/+11
2017-01-10zram: revalidate disk under init_lockMinchan Kim-7/+1
2017-01-10virtio_blk: fix panic in initialization error pathOmar Sandoval-1/+2
2017-01-10nbd: blk_mq_init_queue returns an error code on failure, not NULLJeff Moyer-2/+4
2017-01-10virtio_blk: avoid DMA to stack for the sense bufferChristoph Hellwig-1/+3
2017-01-05scsi: cciss: use designated initializersKees Cook-15/+15
2016-12-26[nbd] pass iov_iter to nbd_xmit()Al Viro-39/+27
2016-12-26[nbd] switch sock_xmit() to sock_{send,recv}msg()Al Viro-9/+7
2016-12-26[drbd] use sock_sendmsg()Al Viro-7/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-17/+17
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-62/+10
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-77/+40
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds-448/+390
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-53/+37
2016-12-12rbd: silence bogus -Wmaybe-uninitialized warningIlya Dryomov-1/+1
2016-12-08nbd: use dev_err_ratelimited in io pathJosef Bacik-11/+12
2016-12-08nbd: reset the setup task for NBD_CLEAR_SOCKJosef Bacik-0/+1
2016-12-07zram: restrict add/remove attributes to root onlySergey Senozhatsky-1/+7
2016-12-03nbd: fix 64-bit divisionJens Axboe-1/+1
2016-12-02nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik-4/+4
2016-12-02zram: Convert to hotplug state machineAnna-Maria Gleixner-53/+37
2016-12-01block: mtip32xx: set error code on failurePan Bian-1/+3
2016-11-30zram: fix unbalanced idr management at hot removalTakashi Iwai-1/+2
2016-11-22nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe-2/+5
2016-11-22nbd: add multi-connection supportJosef Bacik-144/+238
2016-11-22block: floppy: use bio_add_page()Ming Lei-5/+2
2016-11-22block: drbd: remove impossible failure handlingMing Lei-13/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei-2/+1
2016-11-21pktcdvd: mark as unmaintained and deprecatedJens Axboe-1/+4
2016-11-18skd_main: drop duplicate header scatterlist.hGeliang Tang-1/+0
2016-11-17nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe-9/+23
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu-0/+1
2016-11-14loop: return proper error from loop_queue_rq()Omar Sandoval-1/+1
2016-11-12aoe: fix crash in page count manipulationJens Axboe-41/+0
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla-9/+5
2016-11-09skd: fix function prototypeArnd Bergmann-2/+2
2016-11-09skd: fix msix error handlingArnd Bergmann-2/+3
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger-1/+1
2016-11-08scsi: cciss: replace custom function to hexdumpAndy Shevchenko-62/+10
2016-11-07skd_main: use %*ph to dump small buffersAndy Shevchenko-12/+4
2016-11-07skd: use pci_alloc_irq_vectorsChristoph Hellwig-146/+66
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig-41/+6
2016-11-07xen: make use of xenbus_read_unsigned() in xen-blkfrontJuergen Gross-55/+26
2016-11-07xen: make use of xenbus_read_unsigned() in xen-blkbackJuergen Gross-22/+14
2016-11-06nbd: Fix error handlingChristophe JAILLET-1/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche-1/+1
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche-0/+1