Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2cc8212198820487ec3fdcc7b98133701fc9dfc3
/
drivers
/
md
/
dm-io.c
c110a4b
dm io: remove BIOSET_NEED_RESCUER flag from bios bioset
by NeilBrown
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
feb7695
dm io: fix duplicate bio completion due to missing ref count
by Mike Snitzer
· 7 years ago
47e0fb4
blk: make the bioset rescue_workqueue optional.
by NeilBrown
· 7 years ago
011067b
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
by NeilBrown
· 7 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 7 years ago
ac62d62
dm: support REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
0f5d690
dm io: discards don't take a payload
by Christoph Hellwig
· 8 years ago
cacc7b0
dm io: use bvec iterator helpers to implement .get_page and .next_page
by Ming Lei
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
4cc9613
dm: move request-based code out to dm-rq.[hc]
by Mike Snitzer
· 9 years ago
28a8f0d
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
by Mike Christie
· 8 years ago
e604714
dm: use bio op accessors
by Mike Christie
· 8 years ago
5111166
dm: use op_is_write instead of checking for REQ_WRITE
by Mike Christie
· 8 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 8 years ago
93bbf58
md: more open-coded offset_in_page()
by Al Viro
· 9 years ago
6f65985
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
by Julia Lawall
· 9 years ago
b54ffb7
block: remove bio_get_nr_vecs()
by Kent Overstreet
· 9 years ago
9b81c84
block: don't access bio->bi_error after bio_put()
by Sasha Levin
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
e5db298
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRITE_SAME
by Darrick J. Wong
· 10 years ago
37527b8
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
by Darrick J. Wong
· 10 years ago
97e7cdf
dm io: simplify dec_count and sync_io
by Joe Thornber
· 10 years ago
10f1d5d
dm io: fix a race condition in the wake up code for sync_io
by Joe Thornber
· 10 years ago
d73f990
dm io: fix I/O to multiple destinations
by Mikulas Patocka
· 11 years ago
003b5c5
block: Convert drivers to immutable biovecs
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
e860313
dm: add reserved_bio_based_ios module parameter
by Mike Snitzer
· 11 years ago
70d6c40
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
by Mike Snitzer
· 12 years ago
395c72a
block: Generalized bio pool freeing
by Kent Overstreet
· 12 years ago
0c535e0
dm io: fix discard support
by Milan Broz
· 13 years ago
bb91bc7
dm io: flush cpu cache with vmapped io
by Mikulas Patocka
· 13 years ago
bda8efe
dm io: use fixed initial mempool size
by Mikulas Patocka
· 13 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 14 years ago
d87f4c1
dm: implement REQ_FLUSH/FUA support for bio-based dm
by Tejun Heo
· 14 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
12fc0f4
dm io: handle empty barriers
by Mikulas Patocka
· 15 years ago
f1e5398
dm io: remove extra bi_io_vec region hack
by Mikulas Patocka
· 15 years ago
952b355
dm io: use slab for struct io
by Mikulas Patocka
· 15 years ago
51aa322
dm io: retry after barrier error
by Mikulas Patocka
· 15 years ago
5af443a
dm io: record eopnotsupp
by Mikulas Patocka
· 15 years ago
b64b6bf
dm io: make sync_io uninterruptible
by Mikulas Patocka
· 16 years ago
d659e6c
dm io: respect BIO_MAX_PAGES limit
by Mikulas Patocka
· 16 years ago
93dbb39
block: fix bad definition of BIO_RW_SYNC
by Jens Axboe
· 16 years ago
bb799ca
bio: allow individual slabs in the bio_set
by Jens Axboe
· 16 years ago
586e80e
dm: remove dm header from targets
by Mikulas Patocka
· 16 years ago
7ff14a3
dm: unplug queues in threads
by Mikulas Patocka
· 17 years ago
a765e20
dm: move include files
by Alasdair G Kergon
· 17 years ago
22a1ceb
dm io: clean interface
by Heinz Mauelshagen
· 17 years ago
e01fd7e
dm io: rename error to error_bits
by Alasdair G Kergon
· 17 years ago
4cdc1d1
dm io: write error bits form long not int
by Alasdair G Kergon
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
596f138
dm io: fix panic on large request
by Jun'ichi Nomura
· 17 years ago
bf17ce3
dm io: remove old interface
by Milan Broz
· 18 years ago
c8b03af
dm io: new interface
by Heinz Mauelshagen
· 18 years ago
891ce20
dm io: prepare for new interface
by Heinz Mauelshagen
· 18 years ago
c897feb
dm io: delay dec_count
by Heinz Mauelshagen
· 18 years ago
5972511
[BLOCK] Don't pin lots of memory in mempools
by Jens Axboe
· 18 years ago
f00b16a
[PATCH] dm io: fix bi_max_vecs
by Heinz Mauelshagen
· 18 years ago
0eaae62a
[PATCH] mempool: use common mempool kmalloc allocator
by Matthew Dobson
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
3676347
[PATCH] kill bio->bi_set
by Peter Osterlund
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago