summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* null_blk: fix inline misuseJens Axboe2019-08-232-6/+5
* null_blk: create a helper for req completionChaitanya Kulkarni2019-08-231-22/+27
* null_blk: create a helper for zoned devicesChaitanya Kulkarni2019-08-233-27/+35
* null_blk: create a helper for mem-backed opsChaitanya Kulkarni2019-08-231-9/+16
* null_blk: create a helper for badblocksChaitanya Kulkarni2019-08-231-7/+17
* null_blk: create a helper for throttlingChaitanya Kulkarni2019-08-231-14/+25
* null_blk: move duplicate code to callersChaitanya Kulkarni2019-08-231-45/+21
* nbd: fix max number of supported devsMike Christie2019-08-201-14/+25
* nbd: fix zero cmd timeout handling v2Mike Christie2019-08-201-6/+23
* nbd: add missing config putMike Christie2019-08-201-1/+3
* nbd: add function to convert blk req op to nbd cmdMike Christie2019-08-201-15/+18
* nbd: add set cmd timeout helperMike Christie2019-08-201-14/+14
* floppy: fix usercopy directionJann Horn2019-08-091-2/+2
* loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-08-091-0/+1
* null_blk: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2019-08-052-6/+25
* nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-07-311-1/+1
* loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-07-301-7/+9
* ataflop: Mark expected switch fall-throughGustavo A. R. Silva2019-07-291-0/+1
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-2/+12
|\
| * drbd: dynamically allocate shash descriptorArnd Bergmann2019-07-231-2/+12
* | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-182-588/+1610
|\ \
| * | rbd: setallochint only if object doesn't existIlya Dryomov2019-07-081-5/+14
| * | rbd: support for object-map and fast-diffIlya Dryomov2019-07-082-3/+727
| * | rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov2019-07-081-8/+6
| * | libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-081-4/+4
| * | rbd: new exclusive lock wait/wake codeIlya Dryomov2019-07-081-143/+186
| * | rbd: quiescing lock should wait for image requestsIlya Dryomov2019-07-081-14/+90
| * | rbd: lock should be quiesced on reacquireIlya Dryomov2019-07-081-14/+21
| * | rbd: introduce copyup state machineIlya Dryomov2019-07-081-64/+123
| * | rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Ilya Dryomov2019-07-081-13/+13
| * | rbd: move OSD request allocation into object request state machinesIlya Dryomov2019-07-081-118/+96
| * | rbd: factor out __rbd_osd_setup_discard_ops()Ilya Dryomov2019-07-081-16/+27
| * | rbd: factor out rbd_osd_setup_copyup()Ilya Dryomov2019-07-081-12/+17
| * | rbd: introduce obj_req->osd_reqs listIlya Dryomov2019-07-081-91/+100
| * | rbd: introduce image request state machineIlya Dryomov2019-07-081-57/+137
| * | rbd: move OSD request submission into object request state machinesIlya Dryomov2019-07-081-11/+49
| * | rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Ilya Dryomov2019-07-081-52/+60
| * | rbd: replace obj_req->tried_parent with obj_req->read_stateIlya Dryomov2019-07-081-36/+46
| * | rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredIlya Dryomov2019-07-081-91/+58
* | | Merge branch 'floppy'Linus Torvalds2019-07-181-2/+32
|\ \ \
| * | | floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-171-2/+4
| * | | floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-171-3/+8
| * | | floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-07-171-0/+18
| * | | floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-171-0/+5
| |/ /
* | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-163-8/+8
|\ \ \ | |_|/ |/| |
| * | docs: blockdev: add it to the admin-guideMauro Carvalho Chehab2019-07-153-8/+8
| * | docs: blockdev: convert to ReSTMauro Carvalho Chehab2019-07-153-8/+8
* | | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-163-18/+49
|\ \ \ | |/ / |/| |
| * | null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONEDJens Axboe2019-07-121-1/+1
| * | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-122-4/+2