aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorLines
2016-10-08Added timefs[12] examples.Nikolaus Rath-1/+31
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions.
2016-10-08Added safe_sleep()Nikolaus Rath-0/+14
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath-1/+1
This option is obsolete and should always be enabled. File systems that want to limit the size of write requests should use the ``-o max_write=<N>`` option instead.
2016-10-05Test more combinations of low-level options.Nikolaus Rath-6/+12
2016-10-03Don't crash if valgrind or libtool are not installed.Nikolaus Rath-3/+7
2016-10-02Run tests under valgrind when available.Nikolaus Rath-20/+43
Fixes #50.
2016-10-02Import os.path.join as pjoinNikolaus Rath-26/+27
Makes the code much shorter :-).
2016-10-02Added test for fuse_lo-plus.Nikolaus Rath-0/+31
2016-10-02Run hello_ll single-threaded explicitly.Nikolaus Rath-0/+3
2016-05-13Add 'traceback' as suspicious test output pattern.Nikolaus Rath-1/+1
2016-05-13Add ioctl tests.Nikolaus Rath-0/+24
2016-03-29Added test_fselNikolaus Rath-0/+15
2016-03-29Added unit tests for fusexmp and helloNikolaus Rath-0/+306
2016-03-29Added basic unit tests.Nikolaus Rath-1/+159
Fixes issue #33.
2016-03-29Integrate tests with autotoolsNikolaus Rath-8/+2
2013-09-20test: add a realdir optionMiklos Szeredi-13/+38
2013-02-07libfuse: add readdirplus support in fuse_lowlevel_opsFeng Shuo-0/+1
This patch implements readdirplus support in FUSE usersapce. It adds a new fuse lowlevel operations fuse_lowleve_ops::readdir_plus, corespoding mount options and helper functions to maintain buffer. [From: Eric Wong <normalperson@yhbt.net>] This makes our terminology consistent with NFS and our kernel module, as well as reducing user/developer confusion in the command-line. Note: I'm keeping "fuse_add_direntry_plus" since that is less standardized in its use than "readdirplus" for now. Signed-off-by: Feng Shuo <steve.shuo.feng@gmail.com>
2012-04-06test improvementsMiklos Szeredi-8/+149
2010-11-12update test/.gitignoreMiklos Szeredi-0/+1
2010-06-24Add .gitignore filesMiklos Szeredi-2/+1
Add .gitignore files and delete .cvsignore files.
2007-12-12change indentingMiklos Szeredi-1325/+1341
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-0/+202
2007-09-17add testcaseMiklos Szeredi-0/+165
2007-08-08warning fixMiklos Szeredi-1/+1
2007-07-02Released 2.7.0Miklos Szeredi-1/+1
2007-05-21add test for mknod() of regular fileMiklos Szeredi-0/+34
2006-10-08fixesMiklos Szeredi-0/+51
2006-09-16fixMiklos Szeredi-20/+87
2005-10-03trailing whitespace fixMiklos Szeredi-8/+8
2005-08-25fixMiklos Szeredi-1/+130
2005-08-05*** empty log message ***Miklos Szeredi-0/+2
2005-08-03add testcases for open()Miklos Szeredi-4/+185
2005-07-21fixesMiklos Szeredi-8/+8
2005-05-10add a couple of testcasesMiklos Szeredi-18/+476
2005-05-06basic testMiklos Szeredi-0/+252