summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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-07-03rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang1-1/+1
2018-06-26nbd: use bd_set_size when updating disk sizeJosef Bacik1-1/+9
2018-06-26nbd: update size when connectedJosef Bacik1-0/+2
2018-06-26nbd: fix nbd device deletionJosef Bacik1-1/+4
2018-05-30block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei1-21/+25
2018-05-30cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi1-0/+2
2018-05-30xen-blkfront: move negotiate_mq to cover all cases of new VBDsBhavesh Davda1-9/+8
2018-05-30nbd: fix return value in error handling pathGustavo A. R. Silva1-1/+1
2018-05-25loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval1-15/+18
2018-05-25loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval1-14/+24
2018-04-29block/swim: Fix IO error at end of mediumFinn Thain1-5/+8
2018-04-29block/swim: Fix array bounds checkFinn Thain1-1/+1
2018-04-29block/swim: Select appropriate drive on device openFinn Thain1-1/+1
2018-04-29block/swim: Rename macros to avoid inconsistent inverted logicFinn Thain2-7/+7
2018-04-29block/swim: Remove extra put_disk() call from error pathFinn Thain1-1/+0
2018-04-29block/swim: Don't log an error message for an invalid ioctlFinn Thain1-7/+2
2018-04-29block/swim: Check drive typeFinn Thain1-2/+4
2018-04-29m68k/mac: Don't remap SWIM MMIO regionFinn Thain1-7/+3
2018-04-19block/loop: fix deadlock after loop_set_statusTetsuo Handa1-4/+8
2018-03-15loop: Fix lost writes caused by missing flagRoss Zwisler1-1/+1
2018-02-22rbd: whitelist RBD_FEATURE_OPERATIONS feature bitIlya Dryomov1-1/+3
2018-02-16pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche1-4/+4
2018-02-16pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche1-3/+1
2018-02-03null_blk: fix dev->badblocks leakDavid Disseldorp1-1/+4
2018-02-03loop: fix concurrent lo_open/lo_releaseLinus Torvalds1-2/+8
2018-01-17rbd: set max_segments to USHRT_MAXIlya Dryomov1-1/+1
2018-01-17rbd: reacquire lock should update lock owner client idFlorian Margaine1-5/+11
2017-12-20nullb: fix error return code in null_init()Wei Yongjun1-1/+3
2017-11-30nbd: don't start req until after the dead connection logicJosef Bacik1-13/+7
2017-11-30nbd: wait uninterruptible for the dead timeoutJosef Bacik1-3/+3
2017-11-09rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov1-2/+2
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-10-27virtio_blk: Fix an SG_IO regressionBart Van Assche1-0/+12
2017-10-25nbd: handle interrupted sendmsg with a sndtimeo setJosef Bacik1-2/+11
2017-10-09nbd: don't set the device size until we're connectedJosef Bacik1-1/+1
2017-10-09skd: Use kmem_cache_freeHimanshu Jha1-1/+1
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+6
2017-10-04zram: fix null dereference of handleMinchan Kim1-24/+12
2017-10-04null_blk: change configfs dependency to selectJens Axboe1-1/+1
2017-10-02nbd: fix -ERESTARTSYS handlingJosef Bacik1-1/+5
2017-09-25loop: remove union of use_aio and ref in struct loop_cmdOmar Sandoval1-4/+2
2017-09-25nbd: ignore non-nbd ioctl'sJosef Bacik1-0/+6
2017-09-25brd: fix overflow in __brd_direct_accessMikulas Patocka1-1/+1
2017-09-13Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2-92/+109
2017-09-09drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox1-11/+2