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
2015-04-15
dm: don't schedule delayed run of the queue if nothing to do
Mike Snitzer
1
-1
/
+1
2015-04-15
dm: only run the queue on completion if congested or no requests pending
Mike Snitzer
1
-3
/
+9
2015-04-15
dm: remove request-based logic from make_request_fn wrapper
Mike Snitzer
1
-17
/
+12
2015-04-10
md/raid0: fix bug with chunksize not a power of 2.
NeilBrown
1
-1
/
+2
2015-04-08
md: fix md io stats accounting broken
Gu Zheng
1
-1
/
+5
2015-03-31
dm: remove request-based DM queue's lld_busy_fn hook
Mike Snitzer
3
-32
/
+0
2015-03-31
dm: remove unnecessary wrapper around blk_lld_busy
Mike Snitzer
2
-7
/
+1
2015-03-31
dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param()
Mike Snitzer
1
-13
/
+13
2015-03-31
dm cache policy mq: try not to writeback data that changed in the last second
Joe Thornber
1
-1
/
+93
2015-03-31
dm cache policy mq: remove unused generation member of struct entry
Joe Thornber
1
-5
/
+0
2015-03-31
dm cache policy mq: track entries hit this 'tick' via sentinel objects
Joe Thornber
1
-35
/
+82
2015-03-31
dm cache policy mq: remove queue_shift_down()
Joe Thornber
1
-16
/
+0
2015-03-31
dm cache policy mq: keep track of the number of entries in a multiqueue
Joe Thornber
1
-13
/
+12
2015-03-31
dm log userspace: split flush_entry_pool to be per dirty-log
Mike Snitzer
1
-39
/
+45
2015-03-27
Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
1
-10
/
+16
2015-03-25
md: Fix bitmap offset calculations
Goldwyn Rodrigues
1
-4
/
+3
2015-03-24
dm: fix add_disk() NULL pointer due to race with free_dev()
Mike Snitzer
1
-10
/
+16
2015-03-23
Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md
Linus Torvalds
2
-3
/
+2
2015-03-21
Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
4
-26
/
+141
2015-03-21
md/cluster: Communication Framework: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2015-03-21
md: recover_bitmaps() can be static
kbuild test robot
1
-1
/
+1
2015-03-21
md: Fix stray --cluster-confirm crash
Goldwyn Rodrigues
3
-4
/
+21
2015-03-21
md: fix problems with freeing private data after ->run failure.
NeilBrown
2
-3
/
+2
2015-03-04
md/bitmap: use sector_div for sector_t divisions
Stephen Rothwell
1
-2
/
+3
2015-03-04
md/bitmap: fix incorrect DIV_ROUND_UP usage.
NeilBrown
1
-2
/
+2
2015-02-27
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...
Darrick J. Wong
1
-4
/
+11
2015-02-27
dm snapshot: suspend merging snapshot when doing exception handover
Mikulas Patocka
2
-6
/
+42
2015-02-27
dm snapshot: suspend origin when doing exception handover
Mikulas Patocka
2
-9
/
+86
2015-02-27
dm: hold suspend_lock while suspending device during device deletion
Mikulas Patocka
1
-0
/
+6
2015-02-27
dm thin: fix to consistently zero-fill reads to unprovisioned blocks
Joe Thornber
1
-11
/
+0
2015-02-25
md: fix error paths from bitmap_create.
NeilBrown
1
-2
/
+4
2015-02-25
md: mark some attributes as pre-alloc
NeilBrown
1
-6
/
+8
2015-02-25
raid5: check faulty flag for array status during recovery.
Eric Mei
1
-4
/
+9
2015-02-25
md/raid1: fix read balance when a drive is write-mostly.
Tomáš Hodek
1
-2
/
+3
2015-02-23
Add new disk to clustered array
Goldwyn Rodrigues
5
-4
/
+162
2015-02-23
Read from the first device when an area is resyncing
Goldwyn Rodrigues
1
-1
/
+7
2015-02-23
Suspend writes in RAID1 if within range
Goldwyn Rodrigues
4
-3
/
+30
2015-02-23
Resync start/Finish actions
Goldwyn Rodrigues
1
-0
/
+46
2015-02-23
Send RESYNCING while performing resync start/stop
Goldwyn Rodrigues
3
-2
/
+36
2015-02-23
Reload superblock if METADATA_UPDATED is received
Goldwyn Rodrigues
3
-0
/
+24
2015-02-23
metadata_update sends message to other nodes
Goldwyn Rodrigues
3
-14
/
+106
2015-02-23
Communication Framework: Sending functions
Goldwyn Rodrigues
1
-0
/
+87
2015-02-23
Communication Framework: Receiving
Goldwyn Rodrigues
1
-0
/
+102
2015-02-23
Perform resync for cluster node failure
Goldwyn Rodrigues
1
-1
/
+11
2015-02-23
Initiate recovery on node failure
Goldwyn Rodrigues
1
-0
/
+58
2015-02-23
Copy set bits from another slot
Goldwyn Rodrigues
2
-1
/
+79
2015-02-23
bitmap_create returns bitmap pointer
Goldwyn Rodrigues
3
-31
/
+56
2015-02-23
Gather on-going resync information of other nodes
Goldwyn Rodrigues
3
-0
/
+120
2015-02-23
Lock bitmap while joining the cluster
Goldwyn Rodrigues
1
-0
/
+14
2015-02-23
Use separate bitmaps for each nodes in the cluster
Goldwyn Rodrigues
3
-10
/
+64
[prev]
[next]