Martin Diehl [Tue, 12 Feb 2002 14:55:33 +0000 (06:55 -0800)]
[PATCH] usb_set_interface: correct toggle reset
this is a patch to prevent usb_set_interface() from erroneously resetting
the toggles for all endpoints instead of only the affected ones from the
requested interface/altsetting. I've also added some missing parentheses
to related macros in usb.h as I prefered not to take special care for
nasty side-effects ;-)
Patch below was created against 2.4.18-pre9 (with some lines of offset it
applies to 2.5.4-pre5 as well).
Tested in multi-interface configuration to provide evidence it:
* correctly identifies the affected endpoints and resets the toggles
* doesn't touch endpoints from other interfaces
* provides correct handling of shared EP0
* solves an issue I had with 2.4.18-pre9 where setting one interface
occasionally caused transfers on other interface to hang due to lost
toggle synchronisation
Despite being a pure bugfix, well localized and (IMHO) pretty obviously
correct wrt. USB-spec, I'd like to suggest including this in early
2.4.19-pre. Just in case some existing driver would somehow workaround
the currently wrong behavior and might break with this fix. And it's
not very urgent right now, as we are probably close to 2.4.18-rc1.
Regards,
Martin
Vojtech Pavlik [Tue, 12 Feb 2002 14:48:06 +0000 (06:48 -0800)]
usb hid driver:
- patch to fix bug where urbs were freed too soon.
Vojtech Pavlik [Mon, 11 Feb 2002 15:32:56 +0000 (07:32 -0800)]
[PATCH] Update of USB input drivers to the latest versions
Now that the input core changes have made it into 2.5 I can finally
update the USB input drivers to their latest versions.
Here is a patch that does that.
In detail:
HID driver:
Fix a bug in descriptor parsing (array/variable),
namely visible with Logitech new joysticks and mice
Fix bugs in logical/physical min/max parsing
Fix bugs in exponent parsing
Remove workaround for low-speed devices with >8 byte
reports, fix this in a correct way (bigger irq
request)
Untangle some code (fetc_item())
Implement asynchronous input/output/feature report
reading and writing
Implement (hopefully) proper locking in the above
Implement support for devices with an output endpoint
Add some support functions for force feedback support
currently in development
Add entries to the debug dump code, including FF and
exponents
Add more mappings into the hid-input interface
Cleanups here and there
usbkbd driver:
Make LED URBS use GFP_ATOMIC, they'll be called from a
completion handler
Remove dependency on hid.h
usbmouse driver:
Just conversion to the new input core, minor cleanups
wacom driver:
Just conversion to the new input core.
Petko Manolov [Mon, 11 Feb 2002 15:32:49 +0000 (07:32 -0800)]
[PATCH] pegasus.h
this patch somehow didn't get applied to 2.5.4
so i resend it. It is pretty harmless - only
adds 3 more devices and 2 vendor ids into pegasus.h :-)
Petr Vandrovec [Mon, 11 Feb 2002 13:39:50 +0000 (05:39 -0800)]
[PATCH] 2.5.4-pre5 and ncpfs fill_super changes
* fs/ncpfs/inode.c: Return reasonable error codes instead of universal
-EINVAL. Remove printk() as reasonable code is returned.
Set maximum file size limit on ncpfs to 4GB-1.
* fs/ncpfs/sock.c: Return correct error code when send() fails.
Petr Vandrovec
Petr Vandrovec [Mon, 11 Feb 2002 13:39:46 +0000 (05:39 -0800)]
[PATCH] zisofs compilation error
* zisofs_cleanup cannot be __exit, as it is invoked from __init
section when register_filesystem() fails.
Petr Vandrovec
Linus Torvalds [Mon, 11 Feb 2002 13:34:27 +0000 (05:34 -0800)]
Merge bk://ppc.bkbits.net/for-linus-ppc
into home.transmeta.com:/home/torvalds/v2.5/linux
Paul Mackerras [Tue, 12 Feb 2002 09:26:28 +0000 (20:26 +1100)]
Update PPC for recent generic changes; in particular adapt to
having the thread_info struct at the base of the stack and
the task_struct elsewhere.
Paul Mackerras [Mon, 11 Feb 2002 22:56:01 +0000 (09:56 +1100)]
Merge quango.(none):/home/paulus/kernel/linux-2.5
into quango.(none):/home/paulus/kernel/linuxppc-2.5
Alexander Viro [Mon, 11 Feb 2002 13:26:50 +0000 (05:26 -0800)]
[PATCH] BKL-free ext2_get_block()
Linus, I've got the first of BKL-removal ext2 patches ready to
go. It removes BKL from ext2_get_block() and guts of ext2_truncate().
The only place where we hold BKL on these paths is in dquot.c - probably
can be easily dealt with, but threading quota is a separate story.
Inode metadata (pointers to blocks, both in inode itself and in
indirect blocks, preallocation data and allocation goal) are protected
by rwlock - EXT2_I(inode)->i_meta_lock.
Next steps will involve threading the group descriptors and bitmaps
handling - lock_super() uses in ext2 are going to die. However, that's
a separate story - let's do that step-by-step.
I suspect that patch below will take care of almost all BKL contention
from ext2 - we still have BKL held over directory operations, but for regular
files that's it.
Hans Reiser [Mon, 11 Feb 2002 13:15:52 +0000 (05:15 -0800)]
[PATCH] 08-truncate_update_mtime.diff
truncate now correctly sets mtime always. Before this fix, mtime was not
updated if truncated file was of zero length or if new filesize was bigger
then old.
Problem was noticed by Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
Hans Reiser [Mon, 11 Feb 2002 13:15:47 +0000 (05:15 -0800)]
[PATCH] 07-reiserfs-bitmap-journal-read-ahead.diff
Speed up reading of journal bitmaps. RAID users should notice significant
speedup when mounting reiserfs over self-rebuilding RAID arays.
Hans Reiser [Mon, 11 Feb 2002 13:15:43 +0000 (05:15 -0800)]
[PATCH] 06-kmalloc_cleanup.diff
Convert all the code to use reiserfs_{kmalloc,kfree}. Remove all extra
reiserfs_{kmalloc,kfree} overhead if CONFIG_REISERFS_CHECK is not set.
Hans Reiser [Mon, 11 Feb 2002 13:15:39 +0000 (05:15 -0800)]
[PATCH] 05-corrupt_items_checks.diff
Do not panic when encountered item of unknown type, just print a warning.
Hans Reiser [Mon, 11 Feb 2002 13:15:35 +0000 (05:15 -0800)]
[PATCH] 04-hash_autodetect_fix.diff
Correctly detect and print hash values, when manual hash detection is used.
Hans Reiser [Mon, 11 Feb 2002 13:15:30 +0000 (05:15 -0800)]
[PATCH] 03-savelink_dir_truncate.diff
Do not panic on incorrect savelink entries (truncate on directory).
Currently we suppose these can be created if switching between kernels
with and without savelinks support.
Hans Reiser [Mon, 11 Feb 2002 13:15:26 +0000 (05:15 -0800)]
[PATCH] 02-savelink_nospace_nowarning.diff
Do not print a warning if savelink was not created due to lack of space.
Hans Reiser [Mon, 11 Feb 2002 13:15:23 +0000 (05:15 -0800)]
[PATCH] 01-ioerrors-checks-2.diff
Make sure all reiserfs_find_entry users correctly understand IO_ERROR retval.
Richard Henderson [Mon, 11 Feb 2002 13:09:45 +0000 (05:09 -0800)]
[PATCH] discarded section problem
What should be happening with the references to the discarded .text.exit
section? I see a __devexit_p mentioned in Documentation/pci.txt, but it
hasn't been implemented except for down inside ieee1394.
In any case, I need something like the following in order to build with
pre-release binutils 2.12. If this sort of thing is acceptible I can
prepare a more comprehensive patch.
David Mosberger [Mon, 11 Feb 2002 13:09:41 +0000 (05:09 -0800)]
[PATCH] video console fix up
Here is the last patch for today: it enables writecombined mappings
for ia64 in fbmem.c and gets rid of an ugly ia64 simulator workaround
in vgacon.c which isn't needed anymore.
--david
David Mosberger [Mon, 11 Feb 2002 13:09:37 +0000 (05:09 -0800)]
[PATCH] fix for elf coredump deadlock
This patch fixes a deadlock condition in the elf core dump that shows
on ia64 because ELF_CORE_COPY_REGS() needs to access user space (to
get a hold of the backing store of the stacked registers). Marcelo
already accepted this into 2.4.17.
--david
David Mosberger [Mon, 11 Feb 2002 13:09:34 +0000 (05:09 -0800)]
[PATCH] dma64_addr_t fix ups
This patch fixes up two places whre dma64_addr_t is used incorrectly.
Note that pci_dev->dma_mask and the second argument to
blk_queue_bounce_limit() are both u64, so the old types clearly are
wrong (besides, dma64_addr_t is supposed to be used only with the
pci_dac_*() routines, as per DaveM's earlier mail).
--david
Rob Radez [Mon, 11 Feb 2002 13:09:30 +0000 (05:09 -0800)]
[PATCH] drivers/char/pcwd.c
This patch to drivers/char/pcwd.c against 2.5.4 does two things:
a) Makes one code snippet more consistent with the rest of the code, and
b) Makes it possible for this code to actually work
Nearly the same patch against 2.4 was reviewed by Alan, and, well, the
maintainer seems to have disappeared. It's also looking like no one uses
this driver much either.
Regards,
Rob Radez
David Mosberger [Mon, 11 Feb 2002 13:09:26 +0000 (05:09 -0800)]
[PATCH] updated version of VM_DATA_DEFAULT_FLAGS patch
Here is the latest version of the VM_DATA_DEFAULT_FLAGS patch
(relative to 2.5.4).
--david
Linus Torvalds [Mon, 11 Feb 2002 13:03:47 +0000 (05:03 -0800)]
Merge bk://are.twiddle.net:8080/linux-alpha-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Linus Torvalds [Mon, 11 Feb 2002 13:03:04 +0000 (05:03 -0800)]
Merge http://linuxusb.bkbits.net/linus-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Linus Torvalds [Mon, 11 Feb 2002 13:01:48 +0000 (05:01 -0800)]
Merge master.kernel.org:/home/mingo/BK/linux-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Ingo Molnar [Mon, 11 Feb 2002 21:47:52 +0000 (22:47 +0100)]
merge to the -K3 scheduler.
Jens Axboe [Mon, 11 Feb 2002 13:38:30 +0000 (14:38 +0100)]
Remove nr_sectors from bio_end_io end I/O callback. It was a relic
from when completion was potentially called more than once to indicate
partial end I/O. These days bio->bi_end_io is _only_ called when I/O
has completed on the entire bio.
Alexander Viro [Mon, 11 Feb 2002 12:43:33 +0000 (04:43 -0800)]
[PATCH] (2.5.4) death of ->i_zombie
Rediffed to 2.5.4, documentation added. This variant grabs
->s_vfs_rename_sem only for cross-directory renames.
Robert Love [Mon, 11 Feb 2002 12:41:33 +0000 (04:41 -0800)]
[PATCH] Optimized UP preempt fix
I previously sent a patch by Mikael Pettersson to fix the UP+preempt
problem. It seems from your BK repository you have not yet merged it;
if so, this patch takes a different approach which is optimal, removing
the unneeded conditional altogether in the UP case. I have verified UP
and SMP are now correct. Patch is against 2.5.4, please apply.
Robert Love
Linus Torvalds [Mon, 11 Feb 2002 12:37:37 +0000 (04:37 -0800)]
Merged
Stephen Rothwell [Mon, 11 Feb 2002 12:32:46 +0000 (04:32 -0800)]
[PATCH] 2.5.4-pre6 apm compile fix
Here is the patch against 2.5.4. I have compiled this patch under
2.5.3, so it should still be OK.
This patch just resyncs the driver with 2.4.18-pre (which is what is
being testd by others). The only outstanding known problem is some
very strange interaction with VMWARE. But otherwise people seem
happy with the changes.
Original announcement to Dave Jones and Marcelo:
Update a couple of email addresses
Fix the idle handling (this is an improved version of the fix
that Alan Cox has in his -ac tree)
Notify user mode of suspend events before drivers (fix)
Make the idling percentage boot time configurable
Rename kapm-idled to kapmd
Credit to Andreas Steinmetz, Russell King, Thomas Hood and me.
More small updates to come.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
Linus Torvalds [Mon, 11 Feb 2002 12:24:18 +0000 (04:24 -0800)]
Merge http://gkernel.bkbits.net/alpha-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Jeff Garzik [Mon, 11 Feb 2002 16:27:43 +0000 (11:27 -0500)]
Add a couple #includes to fix the alpha build.
Jens Axboe [Mon, 11 Feb 2002 11:15:42 +0000 (12:15 +0100)]
thread_saved_pc fix from akpm
Jens Axboe [Mon, 11 Feb 2002 10:44:06 +0000 (11:44 +0100)]
Small batch of IDE code cleanups from Pavel Machek
Jens Axboe [Mon, 11 Feb 2002 10:40:31 +0000 (11:40 +0100)]
change cciss driver version number. Applies to 2.5.4-pre3
-- steve.cameron@compaq.com
Jens Axboe [Mon, 11 Feb 2002 10:40:07 +0000 (11:40 +0100)]
Make cciss driver contribute to entropy pool.
Applies to 2.5.4-pre3
-- steve.cameron@compaq.com
Jens Axboe [Mon, 11 Feb 2002 10:39:44 +0000 (11:39 +0100)]
Replace calls to suser() with capable(). Move those checks to be
as late as possible to avoid accounting overcharging processes with
privilege usage. Applies to 2.5.4-pre3
-- steve.cameron@compaq.com
Jens Axboe [Mon, 11 Feb 2002 10:39:04 +0000 (11:39 +0100)]
Replace awful schedule_timeout polling code with
completions. Applies to 2.5.4-pre3
-- steve.cameron@compaq.com
Jens Axboe [Mon, 11 Feb 2002 10:38:04 +0000 (11:38 +0100)]
Fix for cciss driver where I had passed the wrong
first parameter to grok_partitions in the ioctl for
registering a new disk.
Jens Axboe [Mon, 11 Feb 2002 10:36:35 +0000 (11:36 +0100)]
add more build config files to ignore list
Jens Axboe [Mon, 11 Feb 2002 10:35:01 +0000 (11:35 +0100)]
setup_str[] only used in modular builds.
Jens Axboe [Mon, 11 Feb 2002 10:33:09 +0000 (11:33 +0100)]
This patch fixes a bug that appears when you have more than 16 physical
LUNs attached to a cciss controller, and a tape drive is beyond the 16th
LUN. In such a case, the tape drive would not be accessible without this
patch. Applies to 2.5.4-pre3. -- steve.cameron@compaq.com
Paul Mackerras [Mon, 11 Feb 2002 09:41:44 +0000 (20:41 +1100)]
Import arch/ppc and include/asm-ppc changes from linuxppc_2_5 tree
Richard Henderson [Mon, 11 Feb 2002 06:45:52 +0000 (22:45 -0800)]
Update Alpha SMP for the new scheduler and preempt api change.
Jeff Garzik [Mon, 11 Feb 2002 06:30:43 +0000 (01:30 -0500)]
Merge
Greg Kroah-Hartman [Mon, 11 Feb 2002 05:55:54 +0000 (21:55 -0800)]
removed 'typedef' from the kl5kusb105 usb-serial driver.
Greg Kroah-Hartman [Mon, 11 Feb 2002 05:55:23 +0000 (21:55 -0800)]
removed 'typedef' from the Keyspan usb-serial drivers.
Greg Kroah-Hartman [Mon, 11 Feb 2002 05:54:53 +0000 (21:54 -0800)]
removed 'typedef' from the IO Networks Edgeport usb-serial driver.
Greg Kroah-Hartman [Mon, 11 Feb 2002 05:54:20 +0000 (21:54 -0800)]
removed 'typedef' from the ftdi_sio usb-serial driver.
Greg Kroah-Hartman [Mon, 11 Feb 2002 05:53:29 +0000 (21:53 -0800)]
removed 'typedef' from the Digi Acceleport usb-serial driver.
Greg Kroah-Hartman [Mon, 11 Feb 2002 05:52:50 +0000 (21:52 -0800)]
patch by Simon Evans <spse@secret.org.uk> that adds a Konica USB webcam driver
Greg Kroah-Hartman [Mon, 11 Feb 2002 05:52:10 +0000 (21:52 -0800)]
patch from David Probnell, updating the USB error-codes.txt file
Greg Kroah-Hartman [Mon, 11 Feb 2002 05:51:32 +0000 (21:51 -0800)]
patch from Peter Osterlund <petero2@telia.com> to fix usb-storage debug code
compile problem.
Linus Torvalds [Mon, 11 Feb 2002 03:09:28 +0000 (19:09 -0800)]
Merge
Linus Torvalds [Mon, 11 Feb 2002 02:58:36 +0000 (18:58 -0800)]
Merge kernel.org:/home/axboe/linus-merge-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Jens Axboe [Mon, 11 Feb 2002 15:05:59 +0000 (16:05 +0100)]
bio_endio doesn't take nr_sectors argument anymore.
Linus Torvalds [Mon, 11 Feb 2002 02:40:32 +0000 (18:40 -0800)]
Merge penguin:v2.5/linux
into home.transmeta.com:/home/torvalds/v2.5/linux
Linus Torvalds [Mon, 11 Feb 2002 00:53:09 +0000 (16:53 -0800)]
Merge master.kernel.org:/home/davem/BK/davem-2.5
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
Richard Henderson [Sun, 10 Feb 2002 23:37:45 +0000 (15:37 -0800)]
Fixes for premature thread_info changeset.
Minor warning removal.
Richard Henderson [Sun, 10 Feb 2002 21:42:53 +0000 (13:42 -0800)]
Update Alpha UP for thread_info and scheduler changes.
David S. Miller [Sun, 10 Feb 2002 15:27:01 +0000 (07:27 -0800)]
Add writev support to TUN driver.
From Eddie C. Dost
David S. Miller [Sun, 10 Feb 2002 15:24:13 +0000 (07:24 -0800)]
Netfilter bugfixes from Harald and Paul Russell.
David S. Miller [Sun, 10 Feb 2002 15:08:02 +0000 (07:08 -0800)]
Split protocol specific information out from struct sock.
Work done by Arnaldo Carvalho de Melo.
David S. Miller [Sun, 10 Feb 2002 14:32:15 +0000 (06:32 -0800)]
Clean up sparc64 build.
Linus Torvalds [Sun, 10 Feb 2002 12:39:28 +0000 (04:39 -0800)]
Remove warning in /proc inode conversions.
Linus Torvalds [Sun, 10 Feb 2002 11:24:03 +0000 (03:24 -0800)]
update version
Udo A. Steinberg [Sun, 10 Feb 2002 10:45:52 +0000 (02:45 -0800)]
[PATCH] 2.5.4-pre6 compile fix for i386/kernel/signal.c
Fixe a compiler warning in signal.c due to a missing prototype for
"do_coredump".
Udo A. Steinberg [Sun, 10 Feb 2002 10:45:47 +0000 (02:45 -0800)]
[PATCH] 2.5.4-pre6 apm compile fix
Make apm compile properly and without warnings.
Linus Torvalds [Sun, 10 Feb 2002 09:49:24 +0000 (01:49 -0800)]
Merge master.kernel.org:/home/davem/BK/davem-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Linus Torvalds [Sun, 10 Feb 2002 09:33:31 +0000 (01:33 -0800)]
Merge penguin:v2.5/linux
into home.transmeta.com:/home/torvalds/v2.5/linux
Dave Jones [Sun, 10 Feb 2002 08:44:58 +0000 (00:44 -0800)]
[PATCH] check copy_from_user return codes in serial drivers.
forward-ported from 2.4
Robert Love [Sun, 10 Feb 2002 07:46:03 +0000 (23:46 -0800)]
[PATCH] preempt-kernel on UP compile fix
A recent scheduler change looks to of affected this, and I missed it
since I did my last testing on SMP only. Please, apply.
Robert Love
Robert Love [Sun, 10 Feb 2002 04:59:32 +0000 (20:59 -0800)]
[PATCH] preemptible kernel documentation, etc
Linus,
The attached patch adds a Documentation/preempt-locking.txt file which
describes the new locking rules wrt preemptive kernels (ie, watch
per-CPU data, etc). It also updates a CREDITS entry and adds some
comments.
Patch is against 2.5.4-pre5, please apply.
Robert Love
Robert Love [Sun, 10 Feb 2002 04:58:05 +0000 (20:58 -0800)]
[PATCH] yet another lseek fix
Another lseek fix, spotted by Dave Hansen @ IBM. Missing a
corresponding lock_kernel for an unlock_kernel. Patch against
2.5.4-pre5, please apply. Thanks,
Robert Love
Linus Torvalds [Sun, 10 Feb 2002 04:48:39 +0000 (20:48 -0800)]
Automerge
Kai Germaschewski [Sun, 10 Feb 2002 16:55:34 +0000 (17:55 +0100)]
Merge vaio.(none):/home/kai/kernel/linux-2.5.isdn.link_order
into vaio.(none):/home/kai/kernel/linux-2.5.isdn
Kai Germaschewski [Sun, 10 Feb 2002 16:54:15 +0000 (17:54 +0100)]
Link ISDN after USB. Otherwise, when builtin, the ST5481 USB ISDN
adapter driver initializes before the USB layer -> Oops
Kai Germaschewski [Sun, 10 Feb 2002 16:46:09 +0000 (17:46 +0100)]
rename built-in ISDN object to vmlinux-obj.o
(was isdn.a before, but there's no need to use an archive here)
Kai Germaschewski [Sun, 10 Feb 2002 16:38:43 +0000 (17:38 +0100)]
add missing "\n" in printk statements.
Kai Germaschewski [Sun, 10 Feb 2002 16:37:03 +0000 (17:37 +0100)]
remove CONFIG_ISDN entries from arch/Config.help - The real entry is
in drivers/isdn/Config.help
Jeff Garzik [Sun, 10 Feb 2002 04:42:19 +0000 (20:42 -0800)]
Merge hostme.bitkeeper.com:/ua/repos/g/gkernel/linus-2.5
into hostme.bitkeeper.com:/ua/repos/g/gkernel/alpha-2.5
Linus Torvalds [Sun, 10 Feb 2002 04:35:40 +0000 (20:35 -0800)]
Automerge
Jeff Garzik [Sat, 9 Feb 2002 21:43:15 +0000 (16:43 -0500)]
Update alpha defconfig to the options available in 2.5.4-pre5.
Jeff Garzik [Sat, 9 Feb 2002 21:13:46 +0000 (16:13 -0500)]
Merge http://gkernel.bkbits.net/net-drivers-2.5
into rum.normnet.org:/spare/vanilla/net-drivers-2.5
Jeff Garzik [Sat, 9 Feb 2002 21:03:34 +0000 (16:03 -0500)]
Merge rum.normnet.org:/spare/vanilla/linus-2.5
into rum.normnet.org:/spare/vanilla/net-drivers-2.5
David S. Miller [Sat, 9 Feb 2002 20:58:07 +0000 (12:58 -0800)]
Clean up sparc64 build
James Bottomley [Sat, 9 Feb 2002 16:23:57 +0000 (11:23 -0500)]
Various bugfixes to sync with 2.4 version:
- Fix bug in scripts that was causing CDRW hang
- add sense buffer length initialisation
- update lasi700 to new driver model and fix rmmod hang
- add correct MCA reporting to D700 driver
David S. Miller [Sat, 9 Feb 2002 16:07:33 +0000 (08:07 -0800)]
Add CONFIG_PREEMPTION.
David S. Miller [Sat, 9 Feb 2002 16:03:53 +0000 (08:03 -0800)]
Sparc64 preemption support.
Jeff Garzik [Sat, 9 Feb 2002 15:11:54 +0000 (07:11 -0800)]
Merge http://gkernel.bkbits.net/linus-2.5
into hostme.bitkeeper.com:/ua/repos/g/gkernel/net-drivers-2.5
David S. Miller [Sat, 9 Feb 2002 14:53:50 +0000 (06:53 -0800)]
Build fixes for sparc64 outside of sparc64 specific files.
David S. Miller [Sat, 9 Feb 2002 14:45:28 +0000 (06:45 -0800)]
Sparc64 thread_info implementation.
Alexander Viro [Sat, 9 Feb 2002 14:19:23 +0000 (06:19 -0800)]
[PATCH] ->s_id cleanups
Patch converts a bunch of places that hadn't been caught when
->s_id was introduced. Please, apply.
Alexander Viro [Sat, 9 Feb 2002 14:18:13 +0000 (06:18 -0800)]
[PATCH] affs cleanup
affs digs in blk_size[] to find the size of device (it
has its analog of superblock living in the middle of disk). That
information is available in ->s_bdev->bd_inode->i_size - no need
to mess with major/minor/arrays to get it.
Alexander Viro [Sat, 9 Feb 2002 14:18:08 +0000 (06:18 -0800)]
[PATCH] /proc/modules cleanup (seq_file, again)
/proc/modules switched to use of seq_file, cleaned up.
Alexander Viro [Sat, 9 Feb 2002 14:18:05 +0000 (06:18 -0800)]
[PATCH] /proc/slabinfo cleanup (seq_...)
Straightforward rewrite to seq_file.
Alexander Viro [Sat, 9 Feb 2002 14:18:01 +0000 (06:18 -0800)]
[PATCH] fix for typo in ext2_new_inode()
Please, apply. Otherwise we eat quota like there's no tomorrow ;-/