summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2019-08-13floppy: fix out-of-bounds read in copy_bufferDenis Efremov
2019-08-13floppy: fix invalid pointer dereference in drive_nameDenis Efremov
2019-08-13floppy: fix out-of-bounds read in next_valid_formatDenis Efremov
2019-08-13floppy: fix div-by-zero in setup_format_paramsDenis Efremov
2019-08-13xsysace: Fix error handling in ace_setupGuenter Roeck
2019-05-02rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov
2019-04-04block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain
2019-02-11floppy: fix race condition in __floppy_read_block_0()Jens Axboe
2018-12-16nbd: don't allow invalid blocksize settingsJens Axboe
2018-10-03floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft
2018-06-16rbd: whitelist RBD_FEATURE_OPERATIONS feature bitIlya Dryomov
2018-06-16pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche
2018-01-01rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov
2017-11-26skd: Submit requests to firmware before triggering the doorbellBart Van Assche
2017-11-26skd: Avoid that module unloading triggers a use-after-freeBart Van Assche
2017-11-11drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg
2017-11-11paride: fix the "verbose" module paramDan Carpenter
2017-07-18xen-blkback: don't leak stack data via response ringJan Beulich
2017-07-18zram: do not use copy_page with non-page aligned addressMinchan Kim
2017-03-16nbd: only set MSG_MORE when we have more to sendJosef Bacik
2017-03-16nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe
2017-02-23nvme/pci: Don't free queues on errorKeith Busch
2016-06-15rbd: fix rbd map vs notify racesIlya Dryomov
2016-05-01paride: make 'verbose' parameter an 'int' againArnd Bergmann
2016-05-01mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP
2016-05-01mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP
2016-05-01mtip32xx: Fix broken service thread handlingAsai Thambi SP
2016-05-01nbd: ratelimit error msgs after socket closeDan Streetman
2016-02-02zram: try vmalloc() after kmalloc()Kyeongdon Kim
2016-02-02zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky
2016-01-25xen-blkback: read from indirect descriptors only onceRoger Pau Monné
2016-01-25xen-blkback: only read request operation from shared ring onceRoger Pau Monné
2015-11-16rbd: require stable pages if message data CRCs are enabledRonny Hegewald
2015-11-16rbd: prevent kernel stack blow up on rbd mapIlya Dryomov
2015-11-16rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov
2015-11-16xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery
2015-11-16rbd: fix double free on rbd_dev->header_nameIlya Dryomov
2015-10-06zram: fix possible use after free in zcomp_create()Luis Henriques
2015-08-31xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu
2015-08-31xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu
2015-08-27rbd: fix copyup completion raceIlya Dryomov
2015-07-15rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov
2015-05-12rbd: end I/O the entire obj_request on errorIlya Dryomov
2015-04-10nbd: fix possible memory leakSudip Mukherjee
2015-02-04rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov
2015-02-04rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov
2015-01-05drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg
2014-11-27sunvdc: don't call VD_OP_GET_VTOCDwight Engen
2014-11-27vio: fix reuse of vio_dring slotDwight Engen
2014-11-27sunvdc: limit each sg segment to a pageDwight Engen