summaryrefslogtreecommitdiffstats
path: root/sys/xfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Import xfs from arla-current as of 5 Aug 2003.hin2003-08-122-3/+94
| | | | ok deraadt@
* 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
| | | | | | | | | | | | | | | - cache_lookup move common code from various fs's here always return with vnode and parent locked adjust return codes - PDIRUNLOCK - new flag set if lookup couldn't lock parent vnode - kernfs and procfs lock vnode in get_root don't unlock (again) in kernfs_freevp fix memory leak in procfs From tedu@stanford.edu deraadt@ and various other ok
* 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
| | | | (Look ma, I might have broken the tree)
* - every new fd created by falloc() is marked as larval and should not be usedart2001-10-261-1/+2
| | | | | | | any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile.
* 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
| | | | ok assar@
* 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
| | | | Too many new features and fixes to mention here.
* $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
|
* the third arguemnt to a syscall is register_t not int. From Todd Friesart1998-09-181-5/+5
|
* implement a dummy syscall when XFS is not defined and add PROBEart1998-09-171-2/+14
|
* update pioctlsart1998-09-171-33/+96
|
* * reorganize some includesart1998-09-067-20/+33
| | | | | * start using the VT_XFS tag on vnodes * be more paranoid about closed channel when going to sleep.
* indent the code and move around some includes, after discussion with Theoart1998-08-3118-2149/+2768
|
* rename pioctl to xfspioctlart1998-08-301-8/+8
|
* oops, forgot some Id-tags and copyrightsart1998-08-302-2/+78
|
* xfs - a filesystem using a user-land cache manager. Designed for AFS.art1998-08-3017-0/+3929