index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
vdso
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-25
Revert "blk-mq, elevator: Count requests per hctx to improve performance"
Jan Kara
4
-16
/
+0
2021-01-25
block, bfq: do not expire a queue when it is the only busy one
Paolo Valente
1
-2
/
+20
2021-01-25
block, bfq: avoid spurious switches to soft_rt of interactive queues
Paolo Valente
1
-20
/
+37
2021-01-25
block, bfq: do not raise non-default weights
Paolo Valente
1
-3
/
+7
2021-01-25
block, bfq: increase time window for waker detection
Paolo Valente
1
-1
/
+1
2021-01-25
block, bfq: set next_rq to waker_bfqq->next_rq in waker injection
Jia Cheng Hu
1
-1
/
+1
2021-01-25
block, bfq: use half slice_idle as a threshold to check short ttime
Paolo Valente
1
-3
/
+4
2021-01-25
block: use an xarray for disk->part_tbl
Christoph Hellwig
5
-193
/
+22
2021-01-25
block: remove DISK_PITER_REVERSE
Christoph Hellwig
2
-31
/
+7
2021-01-25
block: add a disk_uevent helper
Christoph Hellwig
3
-34
/
+21
2021-01-25
blk-mq: use ->bi_bdev for I/O accounting
Christoph Hellwig
3
-51
/
+5
2021-01-25
block: use ->bi_bdev for bio based I/O accounting
Christoph Hellwig
4
-44
/
+42
2021-01-25
block: do not reassig ->bi_bdev when partition remapping
Christoph Hellwig
3
-2
/
+6
2021-01-25
block: simplify submit_bio_checks a bit
Christoph Hellwig
1
-25
/
+14
2021-01-25
block: store a block_device pointer in struct bio
Christoph Hellwig
55
-184
/
+154
2021-01-25
dcssblk: remove the end of device check in dcssblk_submit_bio
Christoph Hellwig
1
-4
/
+0
2021-01-25
brd: remove the end of device check in brd_do_bvec
Christoph Hellwig
1
-5
/
+1
2021-01-25
nvme: allow revalidate to set a namespace read-only
Christoph Hellwig
1
-3
/
+2
2021-01-25
rbd: remove the ->set_read_only method
Christoph Hellwig
1
-19
/
+0
2021-01-25
block: propagate BLKROSET on the whole device to all partitions
Christoph Hellwig
1
-2
/
+1
2021-01-25
block: add a hard-readonly flag to struct gendisk
Christoph Hellwig
4
-21
/
+25
2021-01-25
block: remove the NULL bdev check in bdev_read_only
Christoph Hellwig
2
-4
/
+2
2021-01-25
dm: use bdev_read_only to check if a device is read-only
Christoph Hellwig
2
-2
/
+2
2021-01-25
Linux 5.11-rc5
v5.11-rc5
Linus Torvalds
1
-1
/
+1
2021-01-24
MAINTAINERS: add a couple more files to the Clang/LLVM section
Nathan Chancellor
1
-0
/
+2
2021-01-24
proc_sysctl: fix oops caused by incorrect command parameters
Xiaoming Ni
1
-1
/
+6
2021-01-24
powerpc/mm/highmem: use __set_pte_at() for kmap_local()
Thomas Gleixner
1
-0
/
+2
2021-01-24
mips/mm/highmem: use set_pte() for kmap_local()
Thomas Gleixner
1
-0
/
+1
2021-01-24
mm/highmem: prepare for overriding set_pte_at()
Thomas Gleixner
1
-1
/
+6
2021-01-24
sparc/mm/highmem: flush cache and TLB
Thomas Gleixner
1
-4
/
+5
2021-01-24
mm: fix page reference leak in soft_offline_page()
Dan Williams
1
-4
/
+16
2021-01-24
ubsan: disable unsigned-overflow check for i386
Arnd Bergmann
1
-0
/
+1
2021-01-24
kasan, mm: fix resetting page_alloc tags for HW_TAGS
Andrey Konovalov
1
-0
/
+2
2021-01-24
kasan, mm: fix conflicts with init_on_alloc/free
Andrey Konovalov
1
-3
/
+4
2021-01-24
kasan: fix HW_TAGS boot parameters
Andrey Konovalov
2
-66
/
+38
2021-01-24
kasan: fix incorrect arguments passing in kasan_add_zero_shadow
Lecopzer Chen
1
-2
/
+1
2021-01-24
kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow
Lecopzer Chen
1
-8
/
+12
2021-01-24
mm: fix numa stats for thp migration
Shakeel Butt
1
-11
/
+12
2021-01-24
mm: memcg: fix memcg file_dirty numa stat
Shakeel Butt
1
-2
/
+2
2021-01-24
mm: memcg/slab: optimize objcg stock draining
Roman Gushchin
1
-3
/
+1
2021-01-24
mm: fix initialization of struct page for holes in memory layout
Mike Rapoport
1
-34
/
+50
2021-01-24
x86/setup: don't remove E820_TYPE_RAM for pfn 0
Mike Rapoport
1
-11
/
+9
2021-01-24
io_uring: account io_uring internal files as REQ_F_INFLIGHT
Jens Axboe
1
-10
/
+26
2021-01-24
io_uring: fix sleeping under spin in __io_clean_op
Pavel Begunkov
1
-5
/
+5
2021-01-23
cifs: do not fail __smb_send_rqst if non-fatal signals are pending
Ronnie Sahlberg
1
-2
/
+2
2021-01-22
io_uring: fix short read retries for non-reg files
Pavel Begunkov
1
-1
/
+1
2021-01-22
io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
Jens Axboe
1
-1
/
+2
2021-01-22
arm64: kprobes: Fix Uexpected kernel BRK exception at EL1
Qais Yousef
1
-2
/
+2
2021-01-22
sched: Relax the set_cpus_allowed_ptr() semantics
Peter Zijlstra
1
-11
/
+10
2021-01-22
sched: Fix CPU hotplug / tighten is_per_cpu_kthread()
Peter Zijlstra
1
-4
/
+35
[next]