summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe2017-04-211-7/+25
| | * | nvme: improve performance for virtual NVMe devicesHelen Koike2017-04-212-2/+154
| | * | nvme/pci: Don't set reserved SQ create flagsKeith Busch2017-04-211-1/+1
| * | | mtip32xx: fix dereference of stack garbageJens Axboe2017-04-211-0/+1
| |/ /
| * | blk-stat: kill blk_stat_rq_ddir()Jens Axboe2017-04-214-19/+7Star
| * | nbd: set the max segments to USHRT_MAXJosef Bacik2017-04-211-0/+1
| * | blk-mq: Remove blk_mq_sched_move_to_dispatch()Bart Van Assche2017-04-212-19/+0Star
| * | blk-mq: add might_sleep check to blk_mq_get_driver_tag()Jens Axboe2017-04-211-0/+2
| * | blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-213-9/+13
| * | blk-mq: fix schedule-while-atomic with scheduler attachedJens Axboe2017-04-211-5/+6
| * | blk-mq: Add a polling specific stats functionStephen Bates2017-04-201-10/+35
| * | blk-stat: convert blk-stat bucket callback to signedStephen Bates2017-04-203-7/+10
| * | block: remove the errors field from struct requestChristoph Hellwig2017-04-207-49/+24Star
| * | blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2017-04-202-43/+10Star
| * | swim3: remove (commented out) printing of req->errorsChristoph Hellwig2017-04-201-2/+2
| * | ataflop: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-5/+7
| * | floppy: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-2/+4
| * | block: add a error_count field to struct requestChristoph Hellwig2017-04-201-0/+1
| * | blk-mq: simplify __blk_mq_complete_requestChristoph Hellwig2017-04-201-17/+8Star
| * | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-2012-26/+17Star
| * | xen-blkfront: don't use req->errorsChristoph Hellwig2017-04-201-11/+25
| * | mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig2017-04-202-7/+10
| * | nbd: don't use req->errorsChristoph Hellwig2017-04-201-15/+15
| * | dm mpath: don't check for req->errorsChristoph Hellwig2017-04-201-1/+1
| * | dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
| * | null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
| * | loop: zero-fill bio on the submitting cpuChristoph Hellwig2017-04-202-16/+15Star
| * | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-2031-123/+123
| * | virtio_blk: don't use req->errorsChristoph Hellwig2017-04-201-7/+3Star
| * | virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig2017-04-201-3/+3
| * | nvme: make nvme_error_status privateChristoph Hellwig2017-04-203-6/+4Star
| * | nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-207-60/+65
| * | nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig2017-04-201-8/+8
| * | block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-2016-28/+34
| * | pd: don't check blk_execute_rq return value.Christoph Hellwig2017-04-201-5/+2Star
| * | bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-204-15/+11Star
| * | block: Remove unused functionsJan Kara2017-04-202-55/+6Star
| * | fs: Remove SB_I_DYNBDI flagJan Kara2017-04-206-11/+1Star
| * | ubifs: Convert to separately allocated bdiJan Kara2017-04-202-19/+9Star
| * | nfs: Convert to separately allocated bdiJan Kara2017-04-205-36/+28Star
| * | ncpfs: Convert to separately allocated bdiJan Kara2017-04-202-7/+2Star
| * | nilfs2: Convert to properly refcounting bdiJan Kara2017-04-201-1/+2
| * | gfs2: Convert to properly refcounting bdiJan Kara2017-04-201-6/+3Star
| * | fuse: Get rid of bdi_initializedJan Kara2017-04-203-8/+2Star
| * | fuse: Convert to separately allocated bdiJan Kara2017-04-203-36/+17Star
| * | exofs: Convert to separately allocated bdiJan Kara2017-04-202-12/+6Star
| * | coda: Convert to separately allocated bdiJan Kara2017-04-202-8/+4Star
| * | mtd: Convert to dynamically allocated bdi infrastructureJan Kara2017-04-203-17/+18
| * | afs: Convert to separately allocated bdiJan Kara2017-04-203-10/+4Star
| * | ecryptfs: Convert to separately allocated bdiJan Kara2017-04-202-4/+1Star