do_wait-wakeup-optimization: simplify task_pid_type()
[safe/jmp/linux-2.6] / drivers / md /
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-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-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-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-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
2009-06-22 Mike Snitzerdm table: establish queue limits by copying table limits
2009-06-22 Mike Snitzerdm table: replace struct io_restrictions with struct...
2009-06-22 Mike Snitzerdm table: validate device logical_block_size
2009-06-22 Mike Snitzerdm table: ensure targets are aligned to logical_block_size
2009-06-22 Milan Brozdm ioctl: support cookies for udev
2009-06-22 Peter Rajnohadm: sysfs add suspended attribute
2009-06-22 Jonthan Brassowdm table: improve warning message when devices not...
2009-06-22 Kiyoshi Uedadm mpath: add service time load balancer
2009-06-22 Kiyoshi Uedadm mpath: add queue length load balancer
2009-06-22 Kiyoshi Uedadm mpath: add start_io and nr_bytes to path selectors
2009-06-22 Mikulas Patockadm snapshot: use barrier when writing exception store
2009-06-22 Mikulas Patockadm io: retry after barrier error
2009-06-22 Mikulas Patockadm io: record eopnotsupp
2009-06-22 Mikulas Patockadm snapshot: support barriers
2009-06-22 Mikulas Patockadm mpath: support barriers
2009-06-22 Mikulas Patockadm delay: support barriers
2009-06-22 Mikulas Patockadm crypt: support flush
2009-06-22 Mikulas Patockadm: stripe support flush
2009-06-22 Mikulas Patockadm: linear support flush
2009-06-22 Mikulas Patockadm: send empty barriers to targets in dm_flush
2009-06-22 Alasdair G Kergondm: initialise tio in alloc_tio
2009-06-22 Mikulas Patockadm: introduce num_flush_requests
2009-06-22 Mikulas Patockadm: remove check that prevents mapping empty bios
2009-06-22 Mikulas Patockadm: remove EOPNOTSUPP for barriers
2009-06-22 Mikulas Patockadm: store only first barrier error
2009-06-22 Mikulas Patockadm: process requeue in dm_wq_work
2009-06-22 Mikulas Patockadm: make dm_flush return void
2009-06-22 Mikulas Patockadm: always hold bdev reference
2009-06-22 Mikulas Patockadm: rename suspended_bdev to bdev
2009-06-22 Jonathan Brassowdm exception store: fix exstore lookup to be case insen...
2009-06-22 Mikulas Patockadm: use i_size_read
2009-06-22 Mikulas Patockadm: avoid unsupported spanning of md stripe boundaries
2009-06-22 Mikulas Patockadm mpath: flush keventd queue in destructor
next