aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/xfs/FreeBSD
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect XFS bits which are now already completely disconnectedAttilio Rao2013-03-0252-10701/+0
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-092-5/+1
* Add VFCF_READONLY flag that indicates ntfs and xfs file systems areKevin Lo2012-09-121-1/+1
* Partially revert r239959, after actually fixing most of the clangDimitry Andric2012-09-023-6/+2
* Fix build:Xin LI2012-05-231-2/+2
* Remove fifo.h. The only used function declaration from the header isKonstantin Belousov2012-03-111-2/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Fix typo in unused function nameUlrich Spörlein2011-05-221-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+2
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-201-1/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-10/+2
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Fix the build by using proper format.Roman Divacky2009-06-251-1/+1
* Switch cmd argument of ioctl to u_long as elsewhere in the kernel.Roman Divacky2009-06-253-6/+6
* Fix r193923 by noting that type of a_fp is struct file *, not int.Konstantin Belousov2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argsKonstantin Belousov2009-06-101-1/+1
* Remove empty files and do nto try to build them.Alexander Kabaev2009-05-183-0/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.Attilio Rao2009-05-141-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-17/+12
* Fix two issues with bufdaemon, often causing the processes to hang inKonstantin Belousov2009-03-161-2/+2
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-4/+0
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-161-1/+1
* Adapt to accmode_t changes.Edward Tomasz Napierala2008-11-141-2/+2
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-282-6/+6
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-103-6/+7
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-1/+0
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tKonstantin Belousov2008-09-201-6/+0
* Make ddb command registration dynamic so modules can extendSam Leffler2008-09-151-1/+1
* Remove VSVTX, VSGID and VSUID. This should be a no-op,Edward Tomasz Napierala2008-09-101-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-2/+0
* - Disallow XFS mounting in write mode. The write support never worked reallyAttilio Rao2008-07-212-5/+12
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-161-3/+3
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-241-1/+1
* - Add real assertions to lockmgr locking primitives.Attilio Rao2008-02-131-4/+2
* - Introduce the function lockmgr_recursed() which returns true if theAttilio Rao2008-01-192-5/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-134-9/+9
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-104-8/+8
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Some times ago, vfs_getopts() was changed, so that it would set error toOlivier Houchard2007-08-201-5/+5
* Bow to incomplete GCC 4. constant propagation optimizations andAlexander Kabaev2007-05-303-4/+4
* Change #include <machine/pcpu.h> to #include <sys/pcpu.h>Craig Rodrigues2007-04-011-1/+1
* Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin2007-03-312-79/+20
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+5
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-11/+16
* Cylinder group bitmaps and blocks containing inode for a snapshotKonstantin Belousov2007-01-231-0/+7
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-8/+11
* Implement vnode operations for setting and removing extended attributes.Craig Rodrigues2006-06-111-1/+95
* Restore routines for getting and listing extended attributes whichCraig Rodrigues2006-06-111-0/+124
* Restore changes to spinlock macros before merge.Craig Rodrigues2006-06-111-10/+8