summaryrefslogtreecommitdiff
path: root/sys/xfs
AgeCommit message (Expand)Author
2007-12-09MALLOC/FREE -> malloc/freeHans-Joerg Hoexer
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-10-29MALLOC/FREE -> malloc/freeCharles Longeau
2007-10-28stop putting xfs (and only xfs) rcsid into the kernel; ok miodTheo de Raadt
2007-10-08A memset(,0,) -> M_ZERO change which also fixes a possible bug withKenneth R Westerback
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
2007-06-02daddr64_t (in comments)Theo de Raadt
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt
2007-05-30back out vfs change - todd fries has seen afs issues, and I'm suspiciousBob Beck
2007-05-29make xfs use VT_XFS instead of VT_AFS when getting vnodesThordur I. Bjornsson
2007-05-29 Step one of some vnode improvements - change getnewvnode toBob Beck
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2007-04-11Remove the simplelock argument from vrecycle();Thordur I. Bjornsson
2007-03-21Remove the v_interlock simplelock from the vnode structure.Thordur I. Bjornsson
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2006-06-25rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAITNikolay Sturm
2006-06-14move vfs_busy() to rwlocks and properly hide the locking api from vfsNikolay Sturm
2006-04-30remove the simplelock argument from vfs_busy() which is currently notNikolay Sturm
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-08-04fix worst three kernel stack pigs in xfs by moving stack allocation ofBob Beck
2005-07-04Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-05-27remove references of VOP_WHITEOUT from the kernel, okay millert@Pedro Martelletto
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2004-05-28Make lf_advlock glue work for AFS so flock/fcntl lock requests will workBob Beck
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-02-19Set sensible value for mntfromname, to make 'mount' report theHans Insulander
2004-01-18clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC.Bob Beck
2003-12-09fix PR 3552 by removing ifdef cruftBob Beck
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-06Implement a real xfs_devpoll() and don't rely on xfs_realselect().Todd C. Miller
2003-10-04fix xfs_devpoll so it works.Bob Beck
2003-09-28Missing xfs_devpoll proto. You would think with all that HAVE_FOOTodd C. Miller
2003-09-28xfs_devpoll must not be static; found by beck@ compiling an XFS kernelTodd C. Miller
2003-09-26select to pollMichael Shalayeff
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-08fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hBob Beck
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-08-12Fix include stuff, unused variables and statics and other small things neededHans Insulander
2003-08-12For whatever reason, cvs cannot import a file that already exists, but isHans Insulander
2003-08-12fix GENERIC compilation.Federico G. Schwindt
2003-08-12MergeHans Insulander
2003-08-12Import xfs from arla-current as of 5 Aug 2003.Hans Insulander
2003-07-24kill some externs that are not there anymore and had left other places for a ...Michael Shalayeff
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2002-07-02inital -> initialNathan Binkert