aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-17block: use bdev_alignment_offset in disk_alignment_offset_showGravatar Christoph Hellwig 1-8/+0
2022-04-17block: add a bdev_max_zone_append_sectors helperGravatar Christoph Hellwig 1-0/+6
2022-04-17block: add a bdev_stable_writes helperGravatar Christoph Hellwig 1-0/+6
2022-04-17block: add a bdev_fua helperGravatar Christoph Hellwig 1-1/+5
2022-04-17block: add a bdev_write_cache helperGravatar Christoph Hellwig 1-0/+5
2022-04-17block: add a bdev_nonrot helperGravatar Christoph Hellwig 1-0/+5
2022-04-17target: pass a block_device to target_configure_unmap_from_queueGravatar Christoph Hellwig 1-2/+2
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperGravatar Christoph Hellwig 1-1/+1
2022-04-17block: allow use of per-cpu bio alloc cache by block driversGravatar Mike Snitzer 1-0/+6
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetGravatar Mike Snitzer 2-3/+2
2022-04-16Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+7
2022-04-16Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-04-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 2-5/+8
2022-04-16Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Gravatar Bartosz Golaszewski 1-1/+7
2022-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+24
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsGravatar Marco Elver 1-0/+24
2022-04-15Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-10/+10
2022-04-15Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2022-04-14Merge tag 'vfio-v5.18-rc3' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+2
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+2
2022-04-14Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-0/+6
2022-04-14Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+1
2022-04-13vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedGravatar Jason Gunthorpe 1-0/+2
2022-04-13random: make random_get_entropy() return an unsigned longGravatar Jason A. Donenfeld 1-1/+1
2022-04-13ALSA: memalloc: Add fallback SG-buffer allocations for x86Gravatar Takashi Iwai 1-0/+5
2022-04-12Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+4
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 2-3/+5
2022-04-12asm-generic: fix __get_unaligned_be48() on 32 bit platformsGravatar Alexander Lobakin 1-1/+1
2022-04-12ALSA: core: Add snd_card_free_on_error() helperGravatar Takashi Iwai 1-0/+1
2022-04-11scsi: iscsi: Fix NOP handling during conn recoveryGravatar Mike Christie 1-1/+1
2022-04-11scsi: iscsi: Merge suspend fieldsGravatar Mike Christie 1-4/+5
2022-04-11scsi: iscsi: Fix conn cleanup and stop race during iscsid restartGravatar Mike Christie 1-0/+2
2022-04-11scsi: iscsi: Release endpoint ID when its freedGravatar Mike Christie 1-1/+1
2022-04-11block: move lower_48_bits() to blockGravatar Keith Busch 2-9/+9
2022-04-10io_uring: flag the fact that linked file assignment is saneGravatar Jens Axboe 1-0/+1
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-23/+31
2022-04-09Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+9
2022-04-08Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-1/+0
2022-04-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+7
2022-04-08mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningGravatar Waiman Long 1-4/+7
2022-04-08fscache: Remove the cookie parameter from fscache_clear_page_bits()Gravatar Yue Hu 1-3/+1
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-4/+3
2022-04-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-3/+7
2022-04-08Merge tag 'folio-5.18e' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-2/+6
2022-04-08Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Gravatar Linus Torvalds 1-1/+1
2022-04-08gpiolib: acpi: Convert type for pin to be unsignedGravatar Andy Shevchenko 1-1/+7
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerGravatar Vlad Buslov 1-0/+2
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsGravatar Wolfram Sang 1-1/+1
2022-04-07Merge tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 3-0/+116