summaryrefslogtreecommitdiff
path: root/drivers/md/dm-io.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe1-2/+2
2023-02-14dm: don't indent labelsHeinz Mauelshagen1-1/+1
2023-02-14dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen1-1/+1
2023-02-14dm: add missing empty linesHeinz Mauelshagen1-0/+1
2023-02-14dm: fix trailing statementsHeinz Mauelshagen1-12/+14
2023-02-14dm: correct block comments format.Heinz Mauelshagen1-8/+16
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-16/+16
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2022-07-14dm/core: Combine request operation type and flagsBart Van Assche1-19/+17
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche1-4/+6
2022-04-18block: add a bdev_max_discard_sectors helperChristoph Hellwig1-1/+1
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-20/+2
2022-02-23scsi: dm: Remove WRITE_SAME supportChristoph Hellwig1-20/+2
2022-02-22dm io: remove stale comment block for dm_io()Barry Song1-8/+0
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-3/+2
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet1-1/+1
2018-05-31dm: convert to bioset_init()/mempool_init()Kent Overstreet1-14/+15
2017-12-13dm io: remove BIOSET_NEED_RESCUER flag from bios biosetNeilBrown1-2/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2017-06-21dm io: fix duplicate bio completion due to missing ref countMike Snitzer1-2/+2
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-1/+2
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-5/+5
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-2/+6
2017-04-08dm io: discards don't take a payloadChristoph Hellwig1-2/+8
2016-11-21dm io: use bvec iterator helpers to implement .get_page and .next_pageMing Lei1-10/+24
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer1-1/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07dm: use bio op accessorsMike Christie1-26/+30
2016-06-07dm: use op_is_write instead of checking for REQ_WRITEMike Christie1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-01-04md: more open-coded offset_in_page()Al Viro1-2/+2
2015-11-01dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall1-2/+1
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-1/+1
2015-08-11block: don't access bio->bi_error after bio_put()Sasha Levin1-1/+3
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-3/+3
2015-02-27dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...Darrick J. Wong1-4/+11
2015-02-14dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong1-0/+6
2014-08-01dm io: simplify dec_count and sync_ioJoe Thornber1-35/+42
2014-07-11dm io: fix a race condition in the wake up code for sync_ioJoe Thornber1-14/+8
2014-02-17dm io: fix I/O to multiple destinationsMikulas Patocka1-12/+11
2013-11-24block: Convert drivers to immutable biovecsKent Overstreet1-14/+17
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-3/+3
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer1-4/+3
2012-12-22dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer1-5/+18
2012-09-09block: Generalized bio pool freeingKent Overstreet1-11/+0