summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs.kib2012-03-051-5/+32
* Remove unneeded cast to u_int. The values as small enough to fit intokib2012-03-041-2/+1
* Remove unnecessary castskevlo2012-03-041-2/+2
* Clean up style(9) nitskevlo2012-03-043-10/+10
* The name caching changes of r230394 exposed an intermittent bugrmacklem2012-03-031-0/+1
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-032-22/+34
* Similar to the fixes in 226967 and 226987, purge any name cache entriesjhb2012-03-021-0/+2
* Do not expose unlocked unconstructed nullfs vnode on mount list.kib2012-03-021-1/+1
* Fix the NFS clients so that they use copyin() instead of bcopy(),rmacklem2012-03-011-1/+16
* Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.mm2012-02-291-1/+4
* Allow shared locks for reads when lower filesystem accept shared locking.kib2012-02-291-1/+2
* Document that null_nodeget() cannot take shared-locked lowervp due tokib2012-02-291-1/+5
* In null_reclaim(), assert that reclaimed vnode is fully constructed,kib2012-02-291-9/+12
* Always request exclusive lock for the lower vnode in nullfs_vget().kib2012-02-291-0/+6
* Move the code to destroy half-contructed nullfs vnode into helperkib2012-02-291-6/+13
* Merge a split multi-line comment.kib2012-02-291-4/+1
* Add procfs to jail-mountable filesystems.mm2012-02-292-3/+7
* Remove an unused structure and unnecessary castkevlo2012-02-242-3/+1
* Check if the user has necessary permissions on the devicekevlo2012-02-241-6/+25
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-232-15/+20
* merge pipe and fifo implementationskmacy2012-02-232-403/+76
* hrs@ reported a panic to freebsd-stable@ under the subject linermacklem2012-02-231-6/+5
* Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.kib2012-02-223-7/+7
* Fix found places where uio_resid is truncated to int.kib2012-02-219-19/+25
* Remove an unnecessary cast.kevlo2012-02-201-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-172-4/+6
* 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
OpenPOWER on IntegriCloud