Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Import xfs from arla-current as of 5 Aug 2003. | 2003-08-12 | 2 | -3/+94 | ||
| | | | | ok deraadt@ | |||||
* | kill some externs that are not there anymore and had left other places for a better void ages ago | 2003-07-24 | 1 | -3/+1 | ||
| | ||||||
* | File system locking fixups, mostly from NetBSD: | 2003-01-31 | 1 | -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 -> initial | 2002-07-02 | 1 | -2/+2 | ||
| | ||||||
* | merge | 2002-06-07 | 30 | -433/+951 | ||
| | ||||||
* | Import of xfs from arla-0.35.7 | 2002-06-07 | 1 | -0/+103 | ||
| | ||||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 1 | -2/+2 | ||
| | ||||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -8/+8 | ||
| | ||||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+2 | ||
| | | | | (Look ma, I might have broken the tree) | |||||
* | - every new fd created by falloc() is marked as larval and should not be used | 2001-10-26 | 1 | -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.h | 2001-08-12 | 1 | -1/+1 | ||
| | ||||||
* | No more HAVE_VM_VM_OBJECT_H | 2001-07-05 | 1 | -1/+1 | ||
| | ||||||
* | no vnode_pager.h | 2001-06-27 | 1 | -1/+1 | ||
| | ||||||
* | Remove old vm. | 2001-06-27 | 1 | -2/+2 | ||
| | ||||||
* | Get rid of several unused vnode operations | 2001-06-23 | 1 | -8/+0 | ||
| | ||||||
* | use void * rather than caddr_t in xfs_mount to match change in mount.h. | 2001-02-21 | 2 | -4/+4 | ||
| | | | | ok assar@ | |||||
* | Apparently Art did not even compile a kernel before commiting | 2000-09-12 | 1 | -1/+0 | ||
| | ||||||
* | New xfs from Arla between 0.34.2 and current in arla cvs. | 2000-09-11 | 29 | -1074/+2530 | ||
| | | | | Too many new features and fixes to mention here. | |||||
* | $OpenBSD$ | 2000-03-03 | 26 | -26/+48 | ||
| | ||||||
* | update to use new checkexp vfs operation | 2000-02-07 | 3 | -18/+23 | ||
| | ||||||
* | remove superflous declaration of vnops, it's now in <sys/file.h> | 2000-02-01 | 1 | -2/+1 | ||
| | ||||||
* | use uvm_vnp_setsize when uvm (workaround) | 1999-06-03 | 2 | -2/+14 | ||
| | ||||||
* | gc old files | 1999-04-30 | 6 | -3211/+0 | ||
| | ||||||
* | upgrade Arla to fresher code. Too many new features and bugfixes. | 1999-04-30 | 32 | -453/+7018 | ||
| | ||||||
* | panic prints a newline for you, don't do it in the panic string | 1999-01-11 | 1 | -2/+2 | ||
| | ||||||
* | compile with -DDEBUG | 1998-12-19 | 1 | -1/+3 | ||
| | ||||||
* | the third arguemnt to a syscall is register_t not int. From Todd Fries | 1998-09-18 | 1 | -5/+5 | ||
| | ||||||
* | implement a dummy syscall when XFS is not defined and add PROBE | 1998-09-17 | 1 | -2/+14 | ||
| | ||||||
* | update pioctls | 1998-09-17 | 1 | -33/+96 | ||
| | ||||||
* | * reorganize some includes | 1998-09-06 | 7 | -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 Theo | 1998-08-31 | 18 | -2149/+2768 | ||
| | ||||||
* | rename pioctl to xfspioctl | 1998-08-30 | 1 | -8/+8 | ||
| | ||||||
* | oops, forgot some Id-tags and copyrights | 1998-08-30 | 2 | -2/+78 | ||
| | ||||||
* | xfs - a filesystem using a user-land cache manager. Designed for AFS. | 1998-08-30 | 17 | -0/+3929 | ||