Age | Commit message (Expand) | Author | Files | Lines |
2009-12-11 | dm log: use flush callback fn | Mikulas Patocka | 1 | -2/+15 |
2009-12-11 | dm log: add flush callback fn | Mikulas Patocka | 2 | -3/+5 |
2009-12-11 | dm log: introduce flush_failed variable | Mikulas Patocka | 1 | -1/+4 |
2009-12-11 | dm log: add flush_header function | Mikulas Patocka | 1 | -1/+22 |
2009-12-11 | dm raid1: split touched state into two | Mikulas Patocka | 1 | -7/+11 |
2009-12-11 | dm raid1: support flush | Mikulas Patocka | 2 | -4/+34 |
2009-12-11 | dm io: remove extra bi_io_vec region hack | Mikulas Patocka | 1 | -34/+55 |
2009-12-11 | dm io: use slab for struct io | Mikulas Patocka | 3 | -1/+25 |
2009-12-11 | dm crypt: make wipe message also wipe essiv key | Milan Broz | 1 | -4/+30 |
2009-12-11 | dm crypt: separate essiv allocation from initialisation | Milan Broz | 1 | -26/+43 |
2009-12-11 | dm crypt: restructure essiv error path | Milan Broz | 1 | -20/+26 |
2009-12-11 | dm crypt: move private iv fields to structs | Milan Broz | 1 | -13/+22 |
2009-12-11 | dm crypt: make wipe message also wipe tfm key | Milan Broz | 1 | -12/+7 |
2009-12-11 | dm snapshot: cope with chunk size larger than origin | Mikulas Patocka | 1 | -0/+2 |
2009-12-11 | dm snapshot: only take lock for statustype info not table | Mikulas Patocka | 1 | -4/+6 |
2009-12-11 | dm: sysfs add empty release function to avoid debug warning | Milan Broz | 1 | -0/+8 |
2009-12-11 | dm exception store: free tmp_store on persistent flag error | Julia Lawall | 1 | -1/+2 |
2009-12-11 | dm: avoid _hash_lock deadlock | Mikulas Patocka | 2 | -9/+17 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -4/+4 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 1 | -9/+5 |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2009-12-04 | [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous | Chandra Seetharaman | 1 | -4/+4 |
2009-12-01 | md: revert incorrect fix for read error handling in raid1. | NeilBrown | 1 | -3/+4 |
2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 1 | -2/+2 |
2009-11-17 | Merge commit 'v2.6.32-rc7' | Eric W. Biederman | 2 | -2/+5 |
2009-11-13 | md/raid5: Allow dirty-degraded arrays to be assembled when only party is degr... | NeilBrown | 1 | -4/+75 |
2009-11-13 | Don't unconditionally set in_sync on newly added device in raid5_reshape | NeilBrown | 1 | -2/+4 |
2009-11-13 | md: allow v0.91 metadata to record devices as being active but not in-sync. | NeilBrown | 1 | -6/+25 |
2009-11-12 | sysctl drivers: Remove dead binary sysctl support | Eric W. Biederman | 1 | -7/+3 |
2009-11-12 | md: factor out updating of 'recovery_offset'. | NeilBrown | 1 | -2/+8 |
2009-11-09 | tree-wide: fix a very frequent spelling mistake | Dirk Hohndel | 1 | -1/+1 |
2009-11-06 | md/raid5: make sure curr_sync_completes is uptodate when reshape starts | NeilBrown | 1 | -0/+2 |
2009-11-06 | md: don't clear endpoint for resync when resync is interrupted. | NeilBrown | 1 | -2/+3 |
2009-10-31 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 12 | -159/+171 |
2009-10-20 | md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning | Dan Williams | 1 | -3/+3 |
2009-10-17 | dm snapshot: allow chunk size to be less than page size | Mikulas Patocka | 1 | -16/+0 |
2009-10-17 | dm snapshot: use unsigned integer chunk size | Mikulas Patocka | 4 | -23/+25 |
2009-10-17 | dm snapshot: lock snapshot while supplying status | Mikulas Patocka | 1 | -0/+4 |
2009-10-17 | dm exception store: fix failed set_chunk_size error path | Mikulas Patocka | 1 | -1/+1 |
2009-10-17 | dm snapshot: require non zero chunk size by end of ctr | Mikulas Patocka | 1 | -0/+5 |
2009-10-17 | dm: dec_pending needs locking to save error value | Kiyoshi Ueda | 1 | -2/+8 |
2009-10-17 | dm: add missing del_gendisk to alloc_dev error path | Zdenek Kabelac | 1 | -0/+1 |
2009-10-17 | dm log: userspace fix incorrect luid cast in userspace_ctr | Andrew Morton | 1 | -1/+1 |
2009-10-17 | dm snapshot: free exception store on init failure | Jonathan Brassow | 1 | -1/+4 |
2009-10-17 | dm snapshot: sort by chunk size to fix race | Mikulas Patocka | 1 | -1/+6 |
2009-10-16 | md/async: don't pass a memory pointer as a page pointer. | NeilBrown | 1 | -2/+2 |
2009-10-16 | md: Fix handling of raid5 array which is being reshaped to fewer devices. | NeilBrown | 2 | -20/+19 |
2009-10-16 | md: fix problems with RAID6 calculations for DDF. | NeilBrown | 2 | -8/+14 |
2009-10-16 | md/raid456: downlevel multicore operations to raid_run_ops | Dan Williams | 2 | -36/+51 |