summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-03blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan
2023-06-01Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4Jens Axboe
2023-05-31nvme: fix the name of Zone Append for verbose loggingChristoph Hellwig
2023-05-30nvme: improve handling of long keep alivesUday Shankar
2023-05-30nvme: check IO start time when deciding to defer KAUday Shankar
2023-05-30nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar
2023-05-30nvme: fix miss command type checkmin15.li
2023-05-29block: fix revalidate performance regressionDamien Le Moal
2023-05-26Merge tag 'md-fixes-2023-05-24' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe
2023-05-26Merge tag 'nvme-6.4-2023-05-26' of git://git.infradead.org/nvme into block-6.4Jens Axboe
2023-05-26NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura
2023-05-24md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()Yu Kuai
2023-05-24block: make bio_check_eod work for zero sized devicesChristoph Hellwig
2023-05-23block: fix bio-cache for passthru IOAnuj Gupta
2023-05-23block, bfq: update Paolo's address in maintainer listPaolo Valente
2023-05-23blk-mq: fix race condition in active queue accountingTian Lan
2023-05-23blk-wbt: fix that wbt can't be disabled by defaultYu Kuai
2023-05-20block: remove NFL4_UFLG_MASKChristoph Hellwig
2023-05-19block: Deny writable memory mapping if block is read-onlyLoic Poulain
2023-05-19s390/dasd: fix command reject error on ESE devicesStefan Haberland
2023-05-18Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4Jens Axboe
2023-05-18nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith
2023-05-18ublk: fix AB-BA lockdep warningMing Lei
2023-05-17nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi
2023-05-17nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_diskChristoph Hellwig
2023-05-12Documentation/block: drop the request.rst fileRandy Dunlap
2023-05-12ublk: fix command op code checkMing Lei
2023-05-12block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang
2023-05-12nbd: Fix debugfs_create_dir error checkingIvan Orlov
2023-05-07Linux 6.4-rc1v6.4-rc1Linus Torvalds
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-05-07Merge tag 'core-debugobjects-2023-05-06' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-05-07Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-05-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-05-07Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo
2023-05-06Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo
2023-05-06Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds
2023-05-06dmapool: link blocks across pagesKeith Busch
2023-05-06dmapool: don't memset on free twiceKeith Busch
2023-05-06dmapool: simplify freeingKeith Busch
2023-05-06dmapool: consolidate page initializationKeith Busch
2023-05-06dmapool: rearrange page alloc failure handlingKeith Busch
2023-05-06dmapool: move debug code to own functionsKeith Busch
2023-05-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby
2023-05-06dmapool: cleanup integer typesTony Battersby
2023-05-06dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby