summaryrefslogtreecommitdiff
path: root/sys/miscfs/fuse/fuse_device.c
AgeCommit message (Expand)Author
2018-06-27Refactor to simplify - no functional change.helg
2018-06-25Remove unused fbuf parameter from fuse_device_cleanup().helg
2018-06-21Don't timeout on fb_queue(9). The current process will blockhelg
2018-05-17Pass size argument to free(9).helg
2018-05-15Use memset(3) instead of bzero(3) for consistency and as per POSIXhelg
2018-01-22Use the proper address space when using a kernel that supportshelg
2017-08-10Avoid possible NULL pointer dereference on fuseioctl()Ricardo Mestre
2017-01-10Remove the unused olddp parameter from function dounmount().Alexander Bluhm
2016-08-30Use struct stat for storing attributes in fusebufs, because using structMartin Natano
2016-01-22Straightforward uiomovei -> uiomove conversion. All size arguments forStefan Kempf
2015-09-02fairly easy size for free()Theo de Raadt
2015-02-10Convert uiomovei() with a constant size argument to uiomove().Miod Vallat
2015-02-10Switch uiomovei(..., sizeof whatever, ...) to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-18Do not rely on the fact that sys/vnode.h includes all the worldMartin Pieuchot
2014-01-16Remove an infinite loop in fuse_device_cleanup().Sylvestre Gallon
2013-12-10Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.pelikan
2013-12-03Unmount the fuse filesystem if the communication end withSylvestre Gallon
2013-11-28Remove some double free on fusebuf datas.Sylvestre Gallon
2013-10-07use printf(9) consistently in FUSESylvestre Gallon
2013-10-07Introduce fb_delete() helper and use it in FUSE code.Sylvestre Gallon
2013-10-07Add new ioctl for handling FUSE buffersSylvestre Gallon
2013-10-07Rework fuseread() and fusewrite().Sylvestre Gallon
2013-08-10Remove debug printfs.Sylvestre Gallon
2013-07-11Fix a panic on multiple fuse device access.syl
2013-06-21Make fuse device clonable.syl
2013-06-12remove extra whitespaceTed Unangst
2013-06-03add a bunch of files for ISC-licensed FUSE support. ok beck deraadtTed Unangst