aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: mark blkdev_fsync staticChristoph Hellwig2021-08-241-4/+0
* mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko2021-08-242-0/+2
* block: Add alternative_gpt_sector() operationDmitry Osipenko2021-08-241-0/+7
* block: add error handling for device_add_disk / add_diskLuis Chamberlain2021-08-231-4/+4
* block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-232-6/+5
* block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig2021-08-231-1/+0
* block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2021-08-231-1/+2
* block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2021-08-231-2/+1
* block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig2021-08-231-10/+0
* block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2021-08-232-24/+9
* block: fix default IO priority handlingDamien Le Moal2021-08-182-3/+9
* block: Introduce IOPRIO_NR_LEVELSDamien Le Moal2021-08-181-2/+3
* block: fix IOPRIO_PRIO_CLASS() and IOPRIO_PRIO_VALUE() macrosDamien Le Moal2021-08-181-4/+8
* block: change ioprio_valid() to an inline functionDamien Le Moal2021-08-182-2/+10
* block: improve ioprio class description commentDamien Le Moal2021-08-181-4/+6
* blk-cgroup: stop using seq_get_bufChristoph Hellwig2021-08-161-2/+2
* bvec: add a bvec_virt helperChristoph Hellwig2021-08-161-0/+12
* block: remove GENHD_FL_UPChristoph Hellwig2021-08-121-4/+5
* block: move some macros to blkdev.hGuoqing Jiang2021-08-112-1/+4
* writeback: make the laptop_mode prototypes available unconditionallyChristoph Hellwig2021-08-101-5/+0
* block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-08-091-0/+16
* block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-092-2/+1
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-092-3/+1
* block: add a queue_has_disk helperChristoph Hellwig2021-08-091-0/+1
* block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
* block: remove support for delayed queue registrationsChristoph Hellwig2021-08-091-6/+0
* block: support delayed holder registrationChristoph Hellwig2021-08-091-0/+5
* block: look up holders by bdevChristoph Hellwig2021-08-092-4/+3
* block: make the block holder code optionalChristoph Hellwig2021-08-092-3/+3
* blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flagBart Van Assche2021-08-051-0/+6
* block: add a helper to raise a media changed eventMatteo Croce2021-08-021-0/+1
* block: add ioctl to read the disk sequence numberMatteo Croce2021-08-021-0/+1
* block: add disk sequence numberMatteo Croce2021-08-021-0/+2
* block: remove cmdline-parser.cChristoph Hellwig2021-08-021-46/+0
* block: remove bdputChristoph Hellwig2021-08-021-1/+0
* block: remove bdgrabChristoph Hellwig2021-08-021-1/+0
* block: remove bvec_kmap_irq and bvec_kunmap_irqChristoph Hellwig2021-08-021-42/+0
* bvec: add memcpy_{from,to}_bvec and memzero_bvec helperChristoph Hellwig2021-08-021-0/+33
* bvec: add a bvec_kmap_local helperChristoph Hellwig2021-08-021-0/+13
* bvec: fix the include guards for bvec.hChristoph Hellwig2021-08-021-3/+3
* ioprio: move user space relevant ioprio bits to UAPI includesOliver Hartkopp2021-08-022-40/+47
* Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-306-30/+79
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-294-20/+53
| |\
| | * bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-07-291-1/+1
| | * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+15
| | * bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend2021-07-271-19/+35
| | * bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer2021-07-191-0/+1
| | * bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-07-161-0/+1
| * | net: llc: fix skb_over_panicPavel Skripkin2021-07-271-8/+23
| * | sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-0/+1