| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvs | cvs2svn | 2000-11-20 | 16 | -16/+16 |
| * | MFC (1.6: quick fix for not writing group descriptor group, inode | Bruce Evans | 2000-11-11 | 1 | -1/+2 |
| * | MFC (pass the correct inode number to VFS_VGET() for mknod()). | Bruce Evans | 2000-11-07 | 1 | -1/+3 |
| * | MFC (support filesystems with the not-so-new "sparse_superblocks" | Bruce Evans | 2000-11-05 | 4 | -15/+45 |
| * | MFC (1.25 fixed overruns of cookie buffer and directory buffer in | Bruce Evans | 2000-10-27 | 1 | -11/+22 |
| * | move $FreeBSD$ to the same place as -current | Peter Wemm | 2000-08-03 | 1 | -2/+1 |
| * | MFC: $FreeBSD$ | Peter Wemm | 2000-08-03 | 6 | -0/+9 |
| * | MFC sequential write detection heuristic. This extends the sequential | Matthew Dillon | 2000-04-26 | 1 | -1/+3 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 4 | -770/+0 |
| * | Don't forget to check for unsupported features when updating. It was | Bruce Evans | 2000-03-09 | 1 | -1/+4 |
| * | MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support). | Bruce Evans | 2000-03-03 | 2 | -12/+24 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -2/+2 |
| * | Support filesystems with the not-so-new "filetype" feature. This | Bruce Evans | 2000-01-05 | 1 | -66/+95 |
| * | Don't allow mounting (or mounting R/W) of filesystems with unsupported | Bruce Evans | 2000-01-02 | 2 | -19/+34 |
| * | Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. The | Bruce Evans | 2000-01-01 | 2 | -50/+172 |
| * | Merged cosmetic changes from the initial import on the vendor branch | Bruce Evans | 2000-01-01 | 1 | -62/+118 |
| * | Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h) | Bruce Evans | 2000-01-01 | 3 | -88/+72 |
| * | Updated/corrected the list of GPL'ed files. | Bruce Evans | 2000-01-01 | 1 | -0/+5 |
| * | This file is not used directly. The small parts of it that are used were | Bruce Evans | 2000-01-01 | 1 | -780/+0 |
| * | This file is not used directly. It was merged into ext2_linux_balloc.c | Bruce Evans | 2000-01-01 | 1 | -26/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r55289, | Bruce Evans | 2000-01-01 | 2 | -0/+806 |
| |\ |
|
| | * | Import the Linux ext2fs files that our GPL'ed ext2fs files seem to be | Bruce Evans | 2000-01-01 | 7 | -0/+2547 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 2 | -4/+4 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -0/+2 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 2 | -23/+3 |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -1/+1 |
| * | Fix __asm__ clobber list abuse. | David E. O'Brien | 1999-11-15 | 1 | -3/+5 |
| * | Remove WILLRELE from VOP_SYMLINK | Eivind Eklund | 1999-11-13 | 1 | -1/+2 |
| * | Remove WILLRELE from VOP_RENAME | Eivind Eklund | 1999-11-12 | 1 | -2/+7 |
| * | Next step in the device cleanup process. | Poul-Henning Kamp | 1999-11-09 | 1 | -1/+4 |
| * | Quick fix for breakage of ext2fs link counts as reported by stat(2) by | Bruce Evans | 1999-11-03 | 1 | -0/+1 |
| * | Newline-terminate the complaint message about not being able to find | Mike Smith | 1999-11-01 | 1 | -1/+1 |
| * | Remove the D_NOCLUSTER[RW] options which were added because vn had | Poul-Henning Kamp | 1999-09-30 | 1 | -14/+0 |
| * | Remove v_maxio from struct vnode. | Poul-Henning Kamp | 1999-09-29 | 1 | -2/+1 |
| * | More removals of vnode->v_lastr, replaced by preexisting seqcount | Matthew Dillon | 1999-09-20 | 1 | -2/+3 |
| * | Fix a harmless bug I introduced, simplify a bit more while here. | Poul-Henning Kamp | 1999-09-20 | 1 | -6/+4 |
| * | Step one of replacing devsw->d_maxio with si_bsize_max. | Poul-Henning Kamp | 1999-09-20 | 1 | -35/+4 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -7/+5 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -4/+4 |
| * | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | Poul-Henning Kamp | 1999-08-25 | 1 | -5/+1 |
| * | Oops, the previous commit was missing a new include. | Bruce Evans | 1999-08-23 | 1 | -0/+1 |
| * | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | Bruce Evans | 1999-08-23 | 1 | -1/+1 |
| * | Use devtoname() to print dev_t's instead of casting them to long or u_long | Bruce Evans | 1999-08-23 | 1 | -2/+2 |
| * | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 2 | -11/+11 |
| * | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 2 | -4/+1 |
| * | Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads. | Bruce Evans | 1999-07-25 | 1 | -2/+4 |
| * | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | Kirk McKusick | 1999-07-13 | 1 | -1/+2 |
| * | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 2 | -3/+2 |
| * | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | Kirk McKusick | 1999-06-16 | 1 | -4/+4 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -2/+1 |