| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the experimental NFS client so that it creates nfsiod | rmacklem | 2011-04-15 | 5 | -71/+79 |
* | Fix the experimental NFSv4 server so that it uses VOP_PATHCONF() | rmacklem | 2011-04-14 | 10 | -34/+37 |
* | Modify the experimental NFSv4 server so that it handles | rmacklem | 2011-04-14 | 7 | -51/+129 |
* | Add VOP_PATHCONF() support to the experimental NFS client | rmacklem | 2011-04-13 | 1 | -0/+115 |
* | Fix the experimental NFSv4 client so that it recognizes server | rmacklem | 2011-04-13 | 1 | -5/+17 |
* | Vrele ni_startdir in the experimental NFS server for the case | rmacklem | 2011-04-11 | 1 | -3/+2 |
* | Add some cleanup code to the module unload operation for | rmacklem | 2011-04-10 | 3 | -0/+43 |
* | Add a VOP_UNLOCK() for the directory, when that is not what | rmacklem | 2011-04-09 | 1 | -1/+5 |
* | Linuxolator calls VOP_READDIR with ncookies pointer. Implement a | kib | 2011-04-09 | 1 | -7/+3 |
* | Add RACCT_NOFILE accounting. | trasz | 2011-04-06 | 1 | -0/+5 |
* | This patch fixes the Experimental NFS client to properly deal with 32 bit or 64 | zack | 2011-03-30 | 2 | -6/+5 |
* | Report EBUSY instead of EROFS for attempt of deleting or renaming the | kib | 2011-03-25 | 1 | -2/+2 |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 1 | -2/+2 |
* | 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 |