aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorLines
2008-02-03lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a ↵Csaba Henk-11/+1
forced unmount
2008-02-03lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and ↵Csaba Henk-53/+15
sensible way
2008-02-03lib/mount_bsd.c: string formatting fixes, exit if mounting has failedCsaba Henk-10/+22
2008-01-07lib/mount_bsd.c: add support for the subtype optionCsaba Henk-0/+1
2008-01-06lib/mount_bsd.c: fix up/refine device closing vs. unmountCsaba Henk-5/+80
2008-01-03lib/mount_bsd.c: Close device before unmount.Csaba Henk-1/+3
Cf. lib/mount.c rev. 1.43.
2008-01-03lib/mount_bsd.c: fix some warningsCsaba Henk-4/+4
2007-12-12change indentingMiklos Szeredi-6660/+6737
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-28/+61
2007-11-12'fusermount -u' did not umount the filesystem if /etc/mtab was a symlinkMiklos Szeredi-2/+8
2007-10-16Released 2.7.1Miklos Szeredi-1/+1
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-19/+19
2007-09-18Add missing context initialization in fuse_fs_chmod()Miklos Szeredi-0/+1
2007-09-05lib/fuse_lowlevel.c: fix a fuse_req leak in do_forget()Miklos Szeredi-0/+2
2007-08-08fixesMiklos Szeredi-6/+23
2007-07-25Don't call /bin/[u]mount if /etc/mtab is a symlinkMiklos Szeredi-5/+24
2007-07-12Reset args->argc in fuse_opt_free_args()Miklos Szeredi-0/+1
2007-07-02Released 2.7.0Miklos Szeredi-1/+3
2007-06-22lib: fix locking when loading a filesystem moduleMiklos Szeredi-10/+8
2007-06-20Add fs subtype support to libfuse and fusermountMiklos Szeredi-22/+127
2007-06-18Send debug output to stderr instead of stdoutMiklos Szeredi-116/+70
2007-06-03libulockmgr: Work around a kernel bug in recv()Miklos Szeredi-2/+17
2007-05-29lib: optimization: store parent pointer in node instead of parent idMiklos Szeredi-10/+11
2007-05-29lib: don't create new thread for each FORGET request...Miklos Szeredi-2/+14
2007-05-24lib: fix memory leak on thread creation failure...Miklos Szeredi-0/+2
2007-05-23lowlevel lib: add fuse_reply_iov function...Miklos Szeredi-11/+35
2007-05-11update flush changesMiklos Szeredi-50/+36
2007-05-10various flush related fixes in hi-libCsaba Henk-39/+59
2007-05-10fix return value of fuse_loop()/fuse_loop_mt()Csaba Henk-1/+5
2007-05-03fixMiklos Szeredi-5/+0
2007-04-28docMiklos Szeredi-4/+17
2007-04-27libfuse: call umount(8) directly...Miklos Szeredi-0/+35
2007-04-26In multithreaded loop, use a semaphore instead of SIGHUP...Miklos Szeredi-2/+7
2007-04-25update copyright datesMiklos Szeredi-15/+15
2007-04-25*** empty log message ***Miklos Szeredi-61/+238
2007-04-05*** empty log message ***Miklos Szeredi-2/+12
2007-04-01fix some FreeBSD related macrosCsaba Henk-3/+3
2007-03-30Add support for direct mounting by libfuseMiklos Szeredi-27/+216
2007-03-14Correctly handle O_APPEND in direct IO modeMiklos Szeredi-0/+1
2007-02-03Add filesystem stacking support to high level APIMiklos Szeredi-871/+2584
2007-01-19merge up to fuse_2_6_merge1Miklos Szeredi-5/+6
2006-12-10fix warningMiklos Szeredi-9/+1
2006-12-04build fixesMiklos Szeredi-5/+8
2006-12-01new releaseMiklos Szeredi-1/+1
2006-11-11fixesMiklos Szeredi-5/+13
2006-10-13fix hang, etcMiklos Szeredi-3/+3
2006-10-08Add DESTROY messageMiklos Szeredi-2/+20
2006-10-08fixesMiklos Szeredi-20/+41
2006-10-01Add support for FLUSH+RELEASE operationMiklos Szeredi-9/+23
2006-10-01Add init scriptMiklos Szeredi-1/+3