summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* xsysace: Fix error handling in ace_setupGuenter Roeck2019-05-161-0/+2
* Revert "block/loop: Use global lock for ioctl() operation."Greg Kroah-Hartman2019-05-162-24/+24
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2019-02-201-1/+5
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2019-02-201-7/+8
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2019-02-201-1/+1
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2019-02-201-5/+6
* block/loop: Use global lock for ioctl() operation.Tetsuo Handa2019-01-262-24/+24
* zram: close udev startup race condition as default groupsMinchan Kim2018-11-271-12/+6
* swim: fix cleanup on setup errorOmar Sandoval2018-11-221-2/+11
* ataflop: fix error handling during setupOmar Sandoval2018-11-221-10/+15
* floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft2018-10-131-0/+3
* loop: remember whether sysfs_create_group() was doneTetsuo Handa2018-07-222-5/+7
* loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o2018-07-221-30/+38
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-05-301-0/+2
* 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