Skip to content

Releases: cyverse/irodsfs

v0.9.5

27 Mar 00:21
Compare
Choose a tag to compare
  • Handle permission values of iRODS 4.3.x
  • Load default system CA certificates when using PAM auth
  • Reconnect to pool server automatically

v0.9.4

15 Dec 21:36
Compare
Choose a tag to compare
  • Add no_set_xattr flag to disable setting xattr
  • Ignore security.capability xattr
  • Open file when it is actually read or written

v0.9.3

04 Dec 19:22
Compare
Choose a tag to compare
  • Assign very high inode id for irods entry

v0.9.2

01 Dec 22:10
Compare
Choose a tag to compare
  • Add more overlayfs related xattrs to ignore
  • Fix log message formatting error related to file flags

v0.9.1

30 Nov 20:42
Compare
Choose a tag to compare
  • Upgrade irodsfs-pool to fix error conversion bug
  • Use %q to quote string

v0.9.0

29 Nov 22:55
Compare
Choose a tag to compare
  • Do not add empty string to array when parsing comma-separated string
  • Add more system xattrs to ignore
  • Fix fuse bin lookup
  • Rework inode id generation
  • Reduce timeout for mount check
  • Add cache dummy inode id
  • Return empty dir when iRODS is not reachable
  • Upgrade irodsfs-pool
  • Upgrade go-irodsclient

v0.8.19

25 Sep 21:04
Compare
Choose a tag to compare
  • Upgrade go-irodsclient to handle icommands environmental variables without .irodsA file
  • Upgrade irodsfs-common to handle json marshal/unmarshal for vpath mapping

v0.8.18

01 Sep 22:39
Compare
Choose a tag to compare
  • Upgrade irodsfs-pool to fix file size bug in rw file open mode

v0.8.17

28 Aug 19:50
Compare
Choose a tag to compare
  • Upgrade irodsfs-pool to apply all changes on dependencies

v0.8.16

25 Aug 23:49
Compare
Choose a tag to compare
  • Implement fsync on dir (but it does nothing)
  • Implement file lock partially, but it is enough to support sqlite
  • Fix a bug in sync file read that cannot read new content written by writer via the same file descriptor