index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tehuti.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-08
libata: Add 32bit PIO support
Alan Cox
7
-9
/
+66
2009-01-08
[libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATA
Shane Huang
1
-2
/
+6
2009-01-08
md: don't retry recovery of raid1 that fails due to error on source drive.
NeilBrown
3
-3
/
+13
2009-01-08
md: Allow md devices to be created by name.
NeilBrown
2
-18
/
+102
2009-01-08
md: make devices disappear when they are no longer needed.
NeilBrown
3
-12
/
+67
2009-01-08
md: centralise all freeing of an 'mddev' in 'md_free'
NeilBrown
1
-9
/
+11
2009-01-08
md: move allocation of ->queue from mddev_find to md_probe
NeilBrown
1
-11
/
+17
2009-01-08
md: need another print_sb for mdp_superblock_1
Cheng Renquan
2
-6
/
+62
2009-01-08
md: use list_for_each_entry macro directly
Cheng Renquan
10
-94
/
+60
2009-01-08
md: raid0: make hash_spacing and preshift sector-based.
Andre Noll
2
-31
/
+31
2009-01-08
md: raid0: Represent the size of strip zones in sectors.
Andre Noll
2
-14
/
+14
2009-01-08
md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's.
Andre Noll
1
-21
/
+25
2009-01-08
md: raid0 create_strip_zones(): Make two local variables sector-based.
Andre Noll
1
-14
/
+13
2009-01-08
md: raid0: Represent zone->zone_offset in sectors.
Andre Noll
2
-7
/
+7
2009-01-08
md: raid0: Represent device offset in sectors.
Andre Noll
2
-6
/
+5
2009-01-08
md: raid0_make_request(): Replace local variable block by sector.
Andre Noll
1
-7
/
+6
2009-01-08
md: raid0_make_request(): Remove local variable chunk_size.
Andre Noll
1
-4
/
+3
2009-01-08
md: raid0_make_request(): Replace chunksize_bits by chunksect_bits.
Andre Noll
1
-5
/
+5
2009-01-08
md: use sysfs_notify_dirent to notify changes to md/sync_action.
NeilBrown
2
-7
/
+14
2009-01-08
md: fix bitmap-on-external-file bug.
NeilBrown
1
-3
/
+5
2009-01-08
pata_hpt366: reimplement mode programming
Tejun Heo
1
-65
/
+44
2009-01-08
[libata] pata_hpt3x3: correct _freeze() function declaration
Jeff Garzik
1
-2
/
+2
2009-01-08
libata: Add special ata_pio_need_iordy() handling for Compact Flash.
David Daney
1
-0
/
+4
2009-01-08
pata_platform: __pata_platform_remove() shouldn't be in discard section
Sonic Zhang
1
-1
/
+1
2009-01-08
sata_sil24: remove unused sil24_port_multiplier
Grant Grundler
1
-7
/
+0
2009-01-08
[libata] ahci: Add SATA GEN3 related messages
Shane Huang
2
-0
/
+3
2009-01-08
ata_piix: save, use saved and restore IOCFG
Tejun Heo
1
-15
/
+34
2009-01-08
pata_ali: Fix and workaround for FIFO DMA bug
Alan Cox
1
-2
/
+30
2009-01-08
pata_ali: force initialise a few bits
Alan Cox
1
-33
/
+38
2009-01-08
pata_hpt3x3: Workarounds for chipset
Alan Cox
1
-6
/
+45
2009-01-08
async: make async_synchronize_full() more serializing
Arjan van de Ven
1
-1
/
+3
2009-01-08
fix similar typos to successfull
Coly Li
19
-22
/
+22
2009-01-08
Make various things static
Roel Kluin
3
-6
/
+5
2009-01-08
generic swap(): dcache: use swap() instead of private do_switch()
Wu Fengguang
1
-9
/
+5
2009-01-08
generic swap(): sched: remove local swap() macro
Wu Fengguang
1
-2
/
+0
2009-01-08
generic swap(): ext4: remove local swap() macro
Wu Fengguang
1
-4
/
+0
2009-01-08
generic swap(): ext3: remove local swap() macro
Wu Fengguang
1
-4
/
+0
2009-01-08
generic swap(): introduce global macro swap(a, b)
Wu Fengguang
1
-0
/
+6
2009-01-08
generic swap(): lib/sort.c: rename swap to swap_func
Wu Fengguang
1
-14
/
+16
2009-01-08
generic swap(): iphase: rename swap() to swap_byte_order()
Wu Fengguang
1
-3
/
+3
2009-01-08
generic swap(): sparc: rename swap() to swap_ulong()
Wu Fengguang
1
-2
/
+3
2009-01-08
remove lots of double-semicolons
Fernando Carrijo
9
-9
/
+9
2009-01-08
romfs: romfs_iget() - unsigned ino >= 0 is always true
roel kluin
1
-6
/
+6
2009-01-08
vmcore: remove saved_max_pfn check
Magnus Damm
1
-2
/
+0
2009-01-08
w1: send status messages after command processing
Evgeniy Polyakov
3
-8
/
+76
2009-01-08
w1: added w1 reset command
Evgeniy Polyakov
3
-0
/
+10
2009-01-08
w1: move w1 commands from defines to enum
Evgeniy Polyakov
1
-5
/
+8
2009-01-08
w1: allow master IO commands
Evgeniy Polyakov
1
-65
/
+77
2009-01-08
w1: documentation update
Evgeniy Polyakov
1
-38
/
+91
2009-01-08
w1: list slaves commands
Evgeniy Polyakov
1
-17
/
+85
[next]