index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-10
block: hook up writeback throttling
Jens Axboe
6
-4
/
+171
2016-11-10
blk-wbt: add general throttling mechanism
Jens Axboe
3
-0
/
+901
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe
8
-3
/
+404
2016-11-10
block: cfq_cpd_alloc() should use @gfp
Tejun Heo
1
-1
/
+1
2016-11-09
block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH
Jens Axboe
1
-0
/
+7
2016-11-09
blk-mq: export blk_mq_map_queues
Christoph Hellwig
2
-1
/
+1
2016-11-07
blk-mq: Always schedule hctx->next_cpu
Gabriel Krisman Bertazi
1
-3
/
+1
2016-11-06
block: add code to track actual device queue depth
Jens Axboe
1
-0
/
+12
2016-11-04
blk-mq: immediately dispatch big size request
Shaohua Li
1
-1
/
+6
2016-11-04
block: immediately dispatch big size request
Shaohua Li
1
-1
/
+3
2016-11-03
block: drop q argument from bsg_validate_sgv4_hdr
Johannes Thumshirn
1
-2
/
+2
2016-11-02
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
2
-7
/
+8
2016-11-02
blk-mq: Introduce blk_mq_quiesce_queue()
Bart Van Assche
2
-7
/
+65
2016-11-02
blk-mq: Remove blk_mq_cancel_requeue_work()
Bart Van Assche
1
-6
/
+0
2016-11-02
blk-mq: Avoid that requeueing starts stopped queues
Bart Van Assche
1
-5
/
+1
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
1
-0
/
+20
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
1
-0
/
+49
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-2
/
+2
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
1
-3
/
+8
2016-11-01
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
1
-12
/
+4
2016-10-28
block: better op and flags encoding
Christoph Hellwig
7
-95
/
+69
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
9
-77
/
+78
2016-10-28
block: replace REQ_THROTTLED with a bio flag
Christoph Hellwig
1
-5
/
+5
2016-10-28
block: remove bio_is_rw
Christoph Hellwig
1
-1
/
+1
2016-10-28
blk-mq: get rid of confusing blk_map_ctx structure
Jens Axboe
1
-13
/
+5
2016-10-28
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
1
-3
/
+3
2016-10-27
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
1
-3
/
+3
2016-10-26
block: flush: fix IO hang in case of flood fua req
Ming Lei
1
-0
/
+28
2016-10-25
block: zoned: fix harmless maybe-uninitialized warning
Arnd Bergmann
1
-4
/
+2
2016-10-22
badblocks: badblocks_set/clear update unacked_exist
Shaohua Li
1
-0
/
+23
2016-10-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+4
2016-10-19
block: Add iocontext priority to request
Adam Manzanares
1
-1
/
+3
2016-10-18
blk-zoned: implement ioctls
Shaun Tancheff
2
-0
/
+97
2016-10-18
block: Implement support for zoned block devices
Hannes Reinecke
3
-0
/
+266
2016-10-18
block: Define zoned block device operations
Shaun Tancheff
1
-0
/
+4
2016-10-18
block: update chunk_sectors in blk_stack_limits()
Hannes Reinecke
1
-0
/
+4
2016-10-18
blk-sysfs: Add 'chunk_sectors' to sysfs attributes
Hannes Reinecke
1
-0
/
+11
2016-10-18
block: Add 'zoned' queue limit
Damien Le Moal
2
-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
/
+1
2016-10-14
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-3
/
+1
2016-10-12
badblocks: fix overlapping check for clearing
Tomasz Majchrzak
1
-2
/
+4
2016-10-12
block: require write_same and discard requests align to logical block size
Darrick J. Wong
1
-0
/
+15
2016-10-12
block: invalidate the page cache when issuing BLKZEROOUT
Darrick J. Wong
1
-6
/
+12
2016-10-11
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
1
-1
/
+1
2016-10-10
Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-142
/
+57
2016-10-10
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-92
/
+110
2016-10-08
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-574
/
+244
[prev]
[next]