summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtio_blk: fix panic in initialization error pathOmar Sandoval2017-08-111-1/+2
* xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-08-062-4/+0
* xen/blkback: don't free be structure too earlyJuergen Gross2017-08-061-4/+3
* 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-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
* loop: return proper error from loop_queue_rq()Omar Sandoval2017-01-061-1/+1
* zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-151-1/+7
* zram: fix unbalanced idr management at hot removalTakashi Iwai2016-12-081-1/+2
* drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger2016-11-181-1/+1
* nbd: ratelimit error msgs after socket closeDan Streetman2016-05-111-2/+2
* paride: make 'verbose' parameter an 'int' againArnd Bergmann2016-05-042-4/+4
* block: loop: fix filesystem corruption in case of aio/dioMing Lei2016-05-041-0/+6
* rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp2016-04-201-3/+3
* brd: Fix discard request processingBart Van Assche2016-04-121-1/+1
* mtip32xx: Cleanup queued requests after surprise removalAsai Thambi SP2016-04-121-18/+60
* mtip32xx: Implement timeout handlerAsai Thambi SP2016-04-122-10/+92
* mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP2016-04-121-5/+6
* mtip32xx: Handle safe removal during IOAsai Thambi SP2016-04-122-2/+33
* mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP2016-04-121-7/+7
* mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP2016-04-121-2/+6
* mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP2016-04-121-8/+1
* mtip32xx: Fix broken service thread handlingAsai Thambi SP2016-04-122-3/+8
* mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP2016-04-121-8/+12
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-02-171-3/+4
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-02-172-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-02-173-4/+4
* null_blk: use async queue restart helperJens Axboe2015-12-281-6/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-221-3/+3
|\
| * null_blk: fix use-after-free errorMike Krinkin2015-12-221-3/+3
* | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-182-9/+14
|\ \
| * | xen-blkback: read from indirect descriptors only onceRoger Pau Monné2015-12-181-5/+10
| * | xen-blkback: only read request operation from shared ring onceRoger Pau Monné2015-12-181-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-121-11/+21
|\ \ \ | | |/ | |/|
| * | null_blk: Fix error path in module initializationMinfei Huang2015-12-081-7/+16
| * | lightnvm: replace req queue with nvmdev for lldMatias Bjørling2015-12-071-4/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-12-041-0/+1
|\ \ \ | |/ / |/| |
| * | rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov2015-12-041-0/+1
* | | null_blk: change type of completion_nsec to unsigned longArianna Avanzini2015-12-011-2/+2
* | | null_blk: guarantee device restart in all irq modesArianna Avanzini2015-12-011-12/+15
* | | null_blk: set a separate timer for each commandPaolo Valente2015-12-011-55/+24
|/ /
* | mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes2015-11-201-4/+2
* | null_blk: do not del gendisk with lightnvmMatias Bjørling2015-11-191-3/+5
* | null_blk: use device addressing modeMatias Bjørling2015-11-191-5/+23
* | null_blk: use ppa_cache poolMatias Bjørling2015-11-191-2/+23
* | null_blk: register as a LightNVM deviceMatias Bjørling2015-11-161-6/+154
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-11-131-55/+54
|\ \