aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 33-3282/+1487
2017-04-28nbd: fix use after free on module unloadGravatar Josef Bacik 1-4/+4
2017-04-27mtip32xx: use runtime tag to initialize command headerGravatar Ming Lei 1-12/+24
2017-04-25block: remove block_device_operations ->direct_access()Gravatar Dan Williams 1-15/+0
2017-04-24virtio_blk: Fix English description of VIRTIO_BLK_SCSIGravatar Jean Delvare 1-1/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-04-21mtip32xx: fix dereference of stack garbageGravatar Jens Axboe 1-0/+1
2017-04-20nbd: set the max segments to USHRT_MAXGravatar Josef Bacik 1-0/+1
2017-04-20swim3: remove (commented out) printing of req->errorsGravatar Christoph Hellwig 1-2/+2
2017-04-20ataflop: switch from req->errors to req->error_countGravatar Christoph Hellwig 1-5/+7
2017-04-20floppy: switch from req->errors to req->error_countGravatar Christoph Hellwig 1-2/+4
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestGravatar Christoph Hellwig 6-9/+9
2017-04-20xen-blkfront: don't use req->errorsGravatar Christoph Hellwig 1-11/+25
2017-04-20mtip32xx: add a status field to struct mtip_cmdGravatar Christoph Hellwig 2-7/+10
2017-04-20nbd: don't use req->errorsGravatar Christoph Hellwig 1-15/+15
2017-04-20null_blk: don't pass always-0 req->errors to blk_mq_complete_requestGravatar Christoph Hellwig 1-1/+1
2017-04-20loop: zero-fill bio on the submitting cpuGravatar Christoph Hellwig 2-16/+15
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 3-23/+23
2017-04-20virtio_blk: don't use req->errorsGravatar Christoph Hellwig 1-7/+3
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneGravatar Christoph Hellwig 1-3/+3
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 1-1/+2
2017-04-20pd: don't check blk_execute_rq return value.Gravatar Christoph Hellwig 1-5/+2
2017-04-19null_blk: Use blk_init_request_from_bio() instead of open-coding itGravatar Bart Van Assche 1-8/+1
2017-04-19brd: add dax_operations supportGravatar Dan Williams 2-11/+55
2017-04-19mtip32xx: pass BLK_MQ_F_NO_SCHEDGravatar Ming Lei 1-1/+1
2017-04-19block: remove the osdblk driverGravatar Christoph Hellwig 3-710/+0
2017-04-19nbd: set the max segment size to UINT_MAXGravatar Josef Bacik 1-0/+1
2017-04-18blkfront: add uevent for size changeGravatar Marc Olson 1-0/+3
2017-04-17nbd: add a flag to destroy an nbd device on disconnectGravatar Josef Bacik 1-0/+30
2017-04-17nbd: add device refcountingGravatar Josef Bacik 1-18/+86
2017-04-17nbd: add a status netlink commandGravatar Josef Bacik 1-0/+108
2017-04-17nbd: handle dead connectionsGravatar Josef Bacik 1-4/+59
2017-04-17nbd: only clear the queue on device teardownGravatar Josef Bacik 1-1/+3
2017-04-17nbd: multicast dead link notificationsGravatar Josef Bacik 1-12/+77
2017-04-17nbd: add a reconfigure netlink commandGravatar Josef Bacik 1-0/+141
2017-04-17nbd: add a basic netlink interfaceGravatar Josef Bacik 1-26/+290
2017-04-17nbd: stop using the bdev everywhereGravatar Josef Bacik 1-55/+37
2017-04-17nbd: separate out the config informationGravatar Josef Bacik 1-174/+263
2017-04-17nbd: handle single path failures gracefullyGravatar Josef Bacik 1-26/+125
2017-04-17nbd: put socket in error casesGravatar Josef Bacik 1-2/+7
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2017-04-14remove the mg_disk driverGravatar Christoph Hellwig 3-1128/+0
2017-04-13zram: do not use copy_page with non-page aligned addressGravatar Minchan Kim 1-2/+2
2017-04-13zram: fix operator precedence to get offsetGravatar Minchan Kim 1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...Gravatar NeilBrown 1-1/+1
2017-04-08block: remove the discard_zeroes_data flagGravatar Christoph Hellwig 5-12/+1
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESGravatar Christoph Hellwig 5-7/+15
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutGravatar Christoph Hellwig 4-110/+7