summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Quick fix to a comment.gnn2011-01-271-2/+2
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-264-5/+5
* - Move special inode constants to ext2_dinode.h and rename them to matchjhb2011-01-212-17/+27
* Restore support for the 'async' and 'sync' mount options lost whenjhb2011-01-211-3/+3
* In tmpfs_readdir(), normalize handling of the directory entries thatkib2011-01-202-4/+5
* Fix build with KDB defined.jhb2011-01-191-0/+2
* Whitespace and style fixes.jhb2011-01-193-6/+5
* Move calculation of 'bmask' earlier to match it's current location injhb2011-01-191-1/+2
* Merge 118969 from UFS:jhb2011-01-193-4/+5
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()rmacklem2011-01-181-1/+1
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-144-1/+49
* In the experimental NFS server, when converting an open-owner to a lock-owner,zack2011-01-121-1/+1
* Clean up the experimental NFS server replay cache when the module is unloaded.zack2011-01-122-3/+5
* Modify readdirplus in the experimental NFS server in armacklem2011-01-091-3/+21
* Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros thatrmacklem2011-01-062-9/+2
* Since the VFS_LOCK_GIANT() code in the experimental NFSrmacklem2011-01-065-171/+54
* Modify the experimental NFS server so that it callsrmacklem2011-01-051-7/+8
* Fix the experimental NFS server to use vfs_busyfs() insteadrmacklem2011-01-051-6/+5
* Fix the nlm so that it no longer depends on the regularrmacklem2011-01-033-2/+11
* Fix the experimental NFS server so that it doesn't leakrmacklem2011-01-031-2/+1
* Modify the experimental NFSv4 server so that the lookuprmacklem2011-01-032-13/+13
* Delete some cruft from the experimental NFS server that wasrmacklem2011-01-023-42/+9
* Add checks for VI_DOOMED and vn_lock() failures to thermacklem2011-01-024-51/+99
* Add support for shared vnode locks for the Read operationrmacklem2011-01-012-7/+9
* Delete the nfsvno_localconflict() function in the experimentalrmacklem2010-12-282-62/+0
* Modify the experimental NFS server so that it uses LK_SHAREDrmacklem2010-12-256-78/+102
* Add an argument to nfsvno_getattr() in the experimentalrmacklem2010-12-243-62/+71
* Simplify vnode locking in the expeimental NFS server'srmacklem2010-12-241-16/+11
* Since VOP_READDIR() for ZFS does not return monotonicallyrmacklem2010-12-241-2/+10
* Fix two vnode locking problems in nfsd_recalldelegation() in thermacklem2010-12-171-4/+8
* Don't allow user created symbolic links to cover another entries markedjh2010-12-151-0/+5
* - Assert that dm_lock is exclusively held in devfs_rules_apply() andjh2010-12-153-0/+5
* Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set thejh2010-12-121-0/+5
* Disable attempts to establish a callback connection from thermacklem2010-12-091-5/+13
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-3/+3
* For non-stopped threads, td_frame pointer is undefined. As akib2010-12-022-0/+8
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-197-37/+3
* Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.jhb2010-11-091-2/+0
* Modify nfs_open() in the experimental NFS client to be compatiblermacklem2010-10-291-46/+40
* Add a call for nfsrpc_close() to ncl_reclaim() in the experimentalrmacklem2010-10-291-0/+9
* Add a flag to the experimental NFSv4 client to indicate whenrmacklem2010-10-262-22/+24
* Modify the experimental NFSv4 server's file handle hash functionrmacklem2010-10-232-7/+5
* Modify the file handle hash function in the experimental NFSrmacklem2010-10-223-1/+17
* Modify the experimental NFS server in a manner analagous tormacklem2010-10-211-1/+9
* Fix the type of the 3rd argument for nm_getinfo so that it worksrmacklem2010-10-191-3/+3
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-194-16/+58
* Fix a possible race where the directory dirent is moved to the locationkevlo2010-10-181-3/+8
* Ignore the return value of DE_INTERNALIZE().rpaulo2010-10-131-1/+1
* tmpfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* Format prototypes to follow style(9) more closely.jh2010-10-122-22/+25
OpenPOWER on IntegriCloud