Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2004-09-27 | Add PID to fuse_context | Miklos Szeredi | -0/+2 | |
2004-09-22 | fix | Miklos Szeredi | -10/+3 | |
2004-09-16 | fix | Miklos Szeredi | -3/+5 | |
2004-07-29 | add fuse_invalidate() to library API | Miklos Szeredi | -0/+10 | |
2004-07-24 | security fixes + other enhancements | Miklos Szeredi | -0/+17 | |
2004-07-23 | clean up mount option passing | Miklos Szeredi | -22/+20 | |
2004-07-13 | add flag to turn off hiding removed but open files | Miklos Szeredi | -0/+4 | |
2004-07-07 | change email address | Miklos Szeredi | -2/+2 | |
2004-07-02 | direct IO + fixes | Miklos Szeredi | -0/+4 | |
2004-06-30 | support for multiplexing fuse fd | Miklos Szeredi | -0/+1 | |
2004-06-03 | cache ENOSYS on some optional functions | Miklos Szeredi | -1/+1 | |
2004-06-03 | build shared library | Miklos Szeredi | -1/+1 | |
2004-05-18 | added flush() call | Miklos Szeredi | -7/+19 | |
2004-05-13 | clarify comment | Miklos Szeredi | -4/+7 | |
2004-04-13 | _FILE_OFFSET_BITS checking | Miklos Szeredi | -2/+4 | |
2004-04-13 | text mount options | Miklos Szeredi | -36/+0 | |
2004-04-09 | limit checking | Miklos Szeredi | -0/+4 | |
2004-03-31 | fix zero size case for getxattr and listxattr | Miklos Szeredi | -1/+5 | |
2004-03-30 | EA operations added | Miklos Szeredi | -40/+57 | |
2004-03-02 | kernel interface changes | Miklos Szeredi | -9/+11 | |
2004-02-25 | added fuse_get() | Miklos Szeredi | -0/+9 | |
2004-02-20 | fix | Miklos Szeredi | -3/+3 | |
2004-02-20 | more kernel interface changes | Miklos Szeredi | -2/+6 | |
2004-02-19 | improvements to the kernel interface | Miklos Szeredi | -9/+4 | |
2004-02-19 | statfs fixes | Miklos Szeredi | -20/+12 | |
2004-01-26 | fix | Miklos Szeredi | -4/+13 | |
2004-01-07 | integrated 2.6 kernel support | Miklos Szeredi | -5/+1 | |
2003-12-15 | version numbers added | Miklos Szeredi | -0/+9 | |
2003-12-12 | added fsync operation | Miklos Szeredi | -2/+10 | |
2003-11-03 | read combining patch | Miklos Szeredi | -0/+5 | |
2003-10-22 | fix | Miklos Szeredi | -2/+8 | |
2003-10-13 | fix | Miklos Szeredi | -26/+25 | |
2003-09-08 | caching patch by Michael Grigoriev | Miklos Szeredi | -2/+13 | |
2002-12-11 | release() changes | Miklos Szeredi | -1/+1 | |
2002-12-10 | added release() callback | Miklos Szeredi | -0/+9 | |
2002-12-05 | fixes | Miklos Szeredi | -9/+24 | |
2002-12-03 | fixes | Miklos Szeredi | -0/+3 | |
2002-10-28 | Portability fix | Miklos Szeredi | -5/+0 | |
2002-10-25 | version change + cleanups | Miklos Szeredi | -2/+2 | |
2002-10-25 | use fuse_mount in fuse_main | Miklos Szeredi | -2/+3 | |
2002-10-07 | cvsignore fixes | Miklos Szeredi | -2/+2 | |
2002-10-07 | statfs header cleanup | Miklos Szeredi | -18/+21 | |
2002-05-29 | fixes | Miklos Szeredi | -2/+1 | |
2002-04-19 | interface cleanup | Miklos Szeredi | -11/+12 | |
2002-04-18 | fuse_mount_ioslave() and helper util | Mark Glines | -0/+11 | |
2002-04-12 | Changed #include "fusestat.h" to #include <fusestat.h> and added fusestat.h | Roland Bauerschmidt | -2/+2 | |
to include/Makefile.am, so that building with headers in /usr/include works. | ||||
2002-03-17 | 'struct statfs' changes size, and entries within it change position, depending | Mark Glines | -11/+17 | |
on which headerfiles are included and which macros are defined. Because its unreliable, we now use struct fuse_statfs everywhere except in the kernel. Also fixed some perl fuse_main semantics - it now works much better when multithreading is disabled. | ||||
2002-01-07 | Added statfs support to kernel, lib, examples, and perl | Mark Glines | -0/+16 | |
other minor perl fixes (still unstable) | ||||
2001-12-20 | permission checking implemented | Miklos Szeredi | -1/+14 | |
2001-12-20 | preparations for cred checking in fs | Miklos Szeredi | -12/+19 | |