summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs clientkib2012-03-172-3/+10
* Prevent tmpfs_rename() deadlock in a way similar to UFSgleb2012-03-142-7/+179
* Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()gleb2012-03-141-7/+11
* Use NULL instead of 0kevlo2012-03-134-7/+7
* Update comment.kib2012-03-111-1/+1
* Remove fifo.h. The only used function declaration from the header iskib2012-03-117-45/+0
* Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-087-23/+74
* Add KTR_VFS traces to track modifications to a vnode's writecount.jhb2012-03-081-0/+4
* The pipe_poll() performs lockless access to the vnode to testkib2012-03-072-14/+12
* 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
OpenPOWER on IntegriCloud