index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-02
dm io: remove code duplication between sync_io and aysnc_io
Benjamin Marzinski
1
-36
/
+23
2024-07-02
dm io: don't call the async_io notify.fn on invalid num_regions
Benjamin Marzinski
1
-19
/
+12
2024-07-02
dm io: bump num_bvecs to handle offset memory
Benjamin Marzinski
1
-1
/
+1
2024-02-20
dm io: Support IO priority
Hongyu Jin
1
-10
/
+13
2023-04-11
dm: remove unnecessary (void*) conversions
Yu Zhe
1
-2
/
+2
2023-02-14
dm: don't indent labels
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: favour __aligned(N) versus "__attribute__ (aligned(N))"
Heinz Mauelshagen
1
-1
/
+1
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
1
-0
/
+1
2023-02-14
dm: fix trailing statements
Heinz Mauelshagen
1
-12
/
+14
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
1
-8
/
+16
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
1
-16
/
+16
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
1
-0
/
+1
2022-07-14
dm/core: Combine request operation type and flags
Bart Van Assche
1
-19
/
+17
2022-07-14
dm/core: Reduce the size of struct dm_io_request
Bart Van Assche
1
-4
/
+6
2022-04-18
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
1
-1
/
+1
2022-03-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-20
/
+2
2022-02-23
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
1
-20
/
+2
2022-02-22
dm io: remove stale comment block for dm_io()
Barry Song
1
-8
/
+0
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-3
/
+2
2021-02-27
block: Add bio_max_segs
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2018-06-05
dm: Use kzalloc for all structs with embedded biosets/mempools
Kent Overstreet
1
-1
/
+1
2018-05-31
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-14
/
+15
2017-12-13
dm io: remove BIOSET_NEED_RESCUER flag from bios bioset
NeilBrown
1
-2
/
+1
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-07-03
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+7
2017-06-21
dm io: fix duplicate bio completion due to missing ref count
Mike Snitzer
1
-2
/
+2
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
1
-1
/
+2
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
1
-1
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-5
/
+5
2017-04-08
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-2
/
+6
2017-04-08
dm io: discards don't take a payload
Christoph Hellwig
1
-2
/
+8
2016-11-21
dm io: use bvec iterator helpers to implement .get_page and .next_page
Ming Lei
1
-10
/
+24
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-3
/
+3
2016-06-10
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
1
-1
/
+1
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-1
/
+1
2016-06-07
dm: use bio op accessors
Mike Christie
1
-26
/
+30
2016-06-07
dm: use op_is_write instead of checking for REQ_WRITE
Mike Christie
1
-2
/
+2
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
1
-1
/
+2
2016-01-04
md: more open-coded offset_in_page()
Al Viro
1
-2
/
+2
2015-11-01
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
Julia Lawall
1
-2
/
+1
2015-08-13
block: remove bio_get_nr_vecs()
Kent Overstreet
1
-1
/
+1
2015-08-11
block: don't access bio->bi_error after bio_put()
Sasha Levin
1
-1
/
+3
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-3
/
+3
2015-02-27
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...
Darrick J. Wong
1
-4
/
+11
2015-02-14
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
1
-0
/
+6
2014-08-01
dm io: simplify dec_count and sync_io
Joe Thornber
1
-35
/
+42
2014-07-11
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
1
-14
/
+8
2014-02-17
dm io: fix I/O to multiple destinations
Mikulas Patocka
1
-12
/
+11
2013-11-24
block: Convert drivers to immutable biovecs
Kent Overstreet
1
-14
/
+17
[next]