summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect XFS bits which are now already completely disconnectedattilio2013-03-021-1680/+0
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-2/+0
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-10/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* 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-2/+2
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-1/+0
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-201-6/+0
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+0
* Move the head of byte-level advisory lock list from thekib2008-04-161-3/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-5/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-5/+5
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+16
* Implement vnode operations for setting and removing extended attributes.rodrigc2006-06-111-1/+95
* Restore routines for getting and listing extended attributes whichrodrigc2006-06-111-0/+124
* Logical OR the following flags into the va_mode field:rodrigc2006-06-101-9/+3
* Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree.rodrigc2006-06-091-158/+198
* Initial import of read-only support for SGI's XFS filesystem.rodrigc2005-12-121-0/+1431
OpenPOWER on IntegriCloud