aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* sys/fuse: fix off by one errorEitan Adler2018-03-031-1/+1
* Update link count handling in fuse for post-ino64.John Baldwin2017-12-192-2/+2
* Use FUSE_LINK_MAX for LINK_MAX in fuse' VOP_PATHCONF().John Baldwin2017-12-191-1/+1
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-0/+6
* Add a custom VOP_PATHCONF method for fuse.John Baldwin2017-12-191-1/+21
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2018-18/+52
* Add extended attributes support to fuse kernel module.Fedor Uporov2017-10-142-10/+393
* Complete support for IO_APPEND flag in fuseConrad Meyer2017-06-281-5/+7
* fuse: Implement FOPEN_KEEP_CACHE flagConrad Meyer2017-04-211-2/+2
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-4/+4
* Two more files missed in r317055: these files need sys/vmmeter.h, but nowGleb Smirnoff2017-04-171-0/+1
* If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attemptedRick Macklem2016-05-181-3/+4
* Fix fuse for "cp" of a mode 0444 file to the file system.Rick Macklem2016-05-153-1/+24
* Fix fuse so that stale buffer cache data isn't read.Rick Macklem2016-05-151-0/+2
* Fix fuse to use DIRECT_IO when required.Rick Macklem2016-05-142-2/+23
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-292-6/+6
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.Gleb Smirnoff2015-12-161-14/+10
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-161-30/+16
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-151-0/+1
* Fix white spaces.Jung-uk Kim2015-03-021-18/+18
* Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correctEdward Tomasz Napierala2015-03-023-1/+29
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-181-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-212-4/+4
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().Gleb Smirnoff2014-09-101-1/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+2
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-091-30/+2
* fuse: revert kernel_header update.Pedro F. Giffuni2013-07-241-86/+10
* fuse: revert birthtime support.Pedro F. Giffuni2013-07-202-6/+3
* Adjust outsizes:Pedro F. Giffuni2013-07-201-2/+2
* Adjust outsizes:Pedro F. Giffuni2013-07-201-2/+2
* Update fuse_kernel header.Pedro F. Giffuni2013-07-151-11/+85
* Add creation timestamp (birthtime) support for fuse.Pedro F. Giffuni2013-07-131-4/+1
* Add creation timestamp (birthtime) support for fuse.Pedro F. Giffuni2013-07-122-0/+8
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-12/+13
* Eliminate a duplicate #include.Alan Cox2013-02-261-1/+0
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-2/+0
* Add support for IO_APPEND flag in fuseBaptiste Daroussin2013-01-081-3/+5
* - Protect mnt_data and mnt_flags under the mount interlockAttilio Rao2012-11-101-7/+7
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+0
* - Current caching mode is completely broken because it simply reliesAttilio Rao2012-11-087-150/+16
* fuse_io* must be able to crunch also VDIR vnodes.Attilio Rao2012-11-051-2/+2
* Fix a bug where operations was carried on even if not implemented,Attilio Rao2012-11-031-6/+4
* Remove unneeded D_NEEDMINOR.Ed Schouten2012-10-181-1/+0
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toAttilio Rao2012-10-148-84/+84
* Import a FreeBSD port of the FUSE Linux module.Attilio Rao2012-10-1318-0/+8167