index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-13
dm thin metadata: delete btrees when releasing metadata snapshot
Joe Thornber
1
-2
/
+2
2015-08-16
dm: fix dm_merge_bvec regression on 32 bit systems
Mike Snitzer
1
-17
/
+10
2015-08-16
md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...
NeilBrown
1
-4
/
+6
2015-08-16
md: use kzalloc() when bitmap is disabled
Benjamin Randazzo
1
-1
/
+1
2015-08-10
md/raid1: fix test for 'was read error from last working device'.
NeilBrown
1
-1
/
+1
2015-08-10
Revert "dm: only run the queue on completion if congested or no requests pend...
Mike Snitzer
1
-6
/
+2
2015-08-03
md: fix a build warning
Firo Yang
1
-1
/
+1
2015-08-03
md: Skip cluster setup for dm-raid
Goldwyn Rodrigues
1
-3
/
+12
2015-08-03
md: unlock mddev_lock on an error path.
NeilBrown
1
-1
/
+3
2015-08-03
md: clear mddev->private when it has been freed.
NeilBrown
1
-0
/
+3
2015-08-03
dm btree: silence lockdep lock inversion in dm_btree_del()
Joe Thornber
1
-1
/
+1
2015-08-03
dm thin: allocate the cell_sort_array dynamically
Joe Thornber
1
-1
/
+12
2015-08-03
dm btree remove: fix bug in redistribute3
Dennis Yang
1
-3
/
+3
2015-08-03
dm space map metadata: fix occasional leak of a metadata block on resize
Joe Thornber
1
-15
/
+35
2015-08-03
dm stats: fix divide by zero if 'number_of_areas' arg is zero
Mikulas Patocka
1
-0
/
+2
2015-08-03
dm cache: fix race when issuing a POLICY_REPLACE operation
Joe Thornber
5
-37
/
+85
2015-06-12
md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync
NeilBrown
3
-0
/
+3
2015-06-12
md: Close race when setting 'action' to 'idle'.
NeilBrown
1
-5
/
+6
2015-06-12
md: don't return 0 from array_state_store
NeilBrown
1
-1
/
+1
2015-05-29
Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
3
-24
/
+36
2015-05-29
dm: fix casting bug in dm_merge_bvec()
Joe Thornber
1
-5
/
+12
2015-05-29
dm: fix reload failure of 0 path multipath mapping on blk-mq devices
Junichi Nomura
1
-7
/
+9
2015-05-29
Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-67
/
+98
2015-05-29
dm: fix false warning in free_rq_clone() for unmapped requests
Mike Snitzer
1
-5
/
+3
2015-05-28
md: fix race when unfreezing sync_action
NeilBrown
1
-6
/
+8
2015-05-28
md/raid5: break stripe-batches when the array has failed.
NeilBrown
1
-0
/
+1
2015-05-28
md/raid5: call break_stripe_batch_list from handle_stripe_clean_event
NeilBrown
1
-57
/
+4
2015-05-28
md/raid5: be more selective about distributing flags across batch.
NeilBrown
2
-12
/
+45
2015-05-28
md/raid5: add handle_flags arg to break_stripe_batch_list.
NeilBrown
1
-4
/
+8
2015-05-28
md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_...
NeilBrown
1
-3
/
+16
2015-05-28
md/raid5: remove condition test from check_break_stripe_batch_list.
NeilBrown
1
-8
/
+4
2015-05-28
md/raid5: Ensure a batch member is not handled prematurely.
NeilBrown
1
-1
/
+5
2015-05-28
md/raid5: close race between STRIPE_BIT_DELAY and batching.
NeilBrown
2
-3
/
+25
2015-05-28
md/raid5: ensure whole batch is delayed for all required bitmap updates.
NeilBrown
1
-0
/
+9
2015-05-27
dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY
Mike Snitzer
1
-4
/
+6
2015-05-27
dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path
Mike Snitzer
1
-1
/
+3
2015-05-27
dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED
Junichi Nomura
1
-2
/
+2
2015-05-26
dm: run queue on re-queue
Junichi Nomura
1
-0
/
+1
2015-05-22
Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-3
/
+10
2015-05-21
md/bitmap: remove rcu annotation from pointer arithmetic.
NeilBrown
1
-1
/
+6
2015-05-21
md/raid0: fix restore to sector variable in raid0_make_request
Eric Work
1
-1
/
+3
2015-05-21
raid5: fix broken async operation chain
Shaohua Li
1
-1
/
+1
2015-05-11
Merge tag 'md/4.1-rc3-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-55
/
+73
2015-05-08
Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-6
/
+6
2015-05-08
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2015-05-08
md/raid5: fix handling of degraded stripes in batches.
NeilBrown
1
-14
/
+3
2015-05-08
md/raid5: fix allocation of 'scribble' array.
NeilBrown
1
-22
/
+43
2015-05-08
md/raid5: don't record new size if resize_stripes fails.
NeilBrown
1
-1
/
+2
2015-05-08
md/raid5: avoid reading parity blocks for full-stripe write to degraded array
NeilBrown
1
-1
/
+3
2015-05-08
md/raid5: more incorrect BUG_ON in handle_stripe_fill.
NeilBrown
1
-1
/
+1
[next]