summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2019-05-02rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov1-5/+4
2019-04-04block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain1-1/+5
2019-02-11floppy: fix race condition in __floppy_read_block_0()Jens Axboe1-1/+2
2018-12-17nbd: don't allow invalid blocksize settingsJens Axboe1-0/+3
2018-10-03floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft1-0/+3
2018-06-17rbd: whitelist RBD_FEATURE_OPERATIONS feature bitIlya Dryomov1-2/+5
2018-06-17pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche1-3/+1
2018-01-01rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov1-2/+2
2017-11-26skd: Submit requests to firmware before triggering the doorbellBart Van Assche1-0/+6
2017-11-26skd: Avoid that module unloading triggers a use-after-freeBart Van Assche1-7/+8
2017-11-11drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg1-0/+6
2017-11-11paride: fix the "verbose" module paramDan Carpenter1-2/+2
2017-07-18xen-blkback: don't leak stack data via response ringJan Beulich2-31/+17
2017-07-18zram: do not use copy_page with non-page aligned addressMinchan Kim1-3/+3
2017-03-16nbd: only set MSG_MORE when we have more to sendJosef Bacik1-4/+2
2017-03-16nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2017-02-23nvme/pci: Don't free queues on errorKeith Busch1-5/+1
2016-06-15rbd: fix rbd map vs notify racesIlya Dryomov1-24/+19
2016-05-01paride: make 'verbose' parameter an 'int' againArnd Bergmann2-4/+4
2016-05-01mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP1-8/+12
2016-05-01mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP1-8/+1
2016-05-01mtip32xx: Fix broken service thread handlingAsai Thambi SP2-3/+8
2016-05-01nbd: ratelimit error msgs after socket closeDan Streetman1-2/+2
2016-02-02zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-02-02zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2016-01-25xen-blkback: read from indirect descriptors only onceRoger Pau Monné1-5/+10
2016-01-25xen-blkback: only read request operation from shared ring onceRoger Pau Monné1-4/+4
2015-11-16rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-11-16rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-8/+21
2015-11-16rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+15
2015-11-16xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-11-16rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-10-06zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-08-31xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-2/+2
2015-08-31xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu1-2/+4
2015-08-27rbd: fix copyup completion raceIlya Dryomov1-5/+17
2015-07-15rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-05-12rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-10nbd: fix possible memory leakSudip Mukherjee1-4/+4
2015-02-04rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov1-4/+1
2015-02-04rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov1-14/+6
2015-01-05drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg1-0/+1
2014-11-27sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-11-27vio: fix reuse of vio_dring slotDwight Engen1-16/+23
2014-11-27sunvdc: limit each sg segment to a pageDwight Engen1-0/+4
2014-11-27sunvdc: compute vdisk geometry from capacityAllen Pais1-9/+14
2014-11-27sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-17/+92
2014-11-27zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang1-1/+2
2014-11-17rbd: rbd workqueues need a resque workerIlya Dryomov1-1/+2
2014-11-17rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun1-1/+3