summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-1649/+0
* File flags handling fixes for ext2fs:jh2009-11-051-0/+4
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofkib2009-06-161-6/+4
* - Sync our copies of ext2fs Linux headers to current Linux versions.stas2009-06-031-1/+2
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-5/+5
* Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().kib2008-10-281-107/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-3/+1
* Move the head of byte-level advisory lock list from thekib2008-04-161-20/+0
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-9/+8
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+3
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-12/+6
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-2/+2
* Avoid checking for privileges if there is no need to.pjd2007-03-011-1/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+25
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-14/+30
* This is the style-fix for my previous commit. Sorry for the delay, Icracauer2005-12-291-7/+1
* Fix this:cracauer2005-10-281-2/+6
* Repair this:cracauer2005-07-091-0/+1
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-151-7/+7
* 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
OpenPOWER on IntegriCloud