summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-05-16nvme: add missing status values to verbose loggingMax Gurtovoy1-0/+2
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig2-2/+2
2022-04-18block: add a disk_openers helperChristoph Hellwig1-0/+15
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-11/+16
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig1-0/+5
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+0
2022-04-18block: add a bdev_max_discard_sectors helperChristoph Hellwig1-0/+5
2022-04-18block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig1-33/+1
2022-04-18block: remove queue_discard_alignmentChristoph Hellwig1-8/+0
2022-04-18block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig1-20/+1
2022-04-18block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig1-8/+0
2022-04-18block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-0/+6
2022-04-18block: add a bdev_stable_writes helperChristoph Hellwig1-0/+6
2022-04-18block: add a bdev_fua helperChristoph Hellwig1-1/+5
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig1-0/+5
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-0/+5
2022-04-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-1/+1
2022-04-18block: allow use of per-cpu bio alloc cache by block driversMike Snitzer1-0/+6
2022-04-18block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer2-3/+2
2022-04-17Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+7
2022-04-17Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-04-16Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski1-1/+7
2022-04-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+24
2022-04-16mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver1-0/+24
2022-04-15Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+9
2022-04-15Merge tag 'vfio-v5.18-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+2
2022-04-14Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2022-04-13vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedJason Gunthorpe1-0/+2
2022-04-13random: make random_get_entropy() return an unsigned longJason A. Donenfeld1-1/+1
2022-04-13Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-0/+1
2022-04-12block: move lower_48_bits() to blockKeith Busch2-9/+9
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-23/+31
2022-04-10Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+9
2022-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+7
2022-04-09mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long1-4/+7
2022-04-09fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu1-3/+1
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-3/+3
2022-04-08Merge tag 'folio-5.18e' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+6
2022-04-08Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-1/+1
2022-04-08gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko1-1/+7
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-1/+1
2022-04-08Merge tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-0/+116
2022-04-08Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+3
2022-04-08Merge tag 'drm-misc-next-fixes-2022-04-07' of git://anongit.freedesktop.org/d...Dave Airlie3-0/+116
2022-04-07NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename()Trond Myklebust1-0/+1
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)1-2/+6
2022-04-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+3
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever1-0/+1
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+0