summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig2023-02-147-31/+33
* Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig2023-02-142-18/+18
* Revert "blk-cgroup: delay blk-cgroup initialization until add_disk"Christoph Hellwig2023-02-141-9/+8
* Revert "blk-cgroup: delay calling blkcg_exit_disk until disk_release"Christoph Hellwig2023-02-142-4/+3
* Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig2023-02-146-54/+50
* block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong2023-02-131-4/+9
* s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin2023-02-091-1/+3
* s390/dasd: sort out physical vs virtual pointers usageAlexander Gordeev2023-02-096-70/+67
* block: Remove the ALLOC_CACHE_SLACK constantBart Van Assche2023-02-091-1/+0
* block: make kobj_type structures constantThomas Weißschuh2023-02-096-10/+10
* block: Merge bio before checking ->cached_rqXiao Ni2023-02-091-3/+4
* Revert "blk-cgroup: simplify blkg freeing from initialization failure paths"Christoph Hellwig2023-02-091-7/+20
* blk-cgroup: delay calling blkcg_exit_disk until disk_releaseChristoph Hellwig2023-02-092-3/+4
* Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2023-02-082-3/+10
|\
| * md: account io_acct_set usage with active_ioXiao Ni2023-02-082-3/+10
|/
* block: ublk: improve handling device deletionMing Lei2023-02-071-4/+18
* block, bfq: cleanup 'bfqg->online'Yu Kuai2023-02-073-6/+2
* Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe2023-02-0710-153/+166
|\
| * nvme: mask CSE effects for security receiveKeith Busch2023-02-011-0/+17
| * nvme: always initialize known command effectsKeith Busch2023-02-011-39/+45
| * nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel2023-02-011-1/+1
| * nvme-tcp: add additional info for nvme_tcp_timeout logAmit Engel2023-02-011-2/+5
| * nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel2023-02-012-0/+29
| * nvme: remove nvme_execute_passthru_rqChristoph Hellwig2023-02-014-19/+12
| * nvme-pci: place descriptor addresses in iodKeith Busch2023-02-011-31/+18
| * nvme-pci: use mapped entries for sgl decisionKeith Busch2023-02-011-3/+3
| * nvme-pci: remove SGL segment descriptorsKeith Busch2023-02-011-42/+5
| * nvme-auth: don't use NVMe status codesHannes Reinecke2023-02-011-15/+15
| * nvme-fabrics: clarify AUTHREQ result handlingHannes Reinecke2023-02-011-2/+17
* | ublk: pass NULL to blk_mq_alloc_disk() as queuedataZiyang Zhang2023-02-071-1/+1
* | ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()Ziyang Zhang2023-02-071-1/+1
* | ublk: remove unnecessary NULL check in ublk_rq_has_data()Ziyang Zhang2023-02-071-1/+1
* | trace/blktrace: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-2/+2
* | blk-mq: correct stale comment of .get_budgetKemeng Shi2023-02-061-2/+2
* | blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directlyKemeng Shi2023-02-061-9/+13
* | blk-mq: remove set of bd->last when get driver tag for next request failsKemeng Shi2023-02-061-22/+2
* | blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_listKemeng Shi2023-02-061-6/+5
* | blk-mq: simplify flush check in blk_mq_dispatch_rq_listKemeng Shi2023-02-061-3/+3
* | blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directlyKemeng Shi2023-02-061-10/+3
* | blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_directKemeng Shi2023-02-061-10/+4
* | blk-mq: make blk_mq_commit_rqs a general function for all commitsKemeng Shi2023-02-061-14/+23
* | blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_directKemeng Shi2023-02-061-5/+5
* | blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directlyKemeng Shi2023-02-061-2/+1
* | blk-mq: Fix potential io hung for shared sbitmap per tagsetKemeng Shi2023-02-061-2/+4
* | blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_waitKemeng Shi2023-02-061-1/+5
* | blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi2023-02-061-2/+1
* | blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi2023-02-061-1/+2
* | block: stub out and deprecated the capability attribute on the gendiskChristoph Hellwig2023-02-063-14/+2
* | blk-cgroup: fix freeing NULL blkg in blkg_createChristoph Hellwig2023-02-061-1/+2
* | libceph: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-032-22/+13