summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-1417-0/+7533
* - Fix some style bugs in tmpfs_mount(). [1]jh2010-01-132-11/+7
* Update the comment on printing group membership to reflect that factbrooks2010-01-091-1/+1
* Remove unused smbfs_smb_qpathinfo().trasz2010-01-081-110/+0
* - Change the type of size_max to u_quad_t because its value is convertedjh2010-01-081-3/+3
* The test for "same client" for the experimental nfs server over NFSv4rmacklem2010-01-031-1/+1
* Fix three related problems in the experimental nfs client whenrmacklem2010-01-031-24/+19
* Fix the experimental NFS client so that it can create Unixrmacklem2009-12-311-4/+9
* When porting the experimental nfs subsystem to the FreeBSD8 krpc,rmacklem2009-12-263-104/+8
* Modify the experimental server so that it uses VOP_ACCESSX().rmacklem2009-12-254-142/+75
* Let access overriding to TTYs depend on the cdev_priv, not the vnode.ed2009-12-191-7/+18
* Allow using IPv6 in nfsrvd_sentcache() callback.delphij2009-12-081-2/+3
* Fix ntfs such that it understand media with a non-512-bytes sector size:guido2009-12-073-7/+15
* Remove unneeded ifdefs.trasz2009-12-037-252/+8
* Don't use ap->a_td->td_ucred when we were passed ap->a_cred.trasz2009-12-021-1/+1
* Modify the experimental nfs server so that it falls back tormacklem2009-11-231-38/+44
* Patch the experimental NFS server is a manner analagous tormacklem2009-11-203-19/+29
* Create verifier used by FreeBSD NFS client is suboptimal because thejh2009-11-111-14/+25
* - Improve comments about locking of the "struct fifoinfo" which is a bitattilio2009-11-061-8/+9
* There is no need to "busy" a page when the object is locked for the durationalc2009-10-261-2/+1
* Spell DIAGNOSTIC correctly.ru2009-10-241-1/+1
* Unloading of the nfscl module is unsupported because newnfslock doesn'tjh2009-10-202-0/+14
* Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() mustjh2009-10-201-1/+1
* Fix comment typos.jh2009-10-201-4/+4
* Add locking around access to parent node, and bail out when the parentdelphij2009-10-113-8/+115
* Add a special workaround to handle UIO_NOCOPY case. This fixes datadelphij2009-10-071-24/+80
* Fix a bug that causes the fsx test case of mmap'ed page being out of syncdelphij2009-10-041-2/+6
* Provide default implementation for VOP_ACCESS(9), so that filesystems whichtrasz2009-10-011-1/+0
* Fix typo in the comment.trasz2009-09-301-1/+1
* Add per-process osrel node to the procfs, to allow read and set p_osrelkib2009-09-233-1/+73
* Use C99 initialization for struct filterops.rwatson2009-09-121-6/+15
* Add LK_NOWITNESS to the vn_lock() calls done on newly created nfsrmacklem2009-09-092-2/+2
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* If a race is detected, pfs_vncache_alloc() may reclaim a vnode that hadkib2009-09-071-3/+5
* insmntque_stddtr() clears vp->v_data and resets vp->v_op tokib2009-09-071-0/+1
* Remove spurious pfs_unlock().kib2009-08-311-1/+0
* Fix poll() on half-closed sockets, while retaining POLLHUP for fifos.jilles2009-08-251-0/+3
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetzec2009-08-241-2/+2
* 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
OpenPOWER on IntegriCloud