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
2012-12-21
Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...
Linus Torvalds
28
-433
/
+473
2012-12-21
dm stripe: add WRITE SAME support
Mike Snitzer
1
-4
/
+6
2012-12-21
dm: remove map_info
Mikulas Patocka
13
-50
/
+29
2012-12-21
dm snapshot: do not use map_context
Mikulas Patocka
1
-13
/
+23
2012-12-21
dm thin: dont use map_context
Mikulas Patocka
1
-36
/
+13
2012-12-21
dm raid1: dont use map_context
Mikulas Patocka
1
-9
/
+13
2012-12-21
dm flakey: dont use map_context
Mikulas Patocka
1
-4
/
+11
2012-12-21
dm raid1: rename read_record to bio_record
Mikulas Patocka
1
-11
/
+11
2012-12-21
dm: move target request nr to dm_target_io
Mikulas Patocka
3
-4
/
+5
2012-12-21
dm snapshot: use per_bio_data
Mikulas Patocka
1
-35
/
+8
2012-12-21
dm verity: use per_bio_data
Mikulas Patocka
1
-18
/
+4
2012-12-21
dm raid1: use per_bio_data
Mikulas Patocka
1
-34
/
+5
2012-12-21
dm: introduce per_bio_data
Mikulas Patocka
3
-20
/
+26
2012-12-21
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
3
-10
/
+33
2012-12-21
dm linear: add WRITE SAME support
Mike Snitzer
1
-1
/
+2
2012-12-21
dm: add WRITE SAME support
Mike Snitzer
1
-5
/
+39
2012-12-21
dm: prepare to support WRITE SAME
Mike Snitzer
1
-1
/
+29
2012-12-21
dm ioctl: use kmalloc if possible
Mikulas Patocka
1
-13
/
+32
2012-12-21
dm ioctl: remove PF_MEMALLOC
Mikulas Patocka
1
-9
/
+4
2012-12-21
dm persistent data: improve improve space map block alloc failure message
Joe Thornber
1
-1
/
+1
2012-12-21
dm thin: use DMERR_LIMIT for errors
Mike Snitzer
1
-10
/
+15
2012-12-21
dm persistent data: use DMERR_LIMIT for errors
Mike Snitzer
3
-21
/
+20
2012-12-21
dm block manager: reinstate message when validator fails
Mike Snitzer
1
-1
/
+4
2012-12-21
dm raid: round region_size to power of two
Jonathan Brassow
1
-1
/
+3
2012-12-21
dm thin: cleanup dead code
Joe Thornber
1
-14
/
+5
2012-12-21
dm thin: rename cell_defer_except to cell_defer_no_holder
Joe Thornber
1
-21
/
+21
2012-12-21
dm snapshot: optimize track_chunk
Mikulas Patocka
1
-3
/
+2
2012-12-21
dm raid: use DM_ENDIO_INCOMPLETE
Mikulas Patocka
1
-1
/
+1
2012-12-21
dm raid1: remove impossible mempool_alloc error test
Mikulas Patocka
1
-5
/
+3
2012-12-21
dm thin: emit ignore_discard in status when discards disabled
Mike Snitzer
1
-2
/
+4
2012-12-21
dm persistent data: fix nested btree deletion
Joe Thornber
2
-3
/
+8
2012-12-21
dm thin: wake worker when discard is prepared
Joe Thornber
1
-4
/
+7
2012-12-21
dm thin: fix race between simultaneous io and discards to same block
Joe Thornber
1
-25
/
+59
2012-12-21
dm thin: replace dm_cell_release_singleton with cell_defer_except
Joe Thornber
3
-39
/
+12
2012-12-21
dm: disable WRITE SAME
Mike Snitzer
1
-0
/
+2
2012-12-21
dm ioctl: prevent unsafe change to dm_ioctl data_size
Alasdair G Kergon
1
-0
/
+8
2012-12-21
dm persistent data: rename node to btree_node
Mikulas Patocka
4
-47
/
+47
2012-12-18
Merge tag 'md-3.8' of git://neil.brown.name/md
Linus Torvalds
3
-130
/
+171
2012-12-18
md/raid5: add blktrace calls
NeilBrown
1
-3
/
+35
2012-12-17
Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-50
/
+20
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
4
-5
/
+5
2012-12-13
md/raid5: use async_tx_quiesce() instead of open-coding it.
NeilBrown
1
-4
/
+1
2012-12-13
md: Use ->curr_resync as last completed request when cleanly aborting resync.
majianpeng
2
-2
/
+10
2012-12-13
md: Update checkpoint of resync/recovery based on time.
majianpeng
1
-0
/
+5
2012-12-13
md:Add place to update ->recovery_cp.
kernelmail
1
-0
/
+3
2012-12-11
md.c: re-indent various 'switch' statements.
NeilBrown
1
-119
/
+110
2012-12-11
md: close race between removing and adding a device.
NeilBrown
1
-0
/
+6
2012-12-11
md: removed unused variable in calc_sb_1_csm.
NeilBrown
1
-2
/
+1
2012-12-02
Merge tag 'md-3.7-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-2
/
+2
2012-11-30
wait: add wait_event_lock_irq() interface
Lukas Czerner
5
-50
/
+20
[next]