aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update the email address for Keith BushKeith Busch2021-02-021-0/+2
* nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard2021-02-021-0/+2
* nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis2021-02-021-0/+2
* null_blk: cleanup zoned mode initializationDamien Le Moal2021-01-291-7/+9
* Merge tag 'nvme-5.11-2021-01-28' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-283-2/+4
|\
| * nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng2021-01-281-1/+1
| * nvme-multipath: Early exit if no path is availableDaniel Wagner2021-01-281-1/+1
| * nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni2021-01-281-0/+2
* | bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...Coly Li2021-01-281-0/+6
* | block: fix bd_size_lock useDamien Le Moal2021-01-282-4/+7
* | blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang2021-01-281-5/+13
|/
* Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy2021-01-271-1/+9
* nbd: freeze the queue while we're adding connectionsJosef Bacik2021-01-251-0/+8
* s390/dasd: Fix inconsistent kobject removalJan Höppner2021-01-253-8/+17
* block: Fix an error handling in add_partitionDinghao Liu2021-01-241-1/+1
* blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei2021-01-241-1/+1
* lightnvm: fix memory leak when submit failsPan Bian2021-01-211-2/+1
* Merge tag 'nvme-5.11-2020-01-21' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-216-50/+129
|\
| * nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig2021-01-201-10/+18
| * nvme-pci: refactor nvme_unmap_dataChristoph Hellwig2021-01-201-28/+49
| * nvmet: set right status on error in id-ns handlerChaitanya Kulkarni2021-01-181-2/+6
| * nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2021-01-182-0/+20
| * nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng2021-01-181-4/+10
| * nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng2021-01-181-4/+11
| * nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar2021-01-181-2/+15
* | Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2021-01-201-0/+2
|\ \ | |/ |/|
| * md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni2021-01-201-0/+2
|/
* Merge tag 'nvme-5.11-2021-01-14' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-143-13/+18
|\
| * nvme: don't intialize hwmon for discovery controllersSagi Grimberg2021-01-141-3/+8
| * nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg2021-01-141-1/+1
| * nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg2021-01-141-1/+1
| * nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin2021-01-141-8/+8
|/
* bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li2021-01-091-0/+15
* bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-094-8/+29
* bcache: check unsupported feature sets for bcache registerColy Li2021-01-092-0/+29
* bcache: fix typo from SUUP to SUPP in features.hColy Li2021-01-091-3/+3
* bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1
* blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry2021-01-081-0/+1
* block/rnbd-clt: avoid module unload race with close confirmationJack Wang2021-01-081-1/+2
* block/rnbd: Adding name to the Contributors ListSwapnil Ingle2021-01-081-0/+1
* block/rnbd-clt: Fix sg table use after freeGuoqing Jiang2021-01-081-8/+7
* block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang2021-01-081-3/+5
* block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang2021-01-081-0/+1
* block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig2021-01-071-2/+3
* Merge tag 'nvme-5.11-2021-01-07' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-077-21/+50
|\
| * nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2021-01-062-5/+3
| * nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin2021-01-061-0/+10
| * nvme: unexport functions with no external callerMinwoo Im2021-01-062-7/+2
| * nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar2021-01-061-3/+4
| * nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg2021-01-061-1/+11