aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03zram: introduce zram data accessorMinchan Kim1-11/+22
2017-05-03zram: remove zram_meta structureMinchan Kim2-117/+78
2017-05-03zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim1-14/+27
2017-05-03zram: partial IO refactoringMinchan Kim1-153/+184
2017-05-03zram: handle multiple pages attached bio's bvecMinchan Kim1-29/+11
2017-05-03brd: fix uninitialized use of brd->dax_devGerald Schaefer1-7/+5
2017-05-03mtip32xx: convert internal commands to regular block infrastructureJens Axboe2-178/+30
2017-05-03mtip32xx: cleanup internal tag assumptionsJens Axboe1-10/+9
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+3
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig5-28/+16
2017-05-02Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"Jens Axboe1-1/+1
2017-05-02mtip32xx: convert internal command issue to block IO pathJens Axboe1-30/+73
2017-05-02mtip32xx: abstract out "are any commands active" helperJens Axboe1-10/+18
2017-05-02mtip32xx: kill atomic argument to mtip_quiesce_io()Jens Axboe1-15/+5
2017-05-02mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe1-105/+43
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds33-3282/+1487
2017-04-28nbd: fix use after free on module unloadJosef Bacik1-4/+4
2017-04-27mtip32xx: use runtime tag to initialize command headerMing Lei1-12/+24
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-15/+0
2017-04-24virtio_blk: Fix English description of VIRTIO_BLK_SCSIJean Delvare1-1/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-21mtip32xx: fix dereference of stack garbageJens Axboe1-0/+1
2017-04-20nbd: set the max segments to USHRT_MAXJosef Bacik1-0/+1
2017-04-20swim3: remove (commented out) printing of req->errorsChristoph Hellwig1-2/+2
2017-04-20ataflop: switch from req->errors to req->error_countChristoph Hellwig1-5/+7
2017-04-20floppy: switch from req->errors to req->error_countChristoph Hellwig1-2/+4
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig6-9/+9
2017-04-20xen-blkfront: don't use req->errorsChristoph Hellwig1-11/+25
2017-04-20mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig2-7/+10
2017-04-20nbd: don't use req->errorsChristoph Hellwig1-15/+15
2017-04-20null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20loop: zero-fill bio on the submitting cpuChristoph Hellwig2-16/+15
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig3-23/+23
2017-04-20virtio_blk: don't use req->errorsChristoph Hellwig1-7/+3
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig1-3/+3
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+2
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig1-5/+2
2017-04-19null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-8/+1
2017-04-19brd: add dax_operations supportDan Williams2-11/+55
2017-04-19mtip32xx: pass BLK_MQ_F_NO_SCHEDMing Lei1-1/+1
2017-04-19block: remove the osdblk driverChristoph Hellwig3-710/+0
2017-04-19nbd: set the max segment size to UINT_MAXJosef Bacik1-0/+1
2017-04-18blkfront: add uevent for size changeMarc Olson1-0/+3
2017-04-17nbd: add a flag to destroy an nbd device on disconnectJosef Bacik1-0/+30
2017-04-17nbd: add device refcountingJosef Bacik1-18/+86
2017-04-17nbd: add a status netlink commandJosef Bacik1-0/+108
2017-04-17nbd: handle dead connectionsJosef Bacik1-4/+59