History log of /external/e2fsprogs/misc/fuse2fs.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
377e3a96571b12d23662131b461a033618ab805c 03-Jun-2016 Theodore Ts'o <tytso@mit.edu> misc: fix gcc -Wall complaints

Especially when compiling for a 32-bit architecture.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/fuse2fs.c
8feb6f439a6204971780fca2d1825be962a6e5a6 19-Apr-2016 Darrick J. Wong <darrick.wong@oracle.com> fuse2fs: delete unused variables

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/fuse2fs.c
1fc23b5e773a7a30130842a8091af546d5dd9875 16-Apr-2016 Theodore Ts'o <tytso@mit.edu> Fix support for configure --enable-jbd-debug

We haven't used this in a while, so it's bitrotted a bit. Fix it up
so that it works correctly.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/fuse2fs.c
69df84967f17d0c3d78ee982101ade85077f8662 12-Mar-2016 Theodore Ts'o <tytso@mit.edu> fuse2fs: improve command-line parsing

Use libfuse's command line parsing, which is much more powerful and
flexible than what we had before, and to allow the user to have more
fine-grained control over FUSE's run-time options.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/fuse2fs.c
f150bdec8cbbb94e2dbf3e8749097040fd8794cb 01-Dec-2015 Darrick J. Wong <darrick.wong@oracle.com> fuse2fs: set inode's uid/gid when creating inode

When creating a file in op_create, set the file's uid and gid to the
user's uid and gid. Do the same in op_mknod.

Reported-by: Lennart Lövstrand <lennart@lovstrand.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/fuse2fs.c
7889640d6d0b3ec3ce0f557e563e84c7bbe3fc19 24-Oct-2015 Darrick J. Wong <darrick.wong@oracle.com> misc: clean up feature test macros with predicate functions

Create separate predicate functions to test/set/clear feature flags,
thereby replacing the wordy old macros. Furthermore, clean out the
places where we open-coded feature tests.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/fuse2fs.c
4e222d9b88b7ff145ad03272acf752c1e7a18964 13-Jul-2015 Theodore Ts'o <tytso@mit.edu> misc: cleanup gcc -Wall warnings

Also change ext2fs_symlink() so that the target parameter is a const
char *, thus promising that we will never change the incoming string.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/fuse2fs.c
81cbf1ef4f5dab855edbde7a1d4dfa55ea785c38 14-May-2015 Darrick J. Wong <darrick.wong@oracle.com> misc: add fuse2fs, a FUSE server for e2fsprogs

This is the initial implementation of a FUSE server based on
e2fsprogs. The point of this program is to enable ext4 to run on any
OS that FUSE supports (and doesn't already have a native driver), such
as MacOS X, BSDs, and Windows. The code requires FUSE API v28, which
is available in Linux fuse and osxfuse releases that are available as
of August 2013.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/fuse2fs.c