summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-04-17block: add a bdev_fua helperChristoph Hellwig
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-04-17mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig
2022-04-17ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig
2022-04-17btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig
2022-04-17drbd: cleanup decide_on_discard_supportChristoph Hellwig
2022-04-17drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig
2022-04-17drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig
2022-04-17drbd: remove assign_p_sizes_qlimChristoph Hellwig
2022-04-17target: fix discard alignment on partitionsChristoph Hellwig
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig
2022-04-17target: remove an incorrect unmap zeroes data deductionChristoph Hellwig
2022-04-17bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara
2022-04-17bfq: Get rid of __bio_blkcg() usageJan Kara
2022-04-17bfq: Track whether bfq_group is still onlineJan Kara
2022-04-17bfq: Remove pointless bfq_init_rq() callsJan Kara
2022-04-17bfq: Drop pointless unlock-lock pairJan Kara
2022-04-17bfq: Update cgroup information before merging bioJan Kara
2022-04-17bfq: Split shared queues on move between cgroupsJan Kara
2022-04-17bfq: Avoid merging queues with different parentsJan Kara
2022-04-17bfq: Avoid false marking of bic as stably mergedJan Kara
2022-04-17pktcdvd: stop using bio_resetChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-04-17target/pscsi: remove pscsi_get_bioChristoph Hellwig
2022-04-17squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig
2022-04-17btrfs: simplify ->flush_bio handlingChristoph Hellwig
2022-04-17block: allow use of per-cpu bio alloc cache by block driversMike Snitzer
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer
2022-04-17Linux 5.18-rc3Linus Torvalds
2022-04-17Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-04-17Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-17Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-17Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-17Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-17Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds
2022-04-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-04-16Merge tag 'devicetree-fixes-for-5.18-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-04-16Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-16Merge tag 'soc-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-16Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2022-04-16Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski
2022-04-16Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-04-16random: use memmove instead of memcpy for remaining 32 bytesJason A. Donenfeld
2022-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-04-15Merge tag 'for-5.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-15mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval
2022-04-15revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton