summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig18-47/+38
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig61-244/+73
2022-04-18block: add a bdev_max_discard_sectors helperChristoph Hellwig7-15/+18
2022-04-18block: refactor discard bio size limitingChristoph Hellwig2-44/+29
2022-04-18block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig2-33/+36
2022-04-18block: use bdev_discard_alignment in part_discard_alignment_showChristoph Hellwig1-5/+1
2022-04-18block: remove queue_discard_alignmentChristoph Hellwig2-9/+1
2022-04-18block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig2-20/+24
2022-04-18block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig2-9/+1
2022-04-18block: use bdev_alignment_offset in part_alignment_offset_showChristoph Hellwig1-5/+1
2022-04-18block: add a bdev_max_zone_append_sectors helperChristoph Hellwig3-4/+8
2022-04-18block: add a bdev_stable_writes helperChristoph Hellwig4-5/+9
2022-04-18block: add a bdev_fua helperChristoph Hellwig4-7/+8
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig5-10/+10
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig13-18/+19
2022-04-18mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig1-1/+1
2022-04-18ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig1-1/+1
2022-04-18btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig1-2/+1
2022-04-18drbd: cleanup decide_on_discard_supportChristoph Hellwig1-33/+35
2022-04-18drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig1-1/+1
2022-04-18drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig1-5/+7
2022-04-18drbd: remove assign_p_sizes_qlimChristoph Hellwig1-27/+20
2022-04-18target: fix discard alignment on partitionsChristoph Hellwig1-2/+2
2022-04-18target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig4-8/+10
2022-04-18target: remove an incorrect unmap zeroes data deductionChristoph Hellwig1-1/+0
2022-04-18bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara1-3/+12
2022-04-18bfq: Get rid of __bio_blkcg() usageJan Kara3-52/+25
2022-04-18bfq: Track whether bfq_group is still onlineJan Kara2-1/+4
2022-04-18bfq: Remove pointless bfq_init_rq() callsJan Kara1-6/+6
2022-04-18bfq: Drop pointless unlock-lock pairJan Kara1-3/+0
2022-04-18bfq: Update cgroup information before merging bioJan Kara1-2/+9
2022-04-18bfq: Split shared queues on move between cgroupsJan Kara3-4/+35
2022-04-18bfq: Avoid merging queues with different parentsJan Kara1-0/+8
2022-04-18bfq: Avoid false marking of bic as stably mergedJan Kara1-3/+6
2022-04-18pktcdvd: stop using bio_resetChristoph Hellwig1-16/+9
2022-04-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig11-95/+112
2022-04-18target/pscsi: remove pscsi_get_bioChristoph Hellwig1-26/+2
2022-04-18squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig1-8/+3
2022-04-18btrfs: simplify ->flush_bio handlingChristoph Hellwig3-16/+7
2022-04-18block: allow use of per-cpu bio alloc cache by block driversMike Snitzer3-6/+8
2022-04-18block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer5-53/+52
2022-04-17Linux 5.18-rc3v5.18-rc3Linus Torvalds1-1/+1
2022-04-17Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-64/+23
2022-04-17Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-24/+102
2022-04-17Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+10
2022-04-17Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-19/+19
2022-04-17Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2022-04-17Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2-0/+8
2022-04-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-12/+54
2022-04-17Merge tag 'devicetree-fixes-for-5.18-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds28-165/+145