aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
AgeCommit message (Collapse)AuthorLines
2017-08-24Dropped support for building with autotoolsNikolaus Rath-21/+0
It's just too much pain to keep it working.
2017-08-24Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath-1/+1
The previous name didn't make much sense.
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-2/+2
We re-introduce the functionality of invalidating the caches for an inode specified by path by adding a new routine fuse_invalidate_path. This is useful for network-based file systems which use the high-level API, enabling them to notify the kernel about external changes. This is a revival of Miklos Szeredi's original code for the fuse_invalidate routine.
2017-08-23Added examples/printcapNikolaus Rath-1/+1
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-0/+2
2016-12-23Revert "Dropped example/null.c"Csaba Henk-1/+1
This reverts commit d5cdbb94a0650b0a462682cf0a84463ff1513900. null works completely fine, just the mountpoint should be a regular file -- so there is no need to dismiss it. Also: - fixing up compiler warnings - checking if the mountpoint is a regular file
2016-10-09Renamed cuses example and added test programNikolaus Rath-2/+3
An earlier version of the fioclient.c example was intended to be used together with cusexmp.c. The former has since evolved into ioctl_client.c and no longer has the function necessary to test CUSE. Therefore, we've added a new cuse_client.c that is clearly associated with the cuse.c example file system.
2016-10-09Renamed timefsN examples to fuse_notify_*Nikolaus Rath-2/+2
This should make it more obvious at first glance what the different examples do.
2016-10-09Renamed ioctl and poll examplesNikolaus Rath-9/+10
The new names should make it more obvious at first glance what each example demonstrates.
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath-3/+3
Also, added more comments for the same purpose.
2016-10-09Dropped example/null.cNikolaus Rath-1/+1
This does not seem to be working. Maybe because it tries to treat the mountpoint as a file rather than a directory?
2016-10-08Added timefs3 to test notify_inval_entry.Nikolaus Rath-1/+2
Fixes #32.
2016-10-08Added timefs[12] examples.Nikolaus Rath-2/+1
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions.
2014-02-21libfuse: added fuse_lo-plus.c to the examplesMiklos Szeredi-1/+1
2013-07-25ulockmgr: strip ulockmgr support from this source packageMiklos Szeredi-1/+1
Distribute ulockmgr separately. It is not needed for the building of libfuse, only fusexmp_fh. Check ulockmgr library in ./configure and if not disable remote-lock suport in fusexmp_fh.
2013-07-25libfuse: fuse -> fuse3Miklos Szeredi-2/+2
Allow 2.X and 3.X to coexist. Includes are now stored under /usr/include/fuse3 and library is named libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library.
2013-07-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-1/+1
add AC_SYS_LARGEFILE to your configure.ac instead.
2011-05-26Remove -lrt -ldl from fuse.pc for dynamic linkingMiklos Szeredi-2/+2
Remove -lrt -ldl from fuse.pc for dynamic linking since libfuse.so is already linked with these libraries. Reported by: Nikolaus Rath
2009-06-18CUSE patches from Tejun HeoMiklos Szeredi-1/+1
2008-12-08* Implement poll support. Patch by Tejun HeoMiklos Szeredi-1/+5
2008-12-05* Implement ioctl support. On high level interface onlyMiklos Szeredi-1/+7
"restricted" ioctls are supported (which are defined with the _IO(), _IOR(), _IOW() or _IOWR() macros). Unrestricted ioctls will only be allwed to CUSE (Character Device in Userspace) servers. Patch by Tejun Heo
2007-02-03Add filesystem stacking support to high level APIMiklos Szeredi-2/+2
2006-10-01Add init scriptMiklos Szeredi-1/+1
2006-09-10ulockmgrMiklos Szeredi-5/+1
2006-02-03fixMiklos Szeredi-0/+1
2005-07-13inode based API first working versionMiklos Szeredi-1/+1
2005-04-07fixMiklos Szeredi-1/+2
2005-03-21Merge 2_2_bugfix up to 2_2_merge1Miklos Szeredi-1/+1
2004-06-03build shared libraryMiklos Szeredi-1/+1
2001-11-21writing modules made more easyMiklos Szeredi-1/+2
2001-11-18performance improvementsMiklos Szeredi-2/+3
2001-11-09preparing for releaseMiklos Szeredi-1/+1
2001-11-07build and install fixesMiklos Szeredi-1/+1
2001-11-07build with automakeMiklos Szeredi-0/+7