summaryrefslogtreecommitdiffstats
path: root/sys/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* 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