summaryrefslogtreecommitdiff
path: root/block/blk-lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner1-1/+3
2018-11-09block: make sure writesame bio is aligned with logical block sizeMing Lei1-1/+1
2018-11-09block: cleanup __blkdev_issue_discard()Ming Lei1-17/+6
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei1-2/+1
2018-10-25block: Improve zone reset executionDamien Le Moal1-7/+6
2018-10-18block: don't deal with discard limit in blkdev_issue_discard()Ming Lei1-26/+2
2018-07-09block: fix infinite loop if the device loses discard capabilityMikulas Patocka1-0/+10
2018-05-08block: break discard submissions into the user defined sizeJens Axboe1-3/+9
2018-01-18block: add bdev_read_only() checks to common helpersIlya Dryomov1-0/+12
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-36/+72
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov1-10/+35
2017-10-25block: factor out __blkdev_issue_zero_pages()Ilya Dryomov1-26/+37
2017-09-11block: fix integer overflow in __blkdev_sectors_to_bio_pages()Mikulas Patocka1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-4/+4
2017-07-06block: Fix __blkdev_issue_zeroout loopDamien Le Moal1-5/+18
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-6/+1
2017-04-08block: stop using discards for zeroingChristoph Hellwig1-6/+6
2017-04-08block: add a new BLKDEV_ZERO_NOFALLBACK flagChristoph Hellwig1-1/+4
2017-04-08block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROESChristoph Hellwig1-14/+5
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-17/+14
2017-04-08block: stop using blkdev_issue_write_same for zeroingChristoph Hellwig1-4/+0
2017-03-24block: correct documentation for blkdev_issue_discard() flagsEric Biggers1-1/+1
2017-02-06block: don't try Write Same from __blkdev_issue_zerooutChristoph Hellwig1-5/+4
2017-01-13block: don't try to discard from __blkdev_issue_zerooutChristoph Hellwig1-7/+6
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-1/+1
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni1-2/+56
2016-12-01block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni1-34/+81
2016-10-28block: better op and flags encodingChristoph Hellwig1-1/+1
2016-10-11block: require write_same and discard requests align to logical block sizeDarrick J. Wong1-0/+15
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+26
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+17
2016-07-20block: don't ignore -EOPNOTSUPP blkdev_issue_write_sameChristoph Hellwig1-1/+1
2016-07-20block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig1-6/+11
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-11/+14
2016-06-07block discard: use bio set op accessorMike Christie1-6/+7
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-9/+11
2016-06-07block: missing bio_put following submit_bio_waitShaun Tancheff1-3/+9
2016-05-05block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discardMike Snitzer1-2/+5
2016-05-02block: add __blkdev_issue_discardChristoph Hellwig1-26/+37
2016-05-02block: remove struct bio_batchChristoph Hellwig1-91/+27
2015-10-28block: re-add discard_granularity and alignment checksMing Lin1-9/+22
2015-08-13block: remove split code in blkdev_issue_{discard,write_same}Ming Lin1-36/+11
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-17/+13
2015-02-05block: Quiesce zeroout wrapperMartin K. Petersen1-19/+7
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen1-4/+26
2014-05-26block/blk-lib.c: make __blkdev_issue_zeroout staticFabian Frederick1-2/+2
2014-02-12block: add cond_resched() to potentially long running ioctl discard loopJens Axboe1-0/+8
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-6/+6