index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: move the initial blkg lookup into blkg_tryget_closest
Christoph Hellwig
2020-06-29
1
-19
/
+14
*
block: bypass blkg_tryget_closest for the root_blkg
Christoph Hellwig
2020-06-29
1
-5
/
+10
*
block: merge blkg_lookup_create and __blkg_lookup_create
Christoph Hellwig
2020-06-29
1
-31
/
+18
*
block: move the bio cgroup associatation helpers to blk-cgroup.c
Christoph Hellwig
2020-06-29
3
-107
/
+101
*
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
2020-06-29
3
-33
/
+17
*
block: merge __bio_associate_blkg into bio_associate_blkg_from_css
Christoph Hellwig
2020-06-29
1
-32
/
+13
*
block: really clone the block cgroup in bio_clone_blkg_association
Christoph Hellwig
2020-06-29
1
-6
/
+6
*
block: remove bio_disassociate_blkg
Christoph Hellwig
2020-06-29
2
-21
/
+8
*
dm: use bio_uninit instead of bio_disassociate_blkg
Christoph Hellwig
2020-06-29
1
-3
/
+2
*
blk-rq-qos: remove redundant finish_wait to rq_qos_wait.
Guo Xuenan
2020-06-28
1
-2
/
+0
*
blktrace: Provide event for request merging
Jan Kara
2020-06-26
3
-0
/
+27
*
block: move struct block_device to blk_types.h
Christoph Hellwig
2020-06-24
9
-42
/
+46
*
block: reduce ifdef CONFIG_BLOCK madness in headers
Christoph Hellwig
2020-06-24
3
-63
/
+46
*
fs: move the buffer_heads_over_limit stub to buffer_head.h
Christoph Hellwig
2020-06-24
2
-1
/
+1
*
block: move block-related definitions out of fs.h
Christoph Hellwig
2020-06-24
12
-94
/
+96
*
block: simplify sb_is_blkdev_sb
Christoph Hellwig
2020-06-24
1
-12
/
+6
*
fs: remove the mount_bdev and kill_block_super stubs
Christoph Hellwig
2020-06-24
1
-16
/
+0
*
fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines
Christoph Hellwig
2020-06-24
1
-6
/
+0
*
fs: remove an unused block_device_operations forward declaration
Christoph Hellwig
2020-06-24
1
-2
/
+0
*
block: mark bd_finish_claiming static
Christoph Hellwig
2020-06-24
2
-5
/
+2
*
tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
Christoph Hellwig
2020-06-24
2
-3
/
+1
*
nvme-rdma: fix a missing completion with remove invalidation
Christoph Hellwig
2020-06-24
1
-2
/
+3
*
blk-iocost: Use struct_size() in kzalloc_node()
Gustavo A. R. Silva
2020-06-24
1
-2
/
+1
*
block: bio: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2020-06-24
1
-3
/
+1
*
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
2020-06-24
6
-48
/
+39
*
blktrace: ensure our debugfs dir exists
Luis Chamberlain
2020-06-24
1
-0
/
+12
*
blktrace: fix debugfs use after free
Luis Chamberlain
2020-06-24
1
-6
/
+12
*
loop: be paranoid on exit and prevent new additions / removals
Luis Chamberlain
2020-06-24
1
-0
/
+4
*
blktrace: annotate required lock on do_blk_trace_setup()
Luis Chamberlain
2020-06-24
1
-0
/
+2
*
block: revert back to synchronous request_queue removal
Luis Chamberlain
2020-06-24
4
-23
/
+47
*
block: clarify context for refcount increment helpers
Luis Chamberlain
2020-06-24
2
-0
/
+8
*
block: add docs for gendisk / request_queue refcount helpers
Luis Chamberlain
2020-06-24
2
-1
/
+62
*
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
2020-06-24
6
-9
/
+18
*
nvme-rdma: factor out a nvme_rdma_end_request helper
Christoph Hellwig
2020-06-24
1
-19
/
+17
*
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
2020-06-24
2
-19
/
+27
*
blk-mq: factor out a blk_mq_complete_need_ipi helper
Christoph Hellwig
2020-06-24
1
-18
/
+21
*
blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request
Christoph Hellwig
2020-06-24
1
-2
/
+1
*
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
19
-72
/
+61
*
blk-mq: merge the softirq vs non-softirq IPI logic
Christoph Hellwig
2020-06-24
1
-65
/
+20
*
blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP
Christoph Hellwig
2020-06-24
1
-1
/
+2
*
blk-mq: complete polled requests directly
Christoph Hellwig
2020-06-24
1
-6
/
+11
*
blk-mq: remove raise_blk_irq
Christoph Hellwig
2020-06-24
1
-30
/
+10
*
blk-mq: factor out a helper to reise the block softirq
Christoph Hellwig
2020-06-24
1
-17
/
+14
*
blk-mq: merge blk-softirq.c into blk-mq.c
Christoph Hellwig
2020-06-24
4
-158
/
+136
*
Linux 5.8-rc2
v5.8-rc2
Linus Torvalds
2020-06-22
1
-1
/
+1
*
Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-22
2
-13
/
+12
|
\
|
*
selinux: fix undefined return of cond_evaluate_expr
Tom Rix
2020-06-17
1
-0
/
+3
|
*
selinux: fix a double free in cond_read_node()/cond_read_list()
Tom Rix
2020-06-17
1
-13
/
+5
|
*
selinux: fix double free
Tom Rix
2020-06-11
1
-0
/
+4
*
|
Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2020-06-21
6
-23
/
+19
|
\
\
[next]