summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-2/+2
* Support filesystems with the not-so-new "filetype" feature. Thisbde2000-01-051-66/+95
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedbde2000-01-022-19/+34
* Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. Thebde2000-01-012-50/+172
* Merged cosmetic changes from the initial import on the vendor branchbde2000-01-011-62/+118
* Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)bde2000-01-013-88/+72
* Updated/corrected the list of GPL'ed files.bde2000-01-011-0/+5
* This file is not used directly. The small parts of it that are used werebde2000-01-011-780/+0
* This file is not used directly. It was merged into ext2_linux_balloc.cbde2000-01-011-26/+0
* This commit was generated by cvs2svn to compensate for changes in r55289,bde2000-01-012-0/+806
|\
| * Import the Linux ext2fs files that our GPL'ed ext2fs files seem to bebde2000-01-017-553/+1485
| * This commit was manufactured by cvs2svn to create branch 'LINUX'.cvs2svn1995-11-0516-5634/+0
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* | Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* | Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-152-23/+3
* | struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* | Fix __asm__ clobber list abuse.obrien1999-11-151-3/+5
* | Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-1/+2
* | Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+7
* | Next step in the device cleanup process.phk1999-11-091-1/+4
* | Quick fix for breakage of ext2fs link counts as reported by stat(2) bybde1999-11-031-0/+1
* | Newline-terminate the complaint message about not being able to findmsmith1999-11-011-1/+1
* | Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-14/+0
* | Remove v_maxio from struct vnode.phk1999-09-291-2/+1
* | More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-2/+3
* | Fix a harmless bug I introduced, simplify a bit more while here.phk1999-09-201-6/+4
* | Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-201-35/+4
* | Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-7/+5
* | $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-5/+1
* | Oops, the previous commit was missing a new include.bde1999-08-231-0/+1
* | Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-231-1/+1
* | Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-2/+2
* | The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-132-11/+11
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-082-4/+1
* | Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.bde1999-07-251-2/+4
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-131-1/+2
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-262-3/+2
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-4/+4
* | Simplify cdevsw registration.phk1999-05-311-2/+1
* | Fixed printing of a dev_t in a panic message. Fixed the function namebde1999-05-131-2/+2
* | Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* | I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-082-11/+11
* | Continue where Julian left off in July 1998:phk1999-05-072-11/+11
* | The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-1/+2
* | This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+1
* | Suser() simplification:phk1999-04-271-1/+1
* | Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-061-1/+2
* | Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatimp1999-03-021-0/+5
* | Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-251-0/+1
OpenPOWER on IntegriCloud