Commit Graph

787 Commits

Author SHA1 Message Date
Miklos Szeredi
4bfbd81047 API doc update by Nikolaus Rath 2008-07-09 17:05:01 +00:00
Miklos Szeredi
c75d6298b4 Remove fuse kernel module sources 2008-06-16 14:16:02 +00:00
Miklos Szeredi
74579f9862 Fix missing <sys/param.h> include for PATH_MAX 2008-06-10 18:34:11 +00:00
Miklos Szeredi
9d4a9ea675 Fix theoretical infinite loops in libfuse 2008-06-10 18:31:55 +00:00
Miklos Szeredi
377f3d1b8b Don't allow bigger than 4kB writes by default... 2008-06-09 10:52:50 +00:00
Miklos Szeredi
6134eff5f1 Fix mounting over symlink 2008-06-09 10:21:28 +00:00
Miklos Szeredi
bd9bf9c8ce Update warning message for missing newline at end of fuse.conf 2008-04-09 13:23:36 +00:00
Miklos Szeredi
ac6d6502f1 Update error message for missing mountpoint parameter 2008-04-08 13:44:52 +00:00
Miklos Szeredi
66eb2f0d4c Highlevel lib: don't limit paths to 4095 characters 2008-04-06 19:17:23 +00:00
Miklos Szeredi
f2625f1106 Fix memory leaks on mount 2008-03-25 21:20:40 +00:00
Miklos Szeredi
25b5fdbcca Fix missing pthread_mutex_destroy... 2008-03-19 10:26:00 +00:00
Miklos Szeredi
72faaa58a8 Add queuing on contention to per-node lock algorithm... 2008-03-07 11:22:11 +00:00
Miklos Szeredi
230dc7115f Make example/null work with -odirect_io 2008-03-05 13:03:59 +00:00
Miklos Szeredi
e4fcdcb34e update versions to 2.8.0-pre0 2008-02-20 12:06:12 +00:00
Miklos Szeredi
3fecccca98 Add per-node locking, instead of a global tree lock to protect the path from changing during operations 2008-02-08 19:51:26 +00:00
Miklos Szeredi
24b009347e If the "FUSE_THREAD_STACK" environment is set, initialize the stack size of threads by this value 2008-02-08 18:35:04 +00:00
Miklos Szeredi
29e4293327 Support the st_blksize field in struct stat 2008-02-08 18:25:19 +00:00
Miklos Szeredi
da077510ef Add support for atomic open(O_TRUNC) 2008-02-08 17:46:57 +00:00
Miklos Szeredi
30ece08000 Support receiving file handle from kernel in GETATTR request; Allow operations with a NULL path argument, if the filesystem supports it 2008-02-08 17:22:15 +00:00
Miklos Szeredi
b20d88bbbc Update kernel interface to 7.9 2008-02-08 11:41:41 +00:00
Miklos Szeredi
30823693d6 fusexmp_fh: avoid unnecessary seeking in readdir 2008-02-08 11:26:15 +00:00
Miklos Szeredi
667567764f Block SIGCHLD when executing mount and umount 2008-02-08 10:45:06 +00:00
Csaba Henk
6889e443c5 lib/mount_bsd.c: fix typo 2008-02-05 03:47:26 +00:00
Csaba Henk
cb1d7c5164 lib/mount_bsd.c: add "-onosync_unmount" kernel option 2008-02-05 03:07:47 +00:00
Csaba Henk
00bddfe650 lib/mount_bsd.c: prettify option specifications 2008-02-03 22:29:09 +00:00
Csaba Henk
634fe87761 lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a forced unmount 2008-02-03 20:13:32 +00:00
Csaba Henk
7b3f3a8c2b lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and sensible way 2008-02-03 15:00:22 +00:00
Csaba Henk
de09413190 lib/mount_bsd.c: string formatting fixes, exit if mounting has failed 2008-02-03 12:07:56 +00:00
Csaba Henk
93bbd7fda1 make makeconf.sh work under FreeBSD 2008-01-07 11:18:33 +00:00
Csaba Henk
56ebfa593c lib/mount_bsd.c: add support for the subtype option 2008-01-07 10:54:24 +00:00
Csaba Henk
97bedd8989 lib/mount_bsd.c: fix up/refine device closing vs. unmount 2008-01-06 15:34:10 +00:00
Csaba Henk
18ecc2bff8 lib/mount_bsd.c: Close device before unmount.
Cf. lib/mount.c rev. 1.43.
2008-01-03 12:13:54 +00:00
Csaba Henk
fdfba078f6 lib/mount_bsd.c: fix some warnings 2008-01-03 11:08:44 +00:00
Miklos Szeredi
0520bc0536 Fix './configure --disable-static' 2007-12-23 18:13:08 +00:00
Miklos Szeredi
a203851326 Released 2.7.2 2007-12-17 13:27:44 +00:00
Miklos Szeredi
4ae237a8d8 fix 2007-12-12 19:01:23 +00:00
Miklos Szeredi
2429afb7f7 Fix kernel module compile for 2.6.24 2007-12-12 18:59:44 +00:00
Miklos Szeredi
5e32023279 Released 2.7.2 2007-12-12 14:33:17 +00:00
Miklos Szeredi
cdb8b79bad change indenting 2007-12-12 14:25:40 +00:00
Miklos Szeredi
918f0ad95b Disable old symbol versions if __UCLIBC__ is defined 2007-12-12 11:53:38 +00:00
Miklos Szeredi
0b47f6bc8b 'fusermount -u' did not umount the filesystem if /etc/mtab was a symlink 2007-11-12 13:57:12 +00:00
Miklos Szeredi
f6fc1280f9 add Doxyfile to EXTRA_DIST 2007-10-16 16:57:25 +00:00
Miklos Szeredi
5a461f6eca Released 2.7.1 2007-10-16 16:34:38 +00:00
Miklos Szeredi
a32865d843 pull kernel module fixes from mainline 2007-10-16 16:11:01 +00:00
Miklos Szeredi
7d62647d7a Clarify licence version to be "LGPLv2" for the library 2007-10-16 15:12:09 +00:00
Miklos Szeredi
1c6deb570d doc updates 2007-10-16 14:36:13 +00:00
Miklos Szeredi
f95aacb1a8 doc update from Evan Jones 2007-10-16 14:29:28 +00:00
Miklos Szeredi
b41c45be83 doc updates 2007-10-16 14:25:08 +00:00
Miklos Szeredi
68a9657062 Fix kernel module compilation for 2.6.23 2007-09-18 13:00:33 +00:00
Miklos Szeredi
8834fbf05b Add missing context initialization in fuse_fs_chmod() 2007-09-18 11:34:14 +00:00