summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs_write() can use the recently introduced vfs_bio_set_valid() instead ofalc2009-05-311-1/+1
* Unlock the pseudofs vnode before calling fill method for pfs_readlink().kib2009-05-311-1/+6
* Implement the bypass routine for VOP_VPTOCNP in nullfs.kib2009-05-311-1/+50
* Do not drop vnode interlock in null_checkvp(). null_lock() verifies thatkib2009-05-311-22/+7
* Lock the real null vnode lock before substitution of vp->v_vnlock.kib2009-05-311-3/+4
* Unbreak options VIMAGE kernel builds.zec2009-05-312-1/+2
* Add a check to v_type == VREG for the recently modified code thatrmacklem2009-05-301-11/+11
* Add VOP_ACCESSX, which can be used to query for newly added V*trasz2009-05-301-0/+27
* Place hostnames and similar information fully under the prison system.jamie2009-05-294-20/+24
* Make *getpages()s' assertion on the state of each page's dirty bitsalc2009-05-282-2/+2
* Use a temporary variable to avoid a duplicate strlen().des2009-05-281-2/+3
* Fix handling of NFSv4 Close operations in ncl_inactive(). Onlyrmacklem2009-05-271-7/+13
* Eliminate redundant setting of a page's valid bits and pointless clearingalc2009-05-271-2/+2
* Add a function to the experimental nfs subsystem that tests to seermacklem2009-05-272-1/+24
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-4/+5
* Fix the experimental nfs subsystem so that it builds with thermacklem2009-05-265-11/+13
* Adapt to the new ACL #define names.trasz2009-05-261-13/+13
* Add two sysctl variables to the experimental nfs server, sormacklem2009-05-261-3/+17
* Fix the handling of NFSv4 Illegal Operation number to conformrmacklem2009-05-262-11/+17
* Fix the experimental nfs server's interface to the new krpc sormacklem2009-05-261-11/+10
* Add NFSv4 root export checks to the DelegPurge, Renew andrmacklem2009-05-251-0/+15
* Temporarily #undef NFS4_ACL_EXTATTR_NAME, so that thermacklem2009-05-241-0/+2
* Crib the realign function out of nfs_krpc.c and add a callrmacklem2009-05-242-26/+40
* Fix the experimental NFSv4 server so that it handles the casermacklem2009-05-241-0/+5
* Fix the experimental nfsv4 client so that it works for thermacklem2009-05-242-22/+49
* Eliminate the unnecessary clearing of a page's dirty bits fromalc2009-05-231-2/+5
* Fix the rpc_gss_secfind() call in nfs_commonkrpc.c so thatrmacklem2009-05-231-1/+16
* Change the sysctl_base argument to svcpool_create() to NULL forrmacklem2009-05-221-1/+1
* Fix the name of the module common to the client and serverrmacklem2009-05-221-1/+1
* Change the printf of r192595 to identify the function,rmacklem2009-05-221-1/+1
* Modified the printf message of r192590 to remove thermacklem2009-05-221-1/+1
* Change the comment at the beginning of the function to reflect thermacklem2009-05-221-2/+2
* Change the reboot panic that would have occurred if clientidrmacklem2009-05-221-6/+2
* Modify the mount handling code in the experimental nfs client tormacklem2009-05-221-63/+230
* Change the code in the experimental nfs client to avoid flushingrmacklem2009-05-221-6/+2
* Fix the comment in sys/fs/nfs/nfs.h to correctly reflect thermacklem2009-05-221-1/+1
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-222-2/+0
* Fix the experimental nfs server so that it depends on the nlm,rmacklem2009-05-221-0/+1
* Fix the comment at line 3711 to be consistent with the changermacklem2009-05-211-1/+1
* Modify sys/fs/nfsserver/nfs_nfsdport.c to use nlm_acquire_next_sysid()rmacklem2009-05-211-2/+9
* Although it should never happen, all the nfsv4 server can dormacklem2009-05-201-1/+1
* Change the experimental NFSv4 client so that it does not dormacklem2009-05-185-63/+79
* Fix the acquisition of local locks via VOP_ADVLOCK() by thermacklem2009-05-171-11/+28
* Added a SYSCTL to sys/fs/nfsserver/nfs_nfsdport.c so that the value ofrmacklem2009-05-171-6/+14
* Merge r191964: Eliminate a case of unnecessary page queues locking.alc2009-05-171-4/+1
* Changed sys/fs/nfs_clbio.c in the same way Alan Cox changedrmacklem2009-05-161-3/+3
* Fixed the Null callback RPCs so that they work with the new krpc. Thisrmacklem2009-05-162-9/+18
* Move the nfsstat structure and proc/op number definitions on thermacklem2009-05-153-152/+177
* Devfs replaces file ops vector with devfs-specific one in devfs_open(),kib2009-05-151-1/+3
* Modify the diskless booting code in sys/fs/nfsclient to be compatiblermacklem2009-05-152-27/+36
OpenPOWER on IntegriCloud