summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-02-161-3/+1
* loop: fix concurrent lo_open/lo_releaseLinus Torvalds2018-02-071-2/+8
* 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-7/+8
* drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg2017-05-081-0/+6
* zram: do not use copy_page with non-page aligned addressMinchan Kim2017-04-221-3/+3
* drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger2017-04-181-1/+1
* paride: fix the "verbose" module paramDan Carpenter2017-02-081-2/+2
* nbd: ratelimit error msgs after socket closeDan Streetman2016-07-121-2/+2
* paride: make 'verbose' parameter an 'int' againArnd Bergmann2016-07-122-4/+4
* mtip32xx: Fix broken service thread handlingAsai Thambi SP2016-07-122-2/+15
* mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP2016-07-121-7/+7
* rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp2016-04-201-3/+3
* mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP2016-04-181-5/+6
* mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP2016-04-181-4/+1
* mtip32xx: Handle safe removal during IOAsai Thambi SP2016-04-182-2/+33
* mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP2016-04-181-98/+45
* mtip32xx: fix rmmod issueAsai Thambi SP2016-04-181-6/+7
* mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP2016-04-181-8/+12
* mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP2016-04-181-2/+6
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-02-092-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-02-093-4/+4
* rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov2016-01-221-20/+15
* rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov2016-01-211-0/+1
* xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery2015-11-151-1/+2
* rbd: require stable pages if message data CRCs are enabledRonny Hegewald2015-11-151-0/+3
* rbd: fix double free on rbd_dev->header_nameIlya Dryomov2015-11-131-1/+0
* zram: fix possible use after free in zcomp_create()Luis Henriques2015-10-271-5/+7
* xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu2015-09-151-1/+1
* xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu2015-09-151-2/+4
* rbd: fix copyup completion raceIlya Dryomov2015-08-271-5/+17
* rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov2015-07-051-2/+2
* rbd: end I/O the entire obj_request on errorIlya Dryomov2015-05-171-0/+5
* nbd: fix possible memory leakSudip Mukherjee2015-04-231-4/+4
* rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov2015-02-051-14/+6
* rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov2015-02-051-4/+1
* drbd: Fix state change in case of connection timeoutPhilipp Reisner2015-01-161-1/+1
* drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2015-01-161-0/+1
* zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang2014-11-131-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-11-031-16/+19
|\
| * rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara2014-10-301-1/+1
| * rbd: use a single workqueue for all devicesIlya Dryomov2014-10-301-15/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-311-9/+0
|\ \
| * | sunvdc: don't call VD_OP_GET_VTOCDwight Engen2014-10-311-9/+0
| |/
* | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2014-10-291-4/+6
|\ \
| * | zram: avoid NULL pointer access in concurrent situationWeijie Yang2014-10-291-4/+6
| |/
* / null_blk: Cleanup error recovery in null_add_dev()Jan Kara2014-10-221-7/+7
|/
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1823-145/+121
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-047-0/+7