aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-lib.c
AgeCommit message (Expand)Author
2018-11-14block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner
2018-11-09block: make sure writesame bio is aligned with logical block sizeMing Lei
2018-11-09block: cleanup __blkdev_issue_discard()Ming Lei
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei
2018-10-25block: Improve zone reset executionDamien Le Moal
2018-10-18block: don't deal with discard limit in blkdev_issue_discard()Ming Lei
2018-07-09block: fix infinite loop if the device loses discard capabilityMikulas Patocka
2018-05-08block: break discard submissions into the user defined sizeJens Axboe
2018-01-18block: add bdev_read_only() checks to common helpersIlya Dryomov
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov
2017-10-25block: factor out __blkdev_issue_zero_pages()Ilya Dryomov
2017-09-11block: fix integer overflow in __blkdev_sectors_to_bio_pages()Mikulas Patocka
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-06block: Fix __blkdev_issue_zeroout loopDamien Le Moal
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08block: stop using discards for zeroingChristoph Hellwig
2017-04-08block: add a new BLKDEV_ZERO_NOFALLBACK flagChristoph Hellwig
2017-04-08block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-04-08block: stop using blkdev_issue_write_same for zeroingChristoph Hellwig
2017-03-24block: correct documentation for blkdev_issue_discard() flagsEric Biggers
2017-02-06block: don't try Write Same from __blkdev_issue_zerooutChristoph Hellwig
2017-01-13block: don't try to discard from __blkdev_issue_zerooutChristoph Hellwig
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni
2016-12-01block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-11block: require write_same and discard requests align to logical block sizeDarrick J. Wong
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: don't ignore -EOPNOTSUPP blkdev_issue_write_sameChristoph Hellwig
2016-07-20block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block discard: use bio set op accessorMike Christie
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-06-07block: missing bio_put following submit_bio_waitShaun Tancheff
2016-05-05block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discardMike Snitzer
2016-05-02block: add __blkdev_issue_discardChristoph Hellwig
2016-05-02block: remove struct bio_batchChristoph Hellwig
2015-10-28block: re-add discard_granularity and alignment checksMing Lin
2015-08-13block: remove split code in blkdev_issue_{discard,write_same}Ming Lin
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-02-05block: Quiesce zeroout wrapperMartin K. Petersen
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen
2014-05-26block/blk-lib.c: make __blkdev_issue_zeroout staticFabian Frederick
2014-02-12block: add cond_resched() to potentially long running ioctl discard loopJens Axboe
2013-11-23block: Abstract out bvec iteratorKent Overstreet