aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/powercap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29block: don't print a message when the device went awayChristoph Hellwig3-8/+12
2018-05-29block: unexport check_disk_size_changeChristoph Hellwig1-1/+0
2018-05-29block: move ->timeout request memberJens Axboe1-2/+2
2018-05-29blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig1-14/+8
2018-05-29block: document the blk_eh_timer_return valuesChristoph Hellwig1-2/+2
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig4-19/+0
2018-05-29libiscsi: don't try to bypass SCSI EHChristoph Hellwig1-2/+2
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig1-2/+3
2018-05-29scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig1-4/+3
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig1-2/+4
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig1-1/+2
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig1-3/+4
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig3-11/+7
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig17-25/+25
2018-05-29blk-mq: Remove generation seqeunceKeith Busch6-254/+89
2018-05-29blk-mq: Fix timeout and state orderKeith Busch1-1/+1
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig2-53/+0
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko1-35/+9
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko3-40/+35
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko3-20/+18
2018-05-28bcache: stop bcache device when backing device is offlineColy Li2-0/+55
2018-05-25null_blk: add blocking description and remove lightnvmLiu Bo1-3/+6
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke1-1/+1
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke1-1/+1
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-1/+1
2018-05-25nvmet-fc: increase LS buffer count per fc portJames Smart1-1/+1
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni6-52/+413
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni5-12/+1
2018-05-25nvmet: make a few error messages more genericChaitanya Kulkarni1-2/+2
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2-1/+3
2018-05-25nvme-fabrics: centralize discovery controller defaultsHannes Reinecke1-4/+4
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationJames Smart1-10/+0
2018-05-25nvme-fc: remove setting DNR on exception conditionsJames Smart1-10/+0
2018-05-25nvme-rdma: stop admin queue before freeing itJianchao Wang1-4/+6
2018-05-25nvme-pci: Fix AER reset handlingKeith Busch1-9/+5
2018-05-25nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang1-9/+16
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches25-163/+154
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei3-14/+34
2018-05-23bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo1-1/+17
2018-05-23nbd: set discard granularity properlyJosef Bacik1-2/+8
2018-05-23nvme: host: core: fix precedence of ternary operatorIvan Bornyakov1-2/+2
2018-05-23nvme: fix lockdep warning in nvme_mpath_clear_current_pathJohannes Thumshirn1-1/+2
2018-05-22blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche1-2/+6
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic1-1/+2
2018-05-22blk-mq: remove wrong 'unlikely' checkhuhai1-1/+1
2018-05-21nvme-pci: fix race between poll and IRQ completionsJens Axboe1-4/+11
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockJens Axboe1-4/+4
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe1-21/+23
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe1-42/+45
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe1-5/+13