summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-231-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-101-2/+2
| * skd: fix msix error handlingArnd Bergmann2016-11-101-2/+3
| * skd_main: use %*ph to dump small buffersAndy Shevchenko2016-11-081-12/+4
| * skd: use pci_alloc_irq_vectorsChristoph Hellwig2016-11-081-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-133-53/+37
|\ \
| * | zram: Convert to hotplug state machineAnna-Maria Gleixner2016-12-023-53/+37
* | | zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-081-1/+7
* | | zram: fix unbalanced idr management at hot removalTakashi Iwai2016-12-011-1/+2
* | | aoe: fix crash in page count manipulationJens Axboe2016-11-121-41/+0
* | | drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger2016-11-101-1/+1
* | | nbd: Fix error handlingChristophe JAILLET2016-11-061-1/+1
|/ /
* | virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring2016-10-301-1/+1
* | virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring2016-10-301-4/+4
* | block: DAC960: print a hex number after a 0x prefixUwe Kleine-König2016-10-281-2/+2
* | nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownJohn W. Linville2016-10-241-1/+1
* | rbd: don't retry watch reregistration if header object is goneIlya Dryomov2016-10-151-1/+1
* | rbd: don't wait for the lock forever if blacklistedIlya Dryomov2016-10-151-17/+33
|/
* kthread: kthread worker API cleanupPetr Mladek2016-10-121-4/+4
* Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-102-264/+1179
|\
| * rbd: use kmalloc_array() in rbd_header_from_disk()Markus Elfring2016-10-031-4/+3
| * rbd: add rbd_obj_request_error() helperIlya Dryomov2016-10-031-10/+18
| * rbd: img_data requests don't own their page arrayIlya Dryomov2016-10-031-8/+3
| * rbd: don't call rbd_osd_req_format_read() for !img_data requestsIlya Dryomov2016-10-031-7/+2
| * rbd: rework rbd_img_obj_exists_submit() error pathsIlya Dryomov2016-10-031-20/+22