summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-17dm: remove free_table_devicesChristoph Hellwig1-14/+1
2022-11-17block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig1-0/+2
2022-11-16sbitmap: Try each queue to wake up at least one waiterGabriel Krisman Bertazi1-16/+12
2022-11-16wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi2-8/+12
2022-11-16sbitmap: Advance the queue index before waking up a queueGabriel Krisman Bertazi1-2/+8
2022-11-16block: remove blkdev_writepagesChristoph Hellwig1-7/+0
2022-11-16io_uring/rw: enable bio caches for IRQ rwPavel Begunkov1-1/+2
2022-11-16bio: shrink max number of pcpu cached biosPavel Begunkov1-1/+1
2022-11-16bio: add pcpu caching for non-polling bio_putPavel Begunkov1-16/+54
2022-11-16bio: split pcpu cache part of bio_put into a helperPavel Begunkov1-13/+25
2022-11-16bio: don't rob starving biosets of biosPavel Begunkov1-0/+2
2022-11-16mempool: introduce mempool_is_saturatedPavel Begunkov1-0/+5
2022-11-14Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe9-146/+156
2022-11-14md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li1-0/+1
2022-11-14md/raid5: use bdev_write_cache instead of open coding itChristoph Hellwig2-8/+2
2022-11-14md: fix a crash in mempool_freeMikulas Patocka1-3/+6
2022-11-14md/raid0, raid10: Don't set discard sectors for request queueXiao Ni2-3/+0
2022-11-14md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller1-8/+12
2022-11-14md: introduce md_ro_stateYe Bin1-70/+82
2022-11-14md: factor out __md_set_array_info()Ye Bin1-30/+35
2022-11-14lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGiulio Benetti2-10/+0
2022-11-14raid5-cache: use try_cmpxchg in r5l_wake_reclaimUros Bizjak1-2/+3
2022-11-14drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong1-12/+15
2022-11-11sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi2-101/+37
2022-11-10blk-mq: simplify blk_mq_realloc_tag_set_tagsChristoph Hellwig1-6/+4
2022-11-10blk-mq: remove blk_mq_alloc_tag_set_tagsChristoph Hellwig1-9/+5
2022-11-09bfq: ignore oom_bfqq in bfq_check_wakerKhazhismel Kumykov1-1/+3
2022-11-09bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov1-2/+7
2022-11-09drbd: Store op in drbd_peer_requestChristoph Böhmwalder3-40/+53
2022-11-09drbd: disable discard support if granularity > maxPhilipp Reisner1-0/+13
2022-11-09drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder1-5/+5
2022-11-09ABI: sysfs-bus-pci: add documentation for p2pmem allocateLogan Gunthorpe1-0/+10
2022-11-09PCI/P2PDMA: Allow userspace VMA allocations through sysfsLogan Gunthorpe1-0/+124
2022-11-09block: set FOLL_PCI_P2PDMA in bio_map_user_iov()Logan Gunthorpe1-4/+8
2022-11-09block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()Logan Gunthorpe1-2/+7
2022-11-09lib/scatterlist: add check when merging zone device pagesLogan Gunthorpe1-10/+15
2022-11-09block: add check when merging zone device pagesLogan Gunthorpe2-0/+26
2022-11-09iov_iter: introduce iov_iter_get_pages_[alloc_]flags()Logan Gunthorpe2-8/+30
2022-11-09mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pagesLogan Gunthorpe3-3/+23
2022-11-09mm: allow multiple error returns in try_grab_page()Logan Gunthorpe4-27/+37
2022-11-07block: Fix some kernel-doc commentsYang Li1-1/+0
2022-11-02blk-mq: use if-else instead of goto in blk_mq_alloc_cached_request()Jinlong Chen1-13/+14
2022-11-02blk-mq: improve error handling in blk_mq_alloc_rq_map()Jinlong Chen1-9/+10
2022-11-02nvme: use blk_mq_[un]quiesce_tagsetChao Leng2-27/+9
2022-11-02blk-mq: add tagset quiesce interfaceChao Leng3-0/+32
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig4-11/+13
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig8-62/+45
2022-11-02blk-mq: skip non-mq queues in blk_mq_quiesce_queueChristoph Hellwig1-1/+3
2022-11-02nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_workChristoph Hellwig1-1/+0
2022-11-02nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig1-1/+0