summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-3/+2
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig1-1/+0
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig1-1/+2
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig1-2/+1
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig1-10/+0
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2-24/+9
2021-08-18block: fix default IO priority handlingDamien Le Moal1-1/+6
2021-08-18block: change ioprio_valid() to an inline functionDamien Le Moal1-0/+10
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig1-2/+2
2021-08-16bvec: add a bvec_virt helperChristoph Hellwig1-0/+12
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-4/+5
2021-08-12block: move some macros to blkdev.hGuoqing Jiang2-1/+4
2021-08-10writeback: make the laptop_mode prototypes available unconditionallyChristoph Hellwig1-5/+0
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei1-0/+16
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig2-2/+1
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig2-3/+1
2021-08-09block: add a queue_has_disk helperChristoph Hellwig1-0/+1
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig1-6/+0
2021-08-09block: support delayed holder registrationChristoph Hellwig1-0/+5
2021-08-09block: look up holders by bdevChristoph Hellwig2-4/+3
2021-08-09block: make the block holder code optionalChristoph Hellwig2-3/+3
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche1-0/+6
2021-08-02block: add a helper to raise a media changed eventMatteo Croce1-0/+1
2021-08-02block: add disk sequence numberMatteo Croce1-0/+2
2021-08-02block: remove cmdline-parser.cChristoph Hellwig1-46/+0
2021-08-02block: remove bdputChristoph Hellwig1-1/+0
2021-08-02block: remove bdgrabChristoph Hellwig1-1/+0
2021-08-02block: remove bvec_kmap_irq and bvec_kunmap_irqChristoph Hellwig1-42/+0
2021-08-02bvec: add memcpy_{from,to}_bvec and memzero_bvec helperChristoph Hellwig1-0/+33
2021-08-02bvec: add a bvec_kmap_local helperChristoph Hellwig1-0/+13
2021-08-02bvec: fix the include guards for bvec.hChristoph Hellwig1-3/+3
2021-08-02ioprio: move user space relevant ioprio bits to UAPI includesOliver Hartkopp1-40/+1
2021-07-31Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-20/+53
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+2
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-20/+53
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-1/+1
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+15
2021-07-28bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend1-19/+35
2021-07-28Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-24memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport1-2/+2
2021-07-24mm: use kmap_local_page in memzero_pageChristoph Hellwig1-2/+2
2021-07-24mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig1-0/+2
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-25/+1
2021-07-21Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-0/+1
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-25/+1
2021-07-20bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer1-0/+1
2021-07-18Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+17