Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig
2022-04-18block: add a disk_openers helperChristoph Hellwig
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-18block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-18block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig
2022-04-18block: remove queue_discard_alignmentChristoph Hellwig
2022-04-18block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig
2022-04-18block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig
2022-04-18block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-04-18block: add a bdev_stable_writes helperChristoph Hellwig
2022-04-18block: add a bdev_fua helperChristoph Hellwig
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig
2022-04-18target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig
2022-04-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-04-18block: allow use of per-cpu bio alloc cache by block driversMike Snitzer
2022-04-18block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer
2022-04-17Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-17Merge 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 branch 'akpm' (patches from Andrew)Linus Torvalds
2022-04-16mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver
2022-04-15Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-15Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-15Merge tag 'vfio-v5.18-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-14Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-04-14Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-04-13vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedJason Gunthorpe
2022-04-13random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-04-13ALSA: memalloc: Add fallback SG-buffer allocations for x86Takashi Iwai
2022-04-13Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-13Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-04-13asm-generic: fix __get_unaligned_be48() on 32 bit platformsAlexander Lobakin
2022-04-12ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai
2022-04-12scsi: iscsi: Fix NOP handling during conn recoveryMike Christie
2022-04-12scsi: iscsi: Merge suspend fieldsMike Christie
2022-04-12scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie
2022-04-12scsi: iscsi: Release endpoint ID when its freedMike Christie
2022-04-12block: move lower_48_bits() to blockKeith Busch
2022-04-11io_uring: flag the fact that linked file assignment is saneJens Axboe
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-10Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-09Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-04-09mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long