summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipg.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-08libata: Add 32bit PIO supportAlan Cox7-9/+66
2009-01-08[libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATAShane Huang1-2/+6
2009-01-08md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown3-3/+13
2009-01-08md: Allow md devices to be created by name.NeilBrown2-18/+102
2009-01-08md: make devices disappear when they are no longer needed.NeilBrown3-12/+67
2009-01-08md: centralise all freeing of an 'mddev' in 'md_free'NeilBrown1-9/+11
2009-01-08md: move allocation of ->queue from mddev_find to md_probeNeilBrown1-11/+17
2009-01-08md: need another print_sb for mdp_superblock_1Cheng Renquan2-6/+62
2009-01-08md: use list_for_each_entry macro directlyCheng Renquan10-94/+60
2009-01-08md: raid0: make hash_spacing and preshift sector-based.Andre Noll2-31/+31
2009-01-08md: raid0: Represent the size of strip zones in sectors.Andre Noll2-14/+14
2009-01-08md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's.Andre Noll1-21/+25
2009-01-08md: raid0 create_strip_zones(): Make two local variables sector-based.Andre Noll1-14/+13
2009-01-08md: raid0: Represent zone->zone_offset in sectors.Andre Noll2-7/+7
2009-01-08md: raid0: Represent device offset in sectors.Andre Noll2-6/+5
2009-01-08md: raid0_make_request(): Replace local variable block by sector.Andre Noll1-7/+6
2009-01-08md: raid0_make_request(): Remove local variable chunk_size.Andre Noll1-4/+3
2009-01-08md: raid0_make_request(): Replace chunksize_bits by chunksect_bits.Andre Noll1-5/+5
2009-01-08md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown2-7/+14
2009-01-08md: fix bitmap-on-external-file bug.NeilBrown1-3/+5
2009-01-08pata_hpt366: reimplement mode programmingTejun Heo1-65/+44
2009-01-08[libata] pata_hpt3x3: correct _freeze() function declarationJeff Garzik1-2/+2
2009-01-08libata: Add special ata_pio_need_iordy() handling for Compact Flash.David Daney1-0/+4
2009-01-08pata_platform: __pata_platform_remove() shouldn't be in discard sectionSonic Zhang1-1/+1
2009-01-08sata_sil24: remove unused sil24_port_multiplierGrant Grundler1-7/+0
2009-01-08[libata] ahci: Add SATA GEN3 related messagesShane Huang2-0/+3
2009-01-08ata_piix: save, use saved and restore IOCFGTejun Heo1-15/+34
2009-01-08pata_ali: Fix and workaround for FIFO DMA bugAlan Cox1-2/+30
2009-01-08pata_ali: force initialise a few bitsAlan Cox1-33/+38
2009-01-08pata_hpt3x3: Workarounds for chipsetAlan Cox1-6/+45
2009-01-08async: make async_synchronize_full() more serializingArjan van de Ven1-1/+3
2009-01-08fix similar typos to successfullColy Li19-22/+22
2009-01-08Make various things staticRoel Kluin3-6/+5
2009-01-08generic swap(): dcache: use swap() instead of private do_switch()Wu Fengguang1-9/+5
2009-01-08generic swap(): sched: remove local swap() macroWu Fengguang1-2/+0
2009-01-08generic swap(): ext4: remove local swap() macroWu Fengguang1-4/+0
2009-01-08generic swap(): ext3: remove local swap() macroWu Fengguang1-4/+0
2009-01-08generic swap(): introduce global macro swap(a, b)Wu Fengguang1-0/+6
2009-01-08generic swap(): lib/sort.c: rename swap to swap_funcWu Fengguang1-14/+16
2009-01-08generic swap(): iphase: rename swap() to swap_byte_order()Wu Fengguang1-3/+3
2009-01-08generic swap(): sparc: rename swap() to swap_ulong()Wu Fengguang1-2/+3
2009-01-08remove lots of double-semicolonsFernando Carrijo9-9/+9
2009-01-08romfs: romfs_iget() - unsigned ino >= 0 is always trueroel kluin1-6/+6
2009-01-08vmcore: remove saved_max_pfn checkMagnus Damm1-2/+0
2009-01-08w1: send status messages after command processingEvgeniy Polyakov3-8/+76
2009-01-08w1: added w1 reset commandEvgeniy Polyakov3-0/+10
2009-01-08w1: move w1 commands from defines to enumEvgeniy Polyakov1-5/+8
2009-01-08w1: allow master IO commandsEvgeniy Polyakov1-65/+77
2009-01-08w1: documentation updateEvgeniy Polyakov1-38/+91
2009-01-08w1: list slaves commandsEvgeniy Polyakov1-17/+85