summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-151-1741/+0
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-1/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-161-5/+3
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.jeff2005-03-131-24/+4
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-271-2/+2
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+2
* 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
* Fix null-pointer indirect function calls introduced in the previousmarcel2004-12-051-4/+4
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-62/+51
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-26/+26
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-061-1/+0
* Move EXT2FS to GEOM backing instead of DEVFS.phk2004-10-291-4/+4
* Eliminate unnecessary KASSERTs.phk2004-10-271-2/+0
* Desupport device nodes on EXT2 filesystems.phk2004-09-271-116/+10
* 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
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-5/+5
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove unused second arg to vfinddev().phk2004-03-111-1/+3
* DuH!phk2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-181-0/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* - 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
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-9/+0
* Be consistent about functions being static.phk2002-10-161-16/+16
* - Lock access to the buf lists.jeff2002-09-251-10/+13
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-11/+4
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-4/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-3/+3
* vfs_syscalls.c:bde2002-09-101-51/+6
* In order to better support flexible and extensible access control,rwatson2002-08-151-5/+7
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-121-7/+8
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+6
* Use explicitly-sized types where necessary to make ext2fs work againiedowse2002-05-181-1/+1
* Remove register keyword.iedowse2002-05-161-10/+10
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-118/+996
* Fixed syntax errors (garbage after #endif; just editing errors in thisbde2002-05-131-4/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Repaired CSRG id. This file was not in Lite1; it was just cloned from abde2002-03-231-1/+1
* Remove __P.alfred2002-03-191-12/+12
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-1/+1
* KSE Milestone 2julian2001-09-121-22/+22
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
* Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 ofbde2000-11-041-1/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
OpenPOWER on IntegriCloud