| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 6 | -6/+6 |
* | Call dev_rel() in error paths. | jh | 2010-08-19 | 1 | -0/+3 |
* | Allow user created symbolic links to cover device files and directories | jh | 2010-08-12 | 3 | -15/+56 |
* | Properly bounds check ioctl/pioctl data arguments for Coda: | rwatson | 2010-08-07 | 3 | -3/+12 |
* | Enable shared lookups and externed shared ops for devfs. | kib | 2010-08-06 | 1 | -1/+2 |
* | Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created | kib | 2010-08-06 | 2 | -30/+34 |
* | Enable shared locks for the devfs vnodes. Honor the locking mode | kib | 2010-08-06 | 3 | -17/+20 |
* | Initialize VV_ISTTY vnode flag on the devfs vnode creation instead of | kib | 2010-08-06 | 1 | -4/+5 |
* | Modify the return value for nfscl_mustflush() from boolean_t, | rmacklem | 2010-08-03 | 4 | -12/+12 |
* | Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate | rmacklem | 2010-07-24 | 6 | -490/+4 |
* | For the experimental NFSv4 server's dumplocks operation, add the | rmacklem | 2010-07-19 | 1 | -1/+2 |
* | Add a call to nfscl_mustflush() in nfs_close() of the experimental | rmacklem | 2010-07-18 | 1 | -1/+1 |
* | Fix build. | trasz | 2010-07-18 | 1 | -0/+1 |
* | Change the nfscl_mustflush() function in the experimental NFSv4 | rmacklem | 2010-07-18 | 3 | -8/+9 |
* | Remove updating process count by unionfs. It serves no purpose, unionfs just | trasz | 2010-07-17 | 1 | -3/+0 |
* | Patch the experimental NFSv4 server so that it acquires a reference | rmacklem | 2010-07-16 | 1 | -0/+23 |
* | Revert the previous commit. The race is not applicable to the lockmgr | jhb | 2010-07-16 | 2 | -6/+1 |
* | When the MNTK_EXTENDED_SHARED mount option was added, some filesystems were | jhb | 2010-07-16 | 2 | -1/+6 |
* | Delete comments related to soft clock interrupts that don't apply | rmacklem | 2010-07-16 | 1 | -13/+0 |
* | Retire the NFS access cache timestamp structure. It was used in VOP_OPEN() | jhb | 2010-07-15 | 2 | -20/+0 |
* | Merge 208603, 209946, and 209948 to the new NFS client: | jhb | 2010-07-15 | 1 | -11/+33 |
* | This patch fixes a bug in the experimental NFSv4 server where it | rmacklem | 2010-07-15 | 1 | -1/+0 |
* | For the experimental NFSv4 client, make sure that attributes that | rmacklem | 2010-07-13 | 1 | -0/+14 |
* | For the experimental NFSv4 client, do not use cached attributes | rmacklem | 2010-07-13 | 1 | -1/+1 |
* | Fix a bogus comment that mentions lru lists that don't exist. | rmacklem | 2010-07-13 | 1 | -1/+1 |
* | udf_vnops: cosmetic followup to r208671 - better looking code | avg | 2010-06-22 | 1 | -1/+1 |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-18 | 2 | -4/+0 |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-16 | 1 | -5/+1 |
* | Add MODULE_DEPEND() macros to the experimental NFS client and | rmacklem | 2010-06-15 | 2 | -0/+4 |
* | In NFS clients, instead of inconsistently using #ifdef | kib | 2010-06-13 | 6 | -67/+29 |
* | fix a few cases where a string is passed via format argument instead of | avg | 2010-06-11 | 1 | -2/+2 |
* | Add a new function devfs_parent_dirent() for resolving devfs parent | jh | 2010-06-09 | 3 | -9/+32 |
* | Don't try to call cdevsw d_close() method when devfs_close() is called | jh | 2010-06-01 | 1 | -0/+7 |
* | udf_readlink: fix malloc call with uninitialized size parameter | avg | 2010-05-31 | 1 | -1/+1 |
* | Allow the experimental NFSv4 client to use cached attributes | rmacklem | 2010-05-18 | 1 | -2/+7 |
* | Add a sanity check for a negative args.fhsize to the experimental | rmacklem | 2010-05-17 | 1 | -1/+1 |
* | Disable bypass for the vop_advlockpurge(). The vop is called after | kib | 2010-05-16 | 1 | -0/+1 |
* | The thread_unsuspend() requires both process mutex and process spinlock | kib | 2010-05-10 | 1 | -4/+4 |
* | For detach procfs ctl command, also clear P_STOPPED_TRACE process stop | kib | 2010-05-10 | 1 | -1/+4 |
* | Fix typos in macros. | rmacklem | 2010-05-08 | 2 | -4/+4 |
* | Patch the experimental NFS client so that it works for NFSv2 | rmacklem | 2010-05-08 | 1 | -2/+34 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 3 | -24/+27 |
* | Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node | kib | 2010-05-06 | 2 | -3/+8 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 3 | -10/+0 |
* | Style fixes and removal of unneeded variable. | trasz | 2010-05-06 | 2 | -4/+2 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 3 | -15/+30 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 7 | -80/+16 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -2/+0 |
* | Lock the page around vm_page_activate() and vm_page_deactivate() calls | kib | 2010-05-03 | 3 | -6/+18 |
* | Acquire the page lock around vm_page_unwire() and vm_page_wire(). | alc | 2010-05-03 | 1 | -0/+4 |