summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei2023-06-252-2/+10
* blk-throttle: Fix io statistics for cgroup v1Jinke Han2023-06-253-8/+13
* bcache: Fix bcache device claimingJan Kara2023-06-231-27/+38
* bcache: Alloc holder object before async registrationJan Kara2023-06-231-41/+25
* Merge tag 'md-next-20230623' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2023-06-234-28/+16
|\
| * raid10: avoid spin_lock from fastpath from raid10_unplug()Yu Kuai2023-06-231-2/+2
| * md: fix 'delete_mutex' deadlockYu Kuai2023-06-232-22/+10
| * md: use mddev->external to select holder in export_rdev()Song Liu2023-06-231-2/+2
| * md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai2023-06-231-1/+1
| * md/raid10: fix the condition to call bio_end_io_acct()Li Nan2023-06-231-1/+1
|/
* scsi/sg: don't grab scsi host module referenceYu Kuai2023-06-231-3/+3
* ext4: Fix warning in blkdev_put()Jan Kara2023-06-231-1/+1
* block: don't return -EINVAL for not found names in devt_from_devnameChristoph Hellwig2023-06-221-2/+2
* cdrom: Fix spectre-v1 gadgetJordy Zomer2023-06-221-0/+4
* block: Improve kernel-doc headersBart Van Assche2023-06-212-1/+3
* blk-mq: don't insert passthrough request into sw queueMing Lei2023-06-211-1/+6
* bsg: make bsg_class a static const structureIvan Orlov2023-06-211-7/+11
* ublk: make ublk_chr_class a static const structureIvan Orlov2023-06-211-7/+8
* aoe: make aoe_class a static const structureIvan Orlov2023-06-211-13/+17
* block/rnbd: make all 'class' structures constIvan Orlov2023-06-212-19/+23
* block: fix the exclusive open mask in disk_scan_partitionsChristoph Hellwig2023-06-211-1/+1
* block: add overflow checks for Amiga partition supportMichael Schmitz2023-06-201-18/+85
* block: change all __u32 annotations to __be32 in affs_hardblocks.hMichael Schmitz2023-06-201-34/+34
* block: fix signed int overflow in Amiga partition supportMichael Schmitz2023-06-201-4/+5
* block: add capacity validation in bdev_add_partition()Min Li2023-06-201-0/+11
* block: fine-granular CAP_SYS_ADMIN for Persistent ReservationJingbo Xu2023-06-201-19/+22
* block: disallow Persistent Reservation on partitionsJingbo Xu2023-06-201-5/+17
* reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai2023-06-201-1/+6
* block: fix wrong mode for blkdev_get_by_dev() from disk_scan_partitions()Yu Kuai2023-06-201-1/+2
* block: document the holder argument to blkdev_get_by_pathChristoph Hellwig2023-06-201-0/+1
* block: increment diskseq on all media change eventsDemi Marie Obenour2023-06-201-0/+1
* swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_openChristoph Hellwig2023-06-201-1/+1
* blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneMing Lei2023-06-161-3/+7
* iov_iter: remove iov_iter_get_pages and iov_iter_get_pages_allocChristoph Hellwig2023-06-162-34/+7
* block: remove BIO_PAGE_REFFEDChristoph Hellwig2023-06-163-5/+1
* splice: simplify a conditional in copy_splice_readChristoph Hellwig2023-06-161-7/+7
* splice: don't call file_accessed in copy_splice_readChristoph Hellwig2023-06-161-1/+0
* Merge tag 'nvme-6.5-2023-06-16' of git://git.infradead.org/nvme into for-6.5/...Jens Axboe2023-06-1614-915/+903
|\
| * nvme: forward port sysfs delete fixKeith Busch2023-06-161-0/+3
| * nvme: skip optional id ctrl csi if it failedKeith Busch2023-06-122-1/+5
| * nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote2023-06-121-1/+1
| * nvmet-fcloop: Do not wait on completion when unregister failsDaniel Wagner2023-06-121-1/+2
| * nvme-fabrics: open code __nvmf_host_find()Chaitanya Kulkarni2023-06-121-48/+27
| * nvme-fabrics: error out to unlock the mutexChaitanya Kulkarni2023-06-121-2/+4
| * nvme: Increase block size variable size to 32-bitDaniel Gomez2023-06-121-1/+1
| * nvme-fcloop: no need to return from void functionChaitanya Kulkarni2023-06-121-2/+0
| * nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni2023-06-121-4/+0
| * nvmet-auth: remove some dead codeChristophe JAILLET2023-06-121-9/+0
| * nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote2023-06-121-1/+1
| * nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy2023-06-124-655/+672