summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Delete a couple of out of date comments that are no longer true inrmacklem2012-02-162-8/+1
* Replace PRIdMAX with "jd" in a printf call. Cast the corresponding value totijl2012-02-141-5/+2
* Merge si_name and __si_namebuf.ed2012-02-101-1/+0
* Allow mounting nullfs(5) inside jails.mm2012-02-091-1/+1
* Add support for mounting devfs inside jails.mm2012-02-091-1/+13
* Introduce the "ruleset=number" option for devfs(5) mounts.mm2012-02-093-1/+79
* Update the data structures with some fields reserved forpfg2012-02-073-10/+29
* r228827 fixed a problem where copying of NFSv4 open credentials intormacklem2012-02-071-2/+6
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-063-3/+3
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-062-4/+1
* When a "mount -u" switches an NFS mount point from TCP to UDP,rmacklem2012-01-311-0/+13
* A problem with respect to data read through the buffer cache for bothrmacklem2012-01-273-9/+7
* Revert r230516, since it doesn't really fix the problem.rmacklem2012-01-261-17/+0
* Fix remaining calls to cache_enter() in both NFS clients to providekib2012-01-251-17/+18
* Add a timeout on positive name cache entries in the NFS client. That is,jhb2012-01-253-11/+29
* If a mount -u is done to either NFS client that switches itrmacklem2012-01-251-0/+17
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-203-54/+41
* Martin Cracauer reported a problem to freebsd-current@ under thermacklem2012-01-201-18/+31
* Subject: NULLFS: properly destroy node hashrea2012-01-181-1/+1
* Return EOPNOTSUPP since we only support update mounts for NFS export.kevlo2012-01-171-0/+4
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-1711-11/+11
* Add nfs export support to tmpfs(5)kevlo2012-01-161-4/+2
* When tmpfs_write() resets an extended file to its original size after analc2012-01-163-7/+12
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-1/+1
* Convert files to UTF-8uqs2012-01-158-8/+8
* Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to callalc2012-01-142-21/+21
* Tai Horgan reported via email that there were two places inrmacklem2012-01-141-2/+2
* jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"rmacklem2012-01-111-1/+0
* Correct an error of omission in the implementation of the truncationalc2012-01-081-19/+59
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-085-2/+5
* r222004 changed sbuf_finish() to not clear the buffer error status. As ajh2012-01-061-6/+12
* Check the return value of sbuf_finish() in pfs_readlink() and returnjh2012-01-061-1/+5
* In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnodedim2012-01-051-1/+1
* Do the vput() for the lowervp in the null_nodeget() for error case too.kib2012-01-033-8/+6
* Document the state of the lowervp vnode for null_nodeget().kib2012-01-031-0/+3
* Minor cleanups to ntfs codepfg2012-01-032-7/+7
* Don't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_mappedwrite() andalc2012-01-031-2/+2
* Use strchr() and strrchr().ed2012-01-024-10/+10
* Migrate ufs and ext2fs from skpc() to memcchr().ed2012-01-011-25/+14
* Discard local array based on return values.kevlo2011-12-243-5/+7
* During investigation of an NFSv4 client crash reported by glebius@,rmacklem2011-12-231-6/+4
* Discarding local array based on return valueskevlo2011-12-221-14/+14
* jwd@ reported a problem via email where the old NFS client wouldrmacklem2011-12-211-6/+57
* Style cleanups by jh@.pfg2011-12-169-26/+28
* Patch the new NFS server in a manner analagous to r228520 for thermacklem2011-12-161-1/+7
* Bring in reallocblk to ext2fs.pfg2011-12-155-38/+335
* Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729.pfg2011-12-142-382/+329
* Explicitly use curthread while manipulating td_fpop during last closejhb2011-12-091-3/+7
* Initialize fifoinfo fi_wgen field on open. The only important is thekib2011-12-041-1/+1
* This patch adds a sysctl to the NFSv4 server which optionally disables thermacklem2011-12-041-1/+9
OpenPOWER on IntegriCloud