summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2018-11-21swim: fix cleanup on setup errorOmar Sandoval1-2/+11
2018-11-21ataflop: fix error handling during setupOmar Sandoval1-10/+15
2018-10-10floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft1-0/+3
2018-07-17loop: remember whether sysfs_create_group() was doneTetsuo Handa2-5/+7
2018-07-17loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o1-30/+38
2018-07-11drbd: fix access after freeLars Ellenberg1-1/+1
2018-05-30cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi1-0/+2
2018-04-24block/loop: fix deadlock after loop_set_statusTetsuo Handa1-4/+8
2018-04-13Fix loop device flush before configure v3James Wang1-0/+3
2018-04-08Revert "mtip32xx: use runtime tag to initialize command header"Greg Kroah-Hartman1-24/+12
2018-03-24mtip32xx: use runtime tag to initialize command headerMing Lei1-12/+24
2018-03-18loop: Fix lost writes caused by missing flagRoss Zwisler1-1/+1
2018-02-16pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche1-3/+1
2018-02-03loop: fix concurrent lo_open/lo_releaseLinus Torvalds1-2/+8
2018-01-17rbd: set max_segments to USHRT_MAXIlya Dryomov1-1/+1
2017-12-16zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn1-0/+2
2017-11-21xen-blkback: don't leak stack data via response ringJan Beulich2-31/+17
2017-11-15rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov1-2/+2
2017-09-27skd: Submit requests to firmware before triggering the doorbellBart Van Assche1-0/+6
2017-09-27skd: Avoid that module unloading triggers a use-after-freeBart Van Assche1-7/+8
2017-08-11virtio_blk: fix panic in initialization error pathOmar Sandoval1-1/+2
2017-08-07xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2-4/+0
2017-08-07xen/blkback: don't free be structure too earlyJuergen Gross1-4/+3
2017-05-08drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg1-0/+6
2017-04-21zram: do not use copy_page with non-page aligned addressMinchan Kim1-3/+3
2017-03-12loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval1-7/+8
2017-03-12block/loop: fix race between I/O and set_statusMing Lei1-5/+12
2017-01-06loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-12-15zram: restrict add/remove attributes to root onlySergey Senozhatsky1-1/+7
2016-12-08zram: fix unbalanced idr management at hot removalTakashi Iwai1-1/+2
2016-11-18drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2016-05-11nbd: ratelimit error msgs after socket closeDan Streetman1-2/+2
2016-05-05paride: make 'verbose' parameter an 'int' againArnd Bergmann2-4/+4
2016-05-05block: loop: fix filesystem corruption in case of aio/dioMing Lei1-0/+6
2016-04-20rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp1-3/+3
2016-04-12brd: Fix discard request processingBart Van Assche1-1/+1
2016-04-12mtip32xx: Cleanup queued requests after surprise removalAsai Thambi SP1-18/+60
2016-04-12mtip32xx: Implement timeout handlerAsai Thambi SP2-10/+92
2016-04-12mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP1-5/+6
2016-04-12mtip32xx: Handle safe removal during IOAsai Thambi SP2-2/+33
2016-04-12mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP1-7/+7
2016-04-12mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP1-2/+6
2016-04-12mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP1-8/+1
2016-04-12mtip32xx: Fix broken service thread handlingAsai Thambi SP2-3/+8
2016-04-12mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP1-8/+12
2016-02-17zram: don't call idr_remove() from zram_remove()Jerome Marchand1-3/+4
2016-02-17zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-02-17zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2015-12-28null_blk: use async queue restart helperJens Axboe1-6/+5
2015-12-23Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3