Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 2.3.48. | Ralf Baechle | 2000-03-02 | 1 | -11/+3 |
| | |||||
* | Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c | Ralf Baechle | 2000-02-23 | 1 | -1/+17 |
| | | | | driver due to the Origin A64 hacks. | ||||
* | Merge with Linux 2.3.40. | Ralf Baechle | 2000-02-16 | 1 | -2/+2 |
| | |||||
* | Merge with Linux 2.3.38. | Ralf Baechle | 2000-02-05 | 1 | -8/+2 |
| | |||||
* | Final changes for release 1.0 of efs. | Al Smith | 1999-05-02 | 1 | -15/+16 |
| | |||||
* | Minor bug fixes. | Al Smith | 1999-04-17 | 1 | -6/+6 |
| | |||||
* | bug fixes: block/char devices fixed (NB: IRIX uses 32-bit wide dev_t, | Al Smith | 1999-04-13 | 1 | -13/+21 |
| | | | | | | | | 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 Smith | 1999-04-12 | 1 | -118/+135 |
| | |||||
* | Updated efs support to revision 0.97. | Al Smith | 1999-03-31 | 1 | -28/+58 |
| | |||||
* | Al Smith's new EFS code, which seems to work and things | Mike Shaver | 1999-03-25 | 1 | -326/+223 |
| | |||||
* | updated debugging code, still some really weird inode stuff | Mike Shaver | 1999-01-22 | 1 | -36/+45 |
| | |||||
* | EFS mark II. Incomplete, but much cleaner. | Mike Shaver | 1999-01-18 | 1 | -450/+291 |
| | |||||
* | o Merge with Linux 2.1.116. | Ralf Baechle | 1998-08-25 | 1 | -200/+136 |
| | | | | | o New Newport console code. o New G364 console code. | ||||
* | some fixes and streamlining of code; indirect extents still don't work right =( | Mike Shaver | 1998-05-27 | 1 | -137/+196 |
| | |||||
* | Some (incomplete) EFS fixes: can now walk directory trees, follow symlinks | Mike Shaver | 1998-05-23 | 1 | -3/+8 |
| | | | | | | | 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. | ||||
* | More compilation fixes. | Ralf Baechle | 1997-12-02 | 1 | -1/+1 |
| | |||||
* | namei.c: - Support symlinks correctly. | Mike Shaver | 1997-09-16 | 1 | -2/+4 |
| | | | | | | | | 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 Shaver | 1997-09-16 | 1 | -0/+496 |