summaryrefslogtreecommitdiffstats
path: root/sys/fs/fuse/fuse_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r279536:trasz2015-05-151-0/+9
* MFC r275897:kib2015-01-011-1/+1
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-30/+2
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-9/+9
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* - Current caching mode is completely broken because it simply reliesattilio2012-11-081-45/+12
* Fix a bug where operations was carried on even if not implemented,attilio2012-11-031-6/+4
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toattilio2012-10-141-24/+24
* Import a FreeBSD port of the FUSE Linux module.attilio2012-10-131-0/+2037
OpenPOWER on IntegriCloud