sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / drivers / md /
2009-11-13 NeilBrownmd/raid5: Allow dirty-degraded arrays to be assembled...
2009-11-13 NeilBrownDon't unconditionally set in_sync on newly added device...
2009-11-13 NeilBrownmd: allow v0.91 metadata to record devices as being...
2009-11-12 NeilBrownmd: factor out updating of 'recovery_offset'.
2009-11-06 NeilBrownmd/raid5: make sure curr_sync_completes is uptodate...
2009-11-06 NeilBrownmd: don't clear endpoint for resync when resync is...
2009-10-31 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-10-20 Dan Williamsmd/raid6: kill a gcc-4.0.1 'uninitialized variable...
2009-10-16 Mikulas Patockadm snapshot: allow chunk size to be less than page...
2009-10-16 Mikulas Patockadm snapshot: use unsigned integer chunk size
2009-10-16 Mikulas Patockadm snapshot: lock snapshot while supplying status
2009-10-16 Mikulas Patockadm exception store: fix failed set_chunk_size error...
2009-10-16 Mikulas Patockadm snapshot: require non zero chunk size by end of ctr
2009-10-16 Kiyoshi Uedadm: dec_pending needs locking to save error value
2009-10-16 Zdenek Kabelacdm: add missing del_gendisk to alloc_dev error path
2009-10-16 Andrew Mortondm log: userspace fix incorrect luid cast in userspace_ctr
2009-10-16 Jonathan Brassowdm snapshot: free exception store on init failure
2009-10-16 Mikulas Patockadm snapshot: sort by chunk size to fix race
2009-10-16 NeilBrownmd/async: don't pass a memory pointer as a page pointer.
2009-10-16 NeilBrownmd: Fix handling of raid5 array which is being reshaped...
2009-10-16 NeilBrownmd: fix problems with RAID6 calculations for DDF.
2009-10-16 Dan Williamsmd/raid456: downlevel multicore operations to raid_run_ops
2009-10-16 Vladimir Dronnikovmd: drivers/md/unroll.pl replaced with awk analog
2009-10-16 NeilBrownmd: remove clumsy usage of do_sync_mapping_range from...
2009-10-16 NeilBrownmd: raid1/raid10: handle allocation errors during array...
2009-10-16 Dan Williamsmd/raid5: initialize conf->device_lock earlier
2009-10-16 NeilBrownmd/raid1/raid10: add a cond_resched
2009-10-16 NeilBrownRevert "md: do not progress the resync process if the...
2009-10-06 Nikanth Karthikesanblock: Seperate read and write statistics of in_flight...
2009-10-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-10-04 Jens AxboeRevert "Seperate read and write statistics of in_flight...
2009-10-02 Philipp Reisnerdm/connector: Only process connector packages from...
2009-10-02 Philipp Reisnerconnector/dm: Fixed a compilation warning
2009-10-02 Philipp Reisnerconnector: Provide the sender's credentials to the...
2009-09-23 NeilBrownMerge branch 'next' of git://git./linux/kernel/git...
2009-09-23 Dmitry Monakhovmd: raid-1/10: fix RW bits manipulation
2009-09-23 NeilBrownmd: remove unnecessary memset from multipath.
2009-09-23 NeilBrownmd: report device as congested when suspended
2009-09-23 NeilBrownmd: Improve name of threads created by md_register_thread
2009-09-23 NeilBrownmd: remove sparse warnings about lock context.
2009-09-23 NeilBrownmd: remove sparse waring "symbol xxx shadows an earlier...
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Sage Weilmd: avoid use of broken kzalloc mempool
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-21 Anand Gadiyartrivial: fix typo "for for" in multiple files
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-16 Dan Williamsmd/raid6: cleanup ops_run_compute6_2
2009-09-16 Dan Williamsmd/raid6: eliminate BUG_ON with side effect
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-15 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-09-14 Martin K. Petersenblock: Optimal I/O limit wrapper
2009-09-14 Nikanth KarthikesanSeperate read and write statistics of in_flight requests
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-09-10 Geert Uytterhoevenmd: Fix "strchr" [drivers/md/dm-log-userspace.ko] undef...
2009-09-09 Dan WilliamsMerge commit 'md/for-linus' into async-tx-next
2009-09-09 Dan WilliamsMerge branch 'dmaengine' into async-tx-next
2009-09-09 Dan Williamsdmaengine: add fence support
2009-09-09 Dan WilliamsMerge branch 'md-raid6-accel' into ioat3.2
2009-09-04 Mikulas Patockadm snapshot: fix on disk chunk size validation
2009-09-04 Mikulas Patockadm exception store: split set_chunk_size
2009-09-04 Mikulas Patockadm snapshot: fix header corruption race on invalidation
2009-09-04 Mikulas Patockadm snapshot: refactor zero_disk_area to use chunk_io
2009-09-04 Jonathan Brassowdm log: userspace add luid to distinguish between concu...
2009-09-04 Jonathan Brassowdm raid1: do not allow log_failure variable to unset...
2009-09-04 Jonathan Brassowdm log: remove incorrect field from userspace table...
2009-09-04 Jonathan Brassowdm log: fix userspace status output
2009-09-04 Mike Snitzerdm stripe: expose correct io hints
2009-09-04 Mike Snitzerdm table: add more context to terse warning messages
2009-09-04 Mikulas Patockadm table: fix queue_limit checking device iterator
2009-09-04 Mike Snitzerdm snapshot: implement iterate devices
2009-09-04 Kiyoshi Uedadm multipath: fix oops when request based io fails...
2009-08-30 Dan Williamsmd/raid456: distribute raid processing over multiple...
2009-08-30 Yuri Tikhonovmd/raid6: remove synchronous infrastructure
2009-08-30 Yuri Tikhonovmd/raid6: asynchronous handle_stripe6
2009-08-30 Dan Williamsmd/raid6: asynchronous handle_parity_check6
2009-08-30 Yuri Tikhonovmd/raid6: asynchronous handle_stripe_dirtying6
2009-08-30 Yuri Tikhonovmd/raid6: asynchronous handle_stripe_fill6
2009-08-30 Yuri Tikhonovmd/raid5,6: common schedule_reconstruction for raid5/6
2009-08-30 Dan Williamsmd/raid6: asynchronous raid6 operations
2009-08-30 Dan Williamsmd/raid5: factor out mark_uptodate from ops_complete_co...
2009-08-30 Dan Williamsasync_tx: raid6 recovery self test
2009-08-30 Dan Williamsasync_tx: add sum check flags
2009-08-30 Dan Williamsmd/raid5,6: add percpu scribble region for buffer lists
2009-08-30 Dan Williamsmd/raid6: move the spare page to a percpu allocation
2009-08-22 Chandra Seetharaman[SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.
2009-08-18 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-08-18 NeilBrownFix new incorrect error return from do_md_stop.
2009-08-16 Randy Dunlapdm-log-userspace: fix printk format warning
2009-08-13 NeilBrownmd: allow upper limit for resync/reshape to be set...
2009-08-13 NeilBrownmd/raid5: Properly remove excess drives after shrinking...
2009-08-13 NeilBrownmd/raid5: make sure a reshape restarts at the correct...
2009-08-13 NeilBrownmd/raid5: allow new reshape modes to be restarted in...
2009-08-12 NeilBrownmd: never advance 'events' counter by more than 1.
2009-08-10 NeilBrownRemove deadlock potential in md_open
2009-08-03 NeilBrownmd: Use revalidate_disk to effect changes in size of...
2009-08-03 NeilBrownmd: allow raid5_quiesce to work properly when reshape...
2009-08-03 NeilBrownmd/raid5: set reshape_position correctly when reshape...
2009-08-03 NeilBrownmd: Handle growth of v1.x metadata correctly.
2009-08-03 NeilBrownmd: avoid array overflow with bad v1.x metadata
2009-08-03 NeilBrownmd: when a level change reduces the number of devices...
next