aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
...
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-26/+26
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-3/+3
* Get even closer to not crashing ext2fsPoul-Henning Kamp2004-11-062-2/+1
* Get closer to unbreaking ext2fsPoul-Henning Kamp2004-11-061-0/+2
* Properly implement a default version of VOP_GETWRITEMOUNT.Poul-Henning Kamp2004-11-061-1/+0
* Move EXT2FS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-294-50/+57
* Reduce the locking activity by epsilon by checking VNON condition beforePoul-Henning Kamp2004-10-281-4/+3
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-272-4/+1
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-252-3/+4
* Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp2004-10-242-2/+2
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.Poul-Henning Kamp2004-10-221-1/+1
* Desupport device nodes on EXT2 filesystems.Poul-Henning Kamp2004-09-273-119/+12
* Give cluster_write() an explicit vnode argument.Poul-Henning Kamp2004-09-271-1/+1
* Create simple function init_va_filerev() for initializing a va_filerevPoul-Henning Kamp2004-09-071-24/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-8/+5
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-5/+5
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-1/+2
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-5/+5
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+3
* Update for the KDB framework:Marcel Moolenaar2004-07-101-5/+3
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-14/+2
* Fixed misformatting of code and breaking of a comment in previous commit.Bruce Evans2004-06-201-2/+2
* Fixed misformatting in previous commit.Bruce Evans2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-9/+9
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0713-52/+0
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-111-4/+4
* Remove unused mnt_reservedvnlist field.Poul-Henning Kamp2004-03-111-1/+0
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-111-1/+3
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();Tim J. Robbins2004-02-194-16/+11
* Add partial support for large (>4GB) files on ext2 filesystems. ThisTim J. Robbins2004-02-183-1/+16
* Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and ofBruce Evans2004-02-151-7/+6
* Removed support for the unsupported option READONLY. It just forcedBruce Evans2004-02-151-4/+0
* MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lockBruce Evans2004-02-131-4/+10
* Fixed longstanding brokenness of inode updates. The waitfor flag wasBruce Evans2004-02-131-4/+0
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesBruce Evans2004-02-121-12/+13
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-7/+7
* Copy workaround from FFS: open device for write access even ifTim J. Robbins2004-01-241-0/+19
* Spell magic '16' number as IO_SEQSHIFT.Alexander Kabaev2004-01-191-3/+3
* Fixed a reference to a nonexistent variable in previous commit. RenamingBruce Evans2003-11-051-9/+8
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-051-11/+11
* Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameterAlexander Kabaev2003-11-031-2/+4
* Take care not to call vput if thread used in corresponding vgetAlexander Kabaev2003-11-021-1/+2
* Temporarily undo parts of the stuct mount locking commit by jeff.Alexander Kabaev2003-11-011-2/+1
* Fix the alpha tinderbox. The alpha specific bitops used by the bitmapMarcel Moolenaar2003-10-292-6/+2
* DuH!Poul-Henning Kamp2003-10-183-3/+3
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()Poul-Henning Kamp2003-10-183-0/+3
* - File systems that wish to inspect the vnode contents or their privateJeff Roberson2003-10-051-0/+8
* - Don't cache_purge() in ext2_reclaim. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* - Don't use vrecycle() call vgonel() directly after grabing the vnodeJeff Roberson2003-10-041-4/+6
* - Clean-up comments that refer to the use of B_LOCKED.Jeff Roberson2003-08-282-3/+4