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
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
3
-2
/
+10
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 thin: extend thinpool status format string with omitted fields
mulhern
1
-1
/
+2
2018-01-17
dm thin: fixes in thin-provisioning.txt
mulhern
1
-1
/
+1
2018-01-17
dm thin: document representation of <highest mapped sector> when there is none
mulhern
1
-0
/
+3
2018-01-17
dm thin: fix documentation relative to low water mark threshold
mulhern
1
-3
/
+5
2018-01-17
dm cache: be consistent in specifying sectors and SI units in cache.txt
mulhern
1
-2
/
+2
2018-01-17
dm cache: delete obsoleted paragraph in cache.txt
mulhern
1
-5
/
+0
2018-01-17
dm cache: fix grammar in cache-policies.txt
mulhern
1
-2
/
+2
2018-01-17
dm snapshot: improve documentation relative to origin suspend requirements
Mikulas Patocka
1
-0
/
+4
2018-01-17
dm: move dm_table_destroy() to same header as dm_table_create()
Brian Norris
2
-1
/
+5
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
4
-0
/
+357
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-04
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
3
-6
/
+51
2017-12-17
dm: simplify start of block stats accounting for bio-based
Mike Snitzer
1
-8
/
+3
2017-12-16
dm: remove redundant mapped_device member from clone_info structure
Mike Snitzer
1
-6
/
+4
2017-12-16
dm: remove now unused bio-based io_pool and _io_cache
Mike Snitzer
2
-30
/
+2
2017-12-16
dm: improve performance by moving dm_io structure to per-bio-data
Mike Snitzer
3
-69
/
+133
2017-12-16
dm: rename 'bio' member of dm_io structure to 'orig_bio'
Mike Snitzer
1
-14
/
+14
2017-12-16
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
2
-35
/
+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
[next]