summaryrefslogtreecommitdiffstats
path: root/sbull
Commit message (Collapse)AuthorAgeFilesLines
* sbull: Make scripts files executableJavier Martinez Canillas2010-12-102-0/+0
|
* sbull: Replace bio_cur_sectors() with bio_cur_bytes() and use unwrapped ↵Javier Martinez Canillas2010-12-101-4/+4
| | | | macro __rq_for_each_bio()
* sbull: Use blk_queue_logical_block_size() instead of blk_queue_hardsect_size()Javier Martinez Canillas2010-12-091-1/+1
|
* sbull: More changes due new block layer request queue API interfaceJavier Martinez Canillas2010-12-081-6/+6
|
* sbull: Change according to the new block layer request queue API ↵Javier Martinez Canillas2010-12-081-3/+3
| | | | (http://lwn.net/Articles/333620/)
* sbull: Change request_queue_t to struct request_queueJavier Martinez Canillas2010-12-071-2/+2
|
* sbull: Change request_queue_t to struct request_queueJavier Martinez Canillas2010-12-071-1/+1
|
* sbull: Remove <linux/config.h> headerJavier Martinez Canillas2010-12-071-1/+0
|
* sbull: Makefile: Change CFLAGS to EXTRA_CFLAGSJavier Martinez Canillas2010-12-071-3/+3
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-275-0/+629