aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-179-15/+24
* block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang2022-02-171-1/+1
* block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei2022-02-111-1/+7
* block: Add handling for zone append command in blk_complete_requestPankaj Raghav2022-02-111-0/+4
* loop: revert "make autoclear operation asynchronous"Tetsuo Handa2022-02-112-37/+29
* Merge tag 'nvme-5.17-2022-02-10' of git://git.infradead.org/nvme into block-5.17Jens Axboe2022-02-102-1/+10
|\
| * nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg2022-02-091-1/+9
| * nvme: add nvme_complete_req tracepoint for batched completionBean Huo2022-02-091-0/+1
|/
* block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen2022-02-031-1/+1
* Merge tag 'nvme-5.17-2022-02-03' of git://git.infradead.org/nvme into block-5.17Jens Axboe2022-02-034-1/+11
|\
| * nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar2022-02-031-0/+1
| * nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg2022-02-021-0/+1
| * nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg2022-02-021-0/+1
| * nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg2022-02-021-1/+8
* | Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2022-02-031-4/+4
|\ \
| * | md: fix NULL pointer deref with nowait but no mddev->queueSong Liu2022-02-021-4/+4
|/ /
* / block: fix DIO handling regressions in blkdev_read_iter()Ilya Dryomov2022-02-021-14/+19
|/
* dm: properly fix redundant bio-based IO accountingMike Snitzer2022-01-281-2/+3
* dm: revert partial fix for redundant bio-based IO accountingMike Snitzer2022-01-281-15/+0
* block: add bio_start_io_acct_time() to control start_timeMike Snitzer2022-01-282-6/+20
* blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu2022-01-271-2/+6
* Merge tag 'nvme-5.17-2022-01-27' of git://git.infradead.org/nvme into block-5.17Jens Axboe2022-01-272-3/+3
|\
| * nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng2022-01-271-2/+1
| * nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng2022-01-271-1/+2
* | blk-mq: fix missing blk_account_io_done() in error pathYu Kuai2022-01-261-0/+2
|/
* block: fix memory leak in disk_register_independent_access_rangesMiaoqian Lin2022-01-231-1/+1
* Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-2316-87/+131
|\
| * powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin2022-01-181-0/+2
| * powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64Athira Rajeev2022-01-171-30/+28
| * powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-163-33/+38
| * powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32Christophe Leroy2022-01-161-1/+1
| * powerpc/audit: Fix syscall_get_arch()Christophe Leroy2022-01-152-2/+4
| * powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao2022-01-152-9/+14
| * tools/bpf: Rename 'struct event' to avoid naming conflictNaveen N. Rao2022-01-153-3/+3
| * powerpc/bpf: Update ldimm64 instructions during extra passNaveen N. Rao2022-01-153-7/+35
| * powerpc32/bpf: Fix codegen for bpf-to-bpf callsNaveen N. Rao2022-01-151-0/+3
| * bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao2022-01-151-2/+3
* | Merge tag 'irq_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-232-3/+2
|\ \
| * | PCI/MSI: Prevent UAF in error pathThomas Gleixner2022-01-212-3/+2
* | | Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-2310-103/+125
|\ \ \
| * | | kernel/sched: Remove dl_boosted flag commentHui Su2022-01-181-4/+0
| * | | sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra2022-01-181-9/+3
| * | | sched/fair: Fix all kernel-doc warningsRandy Dunlap2022-01-181-3/+5
| * | | sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao2022-01-182-3/+2
| * | | sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot2022-01-181-14/+22
| * | | sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot2022-01-181-14/+19
| * | | sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot2022-01-181-7/+18
| * | | sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2022-01-182-4/+16
| * | | psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-01-185-45/+40
* | | | Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-01-2312-189/+501
|\ \ \ \