summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Implement simpler panics for VOP_{read,write} on fifos.phk2004-12-141-55/+2
* Revert previous commit. The null-pointer function call (a dereferencemarcel2004-12-111-4/+4
* Convert to nmount. Add omount compat code.phk2004-12-061-10/+13
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-7/+0
* Fix null-pointer indirect function calls introduced in the previousmarcel2004-12-051-4/+4
* Remove #if 0'ed rootfs mounting code.phk2004-12-041-58/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-67/+56
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-26/+26
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Get even closer to not crashing ext2fsphk2004-11-062-2/+1
* Get closer to unbreaking ext2fsphk2004-11-061-0/+2
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-061-1/+0
* Move EXT2FS to GEOM backing instead of DEVFS.phk2004-10-294-50/+57
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-281-4/+3
* Eliminate unnecessary KASSERTs.phk2004-10-272-4/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-252-3/+4
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-242-2/+2
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-221-1/+1
* Desupport device nodes on EXT2 filesystems.phk2004-09-273-119/+12
* Give cluster_write() an explicit vnode argument.phk2004-09-271-1/+1
* Create simple function init_va_filerev() for initializing a va_filerevphk2004-09-071-24/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-8/+5
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-5/+5
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-1/+2
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-5/+5
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+3
* Update for the KDB framework:marcel2004-07-101-5/+3
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-14/+2
* Fixed misformatting of code and breaking of a comment in previous commit.bde2004-06-201-2/+2
* Fixed misformatting in previous commit.bde2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-165-11/+11
* Remove advertising clause from University of California Regent'simp2004-04-0714-56/+0
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-111-4/+4
* Remove unused mnt_reservedvnlist field.phk2004-03-111-1/+0
* Remove unused second arg to vfinddev().phk2004-03-111-1/+3
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();tjr2004-02-194-16/+11
* Add partial support for large (>4GB) files on ext2 filesystems. Thistjr2004-02-183-1/+16
* Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and ofbde2004-02-151-7/+6
* Removed support for the unsupported option READONLY. It just forcedbde2004-02-151-4/+0
* MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lockbde2004-02-131-4/+10
* Fixed longstanding brokenness of inode updates. The waitfor flag wasbde2004-02-131-4/+0
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesbde2004-02-121-12/+13
* Locking for the per-process resource limits structure.jhb2004-02-041-7/+7
* Copy workaround from FFS: open device for write access even iftjr2004-01-241-0/+19
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-191-3/+3
* Fixed a reference to a nonexistent variable in previous commit. Renamingbde2003-11-051-9/+8
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-051-11/+11
* Remove alpha-bitops.h now that it's unused. It's in the attic ifmarcel2003-11-031-255/+0
* Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameterkan2003-11-031-2/+4
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-1/+2
OpenPOWER on IntegriCloud