| Commit message (Expand) | Author | Age | Files | Lines |
* | Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ |  jj | 2009-06-03 | 36 | -11331/+0 |
* | physmem allocator: change the view of free memory from single free pages |  ariane | 2009-06-01 | 1 | -1/+1 |
* | Don't use (type *)var as an lvalue in assigment, it's incorrect. |  grange | 2009-01-15 | 2 | -1/+4 |
* | remove the vfc_mountroot member from vfsconf and |  thib | 2008-05-07 | 1 | -1/+0 |
* | MALLOC/FREE -> malloc/free |  hshoexer | 2007-12-09 | 2 | -6/+4 |
* | spelling fixes, from Martynas Venckus; |  jmc | 2007-11-25 | 1 | -1/+1 |
* | MALLOC/FREE -> malloc/free |  chl | 2007-10-29 | 1 | -2/+1 |
* | stop putting xfs (and only xfs) rcsid into the kernel; ok miod |  deraadt | 2007-10-28 | 2 | -4/+2 |
* | A memset(,0,) -> M_ZERO change which also fixes a possible bug with |  krw | 2007-10-08 | 1 | -2/+1 |
* | More simple memset(,0,) -> M_ZERO changes. In this batch move to |  krw | 2007-10-08 | 1 | -2/+1 |
* | daddr64_t (in comments) |  deraadt | 2007-06-02 | 1 | -2/+2 |
* | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -10/+2 |
* | back out vfs change - todd fries has seen afs issues, and I'm suspicious |  beck | 2007-05-30 | 1 | -17/+8 |
* | make xfs use VT_XFS instead of VT_AFS when getting vnodes |  thib | 2007-05-29 | 2 | -2/+2 |
* | Step one of some vnode improvements - change getnewvnode to |  beck | 2007-05-29 | 1 | -8/+17 |
* | avoid bypassing sys/queue.h in many places in the kernel. |  pyr | 2007-05-28 | 1 | -7/+1 |
* | Remove the simplelock argument from vrecycle(); |  thib | 2007-04-11 | 2 | -2/+2 |
* | Remove the v_interlock simplelock from the vnode structure. |  thib | 2007-03-21 | 1 | -2/+2 |
* | Retire VOP_LEASE(); It was a bit for NQNFS and has |  thib | 2007-01-16 | 1 | -2/+0 |
* | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT |  sturm | 2006-06-25 | 1 | -1/+1 |
* | move vfs_busy() to rwlocks and properly hide the locking api from vfs |  sturm | 2006-06-14 | 1 | -1/+1 |
* | remove the simplelock argument from vfs_busy() which is currently not |  sturm | 2006-04-30 | 2 | -2/+8 |
* | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. |  pedro | 2006-01-09 | 1 | -2/+3 |
* | No need for vfs_busy() and vfs_unbusy() to take a process pointer |  pedro | 2005-11-30 | 1 | -2/+2 |
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -1/+1 |
* | Remove unnecessary lockmgr() archaism that was costing too much in terms |  pedro | 2005-11-19 | 1 | -1/+1 |
* | fix worst three kernel stack pigs in xfs by moving stack allocation of |  beck | 2005-08-04 | 3 | -35/+70 |
* | Extended Attributes was a piece to get to ACLs, however ACLs have not |  drahn | 2005-07-04 | 1 | -4/+0 |
* | remove references of VOP_WHITEOUT from the kernel, okay millert@ |  pedro | 2005-05-27 | 1 | -2/+0 |
* | miscellaneous typo fixes: |  jfb | 2005-02-17 | 1 | -2/+2 |
* | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ |  todd | 2004-08-03 | 1 | -1/+1 |
* | Make lf_advlock glue work for AFS so flock/fcntl lock requests will work |  beck | 2004-05-28 | 1 | -23/+4 |
* | use pool for namei pathbuf. testing ok millert@ tdeval@ |  tedu | 2004-05-14 | 1 | -2/+4 |
* | Set sensible value for mntfromname, to make 'mount' report the |  hin | 2004-02-19 | 1 | -1/+1 |
* | clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC. |  beck | 2004-01-18 | 1 | -252/+58 |
* | fix PR 3552 by removing ifdef cruft |  beck | 2003-12-09 | 1 | -2/+0 |
* | typos from Jonathon Gray; |  jmc | 2003-11-08 | 3 | -7/+7 |
* | Implement a real xfs_devpoll() and don't rely on xfs_realselect(). |  millert | 2003-10-06 | 1 | -5/+14 |
* | fix xfs_devpoll so it works. |  beck | 2003-10-04 | 1 | -1/+1 |
* | Missing xfs_devpoll proto. You would think with all that HAVE_FOO |  millert | 2003-09-28 | 2 | -2/+3 |
* | xfs_devpoll must not be static; found by beck@ compiling an XFS kernel |  millert | 2003-09-28 | 1 | -1/+1 |
* | select to poll |  mickey | 2003-09-26 | 1 | -1/+1 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 1 | -2/+2 |
* | fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.h |  beck | 2003-09-08 | 1 | -18/+25 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -0/+4 |
* | constify vfsops; tedu@ ok |  mickey | 2003-08-14 | 1 | -1/+1 |
* | Fix include stuff, unused variables and statics and other small things needed |  hin | 2003-08-12 | 6 | -6/+7 |
* | For whatever reason, cvs cannot import a file that already exists, but is |  hin | 2003-08-12 | 1 | -0/+140 |
* | fix GENERIC compilation. |  fgsch | 2003-08-12 | 2 | -1/+3 |
* | Merge |  hin | 2003-08-12 | 28 | -2041/+3142 |