| Commit message (Expand) | Author | Age | Files | Lines |
* | M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that | alc | 2010-10-02 | 2 | -4/+2 |
* | Add a new function devfs_dev_exists() to be able to find out if a | jh | 2010-09-27 | 2 | -0/+22 |
* | Add reference counting for devfs paths containing user created symbolic | jh | 2010-09-27 | 5 | -2/+199 |
* | Modify devfs_fqpn() for future use in devfs path reference counting | jh | 2010-09-21 | 2 | -14/+23 |
* | Fix nfsrv_freeallnfslocks() in the experimental NFSv4 server so that | rmacklem | 2010-09-19 | 1 | -4/+7 |
* | Fix the experimental NFSv4 server so that it performs local VOP_ADVLOCK() | rmacklem | 2010-09-19 | 1 | -3/+7 |
* | - For consistency, remove "." and ".." entries from de_dlist before | jh | 2010-09-18 | 1 | -0/+4 |
* | Remove empty devfs directories automatically. | jh | 2010-09-15 | 3 | -17/+106 |
* | tmpfs, zfs + sendfile: mark page bits as valid after populating it with data | avg | 2010-09-15 | 1 | -0/+2 |
* | This patch applies one of the two fixes suggested by | rmacklem | 2010-09-10 | 1 | -1/+6 |
* | Fix the NFSVNO_CMPFH() macro in the experimental NFS server so | rmacklem | 2010-09-10 | 1 | -2/+1 |
* | Fix the experimental NFS client so that it doesn't panic when | rmacklem | 2010-09-09 | 1 | -1/+3 |
* | Avoid "Entry can disappear before we lock fdvp" panic. | ivoras | 2010-09-07 | 1 | -3/+7 |
* | Store the full timestamp when caching timestamps of files and | jhb | 2010-09-07 | 3 | -13/+11 |
* | Allowed unionfs to use whiteout not supporting file system as | daichi | 2010-09-05 | 1 | -21/+0 |
* | Change the code in ncl_bioread() in the experimental NFS | rmacklem | 2010-09-05 | 1 | -4/+1 |
* | Disable use of the NLM in the experimental NFS client, since | rmacklem | 2010-09-05 | 1 | -1/+1 |
* | - Remove duplicate comment. | lulf | 2010-09-01 | 1 | -14/+0 |
* | Add a null_remove() function to nullfs, so that the v_usecount | rmacklem | 2010-08-31 | 1 | -0/+27 |
* | Add acquisition of a reference count on nfsv4root_lock to the | rmacklem | 2010-08-28 | 1 | -1/+12 |
* | The timer routine in the experimental NFS server did not acquire | rmacklem | 2010-08-28 | 4 | -23/+28 |
* | Set de_dir for user created symbolic links. This will be needed to be | jh | 2010-08-26 | 1 | -0/+1 |
* | Revert r210194, adding a comment explaining why calls to chgproccnt() | trasz | 2010-08-25 | 1 | -0/+6 |
* | Call devfs_populate_vp() from devfs_getattr(). It was possible that | jh | 2010-08-25 | 1 | -1/+9 |
* | Introduce and use devfs_populate_vp() to unlock a vnode before calling | jh | 2010-08-22 | 1 | -26/+56 |
* | Add support for whiteouts on tmpfs. | ed | 2010-08-22 | 3 | -40/+116 |
* | 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 |