qemu-gpiodev/libfuse.git
2011-12-08 Emmanuel Dreyfusutimens availability check
2011-12-08 Emmanuel DreyfusFUSE_NODE_SLAB buildfix
2011-12-08 Nikolaus Rathfuse: documentation update for forget
2011-12-07 John Muirlibfuse: Notifying the kernel of deletion.
2011-12-06 Miklos SzerediAdd mmap() and munmap() methods to low level API
2011-12-05 Miklos SzerediAdd support for ioctl on directories
2011-12-05 Miklos SzerediMake lock argument of fuse_reply_lock const
2011-11-17 Miklos SzerediFix the following compile error
2011-10-23 Miklos SzerediReply with ENOMEM in case of failure to allocate request
2011-09-23 Anatol PomozovReplace daemon() function with fork()
2011-08-31 Miklos SzerediDon't ignore --disable-mtab
2011-08-24 therealneworld... add lru for remember option
2011-07-06 Miklos SzerediAdd ->flock() operation to low and high level interfaces
2011-07-04 Sebastian Pippingutimens must not follow symlinks
2011-06-02 Miklos SzerediIn ./configure check if umount support --fake and ...
2011-06-02 therealneworld... add "remember" option
2011-05-27 Miklos SzerediCheck if splice/vmsplice are supported
2011-05-26 Miklos SzerediUpdate COPYING*
2011-05-26 Miklos SzerediUpdate NEWS
2011-05-26 Miklos SzerediFix lost ChangeLog entry.
2011-05-26 Miklos SzerediRemove -lrt -ldl from fuse.pc for dynamic linking
2011-05-25 Reuben Hawkinsadding details to utimens doxygen comments
2011-05-25 Reuben HawkinsSpell checking comments, etc...
2011-05-23 Reuben Hawkinscleaning up warnings
2011-05-20 Reuben HawkinsCleaner build output
2011-05-19 Miklos SzerediFix ioctl ABI
2011-05-19 Miklos SzerediAdd ->forget_multi() operation
2011-05-19 Miklos SzerediAllow batching of forget requests
2011-05-19 Miklos SzerediFix splice_read
2011-05-19 Miklos SzerediDisable splice by default
2011-05-19 Miklos SzerediDon't hide output of /bin/mount
2011-04-15 Max KrasnyanskyAdded changelog entry for the auto_unmount option
2011-04-15 Max Krasnyanskyfusermount: Added support for auto_unmount option
2011-04-15 Max Krasnyanskylibfuse: Added support for auto_unmount option
2011-03-30 Miklos SzerediUpdate ChangeLog
2011-03-30 Laszlo PappCheck the 'mtablock' for negative value
2011-03-30 Laszlo PappFix a potential null pointer dereference issue
2011-03-30 Laszlo PappFix a potential resource leak (newargv)
2011-03-30 Laszlo PappInitialize an allocated, but uninitialized memory
2011-03-30 Laszlo PappInitialize the variable properly before passing to...
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
next