summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2018-10-03floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft
2018-09-19pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park
2018-09-19nbd: don't allow invalid blocksize settingsJens Axboe
2018-09-09drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas
2018-09-05nbd: handle unexpected replies betterJosef Bacik
2018-09-05nbd: don't requeue the same request twice.Josef Bacik
2018-08-24drbd: Fix drbd_request_prepare() discard handlingBart Van Assche
2018-08-24nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes
2018-07-17loop: remember whether sysfs_create_group() was doneTetsuo Handa
2018-07-17loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o
2018-07-11drbd: fix access after freeLars Ellenberg
2018-07-03rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang
2018-06-26nbd: use bd_set_size when updating disk sizeJosef Bacik
2018-06-26nbd: update size when connectedJosef Bacik
2018-06-26nbd: fix nbd device deletionJosef Bacik
2018-05-30block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei
2018-05-30cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi
2018-05-30xen-blkfront: move negotiate_mq to cover all cases of new VBDsBhavesh Davda
2018-05-30nbd: fix return value in error handling pathGustavo A. R. Silva
2018-05-25loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval
2018-05-25loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval
2018-04-29block/swim: Fix IO error at end of mediumFinn Thain
2018-04-29block/swim: Fix array bounds checkFinn Thain
2018-04-29block/swim: Select appropriate drive on device openFinn Thain
2018-04-29block/swim: Rename macros to avoid inconsistent inverted logicFinn Thain
2018-04-29block/swim: Remove extra put_disk() call from error pathFinn Thain
2018-04-29block/swim: Don't log an error message for an invalid ioctlFinn Thain
2018-04-29block/swim: Check drive typeFinn Thain
2018-04-29m68k/mac: Don't remap SWIM MMIO regionFinn Thain
2018-04-19block/loop: fix deadlock after loop_set_statusTetsuo Handa
2018-03-15loop: Fix lost writes caused by missing flagRoss Zwisler
2018-02-22rbd: whitelist RBD_FEATURE_OPERATIONS feature bitIlya Dryomov
2018-02-16pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche
2018-02-16pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche
2018-02-03null_blk: fix dev->badblocks leakDavid Disseldorp
2018-02-03loop: fix concurrent lo_open/lo_releaseLinus Torvalds
2018-01-17rbd: set max_segments to USHRT_MAXIlya Dryomov
2018-01-17rbd: reacquire lock should update lock owner client idFlorian Margaine
2017-12-20nullb: fix error return code in null_init()Wei Yongjun
2017-11-30nbd: don't start req until after the dead connection logicJosef Bacik
2017-11-30nbd: wait uninterruptible for the dead timeoutJosef Bacik
2017-11-09rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27virtio_blk: Fix an SG_IO regressionBart Van Assche
2017-10-24nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik
2017-10-09nbd: don't set the device size until we're connectedJosef Bacik
2017-10-09skd: Use kmem_cache_freeHimanshu Jha
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-10-03zram: fix null dereference of handleMinchan Kim