aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-03-06block: make block_class constantGravatar Ricardo B. Marliere 1-1/+1
2024-03-01block: add a queue_limits_stack_bdev helperGravatar Christoph Hellwig 1-0/+2
2024-03-01block: add a queue_limits_set helperGravatar Christoph Hellwig 1-0/+1
2024-02-24sched: Add a new function to compare if two cpus have the same capacityGravatar Qais Yousef 1-0/+6
2024-02-19block: pass a queue_limits argument to blk_alloc_diskGravatar Christoph Hellwig 1-3/+7
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskGravatar Christoph Hellwig 1-3/+4
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueGravatar Christoph Hellwig 1-1/+2
2024-02-13block: add a max_user_discard_sectors queue limitGravatar Christoph Hellwig 1-0/+1
2024-02-13block: add an API to atomically update queue limitsGravatar Christoph Hellwig 1-0/+23
2024-02-13block: move max_{open,active}_zones to struct queue_limitsGravatar Christoph Hellwig 1-6/+6
2024-02-12block: support PI at non-zero offset within metadataGravatar Kanchan Joshi 2-0/+2
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtGravatar Johannes Thumshirn 1-1/+1
2024-02-05block: update cached timestamp post schedule/preemptionGravatar Jens Axboe 2-1/+17
2024-02-05block: cache current nsec time in struct blk_plugGravatar Jens Axboe 1-0/+1
2024-02-05block: move cgroup time handling code into blk.hGravatar Jens Axboe 1-42/+0
2024-02-04Merge tag 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2024-02-02Merge tag 'pci-v6.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+5
2024-02-02Merge tag 'block-6.8-2024-02-01' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-8/+2
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+4
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+0
2024-02-01Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2024-02-01Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Jakub Kicinski 1-0/+4
2024-01-31nvme: take const cmd pointer in read-only helpersGravatar Caleb Sander 1-2/+2
2024-01-31netfilter: ipset: fix performance regression in swap operationGravatar Jozsef Kadlecsik 1-0/+4
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMGravatar Johan Hovold 1-0/+5
2024-01-31HID: bpf: use __bpf_kfunc instead of noinlineGravatar Benjamin Tissoires 1-11/+0
2024-01-30lsm: fix default return value of the socket_getpeersec_*() hooksGravatar Ondrej Mosnacek 1-2/+2
2024-01-30dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVGravatar Frank Li 1-1/+2
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-3/+4
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2024-01-26Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Gravatar Linus Torvalds 1-1/+1
2024-01-26Merge tag 'spi-fix-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2024-01-25mm, kmsan: fix infinite recursion due to RCU critical sectionGravatar Marco Elver 1-3/+3
2024-01-25mm: mmap: map MAP_STACK to VM_NOHUGEPAGEGravatar Yang Shi 1-0/+1
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 5-10/+11
2024-01-24exec: Distinguish in_execve from in_execGravatar Kees Cook 1-1/+1
2024-01-24spi: Raise limit on number of chip selectsGravatar Mark Brown 1-1/+1
2024-01-24x86/entry/ia32: Ensure s32 is sign extended to s64Gravatar Richard Palethorpe 1-0/+1
2024-01-24net/mlx5: Bridge, fix multicast packets sent to uplinkGravatar Moshe Shemesh 2-1/+2
2024-01-24net/mlx5: Fix query of sd_group fieldGravatar Tariq Toukan 2-3/+8
2024-01-24net/mlx5e: Use the correct lag ports number when creating TISesGravatar Saeed Mahameed 1-0/+1
2024-01-23nvmet: unify aer type enumGravatar Guixin Liu 1-6/+0
2024-01-22ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWNGravatar Niklas Cassel 1-1/+1
2024-01-21Merge tag 'header_cleanup-2024-01-20' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-6/+6
2024-01-21udp: fix busy pollingGravatar Eric Dumazet 1-6/+0
2024-01-19Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-54/+0
2024-01-19Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-6/+3
2024-01-19string: Remove strlcpy()Gravatar Kees Cook 2-54/+0
2024-01-19Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Gravatar Linus Torvalds 1-0/+1
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+5