index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-10
blk-wbt: add general throttling mechanism
Jens Axboe
4
-0
/
+1054
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe
10
-3
/
+427
2016-11-10
block: cfq_cpd_alloc() should use @gfp
Tejun Heo
1
-1
/
+1
2016-11-10
nvme: don't pass the full CQE to nvme_complete_async_event
Christoph Hellwig
5
-11
/
+21
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
11
-86
/
+76
2016-11-09
skd: fix function prototype
Arnd Bergmann
1
-2
/
+2
2016-11-09
skd: fix msix error handling
Arnd Bergmann
1
-2
/
+3
2016-11-08
block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH
Jens Axboe
1
-0
/
+7
2016-11-08
writeback: track if we're sleeping on progress in balance_dirty_pages()
Jens Axboe
3
-0
/
+4
2016-11-07
skd_main: use %*ph to dump small buffers
Andy Shevchenko
1
-12
/
+4
2016-11-07
skd: use pci_alloc_irq_vectors
Christoph Hellwig
1
-146
/
+66
2016-11-07
pktcdvd: don't scribble over the bvec array
Christoph Hellwig
1
-41
/
+6
2016-11-06
blk-mq: Always schedule hctx->next_cpu
Gabriel Krisman Bertazi
1
-3
/
+1
2016-11-05
block: add code to track actual device queue depth
Jens Axboe
3
-0
/
+26
2016-11-03
blk-mq: immediately dispatch big size request
Shaohua Li
1
-1
/
+6
2016-11-03
block: immediately dispatch big size request
Shaohua Li
2
-1
/
+4
2016-11-03
block: drop q argument from bsg_validate_sgv4_hdr
Johannes Thumshirn
1
-2
/
+2
2016-11-02
nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
Bart Van Assche
1
-14
/
+2
2016-11-02
nvme: Fix a race condition related to stopping queues
Bart Van Assche
1
-1
/
+1
2016-11-02
dm: Fix a race condition related to stopping and starting queues
Bart Van Assche
1
-12
/
+1
2016-11-02
dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
Bart Van Assche
1
-15
/
+1
2016-11-02
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
7
-15
/
+15
2016-11-02
blk-mq: Introduce blk_mq_quiesce_queue()
Bart Van Assche
4
-7
/
+69
2016-11-02
blk-mq: Remove blk_mq_cancel_requeue_work()
Bart Van Assche
4
-10
/
+0
2016-11-02
blk-mq: Avoid that requeueing starts stopped queues
Bart Van Assche
4
-12
/
+3
2016-11-02
blk-mq: Move more code into blk_mq_direct_issue_request()
Bart Van Assche
1
-8
/
+10
2016-11-02
blk-mq: Introduce blk_mq_queue_stopped()
Bart Van Assche
2
-0
/
+21
2016-11-02
blk-mq: Introduce blk_mq_hctx_stopped()
Bart Van Assche
2
-6
/
+11
2016-11-02
blk-mq: Do not invoke .queue_rq() for a stopped queue
Bart Van Assche
1
-3
/
+3
2016-11-02
block: add bio_iov_iter_get_pages()
Kent Overstreet
2
-0
/
+50
2016-11-02
writeback: mark background writeback as such
Jens Axboe
1
-0
/
+2
2016-11-02
writeback: add wbc_to_write_flags()
Jens Axboe
8
-16
/
+17
2016-11-02
block: add REQ_BACKGROUND
Jens Axboe
1
-0
/
+2
2016-11-01
block: remove the CONFIG_BLOCK ifdef in blk_types.h
Christoph Hellwig
1
-3
/
+0
2016-11-01
mm: only include blk_types in swap.h if CONFIG_SWAP is enabled
Christoph Hellwig
7
-1
/
+9
2016-11-01
ceph: don't include blk_types.h in messenger.h
Christoph Hellwig
1
-1
/
+1
2016-11-01
arm, arm64: don't include blk_types.h in <asm/io.h>
Christoph Hellwig
2
-2
/
+0
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
18
-1
/
+19
2016-11-01
block, fs: move submit_bio to bio.h
Christoph Hellwig
2
-1
/
+2
2016-11-01
fs: decouple READ and WRITE from the block layer ops
Christoph Hellwig
4
-14
/
+11
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
53
-182
/
+133
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
6
-28
/
+33
2016-11-01
block: treat REQ_FUA and REQ_PREFLUSH as synchronous
Christoph Hellwig
2
-4
/
+10
2016-11-01
block: don't use REQ_SYNC in the READ_SYNC definition
Christoph Hellwig
1
-1
/
+1
2016-11-01
btrfs: use op_is_sync to check for synchronous requests
Christoph Hellwig
2
-2
/
+2
2016-11-01
bcache: use op_is_sync to check for synchronous requests
Christoph Hellwig
2
-4
/
+3
2016-11-01
umem: use op_is_sync to check for synchronous requests
Christoph Hellwig
1
-1
/
+1
2016-11-01
blk-cgroup: use op_is_sync to check for synchronous requests
Christoph Hellwig
1
-1
/
+1
2016-11-01
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
1
-12
/
+4
2016-10-28
block: add a proper block layer data direction encoding
Christoph Hellwig
2
-13
/
+30
[next]