summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | skd_main: use %*ph to dump small buffersAndy Shevchenko2016-11-071-12/+4
| * | | skd: use pci_alloc_irq_vectorsChristoph Hellwig2016-11-071-146/+66
| * | | pktcdvd: don't scribble over the bvec arrayChristoph Hellwig2016-11-071-41/+6
| * | | blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-1/+1
| * | | blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-0/+1
| * | | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-012-6/+6
| * | | block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-011-1/+1
| * | | umem: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-011-1/+1
| * | | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
| * | | brd: remove support for BLKFLSBUFMike Snitzer2016-10-251-35/+0
| * | | brd: Switch rd_size to unsigned longJan Kara2016-10-251-2/+2
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-123-53/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | zram: Convert to hotplug state machineAnna-Maria Gleixner2016-12-023-53/+37
| | |/ | |/|
* | | zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-071-1/+7
* | | zram: fix unbalanced idr management at hot removalTakashi Iwai2016-11-301-1/+2
* | | aoe: fix crash in page count manipulationJens Axboe2016-11-121-41/+0
* | | drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger2016-11-091-1/+1
* | | nbd: Fix error handlingChristophe JAILLET2016-11-061-1/+1
|/ /
* | virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring2016-10-311-1/+1
* | virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring2016-10-311-4/+4
* | block: DAC960: print a hex number after a 0x prefixUwe Kleine-König2016-10-271-2/+2
* | nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownJohn W. Linville2016-10-241-1/+1
OpenPOWER on IntegriCloud