Input: force LED reset on resume
[safe/jmp/linux-2.6] / drivers / md /
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...
2009-08-03 Andre Nollmd: Push down data integrity code to personalities.
2009-07-31 Dan Williamsmd/raid6: release spare page at ->stop()
2009-07-23 Mike Snitzerdm table: pass correct dev area size to device_area_is_...
2009-07-23 Mike Snitzerdm: remove queue next_ordered workaround for barriers
2009-07-23 Mikulas Patockadm raid1: wake kmirrord when requeueing delayed bios...
2009-07-14 Dan Williamsmd/raid6: release spare page at ->stop()
2009-07-10 Jens AxboeFix congestion_wait() sync/async vs read/write confusion
2009-07-08 Joe PerchesRemove multiple KERN_ prefixes from printk formats
2009-07-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-07-01 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-07-01 Martin K. Petersenblock: Create bip slabs with embedded integrity vectors
2009-07-01 NeilBrownmd: use interruptible wait when duration is controlled...
2009-07-01 NeilBrownmd/raid5: suspend shouldn't affect read requests.
2009-07-01 NeilBrownmd: tidy up error paths in md_alloc
2009-07-01 NeilBrownmd: fix error path when duplicate name is found on...
2009-07-01 NeilBrownmd: avoid dereferencing NULL pointer when accessing...
2009-07-01 Martin K. Petersenmd: Use new topology calls to indicate alignment and...
2009-06-30 Mike Snitzerdm table: fix blk_stack_limits arg to use bytes not...
2009-06-30 Milan Brozdm exception store: really fix type lookup
2009-06-22 Kiyoshi Uedadm mpath: change to be request based
2009-06-22 Kiyoshi Uedadm: disable interrupt when taking map_lock
2009-06-22 Kiyoshi Uedadm: do not set QUEUE_ORDERED_DRAIN if request based
2009-06-22 Kiyoshi Uedadm: enable request based option
2009-06-22 Kiyoshi Uedadm: prepare for request based option
2009-06-22 Jonthan Brassowdm raid1: add userspace log
2009-06-22 Mike Snitzerdm: calculate queue limits during resume not load
2009-06-22 Mike Snitzerdm log: fix create_log_context to use logical_block_siz...
2009-06-22 Mike Snitzerdm target:s introduce iterate devices fn
next