summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Apply the same patch as r196205 for nfs_upgrade_lock() andrmacklem2009-08-171-15/+12
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Fix some LORs between vnode locks and filedescriptor table locks.jhb2009-07-311-2/+0
* Fix the experimental nfs client so that it only calls ncl_vinvalbuf()rmacklem2009-07-291-5/+11
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+1
* When vfs.newnfs.callback_addr is set to an IPv4 address, thermacklem2009-07-221-1/+1
* Add changes to the experimental nfs client to use the PBDRY flag forrmacklem2009-07-223-7/+14
* When using an NFSv4 mount in the experimental nfs client with delegationsrmacklem2009-07-221-1/+1
* Fix two bugs in the experimental nfs client:rmacklem2009-07-191-13/+7
* Fix the experimental nfs client so that it does not cause armacklem2009-07-141-1/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-143-4/+0
* 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
OpenPOWER on IntegriCloud