summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov2019-05-021-5/+4
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2019-04-041-1/+5
* floppy: fix race condition in __floppy_read_block_0()Jens Axboe2019-02-111-1/+2
* nbd: don't allow invalid blocksize settingsJens Axboe2018-12-161-0/+3
* floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft2018-10-031-0/+3
* rbd: whitelist RBD_FEATURE_OPERATIONS feature bitIlya Dryomov2018-06-161-2/+5
* pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-06-161-3/+1
* rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov2018-01-011-2/+2
* skd: Submit requests to firmware before triggering the doorbellBart Van Assche2017-11-261-0/+6
* skd: Avoid that module unloading triggers a use-after-freeBart Van Assche2017-11-261-7/+8
* drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg2017-11-111-0/+6
* paride: fix the "verbose" module paramDan Carpenter2017-11-111-2/+2
* xen-blkback: don't leak stack data via response ringJan Beulich2017-07-182-31/+17
* zram: do not use copy_page with non-page aligned addressMinchan Kim2017-07-181-3/+3
* nbd: only set MSG_MORE when we have more to sendJosef Bacik2017-03-161-4/+2
* nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe2017-03-161-9/+23
* nvme/pci: Don't free queues on errorKeith Busch2017-02-231-5/+1
* rbd: fix rbd map vs notify racesIlya Dryomov2016-06-151-24/+19
* paride: make 'verbose' parameter an 'int' againArnd Bergmann2016-05-012-4/+4
* mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP2016-05-011-8/+12
* mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP2016-05-011-8/+1
* mtip32xx: Fix broken service thread handlingAsai Thambi SP2016-05-012-3/+8
* nbd: ratelimit error msgs after socket closeDan Streetman2016-05-011-2/+2
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-02-022-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-02-023-4/+4
* xen-blkback: read from indirect descriptors only onceRoger Pau Monné2016-01-251-5/+10
* xen-blkback: only read request operation from shared ring onceRoger Pau Monné2016-01-251-4/+4
* rbd: require stable pages if message data CRCs are enabledRonny Hegewald2015-11-161-0/+3
* rbd: prevent kernel stack blow up on rbd mapIlya Dryomov2015-11-161-8/+21
* rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov2015-11-161-20/+15
* xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery2015-11-161-1/+2
* rbd: fix double free on rbd_dev->header_nameIlya Dryomov2015-11-161-1/+0
* zram: fix possible use after free in zcomp_create()Luis Henriques2015-10-061-5/+7
* xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu2015-08-311-2/+2
* xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu2015-08-311-2/+4
* rbd: fix copyup completion raceIlya Dryomov2015-08-271-5/+17
* rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov2015-07-151-2/+2
* rbd: end I/O the entire obj_request on errorIlya Dryomov2015-05-121-0/+5
* nbd: fix possible memory leakSudip Mukherjee2015-04-101-4/+4
* rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov2015-02-041-4/+1
* rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov2015-02-041-14/+6
* drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2015-01-051-0/+1
* sunvdc: don't call VD_OP_GET_VTOCDwight Engen2014-11-271-9/+0
* vio: fix reuse of vio_dring slotDwight Engen2014-11-271-16/+23
* sunvdc: limit each sg segment to a pageDwight Engen2014-11-271-0/+4
* sunvdc: compute vdisk geometry from capacityAllen Pais2014-11-271-9/+14
* sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-11-271-17/+92
* zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang2014-11-271-1/+2
* rbd: rbd workqueues need a resque workerIlya Dryomov2014-11-171-1/+2
* rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun2014-11-171-1/+3