index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
blkdev.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add blk_rq_set_block_pc()
Jens Axboe
2014-06-06
1
-0
/
+1
*
block: add notion of a chunk size for request merging
Jens Axboe
2014-06-05
1
-1
/
+21
*
Merge branch 'akpm' (patchbomb from Andrew) into next
Linus Torvalds
2014-06-04
1
-0
/
+13
|
\
|
*
fs/block_dev.c: add bdev_read_page() and bdev_write_page()
Matthew Wilcox
2014-06-04
1
-0
/
+4
|
*
fs/libfs.c: add generic data flush to fsync
Fabian Frederick
2014-06-04
1
-0
/
+9
*
|
blk-mq: fix sparse warning on missed __percpu annotation
Ming Lei
2014-06-03
1
-1
/
+1
|
/
*
Merge branch 'for-3.16/core' into for-3.16/drivers
Jens Axboe
2014-05-30
1
-1
/
+1
|
\
|
*
block: add queue flag for disabling SG merging
Jens Axboe
2014-05-29
1
-0
/
+1
|
*
block: remove 'magic' from struct blk_plug
Jens Axboe
2014-05-29
1
-1
/
+0
*
|
Merge branch 'for-3.16/core' into for-3.16/drivers
Jens Axboe
2014-05-28
1
-4
/
+11
|
\
\
|
|
/
|
*
blk-mq: add helper to insert requests from irq context
Christoph Hellwig
2014-05-28
1
-1
/
+4
|
*
blk-mq: improve support for shared tags maps
Jens Axboe
2014-05-13
1
-0
/
+3
|
*
blk-mq: initialize struct request fields individually
Christoph Hellwig
2014-05-09
1
-3
/
+4
*
|
bsg: update check for rq based driver for blk-mq
Jens Axboe
2014-04-16
1
-0
/
+9
|
/
*
block: export blk_finish_request
Christoph Hellwig
2014-04-16
1
-0
/
+1
*
blk-mq: rename mq_flush_work struct request member
Christoph Hellwig
2014-04-16
1
-1
/
+1
*
block: all blk-mq requests are tagged
Christoph Hellwig
2014-04-15
1
-1
/
+2
*
block: remove struct request buffer member
Jens Axboe
2014-04-15
1
-1
/
+0
*
Merge tag 'v3.15-rc1' into for-3.16/core
Jens Axboe
2014-04-15
1
-3
/
+14
|
\
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
1
-2
/
+2
|
|
\
|
|
*
constify blk_rq_map_user_iov() and friends
Al Viro
2014-04-01
1
-2
/
+2
|
*
|
block: fix regression with block enabled tagging
Jens Axboe
2014-04-09
1
-1
/
+12
*
|
|
block: add kblockd_schedule_delayed_work_on()
Jens Axboe
2014-04-09
1
-0
/
+1
*
|
|
block: remove 'q' parameter from kblockd_schedule_*_work()
Jens Axboe
2014-04-09
1
-2
/
+2
|
/
/
*
|
block: Stop abusing csd.list for fifo_time
Jan Kara
2014-02-24
1
-0
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-02-14
1
-8
/
+3
|
\
|
*
blk-mq: rework flush sequencing logic
Christoph Hellwig
2014-02-10
1
-8
/
+3
*
|
kernel: use lockless list for smp_call_function_single
Christoph Hellwig
2014-01-30
1
-4
/
+1
|
/
*
bcache/md: Use raid stripe size
Kent Overstreet
2014-01-08
1
-0
/
+1
*
block: Immutable bio vecs
Kent Overstreet
2013-11-23
1
-2
/
+2
*
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
2013-11-23
1
-3
/
+4
*
blk-mq: ensure that we set REQ_IO_STAT so diskstats work
Jens Axboe
2013-11-19
1
-0
/
+3
*
blk-mq: new multi-queue block IO queueing mechanism
Jens Axboe
2013-10-25
1
-7
/
+47
*
block: remove request ref_count
Christoph Hellwig
2013-10-25
1
-2
/
+0
*
block: make rq->cmd_flags be 64-bit
Jens Axboe
2013-10-25
1
-2
/
+2
*
block: Add nr_bios to block_rq_remap tracepoint
Jun'ichi Nomura
2013-09-21
1
-0
/
+11
*
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-05-08
1
-1
/
+28
|
\
|
*
block: fix max discard sectors limit
James Bottomley
2013-04-24
1
-1
/
+1
|
*
block: add runtime pm helpers
Lin Ming
2013-03-22
1
-0
/
+27
*
|
block_device_operations->release() should return void
Al Viro
2013-05-07
1
-1
/
+1
|
/
*
Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
2013-01-11
1
-0
/
+2
|
\
|
*
block: RCU free request_queue
Tejun Heo
2013-01-09
1
-0
/
+2
*
|
block: Remove should_sort judgement when flush blk_plug
Jianpeng Ma
2013-01-11
1
-1
/
+0
|
/
*
blk: avoid divide-by-zero with zero discard granularity
Linus Torvalds
2012-12-19
1
-4
/
+15
*
block: discard granularity might not be power of 2
Shaohua Li
2012-12-14
1
-3
/
+4
*
block: Make blk_cleanup_queue() wait until request_fn finished
Bart Van Assche
2012-12-06
1
-0
/
+6
*
block: Avoid that request_fn is invoked on a dead queue
Bart Van Assche
2012-12-06
1
-0
/
+2
*
block: Rename queue dead flag
Bart Van Assche
2012-12-06
1
-2
/
+2
*
block: Implement support for WRITE SAME
Martin K. Petersen
2012-09-20
1
-0
/
+29
*
block: Consolidate command flag and queue limit checks for merges
Martin K. Petersen
2012-09-20
1
-0
/
+31
[next]