summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-162-1/+9
* Further simplify tmpfs_reg_resize(). Also, update its comments, includingalc2011-02-141-17/+12
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmalc2011-02-132-33/+26
* After reading a bitmap block for i-nodes or blocks, recheck the count ofjhb2011-02-081-0/+18
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() arealc2011-02-051-1/+2
* Collapse duplicate definitions of EXT2_SB().jhb2011-02-041-17/+6
* Fix build with DIAGNOSTIC enabled.jhb2011-02-021-4/+4
* Some cosmetic fixes and remove a duplicate constant.jhb2011-02-013-10/+7
* - Set the next_alloc fields for an i-node after allocating a new blockjhb2011-02-011-14/+58
* 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
OpenPOWER on IntegriCloud