| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 2 | -0/+4 |
* | Use ffs() to locate free bits in the inode and block bitmaps rather than | jhb | 2011-02-24 | 1 | -18/+10 |
* | Fix typos - remove duplicate "is". | brucec | 2011-02-23 | 1 | -1/+1 |
* | Eliminate two dubious attempts at optimizing the implementation of a | alc | 2011-02-22 | 1 | -12/+4 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 2 | -2/+2 |
* | tmpfs_remove() isn't modifying the file's data, so it shouldn't set | alc | 2011-02-19 | 1 | -2/+1 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 2 | -1/+9 |
* | Further simplify tmpfs_reg_resize(). Also, update its comments, including | alc | 2011-02-14 | 1 | -17/+12 |
* | Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vm | alc | 2011-02-13 | 2 | -33/+26 |
* | After reading a bitmap block for i-nodes or blocks, recheck the count of | jhb | 2011-02-08 | 1 | -0/+18 |
* | Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are | alc | 2011-02-05 | 1 | -1/+2 |
* | Collapse duplicate definitions of EXT2_SB(). | jhb | 2011-02-04 | 1 | -17/+6 |
* | Fix build with DIAGNOSTIC enabled. | jhb | 2011-02-02 | 1 | -4/+4 |
* | Some cosmetic fixes and remove a duplicate constant. | jhb | 2011-02-01 | 3 | -10/+7 |
* | - Set the next_alloc fields for an i-node after allocating a new block | jhb | 2011-02-01 | 1 | -14/+58 |
* | Quick fix to a comment. | gnn | 2011-01-27 | 1 | -2/+2 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 4 | -5/+5 |
* | - Move special inode constants to ext2_dinode.h and rename them to match | jhb | 2011-01-21 | 2 | -17/+27 |
* | Restore support for the 'async' and 'sync' mount options lost when | jhb | 2011-01-21 | 1 | -3/+3 |
* | In tmpfs_readdir(), normalize handling of the directory entries that | kib | 2011-01-20 | 2 | -4/+5 |
* | Fix build with KDB defined. | jhb | 2011-01-19 | 1 | -0/+2 |
* | Whitespace and style fixes. | jhb | 2011-01-19 | 3 | -6/+5 |
* | Move calculation of 'bmask' earlier to match it's current location in | jhb | 2011-01-19 | 1 | -1/+2 |
* | Merge 118969 from UFS: | jhb | 2011-01-19 | 3 | -4/+5 |
* | Fix the experimental NFSv4 server so that it uses VOP_ACCESSX() | rmacklem | 2011-01-18 | 1 | -1/+1 |
* | Modify the experimental NFSv4 server so that it posts a SIGUSR2 | rmacklem | 2011-01-14 | 4 | -1/+49 |
* | In the experimental NFS server, when converting an open-owner to a lock-owner, | zack | 2011-01-12 | 1 | -1/+1 |
* | Clean up the experimental NFS server replay cache when the module is unloaded. | zack | 2011-01-12 | 2 | -3/+5 |
* | Modify readdirplus in the experimental NFS server in a | rmacklem | 2011-01-09 | 1 | -3/+21 |
* | Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros that | rmacklem | 2011-01-06 | 2 | -9/+2 |
* | Since the VFS_LOCK_GIANT() code in the experimental NFS | rmacklem | 2011-01-06 | 5 | -171/+54 |
* | Modify the experimental NFS server so that it calls | rmacklem | 2011-01-05 | 1 | -7/+8 |
* | Fix the experimental NFS server to use vfs_busyfs() instead | rmacklem | 2011-01-05 | 1 | -6/+5 |
* | Fix the nlm so that it no longer depends on the regular | rmacklem | 2011-01-03 | 3 | -2/+11 |
* | Fix the experimental NFS server so that it doesn't leak | rmacklem | 2011-01-03 | 1 | -2/+1 |
* | Modify the experimental NFSv4 server so that the lookup | rmacklem | 2011-01-03 | 2 | -13/+13 |
* | Delete some cruft from the experimental NFS server that was | rmacklem | 2011-01-02 | 3 | -42/+9 |
* | Add checks for VI_DOOMED and vn_lock() failures to the | rmacklem | 2011-01-02 | 4 | -51/+99 |
* | Add support for shared vnode locks for the Read operation | rmacklem | 2011-01-01 | 2 | -7/+9 |
* | Delete the nfsvno_localconflict() function in the experimental | rmacklem | 2010-12-28 | 2 | -62/+0 |
* | Modify the experimental NFS server so that it uses LK_SHARED | rmacklem | 2010-12-25 | 6 | -78/+102 |
* | Add an argument to nfsvno_getattr() in the experimental | rmacklem | 2010-12-24 | 3 | -62/+71 |
* | Simplify vnode locking in the expeimental NFS server's | rmacklem | 2010-12-24 | 1 | -16/+11 |
* | Since VOP_READDIR() for ZFS does not return monotonically | rmacklem | 2010-12-24 | 1 | -2/+10 |
* | Fix two vnode locking problems in nfsd_recalldelegation() in the | rmacklem | 2010-12-17 | 1 | -4/+8 |
* | Don't allow user created symbolic links to cover another entries marked | jh | 2010-12-15 | 1 | -0/+5 |
* | - Assert that dm_lock is exclusively held in devfs_rules_apply() and | jh | 2010-12-15 | 3 | -0/+5 |
* | Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set the | jh | 2010-12-12 | 1 | -0/+5 |
* | Disable attempts to establish a callback connection from the | rmacklem | 2010-12-09 | 1 | -5/+13 |
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | trasz | 2010-12-02 | 1 | -3/+3 |