summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove empty files and do nto try to build them.kan2009-05-183-0/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.attilio2009-05-141-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-17/+12
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-161-2/+2
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-4/+0
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* Adapt to accmode_t changes.trasz2008-11-145-13/+13
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-282-6/+6
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-103-6/+7
* 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
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+1
* Remove VSVTX, VSGID and VSUID. This should be a no-op,trasz2008-09-101-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+0
* - Disallow XFS mounting in write mode. The write support never worked reallyattilio2008-07-212-5/+12
* Move the head of byte-level advisory lock list from thekib2008-04-161-3/+3
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-1/+1
* - Add real assertions to lockmgr locking primitives.attilio2008-02-131-4/+2
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-192-5/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-134-9/+9
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-104-8/+8
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Some times ago, vfs_getopts() was changed, so that it would set error tocognet2007-08-201-5/+5
* Bow to incomplete GCC 4. constant propagation optimizations andkan2007-05-3013-13/+17
* Change #include <machine/pcpu.h> to #include <sys/pcpu.h>rodrigc2007-04-011-1/+1
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-312-79/+20
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+5
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-11/+16
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+7
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-8/+11
* 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
* Restore changes to spinlock macros before merge.rodrigc2006-06-111-10/+8
* Remove debugging printfrodrigc2006-06-111-1/+0
* Temporarily disable log recovery until we fix panics.rodrigc2006-06-101-0/+5
* Logical OR the following flags into the va_mode field:rodrigc2006-06-101-9/+3
* Call g_vfs_close() if:rodrigc2006-06-101-2/+35
* Do not call vput() after we call VOP_UNLOCK().rodrigc2006-06-101-1/+1
* Change %llx to %jx in printf() to eliminate warnings on 64-bit platforms.rodrigc2006-06-091-1/+1
* Bring back changes in version 1.3 lost in previous commit.rodrigc2006-06-091-13/+1
* More changes due to latest XFS import.rodrigc2006-06-091-188/+267
* Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree.rodrigc2006-06-09138-17918/+14817
* Include "xfs_macros.h" to fix tinderbox build breakage.rodrigc2006-06-011-0/+1
* Cope with -Wundef. This means including xfs_macros.h early in a few moreimp2006-06-0113-19/+24
* Add support for "export" option, to allow NFS exportingrodrigc2006-05-261-5/+11
* Check for VFS_STATFS() failure in _xfs_mount() and abort the mountkeramida2006-05-051-2/+1
* Update a DB_SET to DB_FUNC I missed yesterday.jhb2006-03-081-1/+1
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
OpenPOWER on IntegriCloud