summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Modify the file handle hash function in the experimental NFSrmacklem2010-10-223-1/+17
* Modify the experimental NFS server in a manner analagous tormacklem2010-10-211-1/+9
* Fix the type of the 3rd argument for nm_getinfo so that it worksrmacklem2010-10-191-3/+3
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-194-16/+58
* Fix a possible race where the directory dirent is moved to the locationkevlo2010-10-181-3/+8
* Ignore the return value of DE_INTERNALIZE().rpaulo2010-10-131-1/+1
* tmpfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* Format prototypes to follow style(9) more closely.jh2010-10-122-22/+25
* Try and make the nfsrv_localunlock() function in the experimentalrmacklem2010-10-111-8/+36
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-108-10/+18
* Add a comment describing the reason for calling cache_purge(fvp).kib2010-10-081-0/+7
* The msdosfs lookup is case insensitive. Several aliases may be inserted forkib2010-10-071-0/+1
* 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
OpenPOWER on IntegriCloud