summaryrefslogtreecommitdiffstats
path: root/sys/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@jj2009-06-0336-11331/+0
* physmem allocator: change the view of free memory from single free pagesariane2009-06-011-1/+1
* Don't use (type *)var as an lvalue in assigment, it's incorrect.grange2009-01-152-1/+4
* remove the vfc_mountroot member from vfsconf andthib2008-05-071-1/+0
* MALLOC/FREE -> malloc/freehshoexer2007-12-092-6/+4
* spelling fixes, from Martynas Venckus;jmc2007-11-251-1/+1
* MALLOC/FREE -> malloc/freechl2007-10-291-2/+1
* stop putting xfs (and only xfs) rcsid into the kernel; ok miodderaadt2007-10-282-4/+2
* A memset(,0,) -> M_ZERO change which also fixes a possible bug withkrw2007-10-081-2/+1
* More simple memset(,0,) -> M_ZERO changes. In this batch move tokrw2007-10-081-2/+1
* daddr64_t (in comments)deraadt2007-06-021-2/+2
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-10/+2
* back out vfs change - todd fries has seen afs issues, and I'm suspiciousbeck2007-05-301-17/+8
* make xfs use VT_XFS instead of VT_AFS when getting vnodesthib2007-05-292-2/+2
* Step one of some vnode improvements - change getnewvnode tobeck2007-05-291-8/+17
* avoid bypassing sys/queue.h in many places in the kernel.pyr2007-05-281-7/+1
* Remove the simplelock argument from vrecycle();thib2007-04-112-2/+2
* Remove the v_interlock simplelock from the vnode structure.thib2007-03-211-2/+2
* Retire VOP_LEASE(); It was a bit for NQNFS and hasthib2007-01-161-2/+0
* rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAITsturm2006-06-251-1/+1
* move vfs_busy() to rwlocks and properly hide the locking api from vfssturm2006-06-141-1/+1
* remove the simplelock argument from vfs_busy() which is currently notsturm2006-04-302-2/+8
* Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.pedro2006-01-091-2/+3
* No need for vfs_busy() and vfs_unbusy() to take a process pointerpedro2005-11-301-2/+2
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-1/+1
* Remove unnecessary lockmgr() archaism that was costing too much in termspedro2005-11-191-1/+1
* 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