summaryrefslogtreecommitdiffstats
path: root/sys/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* MFS r320684: MFC r320451 (by cem):markj2017-07-051-5/+7
* MFC r317273 (by cem):markj2017-04-251-2/+2
* If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attemptedrmacklem2016-05-181-3/+4
* Fix fuse for "cp" of a mode 0444 file to the file system.rmacklem2016-05-153-1/+24
* Fix fuse so that stale buffer cache data isn't read.rmacklem2016-05-151-0/+2
* Fix fuse to use DIRECT_IO when required.rmacklem2016-05-142-2/+23
* sys/fs: spelling fixes in comments.pfg2016-04-292-6/+6
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-161-14/+10
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-30/+16
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-0/+1
* Fix white spaces.jkim2015-03-021-18/+18
* Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correcttrasz2015-03-023-1/+29
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-4/+4
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().glebius2014-09-101-1/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* 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