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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-29
dm unstripe: fix target length versus number of stripes size check
Scott Bauer
1
-8
/
+2
2018-01-29
dm thin: fix trailing semicolon in __remap_and_issue_shared_cell
Luis de Bethencourt
1
-1
/
+1
2018-01-29
dm table: fix NVMe bio-based dm_table_determine_type() validation
Mike Snitzer
1
-22
/
+35
2018-01-29
dm: various cleanups to md->queue initialization code
Mike Snitzer
3
-22
/
+12
2018-01-29
dm mpath: delay the retry of a request if the target responded as busy
Mike Snitzer
2
-1
/
+8
2018-01-17
dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIRED
Ming Lei
1
-3
/
+2
2018-01-17
dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure
Ming Lei
1
-1
/
+13
2018-01-17
dm log writes: fix max length used for kstrndup
Ma Shimiao
1
-1
/
+1
2018-01-17
dm: backfill missing calls to mutex_destroy()
Mike Snitzer
9
-2
/
+27
2018-01-17
dm snapshot: use mutex instead of rw_semaphore
Mikulas Patocka
1
-41
/
+43
2018-01-17
dm flakey: check for null arg_name in parse_features()
Goldwyn Rodrigues
1
-0
/
+5
2018-01-17
dm: move dm_table_destroy() to same header as dm_table_create()
Brian Norris
1
-1
/
+0
2018-01-17
dm raid: make raid_sets symbol static
Wei Yongjun
1
-1
/
+1
2018-01-17
dm bufio: eliminate unnecessary labels in dm_bufio_client_create()
Mike Snitzer
1
-7
/
+5
2018-01-17
dm bufio: check result of register_shrinker()
Aliaksei Karaliou
1
-6
/
+9
2018-01-17
dm bufio: add missed destroys of client mutex
Aliaksei Karaliou
1
-0
/
+2
2018-01-17
dm bufio: use REQ_OP_READ and REQ_OP_WRITE
Mikulas Patocka
1
-6
/
+6
2018-01-17
dm: add unstriped target
Scott Bauer
3
-0
/
+233
2018-01-06
dm mpath: factor out SCSI vs NVMe path selection
Mike Snitzer
1
-13
/
+55
2018-01-06
dm mpath: optimize NVMe bio-based support
Mike Snitzer
1
-76
/
+95
2018-01-05
dm mpath: implement NVMe bio-based support
Mike Snitzer
1
-9
/
+21
2018-01-03
dm mpath: move dm_bio_restore out of endio method
Mike Snitzer
1
-4
/
+3
2017-12-20
dm mpath: optimize retrieval of bio_details from per-bio-data
Mike Snitzer
1
-5
/
+3
2017-12-20
dm mpath: remove unnecessary memset() calls for per-io-data
Mike Snitzer
1
-10
/
+6
2017-12-20
dm mpath: remove unused param from multipath_init_per_bio_data()
Mike Snitzer
1
-6
/
+2
2017-12-20
dm: optimize bio-based NVMe IO submission
Mike Snitzer
1
-34
/
+120
2017-12-20
dm: introduce DM_TYPE_NVME_BIO_BASED
Mike Snitzer
2
-6
/
+50
2017-12-17
dm: simplify start of block stats accounting for bio-based
Mike Snitzer
1
-8
/
+3
2017-12-17
dm: remove redundant mapped_device member from clone_info structure
Mike Snitzer
1
-6
/
+4
2017-12-17
dm: remove now unused bio-based io_pool and _io_cache
Mike Snitzer
2
-30
/
+2
2017-12-17
dm: improve performance by moving dm_io structure to per-bio-data
Mike Snitzer
2
-40
/
+130
2017-12-17
dm: rename 'bio' member of dm_io structure to 'orig_bio'
Mike Snitzer
1
-14
/
+14
2017-12-17
dm: remove stale comment blocks
Mike Snitzer
1
-12
/
+0
2017-12-13
dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()
Mike Snitzer
2
-3
/
+2
2017-12-13
dm: fix __send_changing_extent_only() to send first bio and chain remainder
Mike Snitzer
1
-36
/
+30
2017-12-13
dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOs
Mike Snitzer
3
-15
/
+27
2017-12-13
dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructure
Mike Snitzer
1
-59
/
+1
2017-12-13
dm: safely allocate multiple bioset bios
Mike Snitzer
1
-12
/
+57
2017-12-13
dm: remove unused 'num_write_bios' target interface
NeilBrown
1
-20
/
+10
2017-12-13
dm: ensure bio submission follows a depth-first tree walk
NeilBrown
1
-9
/
+24
2017-12-13
dm io: remove BIOSET_NEED_RESCUER flag from bios bioset
NeilBrown
1
-2
/
+1
2017-12-13
dm crypt: remove BIOSET_NEED_RESCUER flag
NeilBrown
1
-2
/
+1
2017-12-13
dm: fix comment above dm_accept_partial_bio
NeilBrown
1
-1
/
+1
2017-12-13
dm raid: use rs_is_raid*()
Heinz Mauelshagen
1
-8
/
+8
2017-12-13
dm raid: simplify rs_get_progress()
Heinz Mauelshagen
1
-20
/
+3
2017-12-13
dm raid: ensure 'a' chars during reshape
Heinz Mauelshagen
1
-0
/
+9
2017-12-13
dm raid: stop keeping raid set frozen altogether
Heinz Mauelshagen
1
-38
/
+70
2017-12-13
dm raid: validate current raid sets redundancy
Heinz Mauelshagen
1
-1
/
+6
2017-12-08
dm raid: bump target version to reflect numerous fixes
Mike Snitzer
1
-1
/
+1
2017-12-08
dm raid: small cleanup and remove unsed "struct raid_set" member
Heinz Mauelshagen
1
-4
/
+2
[next]