Age | Commit message (Expand) | Author | Files | Lines |
2013-07-12 | Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 11 | -180/+818 |
2013-07-11 | dm: add switch target | Jim Ramsay | 3 | -0/+553 |
2013-07-11 | dm: optimize reorder structure | Mikulas Patocka | 1 | -7/+7 |
2013-07-11 | dm: optimize use SRCU and RCU | Mikulas Patocka | 3 | -142/+175 |
2013-07-11 | dm bufio: submit writes outside lock | Mikulas Patocka | 1 | -15/+58 |
2013-07-11 | dm cache: fix arm link errors with inline | Mikulas Patocka | 1 | -0/+4 |
2013-07-11 | dm verity: use __ffs and __fls | Mikulas Patocka | 1 | -4/+4 |
2013-07-11 | dm flakey: correct ctr alloc failure mesg | Alasdair G Kergon | 1 | -1/+1 |
2013-07-11 | dm verity: remove pointless comparison | Mikulas Patocka | 1 | -2/+2 |
2013-07-11 | dm: use __GFP_HIGHMEM in __vmalloc | Mikulas Patocka | 2 | -2/+2 |
2013-07-11 | dm verity: fix inability to use a few specific devices sizes | Mikulas Patocka | 1 | -3/+2 |
2013-07-11 | dm ioctl: set noio flag to avoid __vmalloc deadlock | Mikulas Patocka | 1 | -0/+3 |
2013-07-11 | dm mpath: fix ioctl deadlock when no paths | Hannes Reinecke | 2 | -7/+10 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2013-07-04 | md/raid10: fix bug which causes all RAID10 reshapes to move no data. | NeilBrown | 1 | -5/+4 |
2013-07-04 | md/raid5: allow 5-device RAID6 to be reshaped to 4-device. | NeilBrown | 1 | -1/+1 |
2013-07-03 | md/raid10: fix two bugs affecting RAID10 reshape. | NeilBrown | 1 | -2/+2 |
2013-06-26 | MD: Remember the last sync operation that was performed | Jonathan Brassow | 3 | -9/+31 |
2013-06-26 | md: fix buglet in RAID5 -> RAID0 conversion. | NeilBrown | 1 | -0/+1 |
2013-06-18 | md: bcache: Fixed a typo with the word 'arithmetic' | Phil Viana | 1 | -2/+2 |
2013-06-14 | md/raid10: check In_sync flag in 'enough()'. | NeilBrown | 1 | -4/+11 |
2013-06-14 | md/raid10: locking changes for 'enough()'. | NeilBrown | 1 | -16/+29 |
2013-06-14 | md: replace strict_strto*() with kstrto*() | Jingoo Han | 4 | -18/+18 |
2013-06-14 | md: Wait for md_check_recovery before attempting device removal. | Hannes Reinecke | 1 | -0/+8 |
2013-06-14 | dm-raid: silence compiler warning on rebuilds_per_group. | NeilBrown | 1 | -1/+1 |
2013-06-14 | DM RAID: Fix raid_resume not reviving failed devices in all cases | Jonathan Brassow | 1 | -0/+15 |
2013-06-14 | DM RAID: Break-up untidy function | Jonathan Brassow | 1 | -33/+39 |
2013-06-14 | DM RAID: Add ability to restore transiently failed devices on resume | Jonathan Brassow | 3 | -8/+53 |
2013-06-13 | Merge tag 'md-3.10-fixes' of git://neil.brown.name/md | Linus Torvalds | 4 | -26/+47 |
2013-06-13 | md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in place | H. Peter Anvin | 3 | -5/+6 |
2013-06-13 | md/raid1,raid10: use freeze_array in place of raise_barrier in various places. | NeilBrown | 2 | -18/+18 |
2013-06-13 | md/raid1: consider WRITE as successful only if at least one non-Faulty and no... | Alex Lyakas | 2 | -2/+22 |
2013-06-13 | md: md_stop_writes() should always freeze recovery. | NeilBrown | 1 | -1/+1 |
2013-06-13 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -124/+102 |
2013-05-30 | raid5: Initialize bi_vcnt | Kent Overstreet | 1 | -0/+2 |
2013-05-19 | dm thin: fix metadata dev resize detection | Alasdair G Kergon | 1 | -2/+2 |
2013-05-15 | Merge branch 'bcache-for-upstream' of git://evilpiepirate.org/~kent/linux-bca... | Jens Axboe | 5 | -124/+100 |
2013-05-15 | bcache: Fix error handling in init code | Kent Overstreet | 4 | -121/+99 |
2013-05-15 | bcache: drop "select CLOSURES" | Paul Bolle | 1 | -1/+0 |
2013-05-15 | bcache: Fix incompatible pointer type warning | Emil Goode | 1 | -2/+1 |
2013-05-10 | dm cache: set config value | Joe Thornber | 1 | -28/+31 |
2013-05-10 | dm cache: move config fns | Alasdair G Kergon | 1 | -17/+17 |
2013-05-10 | dm thin: generate event when metadata threshold passed | Joe Thornber | 3 | -0/+58 |
2013-05-10 | dm persistent metadata: add space map threshold callback | Joe Thornber | 1 | -1/+76 |
2013-05-10 | dm persistent data: add threshold callback to space map | Joe Thornber | 3 | -3/+29 |
2013-05-10 | dm thin: detect metadata device resizing | Joe Thornber | 3 | -3/+64 |
2013-05-10 | dm persistent data: support space map resizing | Joe Thornber | 1 | -6/+32 |
2013-05-10 | dm thin: open dev read only when possible | Joe Thornber | 1 | -11/+14 |
2013-05-10 | dm thin: refactor data dev resize | Joe Thornber | 2 | -33/+64 |
2013-05-10 | dm cache: replace memcpy with struct assignment | Joe Thornber | 2 | -3/+3 |