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.13.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
2017-10-06
block/bio: Remove null checks before mempool_destroy in bioset_free
Tim Hansen
1
-5
/
+2
2017-10-06
block: remove unnecessary NULL checks in bioset_integrity_free()
Tim Hansen
1
-5
/
+2
2017-10-06
backing-dev: kill unused pdflush_proc_obsolete()
Jens Axboe
2
-22
/
+0
2017-10-06
block: remove QUEUE_FLAG_STACKABLE
Christoph Hellwig
6
-33
/
+3
2017-10-04
sysctl: remove /proc/sys/vm/nr_pdflush_threads
Jens Axboe
2
-10
/
+0
2017-10-04
writeback: eliminate work item allocation in bd_start_writeback()
Jens Axboe
4
-60
/
+57
2017-10-04
blk-mq: document the need to have STARTED and COMPLETED share a byte
Jens Axboe
2
-0
/
+13
2017-10-04
blk-mq: attempt to fix atomic flag memory ordering
Peter Zijlstra
2
-13
/
+41
2017-10-03
block: move __elv_next_request to blk-core.c
Christoph Hellwig
2
-41
/
+40
2017-10-03
block, bfq: decrease burst size when queues in burst exit
Paolo Valente
1
-9
/
+3
2017-10-03
block, bfq: let early-merged queues be weight-raised on split too
Paolo Valente
1
-5
/
+23
2017-10-03
block, bfq: check and switch back to interactive wr also on queue split
Paolo Valente
1
-38
/
+49
2017-10-03
block, bfq: fix wrong init of saved start time for weight raising
Paolo Valente
1
-19
/
+31
2017-10-03
writeback: only allow one inflight and pending full flush
Jens Axboe
2
-0
/
+26
2017-10-03
writeback: move nr_pages == 0 logic to one location
Jens Axboe
1
-24
/
+17
2017-10-03
writeback: make wb_start_writeback() static
Jens Axboe
2
-4
/
+2
2017-10-03
writeback: pass in '0' for nr_pages writeback in laptop mode
Jens Axboe
1
-16
/
+1
2017-10-03
writeback: provide a wakeup_flusher_threads_bdi()
Jens Axboe
2
-10
/
+31
2017-10-03
writeback: remove 'range_cyclic' argument for wb_start_writeback()
Jens Axboe
3
-6
/
+6
2017-10-03
writeback: switch wakeup_flusher_threads() to cyclic writeback
Jens Axboe
1
-1
/
+1
2017-10-03
fs: kill 'nr_pages' argument from wakeup_flusher_threads()
Jens Axboe
4
-8
/
+7
2017-10-03
buffer: eliminate the need to call free_more_memory() in __getblk_slow()
Jens Axboe
1
-23
/
+0
2017-10-03
buffer: grow_dev_page() should use __GFP_NOFAIL for all cases
Jens Axboe
1
-5
/
+1
2017-10-03
buffer: have alloc_page_buffers() use __GFP_NOFAIL
Jens Axboe
5
-27
/
+14
2017-10-03
blk-mq: wire up completion notifier for laptop mode
Jens Axboe
1
-0
/
+3
2017-10-01
blk-mq-tag: kill unused tag enums
Jens Axboe
1
-6
/
+1
2017-09-30
blk-mq: remove unused function hctx_allow_merges
weiping zhang
1
-6
/
+0
2017-09-30
null_blk: add "no_sched" module parameter
weiping zhang
1
-0
/
+6
2017-09-26
block: fix a build error
Shaohua Li
3
-6
/
+6
2017-09-26
block: cryptoloop - Fix build warning
Corentin Labbe
1
-2
/
+0
2017-09-26
block/loop: make loop cgroup aware
Shaohua Li
2
-0
/
+14
2017-09-26
block: make blkcg aware of kthread stored original cgroup info
Shaohua Li
1
-6
/
+7
2017-09-26
blkcg: delete unused APIs
Shaohua Li
3
-45
/
+0
2017-09-26
kthread: add a mechanism to store cgroup info
Shaohua Li
2
-2
/
+75
2017-09-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2017-09-26
fix a typo in put_compat_shm_info()
Al Viro
1
-1
/
+1
2017-09-26
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
25
-175
/
+226
2017-09-26
Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+5
2017-09-26
Merge tag 'microblaze-4.14-rc3' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
3
-2
/
+3
2017-09-26
Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-29
/
+41
2017-09-25
nvme-fcloop: fix port deletes and callbacks
James Smart
1
-64
/
+38
2017-09-25
nvmet-fc: sync header templates with comments
James Smart
1
-5
/
+8
2017-09-25
nvmet-fc: ensure target queue id within range.
James Smart
1
-0
/
+3
2017-09-25
nvmet-fc: on port remove call put outside lock
James Smart
1
-1
/
+5
2017-09-25
nvme-rdma: don't fully stop the controller in error recovery
Sagi Grimberg
1
-1
/
+1
2017-09-25
nvme-rdma: give up reconnect if state change fails
Sagi Grimberg
1
-1
/
+6
2017-09-25
nvme-core: Use nvme_wq to queue async events and fw activation
Sagi Grimberg
1
-2
/
+2
2017-09-25
nvme: fix sqhd reference when admin queue connect fails
James Smart
1
-1
/
+2
2017-09-25
gfs2: Fix debugfs glocks dump
Andreas Gruenbacher
1
-9
/
+5
2017-09-25
block: fix a crash caused by wrong API
Shaohua Li
1
-1
/
+1
[next]