summaryrefslogtreecommitdiffstats
path: root/sys/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix worst three kernel stack pigs in xfs by moving stack allocation ofbeck2005-08-043-35/+70
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-07-041-4/+0
* remove references of VOP_WHITEOUT from the kernel, okay millert@pedro2005-05-271-2/+0
* miscellaneous typo fixes:jfb2005-02-171-2/+2
* the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@todd2004-08-031-1/+1
* Make lf_advlock glue work for AFS so flock/fcntl lock requests will workbeck2004-05-281-23/+4
* use pool for namei pathbuf. testing ok millert@ tdeval@tedu2004-05-141-2/+4
* Set sensible value for mntfromname, to make 'mount' report thehin2004-02-191-1/+1
* clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC.beck2004-01-181-252/+58
* fix PR 3552 by removing ifdef cruftbeck2003-12-091-2/+0
* typos from Jonathon Gray;jmc2003-11-083-7/+7
* Implement a real xfs_devpoll() and don't rely on xfs_realselect().millert2003-10-061-5/+14
* fix xfs_devpoll so it works.beck2003-10-041-1/+1
* Missing xfs_devpoll proto. You would think with all that HAVE_FOOmillert2003-09-282-2/+3
* xfs_devpoll must not be static; found by beck@ compiling an XFS kernelmillert2003-09-281-1/+1
* select to pollmickey2003-09-261-1/+1
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-2/+2
* fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hbeck2003-09-081-18/+25
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-0/+4
* constify vfsops; tedu@ okmickey2003-08-141-1/+1
* Fix include stuff, unused variables and statics and other small things neededhin2003-08-126-6/+7
* For whatever reason, cvs cannot import a file that already exists, but ishin2003-08-121-0/+140
* fix GENERIC compilation.fgsch2003-08-122-1/+3
* Mergehin2003-08-1228-2041/+3142
* Import xfs from arla-current as of 5 Aug 2003.hin2003-08-122-3/+94
* kill some externs that are not there anymore and had left other places for a better void ages agomickey2003-07-241-3/+1
* File system locking fixups, mostly from NetBSD:art2003-01-311-4/+4
* inital -> initialnate2002-07-021-2/+2
* mergehin2002-06-0730-433/+951
* Import of xfs from arla-0.35.7hin2002-06-071-0/+103
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* First round of __P removal in sysmillert2002-03-141-8/+8
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* - every new fd created by falloc() is marked as larval and should not be usedart2001-10-261-1/+2
* no need to include both vm.h and vm_extern.hmickey2001-08-121-1/+1
* No more HAVE_VM_VM_OBJECT_Hart2001-07-051-1/+1
* no vnode_pager.hart2001-06-271-1/+1
* Remove old vm.art2001-06-271-2/+2
* Get rid of several unused vnode operationscsapuntz2001-06-231-8/+0
* use void * rather than caddr_t in xfs_mount to match change in mount.h.nate2001-02-212-4/+4
* Apparently Art did not even compile a kernel before commitingderaadt2000-09-121-1/+0
* New xfs from Arla between 0.34.2 and current in arla cvs.art2000-09-1129-1074/+2530
* $OpenBSD$todd2000-03-0326-26/+48
* update to use new checkexp vfs operationassar2000-02-073-18/+23
* remove superflous declaration of vnops, it's now in <sys/file.h>assar2000-02-011-2/+1
* use uvm_vnp_setsize when uvm (workaround)art1999-06-032-2/+14
* gc old filesart1999-04-306-3211/+0
* upgrade Arla to fresher code. Too many new features and bugfixes.art1999-04-3032-453/+7018
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-2/+2
* compile with -DDEBUGniklas1998-12-191-1/+3