summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-08drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang1-8/+4
2018-08-08drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroyzhong jiang1-2/+2
2018-08-08drivers/block/mtip32xx: remove the null check for debugfs_remove_recursivezhong jiang1-2/+1
2018-08-08cfq: Suppress compiler warnings about comparisonsBart Van Assche1-10/+12
2018-08-08cfq: Annotate fall-through in a switch statementBart Van Assche1-0/+1
2018-08-07blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal1-31/+24
2018-08-07target/loop: depend on SCSIChristoph Hellwig1-0/+1
2018-08-06xen-blkfront: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-06lightnvm: remove minor version check for 2.0Matias Bjørling1-6/+0
2018-08-06Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe9-74/+880
2018-08-06Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe487-2406/+4164
2018-08-03scsi: Check sense buffer size at build timeKees Cook3-8/+18
2018-08-03libata-scsi: Move sense buffers onto stackKees Cook1-12/+6
2018-08-03cdrom: Use struct scsi_sense_hdr internallyKees Cook2-3/+7
2018-08-03ide-cd: Remove redundant sense bufferKees Cook1-8/+9
2018-08-03block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook7-65/+63
2018-08-03target: don't depend on SCSIChristoph Hellwig1-2/+3
2018-08-03scsi: build scsi_common.o for all scsi passthrough request usersChristoph Hellwig2-2/+2
2018-08-03scsi: cxlflash: Drop unused sense buffersKees Cook2-11/+4
2018-08-03ide-cd: Drop unused sense buffersKees Cook3-44/+28
2018-08-02blk-mq: fix updating tags depthMing Lei1-4/+4
2018-08-02block: really disable runtime-pm for blk-mqMing Lei1-2/+4
2018-08-02aoe: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-02block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)2-24/+57
2018-08-01blk-cgroup: clear the throttle queue on forkJosef Bacik1-0/+5
2018-08-01blk-cgroup: hold the queue ref during throttlingJosef Bacik1-1/+1
2018-08-01blk-iolatency: fix blkg leak in timer_fnJosef Bacik1-1/+1
2018-08-01block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathzhong jiang1-3/+2
2018-07-31t10-pi: provide empty t10_pi_complete() for !CONFIG_BLK_DEV_INTEGRITYJens Axboe1-0/+11
2018-07-30block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin1-0/+1
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy3-82/+20
2018-07-30block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy5-125/+118
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy6-12/+16
2018-07-30block: don't account for split bio's size in cgroup statsJosef Bacik1-2/+8
2018-07-28pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park1-1/+3
2018-07-27nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni1-2/+15
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig4-4/+236
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig4-4/+142
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig3-1/+16
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2-0/+4
2018-07-27nvme: add ANA supportChristoph Hellwig3-27/+408
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig3-14/+2
2018-07-27nvme: simplify the API for getting log pagesChristoph Hellwig3-25/+16
2018-07-27nvme.h: add ANA definitionsChristoph Hellwig1-3/+47
2018-07-27nvme.h: add support for the log specific fieldChristoph Hellwig1-1/+1
2018-07-27partitions/aix: append null character to print data from diskMauricio Faria de Oliveira1-2/+6
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira1-2/+3
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann2-8/+8
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus1-5/+11
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus1-3/+9