| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a vput() to nfs_lookitup() in the experimental NFS client | Rick Macklem | 2011-04-18 | 1 | -1/+4 |
* | Add vput() calls in two places in the experimental NFS client | Rick Macklem | 2011-04-18 | 1 | -2/+5 |
* | Change the mutex locking for several locations in the | Rick Macklem | 2011-04-17 | 1 | -28/+60 |
* | Add checks for MNTK_UNMOUNTF at the beginning of three | Rick Macklem | 2011-04-17 | 3 | -0/+13 |
* | Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf" | Rick Macklem | 2011-04-17 | 1 | -7/+2 |
* | Fix up some of the sysctls for the experimental NFS client so | Rick Macklem | 2011-04-17 | 2 | -6/+10 |
* | Change some defaults in the experimental NFS client to be the | Rick Macklem | 2011-04-17 | 2 | -4/+21 |
* | Fix readdirplus in the experimental NFS client so that it | Rick Macklem | 2011-04-17 | 1 | -1/+22 |
* | Add a lktype flags argument to nfscl_nget() and ncl_nget() in the | Rick Macklem | 2011-04-16 | 7 | -20/+25 |
* | Add mutex locking on the nfs node in ncl_inactive() for the | Rick Macklem | 2011-04-16 | 1 | -0/+4 |
* | Change the experimental NFS client so that it creates nfsiod | Rick Macklem | 2011-04-15 | 5 | -71/+79 |
* | Fix the experimental NFSv4 server so that it uses VOP_PATHCONF() | Rick Macklem | 2011-04-14 | 10 | -34/+37 |
* | Modify the experimental NFSv4 server so that it handles | Rick Macklem | 2011-04-14 | 7 | -51/+129 |
* | Add VOP_PATHCONF() support to the experimental NFS client | Rick Macklem | 2011-04-13 | 1 | -0/+115 |
* | Fix the experimental NFSv4 client so that it recognizes server | Rick Macklem | 2011-04-13 | 1 | -5/+17 |
* | Vrele ni_startdir in the experimental NFS server for the case | Rick Macklem | 2011-04-11 | 1 | -3/+2 |
* | Add some cleanup code to the module unload operation for | Rick Macklem | 2011-04-10 | 3 | -0/+43 |
* | Add a VOP_UNLOCK() for the directory, when that is not what | Rick Macklem | 2011-04-09 | 1 | -1/+5 |
* | Linuxolator calls VOP_READDIR with ncookies pointer. Implement a | Konstantin Belousov | 2011-04-09 | 1 | -7/+3 |
* | Add RACCT_NOFILE accounting. | Edward Tomasz Napierala | 2011-04-06 | 1 | -0/+5 |
* | This patch fixes the Experimental NFS client to properly deal with 32 bit or 64 | Zack Kirsch | 2011-03-30 | 2 | -6/+5 |
* | Report EBUSY instead of EROFS for attempt of deleting or renaming the | Konstantin Belousov | 2011-03-25 | 1 | -2/+2 |
* | Fix some locking nits with the p_state field of struct proc: | John Baldwin | 2011-03-24 | 1 | -2/+2 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger | 2011-02-25 | 2 | -0/+4 |
* | Use ffs() to locate free bits in the inode and block bitmaps rather than | John Baldwin | 2011-02-24 | 1 | -18/+10 |
* | Fix typos - remove duplicate "is". | Rebecca Cran | 2011-02-23 | 1 | -1/+1 |
* | Eliminate two dubious attempts at optimizing the implementation of a | Alan Cox | 2011-02-22 | 1 | -12/+4 |
* | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 2 | -2/+2 |
* | tmpfs_remove() isn't modifying the file's data, so it shouldn't set | Alan Cox | 2011-02-19 | 1 | -2/+1 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 2 | -1/+9 |
* | Further simplify tmpfs_reg_resize(). Also, update its comments, including | Alan Cox | 2011-02-14 | 1 | -17/+12 |
* | Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vm | Alan Cox | 2011-02-13 | 2 | -33/+26 |
* | After reading a bitmap block for i-nodes or blocks, recheck the count of | John Baldwin | 2011-02-08 | 1 | -0/+18 |
* | Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are | Alan Cox | 2011-02-05 | 1 | -1/+2 |
* | Collapse duplicate definitions of EXT2_SB(). | John Baldwin | 2011-02-04 | 1 | -17/+6 |
* | Fix build with DIAGNOSTIC enabled. | John Baldwin | 2011-02-02 | 1 | -4/+4 |
* | Some cosmetic fixes and remove a duplicate constant. | John Baldwin | 2011-02-01 | 3 | -10/+7 |
* | - Set the next_alloc fields for an i-node after allocating a new block | John Baldwin | 2011-02-01 | 1 | -14/+58 |
* | Quick fix to a comment. | George V. Neville-Neil | 2011-01-27 | 1 | -2/+2 |
* | Add macro to test the sv_flags of any process. Change some places to test | Dmitry Chagin | 2011-01-26 | 4 | -5/+5 |
* | - Move special inode constants to ext2_dinode.h and rename them to match | John Baldwin | 2011-01-21 | 2 | -17/+27 |
* | Restore support for the 'async' and 'sync' mount options lost when | John Baldwin | 2011-01-21 | 1 | -3/+3 |
* | In tmpfs_readdir(), normalize handling of the directory entries that | Konstantin Belousov | 2011-01-20 | 2 | -4/+5 |
* | Fix build with KDB defined. | John Baldwin | 2011-01-19 | 1 | -0/+2 |
* | Whitespace and style fixes. | John Baldwin | 2011-01-19 | 3 | -6/+5 |
* | Move calculation of 'bmask' earlier to match it's current location in | John Baldwin | 2011-01-19 | 1 | -1/+2 |
* | Merge 118969 from UFS: | John Baldwin | 2011-01-19 | 3 | -4/+5 |
* | Fix the experimental NFSv4 server so that it uses VOP_ACCESSX() | Rick Macklem | 2011-01-18 | 1 | -1/+1 |
* | Modify the experimental NFSv4 server so that it posts a SIGUSR2 | Rick Macklem | 2011-01-14 | 4 | -1/+49 |
* | In the experimental NFS server, when converting an open-owner to a lock-owner, | Zack Kirsch | 2011-01-12 | 1 | -1/+1 |