summaryrefslogtreecommitdiffstats
path: root/include/vdso (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-25Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara4-16/+0
2021-01-25block, bfq: do not expire a queue when it is the only busy onePaolo Valente1-2/+20
2021-01-25block, bfq: avoid spurious switches to soft_rt of interactive queuesPaolo Valente1-20/+37
2021-01-25block, bfq: do not raise non-default weightsPaolo Valente1-3/+7
2021-01-25block, bfq: increase time window for waker detectionPaolo Valente1-1/+1
2021-01-25block, bfq: set next_rq to waker_bfqq->next_rq in waker injectionJia Cheng Hu1-1/+1
2021-01-25block, bfq: use half slice_idle as a threshold to check short ttimePaolo Valente1-3/+4
2021-01-25block: use an xarray for disk->part_tblChristoph Hellwig5-193/+22
2021-01-25block: remove DISK_PITER_REVERSEChristoph Hellwig2-31/+7
2021-01-25block: add a disk_uevent helperChristoph Hellwig3-34/+21
2021-01-25blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig3-51/+5
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig4-44/+42
2021-01-25block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig3-2/+6
2021-01-25block: simplify submit_bio_checks a bitChristoph Hellwig1-25/+14
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig55-184/+154
2021-01-25dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig1-4/+0
2021-01-25brd: remove the end of device check in brd_do_bvecChristoph Hellwig1-5/+1
2021-01-25nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig1-3/+2
2021-01-25rbd: remove the ->set_read_only methodChristoph Hellwig1-19/+0
2021-01-25block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig1-2/+1
2021-01-25block: add a hard-readonly flag to struct gendiskChristoph Hellwig4-21/+25
2021-01-25block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig2-4/+2
2021-01-25dm: use bdev_read_only to check if a device is read-onlyChristoph Hellwig2-2/+2
2021-01-25Linux 5.11-rc5v5.11-rc5Linus Torvalds1-1/+1
2021-01-24MAINTAINERS: add a couple more files to the Clang/LLVM sectionNathan Chancellor1-0/+2
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni1-1/+6
2021-01-24powerpc/mm/highmem: use __set_pte_at() for kmap_local()Thomas Gleixner1-0/+2
2021-01-24mips/mm/highmem: use set_pte() for kmap_local()Thomas Gleixner1-0/+1
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner1-1/+6
2021-01-24sparc/mm/highmem: flush cache and TLBThomas Gleixner1-4/+5
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams1-4/+16
2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann1-0/+1
2021-01-24kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov1-0/+2
2021-01-24kasan, mm: fix conflicts with init_on_alloc/freeAndrey Konovalov1-3/+4
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov2-66/+38
2021-01-24kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen1-2/+1
2021-01-24kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen1-8/+12
2021-01-24mm: fix numa stats for thp migrationShakeel Butt1-11/+12
2021-01-24mm: memcg: fix memcg file_dirty numa statShakeel Butt1-2/+2
2021-01-24mm: memcg/slab: optimize objcg stock drainingRoman Gushchin1-3/+1
2021-01-24mm: fix initialization of struct page for holes in memory layoutMike Rapoport1-34/+50
2021-01-24x86/setup: don't remove E820_TYPE_RAM for pfn 0Mike Rapoport1-11/+9
2021-01-24io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe1-10/+26
2021-01-24io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov1-5/+5
2021-01-23cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg1-2/+2
2021-01-22io_uring: fix short read retries for non-reg filesPavel Begunkov1-1/+1
2021-01-22io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe1-1/+2
2021-01-22arm64: kprobes: Fix Uexpected kernel BRK exception at EL1Qais Yousef1-2/+2
2021-01-22sched: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra1-11/+10
2021-01-22sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra1-4/+35