index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-03
block: don't use blocking queue entered for recursive bio submits
Jens Axboe
1
-0
/
+2
2018-06-01
lightnvm: pass flag on graceful teardown to targets
Javier González
1
-1
/
+1
2018-06-01
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
1
-2
/
+14
2018-06-01
block: unexport elevator_init/exit
Christoph Hellwig
1
-2
/
+0
2018-06-01
nvme.h: add AEN configuration symbols
Hannes Reinecke
1
-0
/
+5
2018-05-31
nvme.h: add the changed namespace list log
Christoph Hellwig
1
-0
/
+3
2018-05-31
nvme.h: untangle AEN notice definitions
Christoph Hellwig
1
-2
/
+6
2018-05-31
block: Drop bioset_create()
Kent Overstreet
1
-4
/
+2
2018-05-31
pktcdvd: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-1
/
+1
2018-05-31
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
2
-1
/
+6
2018-05-30
blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
Jens Axboe
1
-1
/
+2
2018-05-29
block: remove parent device reference from struct bsg_class_device
Christoph Hellwig
2
-7
/
+2
2018-05-29
block: don't print a message when the device went away
Christoph Hellwig
1
-1
/
+1
2018-05-29
block: move ->timeout request member
Jens Axboe
1
-2
/
+2
2018-05-29
block: document the blk_eh_timer_return values
Christoph Hellwig
1
-2
/
+2
2018-05-29
block: remove BLK_EH_HANDLED
Christoph Hellwig
1
-1
/
+0
2018-05-29
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
2
-2
/
+2
2018-05-29
blk-mq: Remove generation seqeunce
Keith Busch
1
-23
/
+12
2018-05-29
libata: remove ata_scsi_timed_out
Christoph Hellwig
1
-2
/
+0
2018-05-24
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
1
-0
/
+7
2018-05-14
block: Split out bio_list_copy_data()
Kent Overstreet
1
-2
/
+3
2018-05-14
block: Add bio_copy_data_iter(), zero_fill_bio_iter()
Kent Overstreet
1
-3
/
+15
2018-05-14
block: Use bioset_init() for fs_bio_set
Kent Overstreet
1
-2
/
+2
2018-05-14
block: Add bioset_init()/bioset_exit()
Kent Overstreet
1
-0
/
+2
2018-05-14
block: Convert bio_set to mempool_init()
Kent Overstreet
1
-5
/
+5
2018-05-14
mempool: Add mempool_init()/mempool_exit()
Kent Overstreet
1
-0
/
+34
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
1
-4
/
+1
2018-05-14
scsi/osd: remove the gfp argument to osd_start_request
Christoph Hellwig
1
-5
/
+1
2018-05-10
sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
Omar Sandoval
1
-0
/
+29
2018-05-09
block: consolidate struct request timestamp fields
Omar Sandoval
1
-36
/
+2
2018-05-09
block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
Omar Sandoval
1
-15
/
+6
2018-05-09
block: get rid of struct blk_issue_stat
Omar Sandoval
2
-12
/
+18
2018-05-09
block: replace bio->bi_issue_stat with bio-specific type
Omar Sandoval
1
-1
/
+48
2018-05-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2018-05-06
Merge tag 'usb-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2018-05-06
Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...
Radim Krčmář
1
-0
/
+1
2018-05-05
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+5
2018-05-05
Merge tag 'rproc-v4.17-1' of git://github.com/andersson/remoteproc
Linus Torvalds
1
-1
/
+1
2018-05-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
19
-19
/
+19
2018-05-05
Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-1
/
+20
2018-05-04
Merge tag 'media/v4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
4
-6
/
+6
2018-05-04
MAINTAINERS & files: Canonize the e-mails I use at files
Mauro Carvalho Chehab
4
-6
/
+6
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-10
/
+7
2018-05-03
bdi: wake up concurrent wb_shutdown() callers.
Tetsuo Handa
1
-0
/
+17
2018-05-03
Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+11
2018-05-02
ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"
Ido Schimmel
1
-1
/
+2
2018-05-02
Revert "vhost: make msg padding explicit"
Michael S. Tsirkin
1
-1
/
+0
2018-05-02
net/tls: Don't recursively call push_record during tls_write_space callbacks
Dave Watson
1
-0
/
+1
2018-05-01
ipv6: Allow non-gateway ECMP for IPv6
Thomas Winter
1
-2
/
+1
2018-05-01
vhost: make msg padding explicit
Michael S. Tsirkin
1
-0
/
+1
[next]