aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-588/+1610
2019-07-18Merge branch 'floppy'Gravatar Linus Torvalds 1-2/+32
2019-07-17floppy: fix out-of-bounds read in copy_bufferGravatar Denis Efremov 1-2/+4
2019-07-17floppy: fix invalid pointer dereference in drive_nameGravatar Denis Efremov 1-3/+8
2019-07-17floppy: fix out-of-bounds read in next_valid_formatGravatar Denis Efremov 1-0/+18
2019-07-17floppy: fix div-by-zero in setup_format_paramsGravatar Denis Efremov 1-0/+5
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Gravatar Linus Torvalds 3-8/+8
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-18/+49
2019-07-15docs: blockdev: add it to the admin-guideGravatar Mauro Carvalho Chehab 3-8/+8
2019-07-15docs: blockdev: convert to ReSTGravatar Mauro Carvalho Chehab 3-8/+8
2019-07-12null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONEDGravatar Jens Axboe 1-1/+1
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Gravatar Damien Le Moal 2-4/+2
2019-07-10nbd: add netlink reconfigure resize supportGravatar Mike Christie 1-16/+32
2019-07-10nbd: fix crash when the blksize is zeroGravatar Xiubo Li 1-3/+20
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-92/+17
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-3/+3
2019-07-08rbd: setallochint only if object doesn't existGravatar Ilya Dryomov 1-5/+14
2019-07-08rbd: support for object-map and fast-diffGravatar Ilya Dryomov 2-3/+727
2019-07-08rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Gravatar Ilya Dryomov 1-8/+6
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseGravatar Ilya Dryomov 1-4/+4
2019-07-08rbd: new exclusive lock wait/wake codeGravatar Ilya Dryomov 1-143/+186
2019-07-08rbd: quiescing lock should wait for image requestsGravatar Ilya Dryomov 1-14/+90
2019-07-08rbd: lock should be quiesced on reacquireGravatar Ilya Dryomov 1-14/+21
2019-07-08rbd: introduce copyup state machineGravatar Ilya Dryomov 1-64/+123
2019-07-08rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Gravatar Ilya Dryomov 1-13/+13
2019-07-08rbd: move OSD request allocation into object request state machinesGravatar Ilya Dryomov 1-118/+96
2019-07-08rbd: factor out __rbd_osd_setup_discard_ops()Gravatar Ilya Dryomov 1-16/+27
2019-07-08rbd: factor out rbd_osd_setup_copyup()Gravatar Ilya Dryomov 1-12/+17
2019-07-08rbd: introduce obj_req->osd_reqs listGravatar Ilya Dryomov 1-91/+100
2019-07-08rbd: introduce image request state machineGravatar Ilya Dryomov 1-57/+137
2019-07-08rbd: move OSD request submission into object request state machinesGravatar Ilya Dryomov 1-11/+49
2019-07-08rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Gravatar Ilya Dryomov 1-52/+60
2019-07-08rbd: replace obj_req->tried_parent with obj_req->read_stateGravatar Ilya Dryomov 1-36/+46
2019-07-08rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredGravatar Ilya Dryomov 1-91/+58
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockGravatar Jens Axboe 3-10/+3
2019-06-29block: never take page references for ITER_BVECGravatar Christoph Hellwig 1-12/+4
2019-06-29block: skd_main.c: Remove call to memset after dma_alloc_coherentGravatar Fuqian Huang 1-1/+0
2019-06-29block: mtip32xx: Remove call to memset after dma_alloc_coherentGravatar Fuqian Huang 1-5/+0
2019-06-29null_blk: fix type mismatch null_handle_cmd()Gravatar Chaitanya Kulkarni 1-1/+1
2019-06-20block: drbd: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 3-66/+5
2019-06-20null_blk: remove duplicate 0 initializationGravatar Chaitanya Kulkarni 1-1/+0
2019-06-20floppy: fix harmless clang build warningGravatar Arnd Bergmann 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Gravatar Thomas Gleixner 2-6/+2
2019-06-15block: null_blk: fix race condition for null_del_devGravatar Bob Liu 1-5/+6
2019-06-14docs: cdrom: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-13block/ps3vram: Use %llu to format sector_t after LBDAF removalGravatar Geert Uytterhoeven 1-1/+1
2019-06-13null_blk: remove duplicate check for report zoneGravatar Chaitanya Kulkarni 1-4/+0
2019-06-08Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-19/+19