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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-14
block: Convert bio_set to mempool_init()
Kent Overstreet
3
-39
/
+36
2018-05-14
mempool: Add mempool_init()/mempool_exit()
Kent Overstreet
2
-27
/
+115
2018-05-14
sbitmap: fix race in wait batch accounting
Jens Axboe
1
-10
/
+25
2018-05-14
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
8
-15
/
+16
2018-05-14
block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
Christoph Hellwig
1
-3
/
+2
2018-05-14
block: pass an explicit gfp_t to get_request
Christoph Hellwig
2
-11
/
+7
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
29
-59
/
+42
2018-05-14
block: fix __get_request documentation
Christoph Hellwig
1
-1
/
+1
2018-05-14
scsi/osd: remove the gfp argument to osd_start_request
Christoph Hellwig
4
-24
/
+18
2018-05-14
memstick: remove unused variables
Christoph Hellwig
2
-2
/
+0
2018-05-12
ps3disk: handle highmem pages
Christoph Hellwig
1
-2
/
+0
2018-05-12
jsflash: handle highmem pages
Christoph Hellwig
1
-2
/
+4
2018-05-12
aoe: handle highmem pages
Christoph Hellwig
2
-2
/
+2
2018-05-12
mtd_blkdevs: handle highmem pages
Christoph Hellwig
1
-6
/
+14
2018-05-12
memstick: don't call blk_queue_bounce_limit
Christoph Hellwig
2
-10
/
+0
2018-05-12
DAC960: don't use block layer bounce buffers
Christoph Hellwig
2
-8
/
+2
2018-05-12
mtip32xx: don't use block layer bounce buffers
Christoph Hellwig
1
-1
/
+0
2018-05-10
sbitmap: warn if using smaller shallow depth than was setup
Omar Sandoval
1
-0
/
+2
2018-05-10
kyber-iosched: update shallow depth when setting up hardware queue
Jens Axboe
1
-0
/
+3
2018-05-10
bfq-iosched: update shallow depth to smallest one used
Jens Axboe
1
-3
/
+14
2018-05-10
sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
Omar Sandoval
2
-9
/
+69
2018-05-10
bfq-iosched: remove unused variable
Jens Axboe
2
-15
/
+7
2018-05-10
bfq: calculate shallow depths at init time
Jens Axboe
1
-47
/
+50
2018-05-10
bfq-iosched: don't worry about reserved tags in limit_depth
Jens Axboe
1
-8
/
+1
2018-05-10
blk-mq: don't call into depth limiting for reserved tags
Jens Axboe
1
-2
/
+4
2018-05-10
block, bfq: postpone rq preparation to insert or merge
Paolo Valente
1
-29
/
+57
2018-05-10
mtip32xx: Fix an error handling path in 'mtip_pci_probe()'
Christophe JAILLET
1
-1
/
+1
2018-05-09
brd: Mark as non-rotational
SeongJae Park
1
-0
/
+4
2018-05-09
block: consolidate struct request timestamp fields
Omar Sandoval
10
-76
/
+30
2018-05-09
block: move blk_stat_add() to __blk_mq_end_request()
Omar Sandoval
1
-4
/
+5
2018-05-09
block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
Omar Sandoval
4
-63
/
+57
2018-05-09
block: get rid of struct blk_issue_stat
Omar Sandoval
10
-77
/
+41
2018-05-09
block: replace bio->bi_issue_stat with bio-specific type
Omar Sandoval
2
-12
/
+56
2018-05-09
block: pass struct request instead of struct blk_issue_stat to wbt
Omar Sandoval
4
-46
/
+45
2018-05-09
block: move some wbt helpers to blk-wbt.c
Omar Sandoval
2
-25
/
+28
2018-05-09
blk-wbt: throttle discards like background writes
Jens Axboe
3
-21
/
+32
2018-05-09
blk-wbt: pass in enum wbt_flags to get_rq_wait()
Jens Axboe
2
-11
/
+18
2018-05-09
blk-wbt: account any writing command as a write
Jens Axboe
1
-1
/
+1
2018-05-09
block: break discard submissions into the user defined size
Jens Axboe
1
-3
/
+9
2018-05-08
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
2
-5
/
+7
2018-05-08
block: Shorten interrupt disabled regions
Thomas Gleixner
1
-10
/
+2
2018-05-08
block: Remove redundant WARN_ON()
Anna-Maria Gleixner
1
-1
/
+0
2018-05-08
block: don't disable interrupts during kmap_atomic()
Sebastian Andrzej Siewior
1
-3
/
+0
2018-05-07
Fix typo in comment.
Florian La Roche
1
-1
/
+1
2018-05-07
Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
9
-16
/
+40
2018-05-07
Linux 4.17-rc4
v4.17-rc4
Linus Torvalds
1
-2
/
+2
2018-05-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-85
/
+122
2018-05-06
Merge tag 'iommu-fixes-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-34
/
+37
2018-05-06
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+5
2018-05-06
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-30
/
+55
[next]