| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-15 | 1 | -36/+72 |
|\ |
|
| * | block: cope with WRITE ZEROES failing in blkdev_issue_zeroout() | Ilya Dryomov | 2017-10-25 | 1 | -10/+35 |
| * | block: factor out __blkdev_issue_zero_pages() | Ilya Dryomov | 2017-10-25 | 1 | -26/+37 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | block: fix integer overflow in __blkdev_sectors_to_bio_pages() | Mikulas Patocka | 2017-09-11 | 1 | -2/+2 |
* | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 2017-08-23 | 1 | -4/+4 |
* | block: Fix __blkdev_issue_zeroout loop | Damien Le Moal | 2017-07-06 | 1 | -5/+18 |
* | block: remove the discard_zeroes_data flag | Christoph Hellwig | 2017-04-08 | 1 | -6/+1 |
* | block: stop using discards for zeroing | Christoph Hellwig | 2017-04-08 | 1 | -6/+6 |
* | block: add a new BLKDEV_ZERO_NOFALLBACK flag | Christoph Hellwig | 2017-04-08 | 1 | -1/+4 |
* | block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES | Christoph Hellwig | 2017-04-08 | 1 | -14/+5 |
* | block: add a flags argument to (__)blkdev_issue_zeroout | Christoph Hellwig | 2017-04-08 | 1 | -17/+14 |
* | block: stop using blkdev_issue_write_same for zeroing | Christoph Hellwig | 2017-04-08 | 1 | -4/+0 |
* | block: correct documentation for blkdev_issue_discard() flags | Eric Biggers | 2017-03-24 | 1 | -1/+1 |
* | block: don't try Write Same from __blkdev_issue_zeroout | Christoph Hellwig | 2017-02-06 | 1 | -5/+4 |
* | block: don't try to discard from __blkdev_issue_zeroout | Christoph Hellwig | 2017-01-13 | 1 | -7/+6 |
* | block: improve handling of the magic discard payload | Christoph Hellwig | 2016-12-09 | 1 | -1/+1 |
* | block: add support for REQ_OP_WRITE_ZEROES | Chaitanya Kulkarni | 2016-12-01 | 1 | -2/+56 |
* | block: add async variant of blkdev_issue_zeroout | Chaitanya Kulkarni | 2016-12-01 | 1 | -34/+81 |
* | block: better op and flags encoding | Christoph Hellwig | 2016-10-28 | 1 | -1/+1 |
* | block: require write_same and discard requests align to logical block size | Darrick J. Wong | 2016-10-12 | 1 | -0/+15 |
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 1 | -18/+26 |
|\ |
|
| * | block: don't ignore -EOPNOTSUPP blkdev_issue_write_same | Christoph Hellwig | 2016-07-21 | 1 | -1/+1 |
| * | block: introduce BLKDEV_DISCARD_ZERO to fix zeroout | Christoph Hellwig | 2016-07-21 | 1 | -6/+11 |
| * | block: add a separate operation type for secure erase | Christoph Hellwig | 2016-06-09 | 1 | -11/+14 |
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 1 | -14/+17 |
|\| |
|
| * | block discard: use bio set op accessor | Mike Christie | 2016-06-07 | 1 | -6/+7 |
| * | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 2016-06-07 | 1 | -2/+2 |
| * | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 | 1 | -9/+11 |
* | | block: missing bio_put following submit_bio_wait | Shaun Tancheff | 2016-06-07 | 1 | -3/+9 |
|/ |
|
* | block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discard | Mike Snitzer | 2016-05-05 | 1 | -2/+5 |
* | block: add __blkdev_issue_discard | Christoph Hellwig | 2016-05-02 | 1 | -26/+37 |
* | block: remove struct bio_batch | Christoph Hellwig | 2016-05-02 | 1 | -91/+27 |
* | block: re-add discard_granularity and alignment checks | Ming Lin | 2015-10-28 | 1 | -9/+22 |
* | block: remove split code in blkdev_issue_{discard,write_same} | Ming Lin | 2015-08-13 | 1 | -36/+11 |
* | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -17/+13 |
* | block: Quiesce zeroout wrapper | Martin K. Petersen | 2015-02-05 | 1 | -19/+7 |
* | block: Add discard flag to blkdev_issue_zeroout() function | Martin K. Petersen | 2015-01-21 | 1 | -4/+26 |
* | block/blk-lib.c: make __blkdev_issue_zeroout static | Fabian Frederick | 2014-05-27 | 1 | -2/+2 |
* | block: add cond_resched() to potentially long running ioctl discard loop | Jens Axboe | 2014-02-12 | 1 | -0/+8 |
* | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-24 | 1 | -6/+6 |
* | block: Do not call sector_div() with a 64-bit divisor | Geert Uytterhoeven | 2013-11-08 | 1 | -6/+4 |
* | block: account iowait time when waiting for completion of IO request | Vladimir Davydov | 2013-02-15 | 1 | -3/+3 |
* | block: add plug for blkdev_issue_discard | Shaohua Li | 2012-12-14 | 1 | -0/+3 |
* | block: discard granularity might not be power of 2 | Shaohua Li | 2012-12-14 | 1 | -10/+13 |
* | block: Make blkdev_issue_zeroout use WRITE SAME | Martin K. Petersen | 2012-09-20 | 1 | -1/+29 |
* | block: Implement support for WRITE SAME | Martin K. Petersen | 2012-09-20 | 1 | -0/+74 |
* | block: split discard into aligned requests | Paolo Bonzini | 2012-08-02 | 1 | -10/+24 |
* | block: reorganize rounding of max_discard_sectors | Paolo Bonzini | 2012-08-02 | 1 | -4/+5 |
* | block: fix patch import error in max_discard_sectors check | Jens Axboe | 2011-07-23 | 1 | -1/+1 |