Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / github/libprojfs issues and pull requests

#81 - Docker setup failed

Issue - State: open - Opened by shyshywhy almost 3 years ago - 1 comment

#80 - Project status update?

Issue - State: open - Opened by sluongng over 4 years ago - 1 comment

#79 - replace flock with internal per-inode lock

Issue - State: open - Opened by chrisd8088 about 5 years ago - 1 comment
Labels: implementation, projection

#78 - spoof events on libfuse hidden files, or use top-level hidden directory

Issue - State: open - Opened by chrisd8088 about 5 years ago
Labels: implementation

#77 - add move permission and delete notification events

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment
Labels: implementation, api

#76 - Add custom logging and revise tests to avoid races with daemons

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: implementation, testing

#75 - Avoid blocking or failing when attempting to project files

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment
Labels: implementation, projection

#74 - convert kernel thread pid to userspace pid

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: implementation, api

#73 - projfs_new accepts FUSE args, and initial proj opt

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 5 comments
Labels: implementation, api

#72 - Detect and set projection state on read-only files

Issue - State: closed - Opened by chrisd8088 over 5 years ago
Labels: bug, implementation, projection

#71 - Set initial projection state on backing store at first mount

Issue - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment

#70 - Preserve modification timestamp when populating empty files

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: implementation, projection

#69 - add CLOSE_WRITE event notification

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: implementation, api

#68 - fix missing/changed info files for make dist

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago

#67 - add event notification on hard link creation

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: api

#66 - implement third projection state for files and refine event handling

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: implementation, projection, api

#65 - Implement pre-modification state flag for hydrated files

Issue - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment
Labels: bug, implementation, projection

#64 - use fs->lowerdir_fd when not in FUSE callback

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 1 comment

#63 - Add all file operation event notifications required by VFSForGit

Issue - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment
Labels: implementation, api

#61 - Fix README.md

Pull Request - State: closed - Opened by pgrimaud over 5 years ago

#60 - Store projection metadata as extended attributes

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment
Labels: projection, api

#59 - remove generic file IO write loop function

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: api

#58 - Store GVFS metadata in xattrs on placeholder/empty files

Issue - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment
Labels: api, vfs

#57 - remove support files formerly used to test VFS API

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing, vfs

#56 - use common xattr set function and text empty flag

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 2 comments
Labels: implementation

#55 - allow arbitrary permission modes on projected dirs

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: api

#54 - Remove internal header file

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: vfs

#53 - changes required for VFS API in C#

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 3 comments
Labels: api, vfs

#52 - add vfs test callback for file hydration

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing, projection, vfs

#51 - test that we actually lock dirs on projection

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 3 comments
Labels: testing, projection

#50 - report src+dst and add tests for rename events

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing, api, vfs

#49 - Test use of flock(2)

Issue - State: closed - Opened by kivikakk over 5 years ago - 3 comments
Labels: testing

#48 - Migrate VFS API support into VFSForGit repo

Issue - State: closed - Opened by kivikakk over 5 years ago - 10 comments

#47 - WIP: create notifying in open callback

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 1 comment

#46 - File/dir rename events

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 1 comment
Labels: api, vfs

#45 - Event notifications on file/dir rename operations

Issue - State: closed - Opened by kivikakk over 5 years ago

#44 - Symlink projection

Pull Request - State: closed - Opened by kivikakk over 5 years ago
Labels: projection

#43 - check lower fs for xattr and sparse file support

Pull Request - State: closed - Opened by kivikakk over 5 years ago
Labels: implementation

#42 - Check for xattr support at mount time

Issue - State: closed - Opened by kivikakk over 5 years ago - 1 comment

#41 - remove unneeded virtualization root setup from VFS API

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 2 comments
Labels: vfs

#40 - File projection

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 6 comments
Labels: projection

#39 - add projection test handlers to test suite

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing, projection

#38 - revise and refine test lib common vars and error exits

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing

#37 - CI status badge and minor build doc edits

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: documentation

#36 - enhance CI suite logging, mount path configs, and cleanup

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing

#35 - modifications for using a statically-linked FUSE

Pull Request - State: closed - Opened by kivikakk over 5 years ago

#34 - use flock to synchronize xattr access; use stock FUSE

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 1 comment

#33 - Add Azure Pipelines CI badge to README

Issue - State: closed - Opened by kivikakk over 5 years ago

#32 - Avoid FUSE fork using xattrs and flock(2)

Issue - State: closed - Opened by kivikakk over 5 years ago

#31 - simplify VFS and other mirror tests

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing

#30 - Add configure option to support custom libfuse

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: build

#29 - use public projfs API only in VFS code

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: vfs

#28 - additional documentation edits re libfuse and linking

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: documentation

#27 - Set up CI with Azure Pipelines

Pull Request - State: closed - Opened by azure-pipelines[bot] over 5 years ago - 1 comment
Labels: testing

#26 - mark test exit_usage() as noreturn

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing

#25 - introduce projfs_get_user_data() public API method

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: api

#24 - edits to example code blocks in documentation

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago

#23 - set gitattributes for linguist code detection

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment

#22 - Only set initial projection xattr if lower is empty

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 1 comment

#21 - add demonstration output for MirrorProvider

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: documentation

#20 - cleanup config script and add default compiler warnings

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment
Labels: build

#19 - Suggested stat-based test suite revision

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago

#18 - Legal documentation updates

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago

#17 - set xattr on root lower dir on startup

Pull Request - State: closed - Opened by kivikakk over 5 years ago

#16 - Fix minor typos

Pull Request - State: closed - Opened by PastelMobileSuit over 5 years ago - 1 comment

#15 - update docker/VFSForGit submodule to current linuxprototype HEAD

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment
Labels: testing

#14 - introductory documentation for new users

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 1 comment

#13 - complete mirror tests

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 4 comments

#12 - fix and extend configure options

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago

#11 - suggestions for openat()

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 2 comments

#10 - use openat() calls against lower directory and avoid chdir()

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago - 8 comments

#9 - convert to extensible getopt() test suite framework

Pull Request - State: closed - Opened by chrisd8088 over 5 years ago
Labels: testing

#8 - expand mirror test suite to cover all file/dir/fs ops

Issue - State: closed - Opened by chrisd8088 over 5 years ago - 6 comments
Labels: testing

#7 - Refactor test suite to support projection

Issue - State: open - Opened by chrisd8088 over 5 years ago
Labels: testing, projection

#6 - projection/hydration of files on open() and related file ops

Issue - State: closed - Opened by chrisd8088 over 5 years ago
Labels: projection

#5 - Directory projection

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 4 comments
Labels: projection

#4 - support building against recent libfuse v2.x or older v3.x

Issue - State: open - Opened by chrisd8088 over 5 years ago - 1 comment

#3 - use high-level API

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 12 comments

#2 - Directory projection

Pull Request - State: closed - Opened by kivikakk over 5 years ago - 2 comments

#1 - projection/hydration of directories on opendir() and related dir ops

Issue - State: closed - Opened by chrisd8088 almost 6 years ago
Labels: projection