index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-io.c
Age
Commit message (
Expand
)
Author
2024-07-02
dm io: remove code duplication between sync_io and aysnc_io
Benjamin Marzinski
2024-07-02
dm io: don't call the async_io notify.fn on invalid num_regions
Benjamin Marzinski
2024-07-02
dm io: bump num_bvecs to handle offset memory
Benjamin Marzinski
2024-02-20
dm io: Support IO priority
Hongyu Jin
2023-04-11
dm: remove unnecessary (void*) conversions
Yu Zhe
2023-02-14
dm: don't indent labels
Heinz Mauelshagen
2023-02-14
dm: favour __aligned(N) versus "__attribute__ (aligned(N))"
Heinz Mauelshagen
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2022-07-14
dm/core: Combine request operation type and flags
Bart Van Assche
2022-07-14
dm/core: Reduce the size of struct dm_io_request
Bart Van Assche
2022-04-17
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-02-22
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
2022-02-22
dm io: remove stale comment block for dm_io()
Barry Song
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2018-06-05
dm: Use kzalloc for all structs with embedded biosets/mempools
Kent Overstreet
2018-05-30
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2017-12-13
dm io: remove BIOSET_NEED_RESCUER flag from bios bioset
NeilBrown
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-07-03
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-06-21
dm io: fix duplicate bio completion due to missing ref count
Mike Snitzer
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2017-04-08
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
dm io: discards don't take a payload
Christoph Hellwig
2016-11-21
dm io: use bvec iterator helpers to implement .get_page and .next_page
Ming Lei
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-06-10
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
dm: use bio op accessors
Mike Christie
2016-06-07
dm: use op_is_write instead of checking for REQ_WRITE
Mike Christie
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-01-04
md: more open-coded offset_in_page()
Al Viro
2015-10-31
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
Julia Lawall
2015-08-13
block: remove bio_get_nr_vecs()
Kent Overstreet
2015-08-11
block: don't access bio->bi_error after bio_put()
Sasha Levin
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-02-27
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...
Darrick J. Wong
2015-02-13
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
2014-08-01
dm io: simplify dec_count and sync_io
Joe Thornber
2014-07-10
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
2014-02-17
dm io: fix I/O to multiple destinations
Mikulas Patocka
2013-11-23
block: Convert drivers to immutable biovecs
Kent Overstreet
[next]