summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: fix access after freeLars Ellenberg2018-07-111-1/+1
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-05-301-0/+2
* block/loop: fix deadlock after loop_set_statusTetsuo Handa2018-04-241-4/+8
* Fix loop device flush before configure v3James Wang2018-04-131-0/+3
* Revert "mtip32xx: use runtime tag to initialize command header"Greg Kroah-Hartman2018-04-081-24/+12
* mtip32xx: use runtime tag to initialize command headerMing Lei2018-03-241-12/+24
* loop: Fix lost writes caused by missing flagRoss Zwisler2018-03-181-1/+1
* pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-02-161-3/+1
* loop: fix concurrent lo_open/lo_releaseLinus Torvalds2018-02-031-2/+8
* rbd: set max_segments to USHRT_MAXIlya Dryomov2018-01-171-1/+1
* zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn2017-12-161-0/+2
* xen-blkback: don't leak stack data via response ringJan Beulich2017-11-212-31/+17
* 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
* 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
|\ \ \ | | |/ | |/|