summaryrefslogtreecommitdiffstats
path: root/fs/efs
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.3.Ralf Baechle2001-04-051-0/+2
| | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels.
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-102-3/+4
| | | | Makefiles.
* Merge with 2.4.0-test11.Ralf Baechle2000-11-282-4/+1
|
* Merge with 2.4.0-test7.Ralf Baechle2000-08-281-1/+1
|
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-081-0/+4
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-6/+0
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-122-3/+3
|
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-281-0/+1
|
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-191-15/+8
|
* Merge with Linux 2.3.51.Ralf Baechle2000-03-131-27/+13
|
* Merge with 2.3.48.Ralf Baechle2000-03-024-33/+9
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-234-62/+21
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.40.Ralf Baechle2000-02-161-2/+2
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-053-12/+2
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-043-88/+34
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-1/+1
|
* Merge with Linux 2.3.9.Ralf Baechle1999-07-053-32/+68
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-173-1/+3
| | | | have a MIPS box at hand.
* EFS updated to 1.0b. See http://aeschi.ch.eu.org/efs/HISTORYAl Smith1999-05-272-1/+12
|
* Final changes for release 1.0 of efs.Al Smith1999-05-026-46/+50
|
* Found a buffer that wasn't being brelse()d in efs_read_superAl Smith1999-04-181-19/+10
| | | | (noted by Matthew Wilcox <willy@bofh.ai>).
* Minor bug fixes.Al Smith1999-04-173-18/+10
|
* bug fixes: block/char devices fixed (NB: IRIX uses 32-bit wide dev_t,Al Smith1999-04-134-24/+28
| | | | | | | | linux only has 16-bit wide dev_t. this is apparently going to change in linux-2.3 but for now we can't handle devices with major or minor numbers > 255. handling of empty directory slots has been fixed.
* Updated efs files to bring up-to-date with development version 0.97e.Al Smith1999-04-126-250/+299
|
* Updated efs support to revision 0.97.Al Smith1999-03-317-127/+173
|
* Al Smith's new EFS code, which seems to work and things (missed one)Mike Shaver1999-03-251-0/+232
|
* Al Smith's new EFS code, which seems to work and thingsMike Shaver1999-03-256-744/+515
|
* updated debugging code, still some really weird inode stuffMike Shaver1999-01-224-46/+60
|
* EFS mark II. Incomplete, but much cleaner.Mike Shaver1999-01-186-1014/+706
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-255-361/+339
| | | | | o New Newport console code. o New G364 console code.
* some fixes and streamlining of code; indirect extents still don't work right =(Mike Shaver1998-05-275-258/+235
|
* Some (incomplete) EFS fixes: can now walk directory trees, follow symlinksMike Shaver1998-05-234-87/+132
| | | | | | | and read files that don't have indirect extents. Unmounting the EFS partition causes hangs (deadlock with the locking of the superblock, I think), and it's nothing resembling fast or clean code. That's for tomorrow.
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-171-0/+1
| | | | | | | o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
* More compilation fixes.Ralf Baechle1997-12-021-1/+1
|
* More bits merged back.Ralf Baechle1997-12-021-0/+1
|
* namei.c: - Support symlinks correctly.Mike Shaver1997-09-165-160/+169
| | | | | | | | inode.c: - Formatting, minor change to start supporting indirect extents. dir.c: - Prevent access to an indirect directory from hosing the system. *.h: - Add forgotten include files.
* EFS integration (read-only, slight problem with symlinks).Mike Shaver1997-09-166-0/+1142