index
:
kernel/git/stable/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2018-01-06
dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
Ming Lei
2018-01-06
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
2018-01-04
dm mpath: implement NVMe bio-based support
Mike Snitzer
2018-01-03
dm mpath: move dm_bio_restore out of endio method
Mike Snitzer
2017-12-20
md/r5cache: print more info of log recovery
Song Liu
2017-12-20
dm mpath: optimize retrieval of bio_details from per-bio-data
Mike Snitzer
2017-12-20
dm mpath: remove unnecessary memset() calls for per-io-data
Mike Snitzer
2017-12-20
dm mpath: remove unused param from multipath_init_per_bio_data()
Mike Snitzer
2017-12-20
dm: optimize bio-based NVMe IO submission
Mike Snitzer
2017-12-20
dm: introduce DM_TYPE_NVME_BIO_BASED
Mike Snitzer
2017-12-17
dm: simplify start of block stats accounting for bio-based
Mike Snitzer
2017-12-16
dm: remove redundant mapped_device member from clone_info structure
Mike Snitzer
2017-12-16
dm: remove now unused bio-based io_pool and _io_cache
Mike Snitzer
2017-12-16
dm: improve performance by moving dm_io structure to per-bio-data
Mike Snitzer
2017-12-16
dm: rename 'bio' member of dm_io structure to 'orig_bio'
Mike Snitzer
2017-12-16
dm: remove stale comment blocks
Mike Snitzer
2017-12-15
Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-12-13
dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()
Mike Snitzer
2017-12-13
dm: fix __send_changing_extent_only() to send first bio and chain remainder
Mike Snitzer
2017-12-13
dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOs
Mike Snitzer
2017-12-13
dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructure
Mike Snitzer
2017-12-13
dm: safely allocate multiple bioset bios
Mike Snitzer
2017-12-13
dm: remove unused 'num_write_bios' target interface
NeilBrown
2017-12-13
dm: ensure bio submission follows a depth-first tree walk
NeilBrown
2017-12-13
dm io: remove BIOSET_NEED_RESCUER flag from bios bioset
NeilBrown
2017-12-13
dm crypt: remove BIOSET_NEED_RESCUER flag
NeilBrown
2017-12-13
dm: fix comment above dm_accept_partial_bio
NeilBrown
2017-12-13
dm raid: use rs_is_raid*()
Heinz Mauelshagen
2017-12-13
dm raid: simplify rs_get_progress()
Heinz Mauelshagen
2017-12-13
dm raid: ensure 'a' chars during reshape
Heinz Mauelshagen
2017-12-13
dm raid: stop keeping raid set frozen altogether
Heinz Mauelshagen
2017-12-13
dm raid: validate current raid sets redundancy
Heinz Mauelshagen
2017-12-11
md/raid1,raid10: silence warning about wait-within-wait
NeilBrown
2017-12-11
md: introduce new personality funciton start()
Song Liu
2017-12-08
dm raid: bump target version to reflect numerous fixes
Mike Snitzer
2017-12-08
dm raid: small cleanup and remove unsed "struct raid_set" member
Heinz Mauelshagen
2017-12-08
dm raid: fix rs_get_progress() synchronization state/ratio
Heinz Mauelshagen
2017-12-08
dm raid: avoid passing array_in_sync variable to raid_status() callees
Heinz Mauelshagen
2017-12-08
dm raid: display a consistent copy of the MD status via raid_status()
Heinz Mauelshagen
2017-12-08
dm raid: fix raid_resume() to keep raid set frozen as needed
Heinz Mauelshagen
2017-12-08
dm raid: add component device size checks to avoid runtime failure
Heinz Mauelshagen
2017-12-08
dm raid: fix raid set size revalidation
Heinz Mauelshagen
2017-12-08
dm raid: correct resizing state relative to reshape space in ctr
Heinz Mauelshagen
2017-12-08
dm raid: consume sizes after md_finish_reshape() completes changing them
Heinz Mauelshagen
2017-12-08
dm raid: fix deadlock caused by premature md_stop_writes()
Heinz Mauelshagen
2017-12-08
dm bufio: fix shrinker scans when (nr_to_scan < retain_target)
Suren Baghdasaryan
2017-12-08
dm mpath: fix bio-based multipath queue_if_no_path handling
Mike Snitzer
2017-12-04
dm: fix various targets to dm_register_target after module __init resources c...
monty_pavel@sina.com
2017-12-04
dm table: fix regression from improper dm_dev_internal.count refcount_t conve...
Mike Snitzer
2017-12-01
md/raid1/10: add missed blk plug
Shaohua Li
[prev]
[next]