summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Fix checking for symlinks in umount from /tmp. Reported by Alfuse_2_7_bugfixMiklos Szeredi2010-04-265-22/+54
* * Released 2.7.5fuse_2_7_5Miklos Szeredi2010-01-264-3/+7
* * Fix race if two "fusermount -u" instances are run in parallel.Miklos Szeredi2010-01-265-64/+340
* * Add missing pthread link for libulockmgr. Patch by Petr SalingerMiklos Szeredi2009-07-162-1/+5
* * Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported...Miklos Szeredi2009-06-162-1/+11
* * kernel: Don't set 'aborted' flag on a request if it'sMiklos Szeredi2009-05-273-21/+37
* Update kernel module to compile with 2.6.26fuse_2_7_4Miklos Szeredi2008-07-256-3/+48
* Fix missing pthread_mutex_destroy...Miklos Szeredi2008-03-192-0/+6
* Released 2.7.3fuse_2_7_3Miklos Szeredi2008-02-194-3/+7
* Add missing bdi_init() and bdi_destroy() calls...Miklos Szeredi2008-02-132-0/+16
* undo tabification inside stringsMiklos Szeredi2008-02-135-32/+33
* This commit was manufactured by cvs2svn to create branch 'fuse_2_7_bugfix'.cvs2git2008-02-050-0/+0
* lib/mount_bsd.c: fix typofuse_2_8_startCsaba Henk2008-02-051-1/+1
* lib/mount_bsd.c: add "-onosync_unmount" kernel optionCsaba Henk2008-02-052-0/+2
* lib/mount_bsd.c: prettify option specificationsCsaba Henk2008-02-032-69/+45
* lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a forc...Csaba Henk2008-02-031-11/+1
* lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and se...Csaba Henk2008-02-033-53/+17
* lib/mount_bsd.c: string formatting fixes, exit if mounting has failedCsaba Henk2008-02-032-10/+31
* make makeconf.sh work under FreeBSDCsaba Henk2008-01-072-1/+23
* lib/mount_bsd.c: add support for the subtype optionCsaba Henk2008-01-071-0/+1
* lib/mount_bsd.c: fix up/refine device closing vs. unmountCsaba Henk2008-01-062-5/+80
* lib/mount_bsd.c: Close device before unmount.Csaba Henk2008-01-032-1/+8
* lib/mount_bsd.c: fix some warningsCsaba Henk2008-01-031-4/+4
* Fix './configure --disable-static'Miklos Szeredi2007-12-232-1/+5
* Released 2.7.2fuse_2_7_2Miklos Szeredi2007-12-172-1/+5
* fixMiklos Szeredi2007-12-121-1/+3
* Fix kernel module compile for 2.6.24Miklos Szeredi2007-12-124-21/+132
* Released 2.7.2Miklos Szeredi2007-12-121-0/+4
* change indentingMiklos Szeredi2007-12-1237-11475/+11656
* Disable old symbol versions if __UCLIBC__ is definedfuse_2_7_2_before_indentMiklos Szeredi2007-12-1217-30/+278
* 'fusermount -u' did not umount the filesystem if /etc/mtab was a symlinkMiklos Szeredi2007-11-122-2/+14
* add Doxyfile to EXTRA_DISTfuse_2_7_1Miklos Szeredi2007-10-161-1/+2
* Released 2.7.1Miklos Szeredi2007-10-164-3/+7
* pull kernel module fixes from mainlineMiklos Szeredi2007-10-165-3/+33
* Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi2007-10-1629-28/+32
* doc updatesMiklos Szeredi2007-10-161-0/+1
* doc update from Evan JonesMiklos Szeredi2007-10-162-4/+243
* doc updatesMiklos Szeredi2007-10-164-16/+25
* Fix kernel module compilation for 2.6.23Miklos Szeredi2007-09-185-0/+24
* Add missing context initialization in fuse_fs_chmod()Miklos Szeredi2007-09-182-0/+6
* move BSD license out from ifdefed regionMiklos Szeredi2007-09-181-7/+3
* add testcaseMiklos Szeredi2007-09-171-0/+165
* lib/fuse_lowlevel.c: fix a fuse_req leak in do_forget()Miklos Szeredi2007-09-052-0/+6
* fixesMiklos Szeredi2007-08-083-6/+31
* warning fixMiklos Szeredi2007-08-081-1/+1
* update README with mount optionsMiklos Szeredi2007-07-251-1/+117
* Don't call /bin/[u]mount if /etc/mtab is a symlinkMiklos Szeredi2007-07-253-5/+29
* Reset args->argc in fuse_opt_free_args()Miklos Szeredi2007-07-122-0/+6
* Released 2.7.0fuse_2_7_0Miklos Szeredi2007-07-026-4/+16
* lib: fix locking when loading a filesystem moduleMiklos Szeredi2007-06-224-14/+16