aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+9
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
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
2016-12-07zram: restrict add/remove attributes to root onlySergey Senozhatsky1-1/+7
2016-12-03nbd: fix 64-bit divisionJens Axboe1-1/+1
2016-12-02nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik1-4/+4
2016-12-02zram: Convert to hotplug state machineAnna-Maria Gleixner3-53/+37
2016-12-01block: mtip32xx: set error code on failurePan Bian1-1/+3
2016-11-30zram: fix unbalanced idr management at hot removalTakashi Iwai1-1/+2
2016-11-22nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe1-2/+5
2016-11-22nbd: add multi-connection supportJosef Bacik1-144/+238
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 Lei1-2/+1
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-14loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-11-12aoe: fix crash in page count manipulationJens Axboe1-41/+0
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla1-9/+5
2016-11-09skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-09skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2016-11-08scsi: cciss: replace custom function to hexdumpAndy Shevchenko1-62/+10
2016-11-07skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-07skd: use pci_alloc_irq_vectorsChristoph Hellwig1-146/+66
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig1-41/+6
2016-11-07xen: make use of xenbus_read_unsigned() in xen-blkfrontJuergen Gross1-55/+26
2016-11-07xen: make use of xenbus_read_unsigned() in xen-blkbackJuergen Gross1-22/+14
2016-11-06nbd: Fix error handlingChristophe JAILLET1-1/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-1/+1
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche1-0/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig2-6/+6
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig1-1/+1
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-10-31virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring1-1/+1