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 a blk_plug_device_unlocked() that grabs the queue lock
Jens Axboe
2008-08-01
1
-0
/
+1
*
block: Trivial fix for blk_integrity_rq()
Martin K. Petersen
2008-07-16
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2008-07-15
1
-1
/
+0
|
\
|
*
block: unexport blk_end_sync_rq
FUJITA Tomonori
2008-07-15
1
-1
/
+0
*
|
block: add blk_queue_update_dma_pad
FUJITA Tomonori
2008-07-04
1
-0
/
+1
*
|
block: extend queue_flag bitops
Jens Axboe
2008-07-03
1
-0
/
+26
*
|
Add bvec_merge_data to handle stacked devices and ->merge_bvec()
Alasdair G Kergon
2008-07-03
1
-1
/
+8
*
|
block: integrity flags can't use bit ops on unsigned short
Jens Axboe
2008-07-03
1
-4
/
+4
*
|
allow userspace to modify scsi command filter on per device basis
Adel Gadllah
2008-07-03
1
-1
/
+9
*
|
block: integrity cleanups
Jens Axboe
2008-07-03
1
-4
/
+0
*
|
block: blkdev.h cleanup, move iocontext stuff to iocontext.h
Jens Axboe
2008-07-03
1
-17
/
+0
*
|
block: Block layer data integrity support
Martin K. Petersen
2008-07-03
1
-0
/
+105
*
|
block: kill request_queue_t
Jens Axboe
2008-07-03
1
-1
/
+0
|
/
*
Improve queue_is_locked()
Jens Axboe
2008-04-29
1
-0
/
+4
*
block: fix queue locking verification
Linus Torvalds
2008-04-29
1
-2
/
+8
*
block: Skip I/O merges when disabled
Alan D. Brunelle
2008-04-29
1
-0
/
+2
*
block: add large command support
FUJITA Tomonori
2008-04-29
1
-2
/
+3
*
block: rename and export rq_init()
FUJITA Tomonori
2008-04-29
1
-0
/
+1
*
block: make queue flags non-atomic
Nick Piggin
2008-04-29
1
-4
/
+29
*
block: fix memory hotplug and bouncing in block layer
Andi Kleen
2008-04-21
1
-1
/
+6
*
block: move the padding adjustment to blk_rq_map_sg
FUJITA Tomonori
2008-04-21
1
-0
/
+2
*
block: separate out padding from alignment
Tejun Heo
2008-03-04
1
-0
/
+2
*
block: restore the meaning of rq->data_len to the true data length
FUJITA Tomonori
2008-03-04
1
-1
/
+1
*
block: implement request_queue->dma_drain_needed
Tejun Heo
2008-02-19
1
-2
/
+5
*
block: add request->raw_data_len
Tejun Heo
2008-02-19
1
-0
/
+1
*
block: fixup rq_init() a bit
Jens Axboe
2008-02-08
1
-1
/
+3
*
block: kill swap_io_context()
Jens Axboe
2008-02-01
1
-1
/
+0
*
block: new end request handling interface should take unsigned byte counts
Jens Axboe
2008-02-01
1
-6
/
+9
*
block: fix warning on compile with CONFIG_BLOCK
Jens Axboe
2008-01-29
1
-0
/
+1
*
Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2008-01-29
1
-6
/
+5
|
\
|
*
block: implement drain buffers
James Bottomley
2008-01-28
1
-0
/
+4
|
*
block: allow queue dma_alignment of zero
Pete Wyckoff
2008-01-28
1
-6
/
+1
*
|
Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2008-01-29
1
-13
/
+18
|
\
\
|
*
|
blk_end_request: cleanup 'uptodate' related code (take 4)
Kiyoshi Ueda
2008-01-28
1
-8
/
+0
|
*
|
blk_end_request: remove/unexport end_that_request_* (take 4)
Kiyoshi Ueda
2008-01-28
1
-8
/
+5
|
*
|
blk_end_request: add bidi completion interface (take 4)
Kiyoshi Ueda
2008-01-28
1
-0
/
+2
|
*
|
blk_end_request: add callback feature (take 4)
Kiyoshi Ueda
2008-01-28
1
-0
/
+2
|
*
|
blk_end_request: add/export functions to get request size (take 4)
Kiyoshi Ueda
2008-01-28
1
-0
/
+8
|
*
|
blk_end_request: add new request completion interface (take 4)
Kiyoshi Ueda
2008-01-28
1
-0
/
+4
|
|
/
*
|
io context sharing: preliminary support
Jens Axboe
2008-01-28
1
-1
/
+1
*
|
ioprio: move io priority from task_struct to io_context
Jens Axboe
2008-01-28
1
-74
/
+7
|
/
*
ide: remove REQ_TYPE_ATA_CMD
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2008-01-25
1
-0
/
+1
|
\
|
*
[SCSI] block: Introduce new blk_queue_update_dma_alignment interface
James Bottomley
2008-01-11
1
-0
/
+1
*
|
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
2008-01-25
1
-1
/
+0
|
/
*
Add UNPLUG traces to all appropriate places
Alan D. Brunelle
2007-11-09
1
-0
/
+1
*
[BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps
Jens Axboe
2007-10-29
1
-1
/
+1
*
block: convert blkdev_issue_flush() to use empty barriers
Jens Axboe
2007-10-16
1
-3
/
+0
*
block: Initial support for data-less (or empty) barrier support
Jens Axboe
2007-10-16
1
-0
/
+1
*
block: add end_queued_request() and end_dequeued_request() helpers
Jens Axboe
2007-10-16
1
-1
/
+3
[next]