- 23 Jun, 2003 1 commit
-
-
Stephen Lord authored
[XFS] the intializers for the /proc interface to xfs got out of order, and we are syncing 1000 times faster than we are supposed to! SGI Modid: 2.5.x-xfs:slinx:151712a
-
- 19 Jun, 2003 25 commits
-
-
Charles Fumuso authored
converted to a realtime file. SGI Modid: 2.5.x-xfs:slinx:150953a
-
Stephen Lord authored
dirty, and the same inode being reallocated and reused by create. The unlock_new_inode and mark_inode_dirty manage to corrupt the i_state flags and end up leaving I_LOCK|I_NEW set. SGI Modid: 2.5.x-xfs:slinx:151120a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:151423a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:151428a
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:151226a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:143601a
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:148936a
-
Stephen Lord authored
reclaimed and removed from memory by one thread while another thread is attempting to reuse the inode and bring it back to life. There was a window between the iget starting to reuse the inode and the reclaim starting. Close the window by marking the inode as being reused under the hash lock, and by abandoning the reclaim if this is detected when it obtains the hash lock. SGI Modid: 2.5.x-xfs:slinx:151123a
-
Stephen Lord authored
sleeps (which it might), this is not the right place for it to be. There is also no reason for it to be under a spinlock. SGI Modid: 2.5.x-xfs:slinx:151032a
-
Stephen Lord authored
they ended up the same somehow. SGI Modid: 2.5.x-xfs:slinx:151227a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:151422a
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:150782a
-
Stephen Lord authored
as some code paths can actually do this and handle the result. SGI Modid: 2.5.x-xfs:slinx:150747a
-
Stephen Lord authored
out dummy log records to clear the log as these actually have the effect of dirtying it in a readonly unmount. SGI Modid: 2.5.x-xfs:slinx:150738a
-
Stephen Lord authored
right now size shows up as zero which is wrong. SGI Modid: 2.5.x-xfs:slinx:150334a
-
Stephen Lord authored
mount update could have returned either sign, and statfs was just wrong. SGI Modid: 2.5.x-xfs:slinx:150137a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:150122a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:150093a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:149646a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:149574a
-
Stephen Lord authored
than delayed write. SGI Modid: 2.5.x-xfs:slinx:149418a
-
Glen Overby authored
for log space, we give at least one thread a chance to flush metadata and free more log space. SGI Modid: 2.5.x-xfs:slinx:149321a6
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:148423a
-
Glen Overby authored
build. SGI Modid: 2.5.x-xfs:slinx:148158a
-
Felix Blyakher authored
whenever ATTR_KERNOVAL flag is used. SGI Modid: 2.5.x-xfs:slinx:147567a
-
- 18 Jun, 2003 12 commits
-
-
David Mosberger authored
This adds a separate SERIAL_8250_ACPI config option and makes the 8250_acpi.c code dependent on ACPI_BUS (since acpi_bus_register_driver() is a prerequisite).
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Arnaldo Carvalho de Melo authored
I don't understand what was on the mind of Procom programmers, why do all this inverted logic? Its plain confusing, revert it. Thanks to DaveM for asking if the logic was inverted, I should have killed this weird stuff a long time ago :-\
-
Jon Grimm authored
-
Arnaldo Carvalho de Melo authored
With this we make it easier to write correct network families as less details need to be taken into account, as well in the current state we make the non-refcounting protocols (the ones still keeping deliver_to_old_ones in the tree) suck less. 8) Left a WARN_ON in sk_del_node_init for a while, so that we can catch cases where we're using __sock_put on a struct sock that has refcnt == 1, which is not the case for all the ones I tested.
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Chas Williams authored
-
Jeff Smith authored
-
David Stevens authored
-
David S. Miller authored
-
bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 19 Jun, 2003 2 commits
-
-
Russell King authored
SECURITY_INIT doesn't work when it is placed inside an output section. Use our own version instead.
-
Russell King authored
All current CPUs of ARMv5 or later can have ECC memory and can support write allocations.
-