qemu-gpiodev/libfuse.git
2011-03-30 Miklos Szeredifusermount: clean up do_mount() function
2011-03-30 Miklos SzerediRemove unnecessary variable assignment
2011-03-30 Laszlo PappEliminate the unused value
2011-03-30 Miklos SzerediFix use after free if fuse_reply...() returned ENOENT
2011-03-30 Laszlo PappFix resource leaks in fusermount
2011-03-30 Laszlo PappFix a possible resource leak (free the old up)
2011-03-30 Laszlo PappDo not pass NULL to xstrdup
2011-03-30 Laszlo PappCheck the return value properly before passing it to...
2011-03-30 Laszlo PappFix a potential resource leak
2011-03-30 Laszlo PappUse the return value for error check
2011-03-30 Laszlo PappCheck the return value after an open syscall
2011-03-30 Laszlo PappCheck the negative return value after an open syscall
2011-03-11 Miklos SzerediIn case of failure to add to /etc/mtab don't umount.
2011-03-11 Miklos SzerediRevert "Fix cleanup in case of failed mount"
2011-02-17 Miklos SzerediAdd -onoforget to help output
2011-02-02 Miklos Szeredilibfuse: fuse_session_loop_mt() shouldn't pause when...
2011-01-31 Miklos Szeredifusermount: only allow mount and umount if util-linux...
2011-01-31 Miklos Szeredifusermount: chdir to / before performing mount/umount
2011-01-31 Miklos SzerediFix cleanup in case of failed mount
2011-01-31 Miklos SzerediFix warning in hash calculation
2010-12-20 Miklos SzerediHighlevel lib: add slab allocation for node cache
2010-12-20 Miklos Szerediinline short names
2010-12-20 Miklos SzerediHighlevel lib: allow hash tables to shrink
2010-12-13 Miklos SzerediHighlevel lib: use dynamically resized hash table
2010-11-12 Miklos SzerediFix fuse_buf_copy_flags values
2010-11-12 Miklos Szerediupdate test/.gitignore
2010-11-10 Miklos Szeredifusexmp_fh: add read_buf and write_buf implementations
2010-11-10 Miklos Szerediadd read_buf method to high level API
2010-11-10 Miklos Szerediadd write_buf method to high level API
2010-11-10 Miklos Szeredifuse_buf_copy: check if buffers are the same
2010-11-10 Miklos Szeredistore fuse_buf inside fuse_bufvec
2010-11-10 Miklos Szeredibump the API version as well to 2.9
2010-11-08 Miklos Szeredilibfuse: add retrieve request
2010-11-08 Miklos Szeredifix changelog
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
next