summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-261-2/+4
* floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-261-3/+8
* floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-07-261-0/+18
* floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-261-0/+5
* block: null_blk: fix race condition for null_del_devBob Liu2019-07-261-5/+6
* xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne2019-06-111-19/+19
* brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao2019-05-251-6/+1
* zram: pass down the bvec we need to read into in the work structJérôme Glisse2019-04-261-2/+3
* virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang2019-04-101-0/+2
* xsysace: Fix error handling in ace_setupGuenter Roeck2019-04-061-0/+2
* null_blk: prevent crash from bad home_node valueJohn Pittman2019-04-061-0/+5
* paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing2019-04-051-1/+13
* paride/pf: Fix potential NULL pointer dereferenceYueHaibing2019-04-031-1/+11
* drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim2019-03-291-26/+6
* Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-233-7/+17
|\
| * loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang2019-03-181-1/+1
| * paride/pcd: cleanup queues when detection failsJens Axboe2019-03-181-1/+5
| * paride/pf: cleanup queues when detection failsJens Axboe2019-03-181-5/+11
* | rbd: drop wait_for_latest_osdmap()Ilya Dryomov2019-03-201-18/+2
* | rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov2019-03-181-4/+4
|/
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-42/+57
|\
| * Merge branch 'stable/for-jens-5.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2019-03-061-42/+57
| |\
| | * xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang2019-02-241-29/+43
| | * xen/blkback: add stack variable 'blkif' in connect_ring()Dongli Zhang2019-01-171-13/+14
* | | zram: default to lzo-rle instead of lzoDave Rodgman2019-03-141-1/+1
* | | Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-121-103/+297
|\ \ \
| * | | rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov2019-03-051-0/+2
| * | | rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov2019-03-051-5/+7
| * | | rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov2019-03-051-10/+79
| * | | rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov2019-03-051-33/+43
| * | | rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-31/+59
| * | | rbd: factor out __rbd_osd_req_create()Ilya Dryomov2019-03-051-7/+12
| * | | rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-0/+1
| * | | rbd: remove experimental designation from kernel layeringIlya Dryomov2019-03-051-8/+0
| * | | rbd: round off and ignore discards that are too smallIlya Dryomov2019-03-051-6/+55
| * | | rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov2019-03-051-10/+51
| * | | rbd: get rid of obj_req->obj_request_countIlya Dryomov2019-03-051-5/+0
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-03-101-4/+6
|\ \ \ \
| * | | | virtio-blk: Consider virtio_max_dma_size() for maximum segment sizeJoerg Roedel2019-03-061-4/+6
| |/ / /
* | | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-088-49/+52
|\ \ \ \ | | |/ / | |/| |
| * | | nbd: propagate genlmsg_reply return codeLi RongQing2019-02-281-2/+1
| * | | floppy: remove set but not used variable 'q'YueHaibing2019-02-281-3/+0
| * | | null_blk: fix checking for REQ_FUAHeinz Mauelshagen2019-02-281-1/+1
| * | | loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang2019-02-221-4/+17
| * | | loop: do not print warn message if partition scan is successfulDongli Zhang2019-02-221-2/+3
| * | | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-155-5/+4
| * | | block: loop: pass multi-page bvec to iov_iterMing Lei2019-02-151-10/+10
| * | | block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-1/+0
| * | | mtip32xx: ѕtop abusing the managed resource APIsChristoph Hellwig2019-01-311-21/+16
* | | | lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-071-0/+1