summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme: fix sparse warning on effects maskingKeith Busch2023-02-271-1/+1
* block: be a bit more careful in checking for NULL bdev while pollingJens Axboe2023-02-241-2/+8
* block: clear bio->bi_bdev when putting a bio back in the cacheJens Axboe2023-02-241-0/+1
* loop: loop_set_status_from_info() check before assignmentZhong Jinghua2023-02-231-4/+4
* ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmdMing Lei2023-02-211-3/+0
* block: remove more NULL checks after bdev_get_queue()Juhyung Park2023-02-213-21/+2
* blk-mq: Reorder fields in 'struct blk_mq_tag_set'Christophe JAILLET2023-02-171-2/+2
* block: fix scan partition for exclusively open device againYu Kuai2023-02-172-5/+27
* block: Revert "block: Do not reread partition table on exclusively open device"Yu Kuai2023-02-173-13/+9
* sed-opal: add support flag for SUM in status ioctlLuca Boccassi2023-02-172-0/+3
* brd: use radix_tree_maybe_preload instead of radix_tree_preloadPankaj Raghav2023-02-171-1/+1
* block: use proper return value from bio_failfast()Jens Axboe2023-02-171-1/+1
* block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen2023-02-161-0/+1
* block: Fix io statistics for cgroup in throttle pathJinke Han2023-02-161-11/+12
* brd: mark as nowait compatibleJens Axboe2023-02-161-0/+1
* brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe2023-02-161-20/+28
* brd: return 0/-error from brd_insert_page()Jens Axboe2023-02-161-14/+12
* block: sync mixed merged request's failfast with 1st bio'sMing Lei2023-02-161-2/+33
* Merge tag 'nvme-6.3-2023-02-15' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe2023-02-151-4/+2
|\
| * nvme-pci: remove iod use_sglsKeith Busch2023-02-141-3/+1
| * nvme-pci: fix freeing single sglKeith Busch2023-02-141-1/+1
* | 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-101-1/+3
* s390/dasd: sort out physical vs virtual pointers usageAlexander Gordeev2023-02-106-70/+67
* block: Remove the ALLOC_CACHE_SLACK constantBart Van Assche2023-02-101-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-092-3/+10
|\
| * md: account io_acct_set usage with active_ioXiao Ni2023-02-092-3/+10
|/
* block: ublk: improve handling device deletionMing Lei2023-02-081-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