aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-25lightnvm: fix possible memory leak in pblk_bb_discovery()Wei Yongjun1-1/+3
2017-04-24virtio_blk: Fix English description of VIRTIO_BLK_SCSIJean Delvare1-1/+1
2017-04-23lightnvm: pblk: fix erase counters on error failJavier González7-22/+37
2017-04-23lightnvm: pblk: free metadata on line alloc failureJavier González1-7/+9
2017-04-23lightnvm: pblk: fix memory leak on error pathJavier González1-0/+3
2017-04-23lightnvm: pblk: fix bad error checkJavier González1-1/+1
2017-04-23lightnvm: pblk: fix race condition on line retryJavier González1-3/+3
2017-04-23block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer1-1/+2
2017-04-21lightnvm: don't print a warning for ADDR_EMPTYDan Carpenter1-3/+3
2017-04-21lightnvm: potential underflow in pblk_read_rq()Dan Carpenter1-1/+1
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov4-21/+2
2017-04-21lightnvm: propagate pblk_init return to userspaceRakesh Pandit1-6/+18
2017-04-21blk-mq: Fix preempt count imbalanceBart Van Assche1-1/+2
2017-04-21mtip32xx: fix dereference of stack garbageJens Axboe1-0/+1
2017-04-21nvme: let dm-mpath distinguish nvme error codesJunxiong Guan1-0/+14
2017-04-21nvme/pci: Poll CQ on timeoutKeith Busch1-3/+18
2017-04-21nvmet_fc: Change traddr field separator to a colonJames Smart1-1/+1
2017-04-21nvme_fc: Add ls aborts on remote port teardownJames Smart1-0/+33
2017-04-21nvme_fc: Move LS's to rportJames Smart1-54/+65
2017-04-21nvmet_fc: add missing reference in add_portJames Smart1-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart4-106/+325
2017-04-21nvme_fcloop: split job struct from transport for req_releaseJames Smart1-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart5-36/+124
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart4-6/+56
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe1-7/+25
2017-04-21nvme: improve performance for virtual NVMe devicesHelen Koike2-2/+154
2017-04-21nvme/pci: Don't set reserved SQ create flagsKeith Busch1-1/+1
2017-04-21blk-stat: kill blk_stat_rq_ddir()Jens Axboe4-19/+7
2017-04-20nbd: set the max segments to USHRT_MAXJosef Bacik1-0/+1
2017-04-20blk-mq: Remove blk_mq_sched_move_to_dispatch()Bart Van Assche2-19/+0
2017-04-20blk-mq: add might_sleep check to blk_mq_get_driver_tag()Jens Axboe1-0/+2
2017-04-20blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates3-9/+13
2017-04-20blk-mq: fix schedule-while-atomic with scheduler attachedJens Axboe1-5/+6
2017-04-20blk-mq: Add a polling specific stats functionStephen Bates1-10/+35
2017-04-20blk-stat: convert blk-stat bucket callback to signedStephen Bates3-7/+10
2017-04-20block: remove the errors field from struct requestChristoph Hellwig7-49/+24
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2-43/+10
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-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