aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-29null_blk: cleanup zoned mode initializationDamien Le Moal1-7/+9
2021-01-28nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_headChao Leng1-1/+1
2021-01-28nvme-multipath: Early exit if no path is availableDaniel Wagner1-1/+1
2021-01-28nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni1-0/+2
2021-01-28bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WITH_FEATURESColy Li1-0/+6
2021-01-28block: fix bd_size_lock useDamien Le Moal2-4/+7
2021-01-28blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang1-5/+13
2021-01-27Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy1-1/+9
2021-01-25nbd: freeze the queue while we're adding connectionsJosef Bacik1-0/+8
2021-01-25s390/dasd: Fix inconsistent kobject removalJan Höppner3-8/+17
2021-01-24block: Fix an error handling in add_partitionDinghao Liu1-1/+1
2021-01-24blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei1-1/+1
2021-01-21lightnvm: fix memory leak when submit failsPan Bian1-2/+1
2021-01-20nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig1-10/+18
2021-01-20nvme-pci: refactor nvme_unmap_dataChristoph Hellwig1-28/+49
2021-01-20md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni1-0/+2
2021-01-18nvmet: set right status on error in id-ns handlerChaitanya Kulkarni1-2/+6
2021-01-18nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2-0/+20
2021-01-18nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng1-4/+10
2021-01-18nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng1-4/+11
2021-01-18nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15
2021-01-14nvme: don't intialize hwmon for discovery controllersSagi Grimberg1-3/+8
2021-01-14nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg1-1/+1
2021-01-14nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg1-1/+1
2021-01-14nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin1-8/+8
2021-01-09bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKETColy Li1-0/+15
2021-01-09bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li4-8/+29
2021-01-09bcache: check unsupported feature sets for bcache registerColy Li2-0/+29
2021-01-09bcache: fix typo from SUUP to SUPP in features.hColy Li1-3/+3
2021-01-09bcache: set pdev_set_uuid before scond loop iterationYi Li1-1/+1
2021-01-08blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry1-0/+1
2021-01-08block/rnbd-clt: avoid module unload race with close confirmationJack Wang1-1/+2
2021-01-08block/rnbd: Adding name to the Contributors ListSwapnil Ingle1-0/+1
2021-01-08block/rnbd-clt: Fix sg table use after freeGuoqing Jiang1-8/+7
2021-01-08block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang1-3/+5
2021-01-08block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang1-0/+1
2021-01-07block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig1-2/+3
2021-01-07fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sbSatya Tangirala1-0/+2
2021-01-06nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2-5/+3
2021-01-06nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2021-01-06nvme: unexport functions with no external callerMinwoo Im2-7/+2
2021-01-06nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar1-3/+4
2021-01-06nvme-tcp: Fix possible race of io_work and direct sendSagi Grimberg1-1/+11
2021-01-06nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari1-1/+2
2021-01-06nvme-fcloop: Fix sscanf type and list_first_entry_or_null warningsJames Smart1-3/+4
2021-01-06nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart1-1/+14
2021-01-05block: fix use-after-free in disk_part_iter_nextMing Lei1-4/+7
2021-01-05bfq: Fix computation of shallow depthJan Kara1-4/+4
2021-01-05blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo1-5/+11
2021-01-03lightnvm: select CONFIG_CRC32Arnd Bergmann1-0/+1