- 09 Aug, 2002 1 commit
-
-
Linus Torvalds authored
-
- 08 Aug, 2002 1 commit
-
-
Linus Torvalds authored
-
- 06 Aug, 2002 1 commit
-
-
bk://thebsh.namesys.com/bk/reiser3-linux-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 07 Aug, 2002 2 commits
-
-
Anton Altaparmakov authored
- Treat BUG_ON() as ASSERT() not VERIFY(), i.e. do not use side effects inside BUG_ON(). (Adam J. Richter) - Split logical OR expressions inside BUG_ON() into individual BUG_ON() calls for improved debugging. (Adam J. Richter) - Add errors flag to the ntfs volume state, accessed via NVol{,Set,Clear}Errors(vol). - Do not allow read-write remounts of read-only volumes with errors. - Clarify comment for ntfs file operation sendfile which was added by Christoph Hellwig a while ago (just using generic_file_sendfile()) to say that ntfs ->sendfile is only used for the case where the source data is on the ntfs partition and the destination is somewhere else, i.e. nothing we need to concern ourselves with.
-
Anton Altaparmakov authored
-
- 06 Aug, 2002 7 commits
-
-
Oleg Drokin authored
fix __FUNCTION__ usage, since its use as string literals is deprecated now.
-
Oleg Drokin authored
into angband.namesys.com:/home/green/bk_work/reiser3-linux-2.5
-
Anton Altaparmakov authored
-
Matthew Wilcox authored
- trivial: cache file->f_dentry->d_inode; saves a few bytes of compiled size. - move expand_stack inside ARCH_STACK_GROWSUP, add an alternate implementation for PA-RISC. - partially fix the comment (mmap_sem is held for READ, not for WRITE). It still doesn't make sense, saying we don't need to take the spinlock right before we take it. I expect one of the vm hackers will know what the right thing is.
-
Kai Germaschewski authored
-
Kai Germaschewski authored
Testing of course revealed some bugs introduced during the cleanups, so these are fixed here with a couple of other small bits, like improved debugging code.
-
Kai Germaschewski authored
-
- 05 Aug, 2002 13 commits
-
-
Oleg Drokin authored
into angband.namesys.com:/home/green/bk_work/reiser3-linux-2.5
-
bk://ldm.bkbits.net/linux-2.5-driverfsLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://ldm.bkbits.net/linux-2.5-driverfsPatrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-driverfs
-
Patrick Mochel authored
the ones that create the file.
-
bk://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Kleikamp authored
This is invoked by mount -remount,resize=<blocks>. See Documentation/filesystems/jfs.txt for more information.
-
Patrick Mochel authored
This brain fart is left over from some cleanup of these functions a _long_ time ago. We need to dput() the dentry, since we have an implicit count of one left over from the create function. Instead, we were dput() on the directory that it was in, which we didn't have a matching dget() for.
-
Dave Kleikamp authored
into kleikamp.austin.ibm.com:/home/shaggy/bk/resize-2.5
-
Dave Kleikamp authored
In order for JFS to be able to quiesce the current activity, while blocking new transactions, the locking needed some rework. New transactions are stopped in the functions txBegin or txBeginAnon, where the rdwrlock (IREAD_LOCK/IWRITE_LOCK) may be held. Dirty inodes may need to be committed while new transactions are blocked here, so another lock is introduced (commit_sem) which is taken after txBegin/txBeginAnon is called. This ensures that the proper serialization takes place, without the write_inode method needing to grab the rdwrlock. In addition, the use of IWRITE_LOCK and IREAD_LOCK has been removed from directory inodes. The serialization done by the VFS using i_sem is sufficient to avoid races. This patch removes JFS's dependency on down_write_trylock.
-
Dave Kleikamp authored
into kleikamp.austin.ibm.com:/home/shaggy/bk/jfs-2.5
-
http://gkernel.bkbits.net/janitor-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Anton Altaparmakov authored
- Massive internal locking changes to mft record locking. Fixes lock recursion and replaces the mrec_lock read/write semaphore with a mutex. Also removes the now superfluous mft_count. This fixes several race conditions and deadlocks, especially in the future write code. - Fix ntfs over loopback for compressed files by adding an optimization barrier. (gcc was screwing up otherwise ?) - Miscellaneous cleanups all over the code and a fix or two in error handling code paths. Thanks go to Christoph Hellwig for pointing out the following two: - Remove now unused function fs/ntfs/malloc.h::vmalloc_nofs(). - Fix ntfs_free() for ia64 and parisc by checking for VMALLOC_END, too.
-
- 04 Aug, 2002 15 commits
-
-
David S. Miller authored
-
Cory Watson authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Matthew Wilcox authored
-
Krzysztof Halasa authored
* fix spurious bad initializations * pound phy a la SMSC's app note on the subject
-
Owen Taylor authored
-
Aaron Baranoff authored
-
Adrian Bunk authored
-
Paul Vojta authored
occasional linker warnings/errors
-
Pavel Machek authored
-
antoine@ausone.whoknows authored
-
Michael Westermann authored
* when you hit a memory shortage, also drop the packets on-board * several KERN_xxx printk prefix corrections
-
Wilson Chen authored
-
Ingo Rohlfs authored
-