- 06 Feb, 2002 40 commits
-
-
Jeff Garzik authored
* Support MII ethtool helper interface, and related ioctls. * Replace some MII-related magic numbers with constants.
-
Jeff Garzik authored
* Properly identify 4-port server NIC. * Add new NIC to PCI ids list. * Fix multicast bug. Contributed by the vendor, D-Link.
-
Jeff Garzik authored
3c589_cs, aironet4500_cs, and fmvj18x_cs.
-
Jeff Garzik authored
Replace MII-related magic numbers with meaningful constants listed in linux/mii.h.
-
Jeff Garzik authored
Contributor: somebody from lkml, Tim ?.
-
Jeff Garzik authored
-
Jeff Garzik authored
* Fix wake-up sequence for some clone boards. * Support media-related ethtool ioctls, using MII ethtool helper lib.
-
Jeff Garzik authored
vendor revision 1.08. Contributed by the vendor, D-Link.
-
Jeff Garzik authored
Caught by Ralf and the mips crowd.
-
Jeff Garzik authored
More changes are needed to the task struct/scheduler area before the alpha port will boot again; this flushes the easy stuff.
-
Jeff Garzik authored
-
http://linux.bkbits.net/gkernel-2.5Jeff Garzik authored
into rum.normnet.org:/spare/work/gkernel-2.5
-
Jeff Garzik authored
3c501, 3c503, 3c505, 3c507, 3c509, 3c515, 3c523, 3c527.
-
Linus Torvalds authored
-
Alexander Viro authored
More ->get_sb() patches: nfs. It still acts as nodev - what we want to (and can) do now is to give it enough smarts to recognize that same tree might be already mounted. We are almost done with nodev filesystems by now.
-
Alexander Viro authored
More ->get_sb() patches: autofs4
-
Alexander Viro authored
More ->get_sb() patches: autofs
-
Alexander Viro authored
More ->get_sb() patches: capifs
-
Alexander Viro authored
More ->get_sb() patches: openpromfs
-
Alexander Viro authored
More ->get_sb() patches: sockfs
-
Alexander Viro authored
More ->get_sb() patches: pipefs
-
Alexander Viro authored
More ->get_sb() patches: fix for usbdevfs - forgot to remove DECLARE_FSTYPE() after adding explicit initializer.
-
Alexander Viro authored
More ->get_sb() patches. shmem/tmpfs switched
-
Linus Torvalds authored
-
Linus Torvalds authored
into athlon.transmeta.com:/home/torvalds/v2.5/linux
-
Andi Kleen authored
On my 512MB machine with 6 mount points the mount hash table uses 64K. This patch brings it to a more reasonable size by limiting it to one page.
-
Andi Kleen authored
Several file systems in tree that nominally support files >2GB set their s_maxbytes value to ~0ULL. This has the nasty side effect on 32bit machines that when a file write reaches the page cache limit (e.g. 2^43) it'll silently wrap and destroy data at the beginning of the file. This patch changes the file systems in question to fill in a proper limit. I also have an alternate patch that adds a check for this generically in super.c, but preliminary comments from Al suggested that he prefered to do it in the file systems, so it is done this way way.
-
Andi Kleen authored
The default for NR_FILES of 8192 is far too low for many workloads. This patch does dynamic sizing for it instead. It assumes file+inode+dentry are roughly 1K and will use upto 10% of the memory for it. Also removes two obsolete prototypes.
-
Andi Kleen authored
This patch speeds the bootmem freeing up a bit. Not particularly important, but helps on some slow simulators where the loop can chew up significant CPU time.
-
Andi Kleen authored
Hallo Linus, This is the slab name cleanup you originally requested when the reiserfs slab name too long boot bug was introduced. It replaces the static name limit for slab cache names with the requirement for the caller to supply a stable name. This version addresses all concerns that were given over earlier versions of the patch. As I do not feel very strongly about the slab cache name limit and you also do not seem to be interested in it and the original bug of reiserfs not booting anymore has been long fixed in your tree with the patch you originally rejected from me I will not resend this patch after this try. Patch against 2.5.4pre1. -Andi
-
Alexander Viro authored
Now that all FS_SINGLE filesystems are using ->get_sb(), FS_SINGLE can die.
-
Alexander Viro authored
devfs converted.
-
Alexander Viro authored
driverfs converted.
-
Alexander Viro authored
pcihpfs converted.
-
Alexander Viro authored
devpts converted.
-
Alexander Viro authored
Fix for idiotic typo in __get_sb_single().
-
Alexander Viro authored
converted fs/block_dev.c ("bdev") to ->get_sb. use get_sb_nodev() as helper.
-
Alexander Viro authored
converted ramfs/rootfs to ->get_sb(). Use get_sb_nodev() as helper.
-
Alexander Viro authored
converte usb to ->get_sb()
-
Alexander Viro authored
converte binfmt_misc to ->get_sb()
-