aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Add LK_NOWITNESS to the vn_lock() calls done on newly created nfsRick Macklem2009-09-092-2/+2
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* If a race is detected, pfs_vncache_alloc() may reclaim a vnode that hadKonstantin Belousov2009-09-071-3/+5
* insmntque_stddtr() clears vp->v_data and resets vp->v_op toKonstantin Belousov2009-09-071-0/+1
* Remove spurious pfs_unlock().Konstantin Belousov2009-08-311-1/+0
* Fix poll() on half-closed sockets, while retaining POLLHUP for fifos.Jilles Tjoelker2009-08-251-0/+3
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetMarko Zec2009-08-241-2/+2
* Apply the same patch as r196205 for nfs_upgrade_lock() andRick Macklem2009-08-171-15/+12
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Fix some LORs between vnode locks and filedescriptor table locks.John Baldwin2009-07-311-2/+0
* Fix the experimental nfs client so that it only calls ncl_vinvalbuf()Rick Macklem2009-07-291-5/+11
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+1
* When vfs.newnfs.callback_addr is set to an IPv4 address, theRick Macklem2009-07-221-1/+1
* Add changes to the experimental nfs client to use the PBDRY flag forRick Macklem2009-07-223-7/+14
* When using an NFSv4 mount in the experimental nfs client with delegationsRick Macklem2009-07-221-1/+1
* Fix two bugs in the experimental nfs client:Rick Macklem2009-07-191-13/+7
* Fix the experimental nfs client so that it does not cause aRick Macklem2009-07-141-1/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-143-4/+0
* Add calls to the experimental nfs client for the case of an "intr" mount,Rick Macklem2009-07-121-1/+16
* Fix the handling of dotdot in lookup for the experimental nfs clientRick Macklem2009-07-121-0/+2
* Since the nfscl_getclose() function both decremented open counts and,Rick Macklem2009-07-093-183/+178
* Fix poll(2) and select(2) for named pipes to return "ready for read"Konstantin Belousov2009-07-071-20/+14
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointKonstantin Belousov2009-07-021-0/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-253-5/+5
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+4
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-232-4/+10
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used byKonstantin Belousov2009-06-211-1/+2
* In non-debugging mode make this define (void)0 instead of nothing. ThisRoman Divacky2009-06-211-3/+3
* Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.Rick Macklem2009-06-202-3/+3
* Improve nested jail awareness of devfs by handling credentials.Ed Schouten2009-06-201-0/+22
* Change the size of the nfsc_groups[] array in the experimental nfsRick Macklem2009-06-202-5/+5
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-197-31/+18
* Fix some of the style errors in *getpages().Alan Cox2009-06-181-18/+13
* Add the SVC_RELEASE(xprt), as required by r194407.Rick Macklem2009-06-172-0/+2
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-171-0/+1
* Fix handling of ".." in nfs_lookup() for the forced dismount caseRick Macklem2009-06-171-14/+36
* Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-171-0/+1
* Remove the "int *" typecast for the aresid argument to vn_rdwr()Rick Macklem2009-06-162-2/+2
* Eliminate unnecessary variables.Alan Cox2009-06-131-4/+2
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+2
* Use getcredhostuuid instead of accessing the prison directly.Jamie Gritton2009-06-131-5/+1
* Update the inline version of vn_get_ino() for ".." lookups to match theJohn Baldwin2009-06-121-6/+8
* This commit is analagous to r193952, but for the experimental nfsRick Macklem2009-06-101-8/+15
* For cd9660_ioctl, check for recycled vnode after locking it.Konstantin Belousov2009-06-101-0/+4
* Fix r193923 by noting that type of a_fp is struct file *, not int.Konstantin Belousov2009-06-102-2/+2
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argsKonstantin Belousov2009-06-103-3/+3
* Remove unused VOP_IOCTL and VOP_KQFILTER implementations for fifofs.Konstantin Belousov2009-06-101-40/+2
* VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data mayKonstantin Belousov2009-06-103-14/+49
* Since vn_lock() with the LK_RETRY flag never returns an errorRick Macklem2009-06-091-7/+11