summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'simp2004-04-0713-52/+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
* 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
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-011-2/+1
* Fix the alpha tinderbox. The alpha specific bitops used by the bitmapmarcel2003-10-292-6/+2
* DuH!phk2003-10-183-3/+3
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-183-0/+3
* - File systems that wish to inspect the vnode contents or their privatejeff2003-10-051-0/+8
* - Don't cache_purge() in ext2_reclaim. vclean() does it for us sojeff2003-10-051-1/+0
* - Don't use vrecycle() call vgonel() directly after grabing the vnodejeff2003-10-041-4/+6
* - Clean-up comments that refer to the use of B_LOCKED.jeff2003-08-282-3/+4
* - In LCK_BUF() simply change the owner of the buf to the kernel.jeff2003-08-281-10/+2
* Change of plans: Add ext2_bitops.h with generic and portablemarcel2003-08-253-6/+116
* Add compilation support for extfs on ia64, primarily to support LINT.marcel2003-08-232-6/+10
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-25/+21
* - Lock the buf before clearing flags.jeff2003-03-131-1/+1
* - Add a new 'flags' parameter to getblk().jeff2003-03-044-8/+8
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-34/+33
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-2/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-1/+1
* Import Linux's linux/include/asm-sparc64/bitopts.h.obrien2003-02-231-0/+248
* Back out M_* changes, per decision of the TRB.imp2003-02-193-9/+9
* - Use the new vop_stdfsync instead of recreating our own.jeff2003-02-091-49/+3
* Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().phk2003-01-281-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-9/+9
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-9/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* MFufs 1.33:bde2002-10-181-1/+1
* Be consistent about functions being static.phk2002-10-161-16/+16
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-2/+0
OpenPOWER on IntegriCloud