summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-073-7/+9
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-062-11/+0
* Fix typo.kib2011-11-051-1/+1
* Move the cleanup of f_cdevpriv when the reference count of a devfsjhb2011-11-041-0/+7
* Fix kernel panic when d_fdopen csw method is called for NULL fp.kib2011-11-031-0/+4
* Added missing cache purge of from argument for rename().pho2011-11-011-0/+1
* The use of VOP_ISLOCKED() without a check for the return values can causekib2011-10-241-4/+1
* The only possible error return from null_nodeget() is due to insmntque1kib2011-10-241-1/+0
* The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKEDkib2011-10-241-1/+1
* Only unlock if the lock is exclusive.pho2011-10-241-3/+2
* 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
OpenPOWER on IntegriCloud