summaryrefslogtreecommitdiffstats
path: root/include/linux/efs_fs.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-191-6/+0
|
* Merge with Linux 2.3.51.Ralf Baechle2000-03-131-1/+1
|
* Merge with 2.3.48.Ralf Baechle2000-03-021-1/+1
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-1/+1
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-171-1/+1
| | | | have a MIPS box at hand.
* EFS updated to 1.0b. See http://aeschi.ch.eu.org/efs/HISTORYAl Smith1999-05-271-1/+1
|
* Final changes for release 1.0 of efs.Al Smith1999-05-021-2/+2
|
* Found a buffer that wasn't being brelse()d in efs_read_superAl Smith1999-04-181-1/+1
| | | | (noted by Matthew Wilcox <willy@bofh.ai>).
* Minor bug fixes.Al Smith1999-04-171-1/+1
|
* bug fixes: block/char devices fixed (NB: IRIX uses 32-bit wide dev_t,Al Smith1999-04-131-1/+1
| | | | | | | | 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-121-35/+24
|
* Updated efs files for efs-0.97.Al Smith1999-03-311-0/+78
|
* new EFS headers (Al Smith rocks my world)Mike Shaver1999-03-251-221/+0
|
* EFS mark II. Incomplete, but much cleaner.Mike Shaver1999-01-181-23/+53
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-4/+2
| | | | | o New Newport console code. o New G364 console code.
* forgot to commit some headers for EFS structure changesMike Shaver1998-06-291-2/+2
|
* missed a header file changeMike Shaver1998-05-231-1/+3
|
* namei.c: - Support symlinks correctly.Mike Shaver1997-09-161-0/+191
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.