summaryrefslogtreecommitdiffstats
path: root/sys/xfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* miscellaneous typo fixes:jfb2005-02-171-2/+2
| | | | | | | - sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@
* 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
| | | | | | on the local machine (like NFS). This does not yet implement whole file AFS locking (arla doesn't do that yet). ok tedu@ art@
* 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
| | | | | | | xfs device that was actually mounted, not just 'arla'. Issue noted by deraadt@. Thanks to Jan Johansson (janj+openbsd at wenf.org) for testing on i386 and sparc64.
* clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC.beck2004-01-181-252/+58
| | | | ok deraadt@, todd@
* fix PR 3552 by removing ifdef cruftbeck2003-12-091-2/+0
| | | | ok (and sent earlier by) tedu@
* 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
| | | | Tested by beck@
* fix xfs_devpoll so it works.beck2003-10-041-1/+1
| | | | ok millert@
* Missing xfs_devpoll proto. You would think with all that HAVE_FOOmillert2003-09-282-2/+3
| | | | crap the protos would be done for you. Apparently not...
* 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
| | | | | | | now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK
* fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hbeck2003-09-081-18/+25
| | | | | | | file from the kernel - this makes the kerberosV/kafs.h file include that, as well as the kafs.h used in afs (hiding in the afs sources). this needs more drastic gutting post release, but at least this now all uses the same ioctl's.
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-0/+4
| | | | | | | | | argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@
* constify vfsops; tedu@ okmickey2003-08-141-1/+1
|
* Fix include stuff, unused variables and statics and other small things neededhin2003-08-126-6/+7
| | | | to compile in our tree.
* For whatever reason, cvs cannot import a file that already exists, but ishin2003-08-121-0/+140
| | | | deleted. *sigh*
* fix GENERIC compilation.fgsch2003-08-122-1/+3
|
* Mergehin2003-08-1228-2041/+3142
|
* 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
|