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.12.y
linux-6.13.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
2014-11-19
dm: enhance internal suspend and resume interface
Mike Snitzer
4
-58
/
+187
2014-11-19
dm thin: do not allow thin device activation while pool is suspended
Mike Snitzer
1
-10
/
+45
2014-11-19
dm: add presuspend_undo hook to target_type
Mike Snitzer
3
-9
/
+38
2014-11-19
dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctl
Mike Snitzer
1
-2
/
+3
2014-11-13
dm thin: remove stale 'trim' message in block comment above pool_message
Mike Snitzer
1
-1
/
+0
2014-11-13
dm thin: fix a race in thin_dtr
Mikulas Patocka
1
-3
/
+3
2014-11-13
dm cache: emit a warning message if there are a lot of cache blocks
Joe Thornber
1
-3
/
+16
2014-11-10
dm cache: improve discard support
Joe Thornber
1
-45
/
+121
2014-11-10
dm cache: revert "prevent corruption caused by discard_block_size > cache_blo...
Joe Thornber
1
-3
/
+34
2014-11-10
dm cache: revert "remove remainder of distinct discard block size"
Joe Thornber
4
-46
/
+77
2014-11-10
dm bio prison: introduce support for locking ranges of blocks
Joe Thornber
4
-9
/
+16
2014-11-10
dm cache policy mq: simplify ability to promote sequential IO to the cache
Mike Snitzer
1
-3
/
+4
2014-11-10
dm cache policy mq: tweak algorithm that decides when to promote a block
Joe Thornber
1
-25
/
+50
2014-11-10
dm: do not call dm_sync_table() when creating new devices
Hannes Reinecke
1
-3
/
+6
2014-11-10
dm: sparse: Annotate field with __rcu for checking
Pranith Kumar
1
-1
/
+1
2014-11-10
dm: Use rcu_dereference() for accessing rcu pointer
Pranith Kumar
1
-4
/
+4
2014-11-10
dm thin: refactor requeue_io to eliminate spinlock bouncing
Mike Snitzer
1
-20
/
+23
2014-11-10
dm thin: optimize retry_bios_on_resume
Mike Snitzer
1
-7
/
+2
2014-11-10
dm thin: sort the deferred cells
Joe Thornber
1
-20
/
+68
2014-11-10
dm thin: direct dispatch when breaking sharing
Joe Thornber
1
-13
/
+57
2014-11-10
dm thin: remap the bios in a cell immediately
Joe Thornber
3
-29
/
+83
2014-11-10
dm thin: defer whole cells rather than individual bios
Joe Thornber
2
-47
/
+208
2014-11-10
dm thin: factor out remap_and_issue_overwrite
Mike Snitzer
1
-18
/
+20
2014-11-10
dm thin: performance improvement to discard processing
Joe Thornber
1
-7
/
+3
2014-11-10
dm thin: implement thin_merge
Mike Snitzer
1
-2
/
+18
2014-11-10
dm: improve documentation and code clarity in dm_merge_bvec
Mike Snitzer
1
-6
/
+6
2014-11-10
dm thin: adjust max_sectors_kb based on thinp blocksize
Mike Snitzer
1
-3
/
+31
2014-11-10
dm thin: throttle incoming IO
Joe Thornber
1
-1
/
+65
2014-11-10
dm thin: prefetch missing metadata pages
Joe Thornber
3
-4
/
+16
2014-11-10
dm transaction manager: add support for prefetching blocks of metadata
Joe Thornber
2
-2
/
+82
2014-11-10
dm thin metadata: change dm_thin_find_block to allow blocking, but not issuin...
Joe Thornber
2
-19
/
+15
2014-11-10
dm bio prison: switch to using a red black tree
Joe Thornber
4
-106
/
+79
2014-11-10
dm bufio: evict buffers that are past the max age but retain some buffers
Joe Thornber
1
-34
/
+75
2014-11-10
dm bufio: switch from a huge hash table to an rbtree
Joe Thornber
1
-43
/
+54
2014-11-10
dm btree: fix a recursion depth bug in btree walking code
Joe Thornber
3
-15
/
+17
2014-11-04
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
1
-4
/
+12
2014-10-29
dm raid: fix inaccessible superblocks causing oops in configure_discard_support
Heinz Mauelshagen
1
-1
/
+5
2014-10-21
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
1
-4
/
+7
2014-10-17
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
Mikulas Patocka
1
-6
/
+6
2014-10-11
dm stripe: fix potential for leak in stripe_ctr error path
Pavitra Kumar
1
-1
/
+3
2014-10-06
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
1
-1
/
+1
2014-10-06
dm bufio: when done scanning return from __scan immediately
Mikulas Patocka
1
-2
/
+2
2014-10-06
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
1
-0
/
+1
2014-10-06
dm raid: add discard support for RAID levels 4, 5 and 6
Heinz Mauelshagen
1
-4
/
+34
2014-10-06
dm raid: add discard support for RAID levels 1 and 10
Heinz Mauelshagen
1
-2
/
+28
2014-10-06
dm: allow active and inactive tables to share dm_devs
Benjamin Marzinski
4
-70
/
+165
2014-10-06
dm mpath: stop queueing IO when no valid paths exist
Benjamin Marzinski
1
-1
/
+3
2014-10-06
dm: use bioset_create_nobvec()
Junichi Nomura
1
-1
/
+1
2014-10-06
dm: remove nr_iovecs parameter from alloc_tio()
Junichi Nomura
1
-10
/
+5
2014-09-10
dm cache: fix race causing dirty blocks to be marked as clean
Anssi Hannula
1
-2
/
+2
[next]