aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
* * Add missing setattr flags to <fuse_lowlevel.h>.Gravatar Miklos Szeredi2008-12-08
| | | | * Only pass valid flags to ->setattr().
* * Implement poll support. Patch by Tejun HeoGravatar Miklos Szeredi2008-12-08
|
* * Implement ioctl support. On high level interface onlyGravatar Miklos Szeredi2008-12-05
| | | | | | | "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
* If open sets fi->nonseekable, libfuse will tell the kernel that the file is ↵Gravatar Miklos Szeredi2008-11-28
| | | | not seekable. Patch by Tejun Heo
* lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt ↵Gravatar Miklos Szeredi2008-11-27
| | | | handling function. Reported by Tero Marttila
* * Allow commas in options to be escaped with a backslash * Add new function: ↵Gravatar Miklos Szeredi2008-10-16
| | | | fuse_opt_add_opt_escaped() * Add missing fuse_reply_bmap() to the version script
* Pass current file flags to read and write operationsGravatar Miklos Szeredi2008-10-14
|
* Clean up debug output in highlevel libGravatar Miklos Szeredi2008-07-24
|
* Skip calling mount(8) if /etc/mtab doesn't exist...Gravatar Miklos Szeredi2008-07-10
|
* Fix missing <sys/param.h> include for PATH_MAXGravatar Miklos Szeredi2008-06-10
|
* Fix theoretical infinite loops in libfuseGravatar Miklos Szeredi2008-06-10
|
* Don't allow bigger than 4kB writes by default...Gravatar Miklos Szeredi2008-06-09
|
* Fix mounting over symlinkGravatar Miklos Szeredi2008-06-09
|
* Update warning message for missing newline at end of fuse.confGravatar Miklos Szeredi2008-04-09
|
* Update error message for missing mountpoint parameterGravatar Miklos Szeredi2008-04-08
|
* Highlevel lib: don't limit paths to 4095 charactersGravatar Miklos Szeredi2008-04-06
|
* Fix memory leaks on mountGravatar Miklos Szeredi2008-03-25
|
* Fix missing pthread_mutex_destroy...Gravatar Miklos Szeredi2008-03-19
|
* Add queuing on contention to per-node lock algorithm...Gravatar Miklos Szeredi2008-03-07
|
* update versions to 2.8.0-pre0Gravatar Miklos Szeredi2008-02-20
|
* Add per-node locking, instead of a global tree lock to protect the path from ↵Gravatar Miklos Szeredi2008-02-08
| | | | changing during operations
* If the "FUSE_THREAD_STACK" environment is set, initialize the stack size of ↵Gravatar Miklos Szeredi2008-02-08
| | | | threads by this value
* Support the st_blksize field in struct statGravatar Miklos Szeredi2008-02-08
|
* Add support for atomic open(O_TRUNC)Gravatar Miklos Szeredi2008-02-08
|
* Support receiving file handle from kernel in GETATTR request; Allow ↵Gravatar Miklos Szeredi2008-02-08
| | | | operations with a NULL path argument, if the filesystem supports it
* Update kernel interface to 7.9Gravatar Miklos Szeredi2008-02-08
|
* Block SIGCHLD when executing mount and umountGravatar Miklos Szeredi2008-02-08
|
* lib/mount_bsd.c: fix typoGravatar Csaba Henk2008-02-05
|
* lib/mount_bsd.c: add "-onosync_unmount" kernel optionGravatar Csaba Henk2008-02-05
|
* lib/mount_bsd.c: prettify option specificationsGravatar Csaba Henk2008-02-03
|
* lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a ↵Gravatar Csaba Henk2008-02-03
| | | | forced unmount
* lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and ↵Gravatar Csaba Henk2008-02-03
| | | | sensible way
* lib/mount_bsd.c: string formatting fixes, exit if mounting has failedGravatar Csaba Henk2008-02-03
|
* lib/mount_bsd.c: add support for the subtype optionGravatar Csaba Henk2008-01-07
|
* lib/mount_bsd.c: fix up/refine device closing vs. unmountGravatar Csaba Henk2008-01-06
|
* lib/mount_bsd.c: Close device before unmount.Gravatar Csaba Henk2008-01-03
| | | | Cf. lib/mount.c rev. 1.43.
* lib/mount_bsd.c: fix some warningsGravatar Csaba Henk2008-01-03
|
* change indentingGravatar Miklos Szeredi2007-12-12
|
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
|
* 'fusermount -u' did not umount the filesystem if /etc/mtab was a symlinkGravatar Miklos Szeredi2007-11-12
|
* Released 2.7.1Gravatar Miklos Szeredi2007-10-16
|
* Clarify licence version to be "LGPLv2" for the libraryGravatar Miklos Szeredi2007-10-16
|
* Add missing context initialization in fuse_fs_chmod()Gravatar Miklos Szeredi2007-09-18
|
* lib/fuse_lowlevel.c: fix a fuse_req leak in do_forget()Gravatar Miklos Szeredi2007-09-05
|
* fixesGravatar Miklos Szeredi2007-08-08
|
* Don't call /bin/[u]mount if /etc/mtab is a symlinkGravatar Miklos Szeredi2007-07-25
|
* Reset args->argc in fuse_opt_free_args()Gravatar Miklos Szeredi2007-07-12
|
* Released 2.7.0Gravatar Miklos Szeredi2007-07-02
|
* lib: fix locking when loading a filesystem moduleGravatar Miklos Szeredi2007-06-22
|
* Add fs subtype support to libfuse and fusermountGravatar Miklos Szeredi2007-06-20
|