summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatalc2010-10-022-4/+2
* Add a new function devfs_dev_exists() to be able to find out if ajh2010-09-272-0/+22
* Add reference counting for devfs paths containing user created symbolicjh2010-09-275-2/+199
* Modify devfs_fqpn() for future use in devfs path reference countingjh2010-09-212-14/+23
* Fix nfsrv_freeallnfslocks() in the experimental NFSv4 server so thatrmacklem2010-09-191-4/+7
* Fix the experimental NFSv4 server so that it performs local VOP_ADVLOCK()rmacklem2010-09-191-3/+7
* - For consistency, remove "." and ".." entries from de_dlist beforejh2010-09-181-0/+4
* Remove empty devfs directories automatically.jh2010-09-153-17/+106
* tmpfs, zfs + sendfile: mark page bits as valid after populating it with dataavg2010-09-151-0/+2
* This patch applies one of the two fixes suggested byrmacklem2010-09-101-1/+6
* Fix the NFSVNO_CMPFH() macro in the experimental NFS server sormacklem2010-09-101-2/+1
* Fix the experimental NFS client so that it doesn't panic whenrmacklem2010-09-091-1/+3
* Avoid "Entry can disappear before we lock fdvp" panic.ivoras2010-09-071-3/+7
* Store the full timestamp when caching timestamps of files andjhb2010-09-073-13/+11
* Allowed unionfs to use whiteout not supporting file system asdaichi2010-09-051-21/+0
* Change the code in ncl_bioread() in the experimental NFSrmacklem2010-09-051-4/+1
* Disable use of the NLM in the experimental NFS client, sincermacklem2010-09-051-1/+1
* - Remove duplicate comment.lulf2010-09-011-14/+0
* Add a null_remove() function to nullfs, so that the v_usecountrmacklem2010-08-311-0/+27
* Add acquisition of a reference count on nfsv4root_lock to thermacklem2010-08-281-1/+12
* The timer routine in the experimental NFS server did not acquirermacklem2010-08-284-23/+28
* Set de_dir for user created symbolic links. This will be needed to bejh2010-08-261-0/+1
* Revert r210194, adding a comment explaining why calls to chgproccnt()trasz2010-08-251-0/+6
* Call devfs_populate_vp() from devfs_getattr(). It was possible thatjh2010-08-251-1/+9
* Introduce and use devfs_populate_vp() to unlock a vnode before callingjh2010-08-221-26/+56
* Add support for whiteouts on tmpfs.ed2010-08-223-40/+116
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-206-6/+6
* Call dev_rel() in error paths.jh2010-08-191-0/+3
* Allow user created symbolic links to cover device files and directoriesjh2010-08-123-15/+56
* Properly bounds check ioctl/pioctl data arguments for Coda:rwatson2010-08-073-3/+12
* Enable shared lookups and externed shared ops for devfs.kib2010-08-061-1/+2
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-062-30/+34
* Enable shared locks for the devfs vnodes. Honor the locking modekib2010-08-063-17/+20
* Initialize VV_ISTTY vnode flag on the devfs vnode creation instead ofkib2010-08-061-4/+5
* Modify the return value for nfscl_mustflush() from boolean_t,rmacklem2010-08-034-12/+12
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-246-490/+4
* For the experimental NFSv4 server's dumplocks operation, add thermacklem2010-07-191-1/+2
* Add a call to nfscl_mustflush() in nfs_close() of the experimentalrmacklem2010-07-181-1/+1
* Fix build.trasz2010-07-181-0/+1
* Change the nfscl_mustflush() function in the experimental NFSv4rmacklem2010-07-183-8/+9
* Remove updating process count by unionfs. It serves no purpose, unionfs justtrasz2010-07-171-3/+0
* Patch the experimental NFSv4 server so that it acquires a referencermacklem2010-07-161-0/+23
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-162-6/+1
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-162-1/+6
* Delete comments related to soft clock interrupts that don't applyrmacklem2010-07-161-13/+0
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()jhb2010-07-152-20/+0
* Merge 208603, 209946, and 209948 to the new NFS client:jhb2010-07-151-11/+33
* This patch fixes a bug in the experimental NFSv4 server where itrmacklem2010-07-151-1/+0
* For the experimental NFSv4 client, make sure that attributes thatrmacklem2010-07-131-0/+14
* For the experimental NFSv4 client, do not use cached attributesrmacklem2010-07-131-1/+1
OpenPOWER on IntegriCloud