summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-13bcache: add more accurate error messages in read_super()Coly Li1-1/+2
2019-11-13bcache: fix static checker warning in bcache_device_free()Coly Li1-8/+16
2019-11-13bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang3-4/+10
2019-11-13bcache: fix fifo index swapping condition in journal_pin_cmp()Coly Li2-4/+26
2019-11-13Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/...Jens Axboe3-32/+22
2019-11-11md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman1-1/+1
2019-11-11md: avoid invalid memory access for array sb->dev_rolesYufen Yu1-31/+20
2019-11-11md/raid1: avoid soft lockup under high loadHannes Reinecke1-0/+1
2019-11-07null_blk: add zone open, close, and finish supportAjay Joshi1-3/+30
2019-11-07dm: add zone open, close and finish supportAjay Joshi3-7/+7
2019-11-07Merge branch 'for-5.5/block' into for-5.5/driversJens Axboe28-331/+788
2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi4-14/+46
2019-11-07block: add zone open, close and finish operationsAjay Joshi6-23/+63
2019-11-07block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-27/+13
2019-11-07block: Remove REQ_OP_ZONE_RESET pluggingDamien Le Moal1-4/+0
2019-11-06block: Warn if elevator= parameter is usedJan Kara1-0/+9
2019-11-04block: avoid blk_bio_segment_split for small I/O operationsChristoph Hellwig1-1/+15
2019-11-04nvme: Fix parsing of ANA log pagePrabhath Sajeepa1-4/+8
2019-11-04nvmet: stop using bio_set_op_attrsChristoph Hellwig1-7/+6
2019-11-04nvmet: add plugging for read/write when ns is bdevChristoph Hellwig1-0/+3
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig2-5/+6
2019-11-04nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven1-1/+1
2019-11-04nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg1-1/+7
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig6-15/+8
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig7-39/+86
2019-11-04nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig2-2/+7
2019-11-04nvmet: Cleanup discovery execute handlersChristoph Hellwig1-25/+19
2019-11-04nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig1-43/+50
2019-11-04nvmet-tcp: Don't set the request's data_lenLogan Gunthorpe1-4/+2
2019-11-04nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Logan Gunthorpe1-1/+1
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal2-7/+15
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2-5/+8
2019-11-04nvme: resync include/linux/nvme.h with nvmecliRevanth Rajashekar1-3/+50
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy5-11/+8
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy3-1/+3
2019-11-04nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin1-2/+2
2019-11-04nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin1-1/+1
2019-11-04nvmet: use bio_io_error instead of duplicating itIsrael Rukshin1-5/+3
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin5-8/+12
2019-11-04nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart1-3/+3
2019-11-04nvme-fc: clarify error messagesJames Smart1-5/+6
2019-11-04nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart1-0/+5
2019-11-04nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart2-25/+26
2019-11-04nvme-fc: Sync nvme-fc header to FC-NVME-2James Smart1-45/+137
2019-11-04blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-11-04block: sed-opal: Introduce Opal Datastore UIDRevanth Rajashekar2-0/+3
2019-11-04block: sed-opal: Add support to read/write opal tables genericallyRevanth Rajashekar4-1/+193
2019-11-04block: sed-opal: Generalizing write data to any opal tableRevanth Rajashekar1-64/+74
2019-11-03bdev: Refresh bdev size for disks without partitioningJan Kara1-9/+10
2019-11-03bdev: Factor out bdev revalidation into a common helperJan Kara1-12/+14