qemu-gpiodev/libfuse.git
2010-11-08 Miklos Szeredifix pipe cleanup in do_write_buf()
2010-11-08 Miklos SzerediFix st_nlink for unlinked but still open files
2010-11-08 Miklos SzerediAdd ctx->pid to debug output
2010-11-08 Miklos Szeredilibfuse: add store request
2010-11-08 Miklos Szeredifusermount: don't save/restore cwd
2010-11-08 Miklos Szeredibump version to 2.9.0-pre0
2010-11-08 Miklos Szeredilibfuse: support zero copy writes in lowlevel interface
2010-11-08 Miklos SzerediFix fuse_buf_copy() if already at the end of the buffers
2010-11-08 Miklos Szerediupdate umount procedure
2010-11-08 Miklos SzerediOpen /dev/null for write
2010-11-08 Miklos SzerediFix check for read-only fs in mtab update
2010-10-14 Natanael CopaUse LTLIBICONV when linking libfuse
2010-10-05 mkmm@gmx-topmail.deadd missing argument check in ulockmgr.c
2010-09-28 Miklos SzerediFix ambiguous symbol version for fuse_chan_new
2010-09-28 Miklos SzerediFix option escaping for fusermount.
2010-08-27 Miklos SzerediAdd NetBSD support
2010-08-27 Miklos Szeredicuse: fix minor typos in error messages
2010-07-12 Miklos Szeredilibfuse: add buffer interface
2010-06-24 Miklos SzerediAdd .gitignore files
2010-06-23 Miklos Szerediupdate fuse_kernel.h
2010-06-23 Miklos Szeredi* Make the number of max background requests and congestion
2010-06-17 Miklos SzerediAdd fuse_reply_fd() reply function to the low level...
2010-06-15 Miklos Szeredi* Add a nopath option and flag, indicating that path...
2010-06-15 Miklos Szeredi* Fix out-of-source build.
2010-06-01 Miklos Szeredi* Remove "chmod root" from install of fusermount fuse_2_9_start
2010-04-26 Miklos Szeredi* Fix checking for symlinks in umount from /tmp. Repor... fuse_2_8_4
2010-02-18 Miklos Szeredi*** empty log message ***
2010-02-18 Miklos Szeredi* Fix definition of FUSE_OPT_ENT for C++. Reported...
2010-02-18 Miklos Szeredi* Fix stack alignment for clone()
2010-02-01 Miklos Szerediadd bug report credits fuse_2_8_3
2010-02-01 Miklos Szeredi* Released 2.8.3
2010-01-26 Miklos Szeredi* Released 2.8.2 fuse_2_8_2
2010-01-26 Miklos Szeredi* Fix race if two "fusermount -u" instances are run...
2010-01-14 Miklos Szeredi* Fix compile error on FreeBSD. Patch by Jay Sullivan
2009-12-23 Miklos Szeredi* Use '--no-canonicalize' option of mount(8) (available in
2009-11-02 Miklos SzerediDoc fix
2009-09-11 Miklos Szeredi* Released 2.8.1 fuse_2_8_1
2009-08-25 Miklos SzerediFix missing versioned symbol fuse_get_context@FUSE_2.2
2009-08-18 Miklos Szeredi* Add missing fuse_session_data to versionscript fuse_2_8_0
2009-07-16 Miklos Szeredi* Add missing pthread link for libulockmgr. Patch...
2009-07-16 Miklos Szeredi* Clarify how the protocol version should be negotiated...
2009-07-06 Miklos Szeredi* Released 2.8.0-pre3
2009-07-02 Miklos Szeredi* fusermount: Do not silently ignore command line argum...
2009-07-02 Miklos Szeredi* The context is extended with a 'umask' field. The...
2009-07-01 Csaba Henkfix compiler warning
2009-06-19 Miklos SzerediAdd fuse_getgroups (high level lib) and fuse_req_getgro...
2009-06-18 Miklos SzerediAdd "noforget" option to high level lib.
2009-06-18 Miklos Szeredi*** empty log message ***
2009-06-18 Miklos SzerediCUSE patches from Tejun Heo (add new files)
2009-06-18 Miklos SzerediCUSE patches from Tejun Heo
2009-06-18 Miklos SzerediAdd missing fuse_reply_bmap to versionscript. Debian...
2009-05-27 Miklos SzerediDon't call forget_node() if the lookup was negative...
2009-05-25 Miklos SzerediAdd FUSE_CAP_EXPORT_SUPPORT to fuse_common.h
2009-05-08 Miklos SzerediFix 'make install-strip'. Reported by Dominick Layfield
2009-05-08 Miklos SzerediFix missing newlines in some printfs
2009-02-06 Miklos Szeredidocumentation update
2009-01-05 Miklos SzerediReleased 2.8.0-pre2 fuse_2_8_0_pre2
2008-12-08 Miklos Szeredi* Add missing setattr flags to <fuse_lowlevel.h>.
2008-12-08 Miklos Szeredi* Implement poll support. Patch by Tejun Heo
2008-12-05 Miklos Szeredi* Implement ioctl support. On high level interface...
2008-11-28 Miklos SzerediIf open sets fi->nonseekable, libfuse will tell the...
2008-11-27 Miklos Szeredilowlevel lib: fix deadlock if fuse_reply_* is called...
2008-10-16 Miklos Szeredi* Allow commas in options to be escaped with a backslas...
2008-10-14 Miklos SzerediPass current file flags to read and write operations
2008-08-21 Miklos SzerediAPI documentation update by Daniel Benamy
2008-07-24 Miklos SzerediClean up debug output in highlevel lib
2008-07-18 Miklos Szeredidoc updates from Nikolaus Rath
2008-07-10 Miklos SzerediReleased 2.8.0-pre1
2008-07-10 Miklos SzerediSkip calling mount(8) if /etc/mtab doesn't exist...
2008-07-10 Miklos SzerediFix handling of (no)suid and (no)dev options...
2008-07-09 Miklos SzerediAPI doc update by Nikolaus Rath
2008-06-16 Miklos SzerediRemove fuse kernel module sources
2008-06-10 Miklos SzerediFix missing <sys/param.h> include for PATH_MAX
2008-06-10 Miklos SzerediFix theoretical infinite loops in libfuse
2008-06-09 Miklos SzerediDon't allow bigger than 4kB writes by default...
2008-06-09 Miklos SzerediFix mounting over symlink
2008-04-09 Miklos SzerediUpdate warning message for missing newline at end of...
2008-04-08 Miklos SzerediUpdate error message for missing mountpoint parameter
2008-04-06 Miklos SzerediHighlevel lib: don't limit paths to 4095 characters
2008-03-25 Miklos SzerediFix memory leaks on mount
2008-03-19 Miklos SzerediFix missing pthread_mutex_destroy...
2008-03-07 Miklos SzerediAdd queuing on contention to per-node lock algorithm...
2008-03-05 Miklos SzerediMake example/null work with -odirect_io
2008-02-20 Miklos Szerediupdate versions to 2.8.0-pre0
2008-02-08 Miklos SzerediAdd per-node locking, instead of a global tree lock...
2008-02-08 Miklos SzerediIf the "FUSE_THREAD_STACK" environment is set, initiali...
2008-02-08 Miklos SzerediSupport the st_blksize field in struct stat
2008-02-08 Miklos SzerediAdd support for atomic open(O_TRUNC)
2008-02-08 Miklos SzerediSupport receiving file handle from kernel in GETATTR...
2008-02-08 Miklos SzerediUpdate kernel interface to 7.9
2008-02-08 Miklos Szeredifusexmp_fh: avoid unnecessary seeking in readdir
2008-02-08 Miklos SzerediBlock SIGCHLD when executing mount and umount
2008-02-05 Csaba Henklib/mount_bsd.c: fix typo fuse_2_8_start
2008-02-05 Csaba Henklib/mount_bsd.c: add "-onosync_unmount" kernel option
2008-02-03 Csaba Henklib/mount_bsd.c: prettify option specifications
2008-02-03 Csaba Henklib/mount_bsd.c: get rid of all the hacks, we really...
2008-02-03 Csaba Henklib/mount_bsd.c: ditch the kvm(8) stuff and fix unmount...
2008-02-03 Csaba Henklib/mount_bsd.c: string formatting fixes, exit if mount...
2008-01-07 Csaba Henkmake makeconf.sh work under FreeBSD
2008-01-07 Csaba Henklib/mount_bsd.c: add support for the subtype option
next