summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-09block: get rid of unused plug->nowait flagJens Axboe2-7/+0
2023-08-06zram: take device and not only bvec offset into accountChristoph Hellwig1-12/+20
2023-08-04Merge tag 'nvme-6.5-2023-08-02' of git://git.infradead.org/nvme into block-6.5Jens Axboe4-6/+13
2023-08-01nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512GAugust Wikerfors1-1/+2
2023-07-27ublk: return -EINTR if breaking from waiting for existed users in DEL_DEVMing Lei1-2/+2
2023-07-27ublk: fail to recover device if queue setup is interruptedMing Lei1-1/+3
2023-07-27ublk: fail to start device if queue setup is interruptedMing Lei1-1/+2
2023-07-25block: Fix a source code comment in include/uapi/linux/blkzoned.hBart Van Assche1-5/+5
2023-07-24s390/dasd: print copy pair message only for the correct errorStefan Haberland1-1/+1
2023-07-24s390/dasd: fix hanging device after request requeueStefan Haberland1-77/+48
2023-07-24s390/dasd: use correct number of retries for ERP requestsStefan Haberland1-1/+1
2023-07-24s390/dasd: fix hanging device after quiesce/resumeStefan Haberland1-0/+1
2023-07-21loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira1-2/+34
2023-07-21loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira1-0/+4
2023-07-21sbitmap: fix batching wakeupDavid Jeffery1-8/+7
2023-07-21nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei1-1/+2
2023-07-21nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei1-1/+2
2023-07-21nvme: fix possible hang when removing a controller during error recoveryMing Lei1-3/+7
2023-07-20blk-iocost: skip empty flush bio in iocostChengming Zhou1-0/+4
2023-07-20blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldChengming Zhou1-2/+0
2023-07-14blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2-3/+9
2023-07-14block: queue data commands from the flush state machine at the headChristoph Hellwig1-1/+1
2023-07-13Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org/nvme into block-6.5Jens Axboe8-25/+89
2023-07-13blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou1-17/+30
2023-07-13nvme-pci: fix DMA direction of unmapping integrity dataMing Lei1-1/+1
2023-07-13nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig1-3/+33
2023-07-12block/mq-deadline: Fix a bug in deadline_from_pos()Bart Van Assche1-1/+1
2023-07-12nvme: ensure disabling pairs with unquiesceKeith Busch1-8/+17
2023-07-12nvme-fc: fix race between error recovery and creating associationMichael Liang1-5/+16
2023-07-12nvme-fc: return non-zero status code when fails to create associationMichael Liang1-3/+15
2023-07-12nvme: fix parameter check in nvme_fault_inject_init()Minjie Du1-1/+1
2023-07-12nvme: warn only once for legacy uuid attributeKeith Busch1-1/+1
2023-07-10block: remove dead struc request->completion_data fieldJens Axboe1-3/+3
2023-07-10nvme: fix the NVME_ID_NS_NVM_STS_MASK definitionAnkit Kumar1-1/+1
2023-07-10nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal2-3/+3
2023-07-10nvme: add BOGUS_NID quirk for Samsung SM953Pankaj Raghav1-0/+2
2023-07-06blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers2-2/+11
2023-07-06block/partition: fix signedness issue for Amiga partitionsMichael Schmitz1-1/+1
2023-07-05gup: make the stack expansion warning a bit more targetedLinus Torvalds1-10/+41
2023-07-05Revert ".gitignore: ignore *.cover and *.mbx"Linus Torvalds1-2/+0
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-17/+282
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells1-3/+5
2023-07-04Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-564/+581
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-237/+277
2023-07-04Merge tag 'pm-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds17-164/+180
2023-07-04Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds69-877/+7630
2023-07-04Merge tag 'firewire-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-231/+694
2023-07-04module: fix init_module_from_file() error handlingLinus Torvalds1-16/+23
2023-07-04Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki13-121/+132
2023-07-04clk: tegra: Avoid calling an uninitialized functionThierry Reding1-3/+12