summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Trace attempts to open a portal device.des2011-10-181-1/+6
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDtrasz2011-10-101-1/+1
* Export devfs inode number allocator for the kernel consumers.kib2011-10-051-3/+17
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-163-5/+5
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-6/+3
* Fix the NFS servers so that they can do a Lookup of "..",rmacklem2011-09-031-0/+1
* Fix the NFSv4 server so that it returns NFSERR_SYMLINK whenrmacklem2011-08-201-5/+4
* Do not return success and a string "unknown" when vn_fullpath() was unablekib2011-08-161-6/+9
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-162-0/+4
* Fix a merge conflict.jonathan2011-08-161-1/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-116-7/+46
* Do not update mountpoint generation counter to the value which was notkib2011-08-091-2/+4
* Fix an NFS server issue where it was not correctly setting the eof flag when azack2011-08-031-5/+5
* Fix a LOR in the NFS client which could cause a deadlock.rmacklem2011-08-022-2/+22
* Fix rename in the new NFS server so that it does not require armacklem2011-07-311-4/+20
* The new NFS client failed to vput() the new vnode if a setattrrmacklem2011-07-301-0/+2
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-244-4/+4
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFzack2011-07-172-13/+6
* The new NFSv4 client handled NFSERR_GRACE as a fatal errorrmacklem2011-07-161-1/+3
* Add DEXITCODE plumbing to NFS.zack2011-07-1612-546/+893
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-165-7/+7
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-168-37/+37
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-168-26/+26
* Remove unnecessary thread pointer from VOPLOCK macros and current users.zack2011-07-164-14/+17
* Change loadattr and fillattr to ask the file system for the pathconf variable.zack2011-07-162-4/+12
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.zack2011-07-163-45/+45
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...zack2011-07-162-3/+3
* While fixing the looping of a thread while devfs vnode is reclaimed,kib2011-07-131-6/+12
* r222389 introduced a case where the NFSv4 client couldrmacklem2011-07-131-1/+2
* Make a comment more accurate.jonathan2011-07-071-1/+1
* The algorithm used by nfscl_getopen() could have resulted inrmacklem2011-07-041-81/+94
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-033-21/+29
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-1/+1
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-283-5/+15
* Plug an mbuf leak in the new NFS client that occurred when armacklem2011-06-221-0/+2
* Fix the new NFSv4 client so that it uses the same uid asrmacklem2011-06-221-0/+14
* Fix the new NFSv4 server so that it checks for VREAD_ACL whenrmacklem2011-06-211-6/+16
* Fix the new NFSv4 server so that it only allows Lookup ofrmacklem2011-06-201-2/+10
* Fix the new NFSv4 server so that it allows Access and Readlinkrmacklem2011-06-201-0/+2
* Fix a number of places where the new NFS server did notrmacklem2011-06-191-4/+15
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-193-45/+18
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-1810-5/+940
* Add support for flock(2) locks to the new NFSv4 client. I think thisrmacklem2011-06-052-3/+9
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-055-67/+66
* Fix the new NFSv4 client so that it doesn't crash whenrmacklem2011-06-051-0/+4
* Modify the new NFS server so that the NFSv3 Pathconf RPCrmacklem2011-06-041-0/+30
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-013-27/+10
* Fix the new NFS client so that it doesn't do an NFSv3rmacklem2011-05-311-2/+11
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-276-34/+109
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()rmacklem2011-05-261-1/+11
OpenPOWER on IntegriCloud