summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* loop: Fix lost writes caused by missing flagRoss Zwisler2018-03-181-1/+1
* rbd: silence bogus -Wmaybe-uninitialized warningIlya Dryomov2018-02-251-1/+1
* pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-02-171-3/+1
* loop: fix concurrent lo_open/lo_releaseLinus Torvalds2018-02-031-2/+8
* rbd: set max_segments to USHRT_MAXIlya Dryomov2018-01-171-1/+1
* nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe2018-01-101-9/+23
* nbd: set queue timeout properlyJosef Bacik2017-12-251-1/+4
* zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn2017-12-141-0/+2
* rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov2017-11-151-2/+2
* skd: Submit requests to firmware before triggering the doorbellBart Van Assche2017-09-271-0/+6
* skd: Avoid that module unloading triggers a use-after-freeBart Van Assche2017-09-271-8/+9
* xen-blkfront: use a right index when checking requestsMunehisa Kamata2017-08-241-3/+3
* virtio_blk: fix panic in initialization error pathOmar Sandoval2017-08-111-1/+2
* nbd: blk_mq_init_queue returns an error code on failure, not NULLJeff Moyer2017-08-111-2/+4
* xen/blkback: don't free be structure too earlyJuergen Gross2017-07-051-3/+3
* xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-07-052-4/+0
* xen-blkback: don't leak stack data via response ringJan Beulich2017-06-292-31/+17
* xen/blkback: fix disconnect while I/Os in flightJuergen Gross2017-06-292-2/+6
* nbd: fix 64-bit divisionJens Axboe2017-04-211-1/+1
* nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik2017-04-211-4/+4
* zram: do not use copy_page with non-page aligned addressMinchan Kim2017-04-211-3/+3
* loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval2017-03-121-7/+8
* block/loop: fix race between I/O and set_statusMing Lei2017-03-121-5/+12
* virtio_blk: avoid DMA to stack for the sense bufferChristoph Hellwig2017-01-191-1/+3
* zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-191-2/+11
* zram: revalidate disk under init_lockMinchan Kim2017-01-191-7/+1
* loop: return proper error from loop_queue_rq()Omar Sandoval2017-01-061-1/+1
* 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
* 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-111-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
| * rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Ilya Dryomov2016-10-031-1/+2
| * rbd: move bumping img_request refcount into rbd_obj_request_submit()Ilya Dryomov2016-10-031-4/+8
| * rbd: mark the original request as done if stat request failsIlya Dryomov2016-10-031-13/+15
| * rbd: clean up asserts in rbd_img_obj_request_submit() helpersIlya Dryomov2016-10-031-20/+10
| * rbd: change rbd_obj_request_submit() signatureIlya Dryomov2016-10-031-47/+23