summaryrefslogtreecommitdiffstats
path: root/sys/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* MFC r279536:trasz2015-05-153-1/+29
* MFC: r281562rmacklem2015-04-301-0/+1
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r275897:kib2015-01-011-1/+1
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-272-4/+4
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+2
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-30/+2
* fuse: revert kernel_header update.pfg2013-07-241-86/+10
* fuse: revert birthtime support.pfg2013-07-202-6/+3
* Adjust outsizes:pfg2013-07-201-2/+2
* Adjust outsizes:pfg2013-07-201-2/+2
* Update fuse_kernel header.pfg2013-07-151-11/+85
* Add creation timestamp (birthtime) support for fuse.pfg2013-07-131-4/+1
* Add creation timestamp (birthtime) support for fuse.pfg2013-07-122-0/+8
* MFCattilio2013-02-261-1/+0
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-202-11/+11
* Switch vm_object lock to be a rwlock.attilio2013-02-202-3/+2
* Add support for IO_APPEND flag in fusebapt2013-01-081-3/+5
* - Protect mnt_data and mnt_flags under the mount interlockattilio2012-11-101-7/+7
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* - Current caching mode is completely broken because it simply reliesattilio2012-11-087-150/+16
* fuse_io* must be able to crunch also VDIR vnodes.attilio2012-11-051-2/+2
* Fix a bug where operations was carried on even if not implemented,attilio2012-11-031-6/+4
* Remove unneeded D_NEEDMINOR.ed2012-10-181-1/+0
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toattilio2012-10-148-84/+84
* Import a FreeBSD port of the FUSE Linux module.attilio2012-10-1318-0/+8167
OpenPOWER on IntegriCloud