summaryrefslogtreecommitdiffstats
path: root/common/block.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2019-02-131-24/+23
|\
| * block: Move shared code in get_chunk() out of if statementAndrey Smirnov2019-01-221-3/+2
| * block: Do not write past block device boundary during a flushAndrey Smirnov2019-01-221-9/+13
| * block: Replace debug() with dev_dbg()Andrey Smirnov2019-01-181-5/+6
| * block: Alias block_op_close() to block_op_flush()Andrey Smirnov2019-01-181-7/+2
* | devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
|/
* block: Do not ignore error in blk->ops->write()Andrey Smirnov2018-08-311-3/+14
* block: Adjust cache sizesSascha Hauer2018-07-131-2/+2
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* fs: Create automount entries for the default mount pathesSascha Hauer2017-05-101-0/+2
* 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