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
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Jens Axboe
2010-10-19
8
-40
/
+162
|
\
|
*
elevator: fix oops on early call to elevator_change()
Jens Axboe
2010-10-07
1
-4
/
+8
|
*
block: prevent merges of discard and write requests
Adrian Hunter
2010-09-25
1
-0
/
+12
|
*
cfq-iosched: fix a kernel OOPs when usb key is inserted
Vivek Goyal
2010-09-21
1
-3
/
+13
|
*
block: fix blk_rq_map_kern bio direction flag
Benny Halevy
2010-09-21
1
-1
/
+1
|
*
block: Range check cpu in blk_cpu_to_group
Brian King
2010-09-10
1
-2
/
+6
|
*
block: add function call to switch the IO scheduler from a driver
Jens Axboe
2010-08-23
1
-13
/
+31
|
*
BLOCK: fix bio.bi_rw handling
Jiri Slaby
2010-08-23
1
-3
/
+3
|
*
block: put dev->kobj in blk_register_queue fail path
Xiaotian Feng
2010-08-23
1
-0
/
+1
|
*
cfq-iosched: blktrace print per slice sector stats
Vivek Goyal
2010-08-23
1
-2
/
+7
|
*
cfq-iosched: Implement tunable group_idle
Vivek Goyal
2010-08-23
1
-9
/
+56
|
*
cfq-iosched: Do group share accounting in IOPS when slice_idle=0
Vivek Goyal
2010-08-23
1
-6
/
+24
|
*
cfq-iosched: Do not idle if slice_idle=0
Vivek Goyal
2010-08-23
1
-1
/
+4
|
*
blkio: Fix return code for mkdir calls
Ciju Rajan K
2010-08-23
1
-1
/
+1
*
|
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-09-16
3
-29
/
+21
*
|
block: remove the BLKDEV_IFL_BARRIER flag
Christoph Hellwig
2010-09-10
1
-16
/
+2
*
|
block: make __blk_rq_prep_clone() copy most command flags
Tejun Heo
2010-09-10
1
-3
/
+1
*
|
block: use REQ_FLUSH in blkdev_issue_flush()
Tejun Heo
2010-09-10
1
-11
/
+6
*
|
block: make sure FSEQ_DATA request has the same rq_disk as the original
Tejun Heo
2010-09-10
1
-0
/
+7
*
|
block: kick queue after sequencing REQ_FLUSH/FUA
Tejun Heo
2010-09-10
1
-3
/
+19
*
|
block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH
Tejun Heo
2010-09-10
1
-1
/
+1
*
|
block: simplify queue_next_fseq
Christoph Hellwig
2010-09-10
1
-16
/
+10
*
|
block: filter flush bio's in __generic_make_request()
Tejun Heo
2010-09-10
1
-0
/
+13
*
|
block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
Tejun Heo
2010-09-10
3
-40
/
+50
*
|
block: rename barrier/ordered to flush
Tejun Heo
2010-09-10
3
-63
/
+60
*
|
block: rename blk-barrier.c to blk-flush.c
Tejun Heo
2010-09-10
2
-1
/
+1
*
|
block: drop barrier ordering by queue draining
Tejun Heo
2010-09-10
4
-207
/
+105
*
|
block: misc cleanups in barrier code
Tejun Heo
2010-09-10
3
-37
/
+23
*
|
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
2010-09-10
3
-31
/
+24
*
|
block: kill QUEUE_ORDERED_BY_TAG
Tejun Heo
2010-09-10
1
-28
/
+7
|
/
*
block: add secure discard
Adrian Hunter
2010-08-12
5
-6
/
+27
*
blkdev: fix blkdev_issue_zeroout return value
Dmitry Monakhov
2010-08-08
1
-2
/
+6
*
block: update request stacking methods to support discards
ike Snitzer
2010-08-08
1
-0
/
+5
*
block: set up rq->rq_disk properly for flush requests
FUJITA Tomonori
2010-08-07
1
-1
/
+1
*
block: set REQ_TYPE_FS on flush requests
FUJITA Tomonori
2010-08-07
1
-0
/
+1
*
block: fix problem with sending down discard that isn't of correct granularity
Jens Axboe
2010-08-07
1
-3
/
+12
*
blkdev: check for valid request queue before issuing flush
Dave Chinner
2010-08-07
1
-0
/
+9
*
block: remove BKL from partition ioctls
Arnd Bergmann
2010-08-07
1
-4
/
+0
*
block: remove BKL from BLKROSET and BLKFLSBUF
Arnd Bergmann
2010-08-07
1
-4
/
+0
*
block: push BKL into blktrace ioctls
Arnd Bergmann
2010-08-07
2
-58
/
+0
*
block: push down BKL into .locked_ioctl
Arnd Bergmann
2010-08-07
1
-10
/
+1
*
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
2010-08-07
1
-6
/
+1
*
block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn
FUJITA Tomonori
2010-08-07
1
-7
/
+2
*
block: introduce REQ_FLUSH flag
FUJITA Tomonori
2010-08-07
1
-1
/
+1
*
block: implement an unprep function corresponding directly to prep
James Bottomley
2010-08-07
2
-0
/
+42
*
block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARD
Jens Axboe
2010-08-07
1
-1
/
+1
*
gcc-4.6: block: fix unused but set variables in blk-merge
Andi Kleen
2010-08-07
1
-2
/
+1
*
block: don't allocate a payload for discard request
Christoph Hellwig
2010-08-07
2
-27
/
+38
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
6
-39
/
+21
*
block: remove wrappers for request type/flags
Christoph Hellwig
2010-08-07
7
-28
/
+39
[next]