summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-20block: add a error_count field to struct requestChristoph Hellwig1-0/+1
2017-04-20blk-mq: simplify __blk_mq_complete_requestChristoph Hellwig1-17/+8
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig12-26/+17
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-20dm mpath: don't check for req->errorsChristoph Hellwig1-1/+1
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig1-1/+1
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 Hellwig31-123/+123
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-20nvme: make nvme_error_status privateChristoph Hellwig3-6/+4
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig7-60/+65
2017-04-20nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig1-8/+8
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig16-28/+34
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig1-5/+2
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara4-15/+11
2017-04-20block: Remove unused functionsJan Kara2-55/+6
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara6-11/+1
2017-04-20ubifs: Convert to separately allocated bdiJan Kara2-19/+9
2017-04-20nfs: Convert to separately allocated bdiJan Kara5-36/+28
2017-04-20ncpfs: Convert to separately allocated bdiJan Kara2-7/+2
2017-04-20nilfs2: Convert to properly refcounting bdiJan Kara1-1/+2
2017-04-20gfs2: Convert to properly refcounting bdiJan Kara1-6/+3
2017-04-20fuse: Get rid of bdi_initializedJan Kara3-8/+2
2017-04-20fuse: Convert to separately allocated bdiJan Kara3-36/+17
2017-04-20exofs: Convert to separately allocated bdiJan Kara2-12/+6
2017-04-20coda: Convert to separately allocated bdiJan Kara2-8/+4
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara3-17/+18
2017-04-20afs: Convert to separately allocated bdiJan Kara3-10/+4
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara2-4/+1
2017-04-20cifs: Convert to separately allocated bdiJan Kara3-12/+6
2017-04-20ceph: Convert to separately allocated bdiJan Kara4-28/+17
2017-04-20btrfs: Convert to separately allocated bdiJan Kara3-30/+14
2017-04-209p: Convert to separately allocated bdiJan Kara3-13/+13
2017-04-20lustre: Convert to separately allocated bdiJan Kara2-25/+3
2017-04-20fs: Get proper reference for s_bdiJan Kara1-5/+2
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara3-1/+56
2017-04-20bdi: Export bdi_alloc_node() and bdi_put()Jan Kara1-0/+2
2017-04-20block: Unregister bdi on last reference dropJan Kara1-0/+2
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara2-5/+21
2017-04-20blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=nJens Axboe1-7/+15
2017-04-20bfq: fix compile error if CONFIG_CGROUPS=nJens Axboe1-3/+2
2017-04-20block, bfq: don't dereference bic before null checking itColin Ian King1-2/+2
2017-04-20ligtnvm: fix double blk_put_queue on same queueRakesh Pandit1-0/+1
2017-04-20block: Optimize ioprio_best()Bart Van Assche1-11/+1
2017-04-20block: Inline blk_rq_set_prio()Bart Van Assche2-15/+6
2017-04-20lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-5/+1