summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse-2/+3
2019-04-10virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang-0/+2
2019-04-06xsysace: Fix error handling in ace_setupGuenter Roeck-0/+2
2019-04-06null_blk: prevent crash from bad home_node valueJohn Pittman-0/+5
2019-04-05paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing-1/+13
2019-04-03paride/pf: Fix potential NULL pointer dereferenceYueHaibing-1/+11
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim-26/+6
2019-03-23Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+17
2019-03-20rbd: drop wait_for_latest_osdmap()Ilya Dryomov-18/+2
2019-03-18rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov-4/+4
2019-03-18loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang-1/+1
2019-03-18paride/pcd: cleanup queues when detection failsJens Axboe-1/+5
2019-03-18paride/pf: cleanup queues when detection failsJens Axboe-5/+11
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds-42/+57
2019-03-14zram: default to lzo-rle instead of lzoDave Rodgman-1/+1
2019-03-12Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-103/+297
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+6
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds-49/+52
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman-0/+1
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-26/+19
2019-03-06Merge branch 'stable/for-jens-5.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe-42/+57
2019-03-06virtio-blk: Consider virtio_max_dma_size() for maximum segment sizeJoerg Roedel-4/+6
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual-2/+3
2019-03-05rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov-0/+2
2019-03-05rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov-5/+7
2019-03-05rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov-10/+79
2019-03-05rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov-33/+43
2019-03-05rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov-31/+59
2019-03-05rbd: factor out __rbd_osd_req_create()Ilya Dryomov-7/+12
2019-03-05rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov-0/+1
2019-03-05rbd: remove experimental designation from kernel layeringIlya Dryomov-8/+0
2019-03-05rbd: round off and ignore discards that are too smallIlya Dryomov-6/+55
2019-03-05rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov-10/+51
2019-03-05rbd: get rid of obj_req->obj_request_countIlya Dryomov-5/+0
2019-02-28nbd: propagate genlmsg_reply return codeLi RongQing-2/+1
2019-02-28floppy: remove set but not used variable 'q'YueHaibing-3/+0
2019-02-28null_blk: fix checking for REQ_FUAHeinz Mauelshagen-1/+1
2019-02-24xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang-29/+43
2019-02-22loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang-4/+17
2019-02-22loop: do not print warn message if partition scan is successfulDongli Zhang-2/+3
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei-5/+4
2019-02-15block: loop: pass multi-page bvec to iov_iterMing Lei-10/+10
2019-02-12floppy: check_events callback should not return a negative numberYufen Yu-1/+1
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman-2/+3
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe-1/+0
2019-01-31mtip32xx: ѕtop abusing the managed resource APIsChristoph Hellwig-21/+16
2019-01-22block: rbd: convert to use BUS_ATTR_WO and ROGreg Kroah-Hartman-26/+19
2019-01-20Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+3
2019-01-17xen/blkback: add stack variable 'blkif' in connect_ring()Dongli Zhang-13/+14
2019-01-15nbd: Use set_blocksize() to set device blocksizeJan Kara-2/+3