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
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
MD: ignore discard request for hard disks of hybid raid1/raid10 array
Shaohua Li
2
-2
/
+12
2013-04-30
md: bad block list should default to disabled.
NeilBrown
1
-6
/
+3
2013-04-30
md: raid1/raid10 md devices leak memory when stopping
Hirokazu Takahashi
2
-0
/
+2
2013-04-24
DM RAID: Add message/status support for changing sync action
Jonathan Brassow
1
-2
/
+109
2013-04-24
MD: Export 'md_reap_sync_thread' function
Jonathan Brassow
2
-50
/
+50
2013-04-24
md: don't update metadata when stopping a read-only array.
NeilBrown
1
-1
/
+2
2013-04-24
md: Allow devices to be re-added to a read-only array.
NeilBrown
1
-26
/
+57
2013-04-24
md/raid10: Allow skipping recovery when clean arrays are assembled
Martin Wilck
1
-0
/
+16
2013-04-24
md/raid5: avoid an extra write when writing to a known-bad-block.
NeilBrown
1
-1
/
+8
2013-04-24
md/raid5: Change or of some order to improve efficiency.
majianpeng
1
-3
/
+4
2013-04-24
md: use set_bit_le and clear_bit_le
Akinobu Mita
1
-2
/
+2
2013-04-24
md: HOT_DISK_REMOVE shouldn't make a read-auto device active.
NeilBrown
1
-4
/
+7
2013-04-24
md: use common code for all calls to ->hot_remove_disk()
NeilBrown
1
-9
/
+16
2013-04-24
md: never update metadata when array is read-only.
NeilBrown
1
-0
/
+5
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
2
-1
/
+11
2013-04-05
dm cache: reduce bio front_pad size in writeback mode
Mike Snitzer
1
-13
/
+34
2013-04-05
dm cache: fix writes to cache device in writethrough mode
Darrick J. Wong
1
-0
/
+4
2013-03-23
Merge tag 'md-3.9-fixes' of git://neil.brown.name/md
Linus Torvalds
4
-45
/
+86
2013-03-20
dm cache: policy ignore hints if generated by different version
Mike Snitzer
3
-13
/
+39
2013-03-20
dm cache: policy change version from string to integer set
Mike Snitzer
6
-6
/
+36
2013-03-20
dm cache: fix race in writethrough implementation
Joe Thornber
1
-50
/
+88
2013-03-20
dm cache: metadata clear dirty bits on clean shutdown
Joe Thornber
1
-1
/
+1
2013-03-20
dm cache: avoid calling policy destructor twice on error
Heinz Mauelshagen
1
-1
/
+4
2013-03-20
dm cache: detect cache_create failure
Heinz Mauelshagen
1
-0
/
+2
2013-03-20
dm cache: avoid 64 bit division on 32 bit
Joe Thornber
1
-7
/
+14
2013-03-20
dm verity: avoid deadlock
Mikulas Patocka
2
-5
/
+36
2013-03-20
dm thin: fix non power of two discard granularity calc
Joe Thornber
1
-1
/
+6
2013-03-20
dm thin: fix discard corruption
Joe Thornber
2
-24
/
+26
2013-03-20
md: remove CONFIG_MULTICORE_RAID456 entirely
Paul Bolle
1
-4
/
+0
2013-03-20
md/raid5: ensure sync and DISCARD don't happen at the same time.
NeilBrown
2
-6
/
+40
2013-03-20
MD: Prevent sysfs operations on uninitialized kobjects
Jonathan Brassow
2
-6
/
+4
2013-03-20
MD RAID5: Avoid accessing gendisk or queue structs when not available
Jonathan Brassow
1
-13
/
+20
2013-03-20
md/raid5: schedule_construction should abort if nothing to do.
NeilBrown
1
-16
/
+22
2013-03-05
Merge tag 'md-3.9' of git://neil.brown.name/md
Linus Torvalds
8
-95
/
+219
2013-03-01
dm cache: add cleaner policy
Heinz Mauelshagen
3
-0
/
+474
2013-03-01
dm cache: add mq policy
Joe Thornber
3
-0
/
+1207
2013-03-01
dm: add cache target
Joe Thornber
12
-0
/
+4475
2013-03-01
dm persistent data: add bitset
Joe Thornber
3
-0
/
+329
2013-03-01
dm persistent data: add transactional array
Joe Thornber
3
-0
/
+975
2013-03-01
dm thin: remove cells from stack
Joe Thornber
3
-23
/
+43
2013-03-01
dm bio prison: pass cell memory in
Joe Thornber
3
-101
/
+176
2013-03-01
dm persistent data: add btree_walk
Joe Thornber
4
-0
/
+69
2013-03-01
dm: add target num_write_bios fn
Alasdair G Kergon
1
-7
/
+15
2013-03-01
dm kcopyd: introduce configurable throttling
Mikulas Patocka
4
-4
/
+132
2013-03-01
dm ioctl: allow message to return data
Mikulas Patocka
1
-1
/
+35
2013-03-01
dm ioctl: optimize functions without variable params
Mikulas Patocka
1
-18
/
+34
2013-03-01
dm ioctl: introduce ioctl_flags
Mikulas Patocka
1
-23
/
+41
2013-03-01
dm: merge io_pool and tio_pool
Jun'ichi Nomura
1
-49
/
+27
2013-03-01
dm: remove unused _rq_bio_info_cache
Jun'ichi Nomura
1
-21
/
+10
2013-03-01
dm: fix limits initialization when there are no data devices
Mike Christie
1
-5
/
+7
[next]