aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSGravatar Christoph Hellwig 1-1/+8
2023-12-26block: reject invalid operation in submit_bio_noacctGravatar Christoph Hellwig 1-4/+4
2023-12-22block: skip start/end time stamping for passthrough IOGravatar Kundan Kumar 1-0/+6
2023-12-19block: simplify disk_set_zonedGravatar Christoph Hellwig 1-1/+2
2023-12-19block: remove support for the host aware zone modelGravatar Christoph Hellwig 1-34/+3
2023-12-19Merge tag 'md-next-20231219' of https://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jens Axboe 2-16/+3
2023-12-19md: Remove deprecated CONFIG_MD_FAULTYGravatar Song Liu 1-3/+0
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHGravatar Song Liu 2-2/+1
2023-12-19md: Remove deprecated CONFIG_MD_LINEARGravatar Song Liu 2-12/+3
2023-12-15block: improve struct request_queue layoutGravatar Jens Axboe 1-43/+46
2023-12-01io_uring: remove uring_cmd cookieGravatar Keith Busch 1-6/+2
2023-12-01iouring: remove IORING_URING_CMD_POLLEDGravatar Keith Busch 1-1/+0
2023-12-01block: bio-integrity: directly map user buffersGravatar Keith Busch 1-0/+9
2023-11-27block: move a few definitions out of CONFIG_BLK_DEV_ZONEDGravatar Christoph Hellwig 1-13/+11
2023-11-25Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-13/+0
2023-11-24Merge tag 'acpi-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+1
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+20
2023-11-24Merge tag 'usb-serial-6.7-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 13-37/+66
2023-11-23Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+0
2023-11-23Merge tag 'for-linus-2023112301' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-5/+49
2023-11-22asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationGravatar Linus Torvalds 1-1/+1
2023-11-21HID: fix HID device resource race between HID core and debugging supportGravatar Charles Yi 1-0/+3
2023-11-21Merge tag 'thunderbolt-for-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 53-970/+475
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsGravatar Eduard Zingerman 1-0/+11
2023-11-20bpf: verify callbacks as if they are called unknown number of timesGravatar Eduard Zingerman 1-0/+5
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devGravatar Daniel Borkmann 1-0/+6
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfGravatar Daniel Borkmann 1-4/+16
2023-11-20net, vrf: Move dstats structure to coreGravatar Daniel Borkmann 1-0/+10
2023-11-20block: Remove blk_set_runtime_active()Gravatar Damien Le Moal 1-1/+0
2023-11-20ACPI: PM: Add acpi_device_fix_up_power_children() functionGravatar Hans de Goede 1-0/+1
2023-11-20filemap: add a per-mapping stable writes flagGravatar Christoph Hellwig 1-0/+17
2023-11-19Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+1
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+3
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+8
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionGravatar Stefan Berger 1-0/+3
2023-11-17linux/export: clean up the IA-64 KSYM_FUNC macroGravatar Lukas Bulwahn 1-3/+1
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceGravatar David Howells 1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-6/+19
2023-11-16Merge tag 'for-linus-6.7a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-6/+2
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-7/+11
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Paolo Abeni 1-2/+2
2023-11-16net: sched: do not offload flows with a helper in act_ctGravatar Xin Long 1-0/+9
2023-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-3/+7
2023-11-15bpf: Do not allocate percpu memory at init stageGravatar Yonghong Song 1-1/+1
2023-11-14Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+6
2023-11-15perf/core: Fix cpuctx refcountingGravatar Peter Zijlstra 1-5/+8
2023-11-14netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Gravatar Dan Carpenter 1-2/+2
2023-11-14xen/events: reduce externally visible helper functionsGravatar Juergen Gross 1-2/+2
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+16