index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Lines
2016-11-02
blk-mq: Introduce blk_mq_quiesce_queue()
Bart Van Assche
-7
/
+65
2016-11-02
blk-mq: Remove blk_mq_cancel_requeue_work()
Bart Van Assche
-6
/
+0
2016-11-02
blk-mq: Avoid that requeueing starts stopped queues
Bart Van Assche
-5
/
+1
2016-11-02
blk-mq: Move more code into blk_mq_direct_issue_request()
Bart Van Assche
-8
/
+10
2016-11-02
blk-mq: Introduce blk_mq_queue_stopped()
Bart Van Assche
-0
/
+20
2016-11-02
blk-mq: Introduce blk_mq_hctx_stopped()
Bart Van Assche
-6
/
+11
2016-11-02
blk-mq: Do not invoke .queue_rq() for a stopped queue
Bart Van Assche
-3
/
+3
2016-11-02
block: add bio_iov_iter_get_pages()
Kent Overstreet
-0
/
+49
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
-2
/
+2
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
-3
/
+8
2016-11-01
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
-12
/
+4
2016-10-28
block: better op and flags encoding
Christoph Hellwig
-95
/
+69
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
-77
/
+78
2016-10-28
block: replace REQ_THROTTLED with a bio flag
Christoph Hellwig
-5
/
+5
2016-10-28
block: remove bio_is_rw
Christoph Hellwig
-1
/
+1
2016-10-27
blk-mq: get rid of confusing blk_map_ctx structure
Jens Axboe
-13
/
+5
2016-10-27
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
-3
/
+3
2016-10-27
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
-3
/
+3
2016-10-26
block: flush: fix IO hang in case of flood fua req
Ming Lei
-0
/
+28
2016-10-24
block: zoned: fix harmless maybe-uninitialized warning
Arnd Bergmann
-4
/
+2
2016-10-21
badblocks: badblocks_set/clear update unacked_exist
Shaohua Li
-0
/
+23
2016-10-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
-2
/
+4
2016-10-19
block: Add iocontext priority to request
Adam Manzanares
-1
/
+3
2016-10-18
blk-zoned: implement ioctls
Shaun Tancheff
-0
/
+97
2016-10-18
block: Implement support for zoned block devices
Hannes Reinecke
-0
/
+266
2016-10-18
block: Define zoned block device operations
Shaun Tancheff
-0
/
+4
2016-10-18
block: update chunk_sectors in blk_stack_limits()
Hannes Reinecke
-0
/
+4
2016-10-18
blk-sysfs: Add 'chunk_sectors' to sysfs attributes
Hannes Reinecke
-0
/
+11
2016-10-18
block: Add 'zoned' queue limit
Damien Le Moal
-0
/
+19
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2016-10-14
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
-3
/
+1
2016-10-12
badblocks: fix overlapping check for clearing
Tomasz Majchrzak
-2
/
+4
2016-10-11
block: require write_same and discard requests align to logical block size
Darrick J. Wong
-0
/
+15
2016-10-11
block: invalidate the page cache when issuing BLKZEROOUT
Darrick J. Wong
-6
/
+12
2016-10-10
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
-1
/
+1
2016-10-09
Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block
Linus Torvalds
-142
/
+57
2016-10-09
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
-92
/
+110
2016-10-07
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
-574
/
+244
2016-10-03
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-17
/
+10
2016-09-30
blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL
Bart Van Assche
-3
/
+1
2016-09-23
blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
Christoph Hellwig
-2
/
+14
2016-09-23
cfq: fix starvation of asynchronous writes
Glauber Costa
-3
/
+10
2016-09-23
blk-mq: fixup "Convert to new hotplug state machine"
Sebastian Andrzej Siewior
-1
/
+1
2016-09-22
blk-mq: add flag for drivers wanting blocking ->queue_rq()
Jens Axboe
-1
/
+1
2016-09-22
blk-mq: remove non-blocking pass in blk_mq_map_request
Christoph Hellwig
-13
/
+1
2016-09-22
blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
Jens Axboe
-14
/
+2
2016-09-22
blk-mq: Convert to new hotplug state machine
Sebastian Andrzej Siewior
-44
/
+43
2016-09-22
blk-mq/cpu-notif: Convert to new hotplug state machine
Thomas Gleixner
-98
/
+14
2016-09-22
block: export bio_free_pages to other modules
Guoqing Jiang
-1
/
+2
2016-09-21
blk-mq: register device instead of disk
Matias Bjørling
-12
/
+9
[prev]
[next]