index
:
delta/barebox.git
doc
dts
efi
imx-ipu-v3
master
next
pu/kconfig
pu/mtd
pu/persistent-vars
stable/v2013.05
stable/v2013.06
stable/v2013.07
stable/v2013.08
stable/v2013.10
stable/v2014.05
stable/v2014.06
stable/v2014.06.0
stable/v2014.07
stable/v2014.08
stable/v2014.09
stable/v2014.10
stable/v2014.11
stable/v2014.12
stable/v2015.01
stable/v2015.02
stable/v2017.05
stable/v2017.06
stable/v2017.07
stable/v2017.11
stable/v2018.07
stable/v2018.09
stable/v2018.12
v2011.03-stable
work/am335x
work/efika-sb
work/fit-support
work/musb
work/mvebu-multisoc
git.pengutronix.de: git/barebox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: use 64-bit types for sector offset and count on all platforms
Ahmad Fatoum
2021-02-18
1
-17
/
+18
*
common: replace license statements with SPDX-License-Identifiers
Ahmad Fatoum
2020-11-27
1
-10
/
+1
*
treewide: remove references to CREDITS
Uwe Kleine-König
2020-04-27
1
-3
/
+0
*
common: fix typos found with codespell
Yegor Yefremov
2020-03-23
1
-1
/
+1
*
Revert "block: Adjust cache sizes"
Ahmad Fatoum
2020-03-03
1
-2
/
+2
*
block: Implement discard_range
Sascha Hauer
2020-02-14
1
-0
/
+21
*
Merge branch 'for-next/misc'
Sascha Hauer
2019-02-13
1
-24
/
+23
|
\
|
*
block: Move shared code in get_chunk() out of if statement
Andrey Smirnov
2019-01-22
1
-3
/
+2
|
*
block: Do not write past block device boundary during a flush
Andrey Smirnov
2019-01-22
1
-9
/
+13
|
*
block: Replace debug() with dev_dbg()
Andrey Smirnov
2019-01-18
1
-5
/
+6
|
*
block: Alias block_op_close() to block_op_flush()
Andrey Smirnov
2019-01-18
1
-7
/
+2
*
|
devfs: Drop dev_lseek_default()
Andrey Smirnov
2019-01-29
1
-1
/
+0
|
/
*
block: Do not ignore error in blk->ops->write()
Andrey Smirnov
2018-08-31
1
-3
/
+14
*
block: Adjust cache sizes
Sascha Hauer
2018-07-13
1
-2
/
+2
*
rename file_operations -> cdev_operations
Sascha Hauer
2018-04-06
1
-1
/
+1
*
fs: Create automount entries for the default mount pathes
Sascha Hauer
2017-05-10
1
-0
/
+2
*
block: Add flush callback
Sascha Hauer
2014-07-14
1
-0
/
+3
*
block: Collect block devices on list
Sascha Hauer
2013-09-30
1
-0
/
+5
*
block: shortcut writebuffer_flush if writing is disabled
Sascha Hauer
2013-07-22
1
-0
/
+3
*
block: implement block_read/block_write functions
Sascha Hauer
2013-05-31
1
-0
/
+22
*
block: rename file operation functions
Sascha Hauer
2013-05-31
1
-8
/
+8
*
Treewide: remove address of the Free Software Foundation
Sascha Hauer
2012-09-17
1
-3
/
+0
*
Merge branch 'for-next/dma-cache-align'
Sascha Hauer
2012-07-02
1
-3
/
+4
|
\
|
*
block: use dma_alloc to allocate buffers
Sascha Hauer
2012-06-30
1
-3
/
+4
*
|
make cdev 64bit capable
Sascha Hauer
2012-06-30
1
-1
/
+1
*
|
use loff_t for file offsets
Sascha Hauer
2012-06-30
1
-2
/
+2
|
/
*
block: Fix printf warning
Alexander Shiyan
2012-05-31
1
-1
/
+1
*
block: do not BUG() on failed block_get
Sascha Hauer
2012-05-30
1
-1
/
+1
*
block: propagate error code from block_get
Sascha Hauer
2012-05-30
1
-13
/
+13
*
block: reimplement caching
Sascha Hauer
2012-02-15
1
-73
/
+201
*
add block support
Sascha Hauer
2011-04-11
1
-0
/
+263