summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Add calls to the experimental nfs client for the case of an "intr" mount,rmacklem2009-07-121-1/+16
* Fix the handling of dotdot in lookup for the experimental nfs clientrmacklem2009-07-121-0/+2
* Since the nfscl_getclose() function both decremented open counts and,rmacklem2009-07-093-183/+178
* Fix poll(2) and select(2) for named pipes to return "ready for read"kib2009-07-071-20/+14
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-253-5/+5
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+4
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-232-4/+10
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used bykib2009-06-211-1/+2
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-3/+3
* Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.rmacklem2009-06-202-3/+3
* Improve nested jail awareness of devfs by handling credentials.ed2009-06-201-0/+22
* Change the size of the nfsc_groups[] array in the experimental nfsrmacklem2009-06-202-5/+5
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-197-31/+18
* Fix some of the style errors in *getpages().alc2009-06-181-18/+13
* Add the SVC_RELEASE(xprt), as required by r194407.rmacklem2009-06-172-0/+2
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Fix handling of ".." in nfs_lookup() for the forced dismount casermacklem2009-06-171-14/+36
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-171-0/+1
* Remove the "int *" typecast for the aresid argument to vn_rdwr()rmacklem2009-06-162-2/+2
* Eliminate unnecessary variables.alc2009-06-131-4/+2
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-1/+2
* Use getcredhostuuid instead of accessing the prison directly.jamie2009-06-131-5/+1
* Update the inline version of vn_get_ino() for ".." lookups to match thejhb2009-06-121-6/+8
* This commit is analagous to r193952, but for the experimental nfsrmacklem2009-06-101-8/+15
* For cd9660_ioctl, check for recycled vnode after locking it.kib2009-06-101-0/+4
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-102-2/+2
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-103-3/+3
* Remove unused VOP_IOCTL and VOP_KQFILTER implementations for fifofs.kib2009-06-101-40/+2
* VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data maykib2009-06-103-14/+49
* Since vn_lock() with the LK_RETRY flag never returns an errorrmacklem2009-06-091-7/+11
* Fix nfscl_getcl() so that it doesn't crash when it is called tormacklem2009-06-081-20/+29
* Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specificrwatson2009-06-061-2/+2
* Drop Giant.des2009-06-061-12/+14
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-055-9/+3
* Don't check MAC in the NFS server ACL set path, right now we aren'trwatson2009-06-051-4/+0
* Re-add opt_mac.h include, which is required in order for MNT_MULTILABELrwatson2009-06-041-0/+2
* 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
OpenPOWER on IntegriCloud