summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-18Merge branch 'floppy'Linus Torvalds
2019-07-17floppy: fix out-of-bounds read in copy_bufferDenis Efremov
2019-07-17floppy: fix invalid pointer dereference in drive_nameDenis Efremov
2019-07-17floppy: fix out-of-bounds read in next_valid_formatDenis Efremov
2019-07-17floppy: fix div-by-zero in setup_format_paramsDenis Efremov
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-15docs: blockdev: add it to the admin-guideMauro Carvalho Chehab
2019-07-15docs: blockdev: convert to ReSTMauro Carvalho Chehab
2019-07-12null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONEDJens Axboe
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal
2019-07-10nbd: add netlink reconfigure resize supportMike Christie
2019-07-10nbd: fix crash when the blksize is zeroXiubo Li
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08rbd: setallochint only if object doesn't existIlya Dryomov
2019-07-08rbd: support for object-map and fast-diffIlya Dryomov
2019-07-08rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov
2019-07-08rbd: new exclusive lock wait/wake codeIlya Dryomov
2019-07-08rbd: quiescing lock should wait for image requestsIlya Dryomov
2019-07-08rbd: lock should be quiesced on reacquireIlya Dryomov
2019-07-08rbd: introduce copyup state machineIlya Dryomov
2019-07-08rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Ilya Dryomov
2019-07-08rbd: move OSD request allocation into object request state machinesIlya Dryomov
2019-07-08rbd: factor out __rbd_osd_setup_discard_ops()Ilya Dryomov
2019-07-08rbd: factor out rbd_osd_setup_copyup()Ilya Dryomov
2019-07-08rbd: introduce obj_req->osd_reqs listIlya Dryomov
2019-07-08rbd: introduce image request state machineIlya Dryomov
2019-07-08rbd: move OSD request submission into object request state machinesIlya Dryomov
2019-07-08rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Ilya Dryomov
2019-07-08rbd: replace obj_req->tried_parent with obj_req->read_stateIlya Dryomov
2019-07-08rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredIlya Dryomov
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig
2019-06-29block: skd_main.c: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-06-29block: mtip32xx: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-06-29null_blk: fix type mismatch null_handle_cmd()Chaitanya Kulkarni
2019-06-20block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-20null_blk: remove duplicate 0 initializationChaitanya Kulkarni
2019-06-20floppy: fix harmless clang build warningArnd Bergmann
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner
2019-06-15block: null_blk: fix race condition for null_del_devBob Liu
2019-06-14docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-13block/ps3vram: Use %llu to format sector_t after LBDAF removalGeert Uytterhoeven
2019-06-13null_blk: remove duplicate check for report zoneChaitanya Kulkarni
2019-06-08Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds