index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-lib.c
Age
Commit message (
Expand
)
Author
2015-10-28
block: re-add discard_granularity and alignment checks
Ming Lin
2015-08-13
block: remove split code in blkdev_issue_{discard,write_same}
Ming Lin
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-02-05
block: Quiesce zeroout wrapper
Martin K. Petersen
2015-01-21
block: Add discard flag to blkdev_issue_zeroout() function
Martin K. Petersen
2014-05-26
block/blk-lib.c: make __blkdev_issue_zeroout static
Fabian Frederick
2014-02-12
block: add cond_resched() to potentially long running ioctl discard loop
Jens Axboe
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
2013-11-08
block: Do not call sector_div() with a 64-bit divisor
Geert Uytterhoeven
2013-02-15
block: account iowait time when waiting for completion of IO request
Vladimir Davydov
2012-12-14
block: add plug for blkdev_issue_discard
Shaohua Li
2012-12-14
block: discard granularity might not be power of 2
Shaohua Li
2012-09-20
block: Make blkdev_issue_zeroout use WRITE SAME
Martin K. Petersen
2012-09-20
block: Implement support for WRITE SAME
Martin K. Petersen
2012-08-02
block: split discard into aligned requests
Paolo Bonzini
2012-08-02
block: reorganize rounding of max_discard_sectors
Paolo Bonzini
2011-07-23
block: fix patch import error in max_discard_sectors check
Jens Axboe
2011-07-06
block: eliminate potential for infinite loop in blkdev_issue_discard
Mike Snitzer
2011-05-07
blkdev: Do not return -EOPNOTSUPP if discard is supported
Lukas Czerner
2011-05-07
blkdev: Simple cleanup in blkdev_issue_zeroout()
Lukas Czerner
2011-05-07
blkdev: Submit discard bio in batches in blkdev_issue_discard()
Lukas Czerner
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-11
block: remove obsolete comments for blkdev_issue_zeroout.
Tao Ma
2011-03-11
block: fix mis-synchronisation in blkdev_issue_zeroout()
Lukas Czerner
2011-03-01
block: fix kernel-doc format for blkdev_issue_zeroout
Ben Hutchings
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-09-10
block: remove the BLKDEV_IFL_BARRIER flag
Christoph Hellwig
2010-08-12
block: add secure discard
Adrian Hunter
2010-08-08
blkdev: fix blkdev_issue_zeroout return value
Dmitry Monakhov
2010-08-07
block: fix problem with sending down discard that isn't of correct granularity
Jens Axboe
2010-08-07
block: don't allocate a payload for discard request
Christoph Hellwig
2010-04-29
block: fix bad use of min() on different types
Jens Axboe
2010-04-28
blkdev: add blkdev_issue_zeroout helper function
Dmitry Monakhov
2010-04-28
blkdev: move blkdev_issue helper functions to separate file
Dmitry Monakhov