index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-17
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
1
-1
/
+1
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-20
/
+2
2022-02-22
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-26
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-30
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-10-31
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-13
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-10
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-23
block: Convert drivers to immutable biovecs
Kent Overstreet
1
-14
/
+17
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-3
/
+3
2013-09-23
dm: add reserved_bio_based_ios module parameter
Mike Snitzer
1
-4
/
+3
2012-12-21
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
1
-5
/
+18
2012-09-09
block: Generalized bio pool freeing
Kent Overstreet
1
-11
/
+0
2012-03-07
dm io: fix discard support
Milan Broz
1
-7
/
+16
2011-08-02
dm io: flush cpu cache with vmapped io
Mikulas Patocka
1
-2
/
+27
2011-05-29
dm io: use fixed initial mempool size
Mikulas Patocka
1
-22
/
+5
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
1
-1
/
+1
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
1
-16
/
+4
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-6
/
+6
2009-12-10
dm io: handle empty barriers
Mikulas Patocka
1
-3
/
+7
2009-12-10
dm io: remove extra bi_io_vec region hack
Mikulas Patocka
1
-34
/
+55
2009-12-10
dm io: use slab for struct io
Mikulas Patocka
1
-1
/
+20
2009-06-22
dm io: retry after barrier error
Mikulas Patocka
1
-0
/
+6
[next]