aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* libfuse: add readdirplus support in fuse_lowlevel_opsGravatar Feng Shuo2013-02-07
| | | | | | | | | | | | | | | | | 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>
* test improvementsGravatar Miklos Szeredi2012-04-06
|
* update test/.gitignoreGravatar Miklos Szeredi2010-11-12
|
* Add .gitignore filesGravatar Miklos Szeredi2010-06-24
| | | | Add .gitignore files and delete .cvsignore files.
* change indentingGravatar Miklos Szeredi2007-12-12
|
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
|
* add testcaseGravatar Miklos Szeredi2007-09-17
|
* warning fixGravatar Miklos Szeredi2007-08-08
|
* Released 2.7.0Gravatar Miklos Szeredi2007-07-02
|
* add test for mknod() of regular fileGravatar Miklos Szeredi2007-05-21
|
* fixesGravatar Miklos Szeredi2006-10-08
|
* fixGravatar Miklos Szeredi2006-09-16
|
* trailing whitespace fixGravatar Miklos Szeredi2005-10-03
|
* fixGravatar Miklos Szeredi2005-08-25
|
* *** empty log message ***Gravatar Miklos Szeredi2005-08-05
|
* add testcases for open()Gravatar Miklos Szeredi2005-08-03
|
* fixesGravatar Miklos Szeredi2005-07-21
|
* add a couple of testcasesGravatar Miklos Szeredi2005-05-10
|
* basic testGravatar Miklos Szeredi2005-05-06