summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* rsxx: add missed destroy_workqueue calls in removeChuhong Yuan2019-12-131-0/+2
* rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()Ilya Dryomov2019-12-131-1/+1
* block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter2019-12-041-1/+0
* nbd: prevent memory leakNavid Emamdoost2019-11-291-2/+3
* nbd:fix memory leak in nbd_get_socket()Sun Ke2019-11-291-0/+1
* nbd: handle racing with error'ed out commandsJosef Bacik2019-11-101-0/+6
* nbd: protect cmd->status with cmd->lockJosef Bacik2019-11-101-5/+7
* nbd: verify socket is supported during setupMike Christie2019-11-061-2/+21
* nbd: fix possible sysfs duplicate warningXiubo Li2019-11-061-1/+1
* zram: fix race between backing_dev_show and backing_dev_storeChenwandun2019-10-291-2/+3
* loop: change queue block size to match when using DIOMartijn Coenen2019-10-291-0/+10
* nbd: fix max number of supported devsMike Christie2019-10-111-14/+25
* pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe2019-10-071-1/+0
* nbd: add missing config putMike Christie2019-10-051-1/+3
* loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-10-051-0/+1
* floppy: fix usercopy directionJann Horn2019-09-211-2/+2
* rbd: restore zeroing past the overlap when reading from parentIlya Dryomov2019-08-281-0/+11
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-191-0/+2
|\
| * signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-0/+2
* | xen/blkback: fix memory leaksWenwen Wang2019-08-121-3/+3
|/
* loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka2019-08-081-1/+1
* block: aoe: Fix kernel crash due to atomic sleep when exitingHe Zhe2019-08-081-3/+10
* 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