Commit Graph

769 Commits

Author SHA1 Message Date
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
Miklos Szeredi
13e348fe05 move BSD license out from ifdefed region 2007-09-18 11:27:56 +00:00
Miklos Szeredi
0f0365d63c add testcase 2007-09-17 15:43:41 +00:00
Miklos Szeredi
a7dbdc4b97 lib/fuse_lowlevel.c: fix a fuse_req leak in do_forget() 2007-09-05 15:05:13 +00:00
Miklos Szeredi
0042f8cc82 fixes 2007-08-08 18:22:01 +00:00
Miklos Szeredi
66455c648e warning fix 2007-08-08 17:58:43 +00:00
Miklos Szeredi
4b667a7b95 update README with mount options 2007-07-25 13:10:08 +00:00
Miklos Szeredi
7f571e320e Don't call /bin/[u]mount if /etc/mtab is a symlink 2007-07-25 09:36:52 +00:00
Miklos Szeredi
5e1769c04d Reset args->argc in fuse_opt_free_args() 2007-07-12 11:22:10 +00:00
Miklos Szeredi
d4428a57bc Released 2.7.0 2007-07-02 11:29:19 +00:00
Miklos Szeredi
37fb19c74f lib: fix locking when loading a filesystem module 2007-06-22 20:41:26 +00:00
Miklos Szeredi
782d77fbf7 *** empty log message *** 2007-06-21 13:48:28 +00:00
Miklos Szeredi
fdd1b9b4ec Add fs subtype support to mount.fuse 2007-06-21 13:48:07 +00:00
Miklos Szeredi
62c24a8e4b Add fs subtype support to libfuse and fusermount 2007-06-20 21:37:58 +00:00
Miklos Szeredi
2b3a22fea0 kernel: sync with mainline (2.6.22) 2007-06-19 09:23:02 +00:00
Miklos Szeredi
1f35c65f94 Send debug output to stderr instead of stdout 2007-06-18 14:27:47 +00:00
Miklos Szeredi
aff03ba25e libulockmgr: Work around a kernel bug in recv() 2007-06-03 08:30:42 +00:00
Miklos Szeredi
7bc05b0d6f lib: optimization: store parent pointer in node instead of parent id 2007-05-29 23:08:11 +00:00
Miklos Szeredi
84b4f9d5b5 lib: don't create new thread for each FORGET request... 2007-05-29 13:34:15 +00:00