aboutsummaryrefslogtreecommitdiff
path: root/block/blk-lib.c
AgeCommit message (Expand)Author
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
2013-11-08block: Do not call sector_div() with a 64-bit divisorGeert Uytterhoeven
2013-02-15block: account iowait time when waiting for completion of IO requestVladimir Davydov
2012-12-14block: add plug for blkdev_issue_discardShaohua Li
2012-12-14block: discard granularity might not be power of 2Shaohua Li
2012-09-20block: Make blkdev_issue_zeroout use WRITE SAMEMartin K. Petersen
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen
2012-08-02block: split discard into aligned requestsPaolo Bonzini
2012-08-02block: reorganize rounding of max_discard_sectorsPaolo Bonzini
2011-07-23block: fix patch import error in max_discard_sectors checkJens Axboe
2011-07-06block: eliminate potential for infinite loop in blkdev_issue_discardMike Snitzer
2011-05-06blkdev: Do not return -EOPNOTSUPP if discard is supportedLukas Czerner
2011-05-06blkdev: Simple cleanup in blkdev_issue_zeroout()Lukas Czerner
2011-05-06blkdev: Submit discard bio in batches in blkdev_issue_discard()Lukas Czerner
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds