summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-7877/+0
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds28-2672/+2404
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+6
2017-09-07block, THP: make block_device_operations.rw_page support THPHuang Ying2-1/+7
2017-09-07zram: add config and doc file for writeback featureMinchan Kim1-0/+12
2017-09-07zram: read page from backing deviceMinchan Kim1-5/+118
2017-09-07zram: write incompressible pages to backing deviceMinchan Kim2-13/+103
2017-09-07zram: identify asynchronous IO's return valueMinchan Kim1-8/+24
2017-09-07zram: add free space management in backing deviceMinchan Kim2-1/+50
2017-09-07zram: add interface to specif backing deviceMinchan Kim2-0/+147
2017-09-07zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim1-3/+3