index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: optimize bio-based NVMe IO submission
Mike Snitzer
2017-12-20
1
-34
/
+120
*
dm: introduce DM_TYPE_NVME_BIO_BASED
Mike Snitzer
2017-12-20
1
-0
/
+2
*
dm: simplify start of block stats accounting for bio-based
Mike Snitzer
2017-12-17
1
-8
/
+3
*
dm: remove redundant mapped_device member from clone_info structure
Mike Snitzer
2017-12-17
1
-6
/
+4
*
dm: remove now unused bio-based io_pool and _io_cache
Mike Snitzer
2017-12-17
1
-28
/
+2
*
dm: improve performance by moving dm_io structure to per-bio-data
Mike Snitzer
2017-12-17
1
-40
/
+129
*
dm: rename 'bio' member of dm_io structure to 'orig_bio'
Mike Snitzer
2017-12-17
1
-14
/
+14
*
dm: remove stale comment blocks
Mike Snitzer
2017-12-17
1
-12
/
+0
*
dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()
Mike Snitzer
2017-12-13
1
-3
/
+0
*
dm: fix __send_changing_extent_only() to send first bio and chain remainder
Mike Snitzer
2017-12-13
1
-36
/
+30
*
dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOs
Mike Snitzer
2017-12-13
1
-10
/
+18
*
dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructure
Mike Snitzer
2017-12-13
1
-59
/
+1
*
dm: safely allocate multiple bioset bios
Mike Snitzer
2017-12-13
1
-12
/
+57
*
dm: remove unused 'num_write_bios' target interface
NeilBrown
2017-12-13
1
-20
/
+10
*
dm: ensure bio submission follows a depth-first tree walk
NeilBrown
2017-12-13
1
-9
/
+24
*
dm: fix comment above dm_accept_partial_bio
NeilBrown
2017-12-13
1
-1
/
+1
*
Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...
Linus Torvalds
2017-11-15
1
-22
/
+23
|
\
|
*
dm: small cleanup in dm_get_md()
Mike Snitzer
2017-11-10
1
-10
/
+5
|
*
dm: fix race between dm_get_from_kobject() and __dm_destroy()
Hou Tao
2017-11-10
1
-4
/
+8
|
*
dm: allocate struct mapped_device with kvzalloc
Mikulas Patocka
2017-11-10
1
-3
/
+3
|
*
dm: convert table_device.count from atomic_t to refcount_t
Elena Reshetova
2017-10-24
1
-5
/
+7
*
|
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-15
1
-11
/
+0
|
\
\
|
*
|
block: remove QUEUE_FLAG_STACKABLE
Christoph Hellwig
2017-10-05
1
-11
/
+0
*
|
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-2
/
+2
|
|
/
|
/
|
*
|
dm ioctl: fix alignment of event number in the device list
Mikulas Patocka
2017-09-25
1
-2
/
+8
|
/
*
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-14
1
-19
/
+0
|
\
|
*
dax: remove the pmem_dax_ops->flush abstraction
Mikulas Patocka
2017-09-11
1
-19
/
+0
*
|
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-5
/
+5
|
*
block: pass in queue to inflight accounting
Jens Axboe
2017-08-09
1
-3
/
+3
*
|
dm: fix printk() rate limiting code
Bart Van Assche
2017-08-28
1
-10
/
+0
*
|
dm: fix the second dec_pending() argument in __split_and_process_bio()
Bart Van Assche
2017-08-28
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-07-12
1
-1
/
+1
|
\
|
*
bio-integrity: fix interface for bio_integrity_trim
Dmitry Monakhov
2017-07-04
1
-1
/
+1
*
|
Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-07-07
1
-0
/
+45
|
\
\
|
*
|
dm: add ->flush() dax operation support
Dan Williams
2017-06-15
1
-0
/
+19
|
*
|
dm: add ->copy_from_iter() dax operation support
Dan Williams
2017-06-09
1
-0
/
+26
*
|
|
Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-06
1
-2
/
+95
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
dm: introduce dm_remap_zone_report()
Damien Le Moal
2017-06-19
1
-0
/
+79
|
*
|
dm: fix REQ_OP_ZONE_REPORT bio handling
Damien Le Moal
2017-06-19
1
-2
/
+7
|
*
|
dm: fix REQ_OP_ZONE_RESET bio handling
Damien Le Moal
2017-06-19
1
-0
/
+4
|
*
|
dm: add basic support for using the select or poll function
Mikulas Patocka
2017-06-19
1
-0
/
+5
*
|
|
dm: don't set bounce limit
Christoph Hellwig
2017-06-27
1
-1
/
+0
|
/
/
*
|
blk: make the bioset rescue_workqueue optional.
NeilBrown
2017-06-18
1
-2
/
+3
*
|
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
2017-06-18
1
-1
/
+1
*
|
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
1
-1
/
+1
|
\
|
|
*
dm: make flush bios explicitly sync
Jan Kara
2017-05-31
1
-1
/
+1
*
|
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-20
/
+20
*
|
dm: change ->end_io calling convention
Christoph Hellwig
2017-06-09
1
-18
/
+18
*
|
dm: don't return errnos from ->map
Christoph Hellwig
2017-06-09
1
-5
/
+11
|
/
[next]