summaryrefslogtreecommitdiffstats
path: root/common/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Add flush callbackSascha Hauer2014-07-141-0/+3
* block: Collect block devices on listSascha Hauer2013-09-301-0/+5
* block: shortcut writebuffer_flush if writing is disabledSascha Hauer2013-07-221-0/+3
* block: implement block_read/block_write functionsSascha Hauer2013-05-311-0/+22
* block: rename file operation functionsSascha Hauer2013-05-311-8/+8
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* Merge branch 'for-next/dma-cache-align'Sascha Hauer2012-07-021-3/+4
|\
| * block: use dma_alloc to allocate buffersSascha Hauer2012-06-301-3/+4
* | make cdev 64bit capableSascha Hauer2012-06-301-1/+1
* | use loff_t for file offsetsSascha Hauer2012-06-301-2/+2
|/
* block: Fix printf warningAlexander Shiyan2012-05-311-1/+1
* block: do not BUG() on failed block_getSascha Hauer2012-05-301-1/+1
* block: propagate error code from block_getSascha Hauer2012-05-301-13/+13
* block: reimplement cachingSascha Hauer2012-02-151-73/+201
* add block supportSascha Hauer2011-04-111-0/+263