summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-08-23block: add error handling for device_add_disk / add_diskLuis Chamberlain
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig
2021-08-18block: fix default IO priority handlingDamien Le Moal
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal
2021-08-18block: fix IOPRIO_PRIO_CLASS() and IOPRIO_PRIO_VALUE() macrosDamien Le Moal
2021-08-18block: change ioprio_valid() to an inline functionDamien Le Moal
2021-08-18block: improve ioprio class description commentDamien Le Moal
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig
2021-08-16bvec: add a bvec_virt helperChristoph Hellwig
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig
2021-08-11block: move some macros to blkdev.hGuoqing Jiang
2021-08-10writeback: make the laptop_mode prototypes available unconditionallyChristoph Hellwig
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-08-09block: add a queue_has_disk helperChristoph Hellwig
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig
2021-08-09block: support delayed holder registrationChristoph Hellwig
2021-08-09block: look up holders by bdevChristoph Hellwig
2021-08-09block: make the block holder code optionalChristoph Hellwig
2021-08-05blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche
2021-08-02block: add a helper to raise a media changed eventMatteo Croce
2021-08-02block: add ioctl to read the disk sequence numberMatteo Croce
2021-08-02block: add disk sequence numberMatteo Croce
2021-08-02block: remove cmdline-parser.cChristoph Hellwig
2021-08-02block: remove bdputChristoph Hellwig
2021-08-02block: remove bdgrabChristoph Hellwig
2021-08-02block: remove bvec_kmap_irq and bvec_kunmap_irqChristoph Hellwig
2021-08-02bvec: add memcpy_{from,to}_bvec and memzero_bvec helperChristoph Hellwig
2021-08-02bvec: add a bvec_kmap_local helperChristoph Hellwig
2021-08-02bvec: fix the include guards for bvec.hChristoph Hellwig
2021-08-02ioprio: move user space relevant ioprio bits to UAPI includesOliver Hartkopp
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-28dmaengine: idxd: Change license on idxd.h to LGPLTony Luck
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend
2021-07-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-07-27net: llc: fix skb_over_panicPavel Skripkin
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long