aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2019-08-28rbd: restore zeroing past the overlap when reading from parentGravatar Ilya Dryomov 1-0/+11
2019-08-19Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsGravatar Eric W. Biederman 1-0/+2
2019-08-12xen/blkback: fix memory leaksGravatar Wenwen Wang 1-3/+3
2019-08-08loop: set PF_MEMALLOC_NOIO for the worker threadGravatar Mikulas Patocka 1-1/+1
2019-08-08block: aoe: Fix kernel crash due to atomic sleep when exitingGravatar He Zhe 1-3/+10
2019-07-31nbd: replace kill_bdev() with __invalidate_device() againGravatar Munehisa Kamata 1-1/+1
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDGravatar Jan Kara 1-7/+9
2019-07-29ataflop: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+12
2019-07-23drbd: dynamically allocate shash descriptorGravatar Arnd Bergmann 1-2/+12
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