hadoop/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs
2015-02-11 12:14:40 -08:00
..
doc HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
test HDFS-4140. fuse-dfs handles open(O_TRUNC) poorly. Contributed by Colin Patrick McCabe. 2012-12-18 02:38:14 +00:00
CMakeLists.txt HDFS-573. Porting libhdfs to Windows. Contributed by Chris Nauroth. 2014-08-08 16:26:45 +00:00
fuse_connect.c HDFS-7771. fuse_dfs should permit FILE: on the front of KRB5CCNAME (cmccabe) 2015-02-11 12:14:40 -08:00
fuse_connect.h HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_context_handle.h HDFS-4139. fuse-dfs RO mode still allows file truncation. Contributed by Colin Patrick McCabe 2012-11-14 06:17:19 +00:00
fuse_dfs_wrapper.sh HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_dfs.c HDFS-4139. fuse-dfs RO mode still allows file truncation. Contributed by Colin Patrick McCabe 2012-11-14 06:17:19 +00:00
fuse_dfs.h HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_file_handle.h HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_access.c HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_impls_chmod.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_chown.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_create.c HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_impls_flush.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_getattr.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_mkdir.c HDFS-4139. fuse-dfs RO mode still allows file truncation. Contributed by Colin Patrick McCabe 2012-11-14 06:17:19 +00:00
fuse_impls_mknod.c HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_impls_open.c HDFS-4140. fuse-dfs handles open(O_TRUNC) poorly. Contributed by Colin Patrick McCabe. 2012-12-18 02:38:14 +00:00
fuse_impls_read.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_readdir.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_release.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_rename.c HDFS-4139. fuse-dfs RO mode still allows file truncation. Contributed by Colin Patrick McCabe 2012-11-14 06:17:19 +00:00
fuse_impls_rmdir.c HDFS-4139. fuse-dfs RO mode still allows file truncation. Contributed by Colin Patrick McCabe 2012-11-14 06:17:19 +00:00
fuse_impls_statfs.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_symlink.c HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_impls_truncate.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_unlink.c HDFS-4139. fuse-dfs RO mode still allows file truncation. Contributed by Colin Patrick McCabe 2012-11-14 06:17:19 +00:00
fuse_impls_utimens.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls_write.c HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. 2012-07-20 19:15:52 +00:00
fuse_impls.h HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_init.c HDFS-4140. fuse-dfs handles open(O_TRUNC) poorly. Contributed by Colin Patrick McCabe. 2012-12-18 02:38:14 +00:00
fuse_init.h HDFS-4140. fuse-dfs handles open(O_TRUNC) poorly. Contributed by Colin Patrick McCabe. 2012-12-18 02:38:14 +00:00
fuse_options.c HDFS-3679. fuse_dfs notrash option sets usetrash. Contributed by Conrad Meyer. 2012-07-27 21:51:07 +00:00
fuse_options.h HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_stat_struct.c HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_stat_struct.h HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_trash.c HDFS-7162. Wrong path when deleting through fuse-dfs a file which already exists in trash (cmccabe) 2014-10-02 12:42:19 -07:00
fuse_trash.h HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_users.c HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00
fuse_users.h HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe 2012-07-16 16:42:53 +00:00