summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2019-02-20block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain1-1/+5
2019-02-20drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg1-7/+8
2019-02-20drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg1-1/+1
2019-02-20drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer1-5/+6
2019-01-26block/loop: Use global lock for ioctl() operation.Tetsuo Handa2-24/+24
2018-11-27zram: close udev startup race condition as default groupsMinchan Kim1-12/+6
2018-11-22swim: fix cleanup on setup errorOmar Sandoval1-2/+11
2018-11-22ataflop: fix error handling during setupOmar Sandoval1-10/+15
2018-10-13floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft1-0/+3
2018-07-22loop: remember whether sysfs_create_group() was doneTetsuo Handa2-5/+7
2018-07-22loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o1-30/+38
2018-05-30cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi1-0/+2
2018-02-16pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche1-3/+1
2018-02-07loop: fix concurrent lo_open/lo_releaseLinus Torvalds1-2/+8
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-05-08drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg1-0/+6
2017-04-22zram: do not use copy_page with non-page aligned addressMinchan Kim1-3/+3
2017-04-18drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2017-02-08paride: fix the "verbose" module paramDan Carpenter1-2/+2
2016-07-12nbd: ratelimit error msgs after socket closeDan Streetman1-2/+2
2016-07-12paride: make 'verbose' parameter an 'int' againArnd Bergmann2-4/+4
2016-07-12mtip32xx: Fix broken service thread handlingAsai Thambi SP2-2/+15
2016-07-12mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP1-7/+7
2016-04-20rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp1-3/+3
2016-04-18mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP1-5/+6
2016-04-18mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP1-4/+1
2016-04-18mtip32xx: Handle safe removal during IOAsai Thambi SP2-2/+33
2016-04-18mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP1-98/+45
2016-04-18mtip32xx: fix rmmod issueAsai Thambi SP1-6/+7
2016-04-18mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP1-8/+12
2016-04-18mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP1-2/+6
2016-02-10zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-02-10zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2016-01-22rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+15
2016-01-21rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov1-0/+1
2015-11-15xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-11-15rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-11-13rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-10-28zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-09-15xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-1/+1
2015-09-15xen-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-05rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-05-18rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-23nbd: fix possible memory leakSudip Mukherjee1-4/+4
2015-02-06rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov1-14/+6
2015-02-06rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov1-4/+1
2015-01-16drbd: Fix state change in case of connection timeoutPhilipp Reisner1-1/+1