Jeremy Soller
|
fc0af50b97
|
Merge pull request #32 from ids1024/directoryperm
Make it not an error to open a directory without O_DIRECTORY or O_STAT
|
2017-08-12 13:29:09 -06:00 |
|
Ian Douglas Scott
|
f4a3e1dde0
|
Make read() on directory not opened as O_DIRECTORY return EISDIR
|
2017-08-12 12:25:36 -07:00 |
|
Ian Douglas Scott
|
f474a9fd77
|
Actually, O_RDONLY should work with a directory
|
2017-08-12 11:32:39 -07:00 |
|
Ian Douglas Scott
|
93f7ec7a55
|
Make it not an error to open a directory without O_DIRECTORY or O_STAT
POSIX says this should work, and some software seems to rely on that.
|
2017-08-11 18:32:49 -07:00 |
|
Jeremy Soller
|
801cbd9072
|
Merge pull request #31 from ids1024/mut
Remove unneeded uses of 'mut'
|
2017-08-11 16:21:43 -06:00 |
|
Ian Douglas Scott
|
4f3b097a4a
|
Remove unneeded uses of 'mut'
This seems to be a warning with the latest Rust, and an error due to #![deny(warnings)]
|
2017-08-11 14:55:19 -07:00 |
|
Jeremy Soller
|
a830383220
|
Update Cargo.lock
|
2017-08-02 19:52:30 -06:00 |
|
Jeremy Soller
|
e270ce117f
|
Merge pull request #30 from ids1024/free
Avoid corrupting free node
|
2017-08-02 07:27:10 -06:00 |
|
Ian Douglas Scott
|
0996d844c4
|
Avoid corrupting free node
|
2017-08-01 20:27:43 -07:00 |
|
Jeremy Soller
|
1e9cec6092
|
Typo
|
2017-08-01 18:26:58 -06:00 |
|
Jeremy Soller
|
e95be4caf3
|
Dealocate when node size changes
|
2017-08-01 18:23:45 -06:00 |
|
Jeremy Soller
|
3b78720167
|
Update Cargo.lock
|
2017-07-29 08:25:06 -06:00 |
|
Jeremy Soller
|
b04efe081b
|
Merge pull request #29 from ids1024/dirlink
Directory symlinks
|
2017-07-26 19:05:59 -06:00 |
|
Ian Douglas Scott
|
03f59a419b
|
Make directory symlinks work correctly
|
2017-07-26 16:17:49 -07:00 |
|
Ian Douglas Scott
|
ca1a1d615a
|
Move symlink resolving to another function
|
2017-07-26 16:17:48 -07:00 |
|
Jeremy Soller
|
c6c9399305
|
Merge branch 'master' of https://github.com/redox-os/redoxfs
|
2017-07-26 07:46:49 -06:00 |
|
Jeremy Soller
|
862e9b0a37
|
Add Cargo.lock
|
2017-07-26 07:46:45 -06:00 |
|
Jeremy Soller
|
154b456d99
|
Merge pull request #28 from ids1024/mtimefuse
fuse: allow setting mtime to earlier time
|
2017-07-25 17:32:05 -06:00 |
|
Ian Douglas Scott
|
5a1aaadd05
|
fuse: allow setting mtime to earlier time
|
2017-07-25 15:17:15 -07:00 |
|
Jeremy Soller
|
8737f19459
|
Merge pull request #27 from ids1024/readdir
fuse: Fix readdir when directory does not fit in buffer
|
2017-07-25 12:17:46 -06:00 |
|
Ian Douglas Scott
|
92d38e32c1
|
fuse: Fix readdir when directory does not fit in buffer
|
2017-07-25 08:59:35 -07:00 |
|
Jeremy Soller
|
e635648ed7
|
Use EINVAL instead of ENOENT
|
2017-07-22 13:14:31 -06:00 |
|
Jeremy Soller
|
f40f6921e8
|
Return error if dup buf is not empty
|
2017-07-22 13:08:08 -06:00 |
|
Jeremy Soller
|
3342778968
|
Merge pull request #26 from ids1024/unlinkuid
Require same uid as owner to unlink, not write permission
|
2017-07-16 18:52:21 -06:00 |
|
Ian Douglas Scott
|
ad4826eb70
|
Require same uid as owner to unlink, not write permission
|
2017-07-16 15:43:59 -07:00 |
|
Jeremy Soller
|
7fc1f16a67
|
Merge pull request #25 from ids1024/o_creat
Do not fail due to file permissions on creation
|
2017-07-15 08:08:43 -06:00 |
|
Ian Douglas Scott
|
cae1402f5a
|
Do not fail due to file permissions on creation
Matches Posix.
|
2017-07-15 07:01:21 -07:00 |
|
Jeremy Soller
|
bc2e8c2923
|
Merge pull request #24 from ids1024/fcntl
Make fcntl not clobber access mode
|
2017-07-12 14:41:33 -06:00 |
|
Ian Douglas Scott
|
8c03929973
|
Make fcntl not clobber access mode
|
2017-07-12 13:39:26 -07:00 |
|
Jeremy Soller
|
6965d67efd
|
Remove unused import
|
2017-07-09 18:51:11 -06:00 |
|
Jeremy Soller
|
1549d1af8b
|
Use second argument as mtime
|
2017-07-09 18:07:00 -06:00 |
|
Jeremy Soller
|
8d66d9ce54
|
Add futimens
|
2017-07-09 15:54:03 -06:00 |
|
Jeremy Soller
|
1f97d8220c
|
Add times to stat
|
2017-07-09 10:25:26 -06:00 |
|
Jeremy Soller
|
20bce53b7a
|
Fix build on Redox
|
2017-07-09 10:21:20 -06:00 |
|
Jeremy Soller
|
9471a2e410
|
WIP: Add mtime/ctime to Redox
|
2017-07-09 10:15:41 -06:00 |
|
Jeremy Soller
|
dcce0d9e6e
|
Add associated consts
|
2017-07-08 19:24:34 -06:00 |
|
Jeremy Soller
|
4820210cca
|
Merge pull request #22 from ids1024/O_NOFOLLOW
Follow symlinks on O_STAT, unless O_NOFOLLOW is passed
|
2017-07-04 08:17:11 -06:00 |
|
Ian Douglas Scott
|
0d12413297
|
Follow symlinks on O_STAT, unless O_NOFOLLOW is passed
|
2017-07-03 19:23:23 -07:00 |
|
Jeremy Soller
|
2c770ca997
|
Merge pull request #21 from ids1024/unlink
Support unlink() on symlink
|
2017-07-03 05:25:47 -06:00 |
|
Ian Douglas Scott
|
3e0ce05e23
|
Support unlink() on symlink
|
2017-07-02 19:16:14 -07:00 |
|
Jeremy Soller
|
0032159492
|
Merge pull request #20 from ids1024/fuse
Symlinks in fuse
|
2017-06-30 12:36:19 -06:00 |
|
Ian Douglas Scott
|
f582c60f34
|
Symlinks in fuse
|
2017-06-30 11:24:53 -07:00 |
|
Jeremy Soller
|
97652cc6f8
|
Merge pull request #19 from ids1024/symlink
Return EINVAL for O_SYMLINK on non-symlink
|
2017-06-29 16:52:12 -06:00 |
|
Ian Douglas Scott
|
dffa85f874
|
Return EINVAL for O_SYMLINK on non-symlink
|
2017-06-29 14:55:49 -07:00 |
|
Jeremy Soller
|
b972f08f50
|
Merge pull request #18 from ids1024/symlink
[WIP] Symlinks
|
2017-06-29 15:46:52 -06:00 |
|
Ian Douglas Scott
|
0d76e1441b
|
Relative symlink
|
2017-06-29 14:08:53 -07:00 |
|
Ian Douglas Scott
|
7a4a41a34e
|
Work in progress symlink implementation
|
2017-06-26 09:14:12 -07:00 |
|
Jeremy Soller
|
7470cc7846
|
Merge pull request #17 from ids1024/seek
Allow seek beyond end of file.
|
2017-06-02 20:23:04 -06:00 |
|
Ian Douglas Scott
|
86353cdff5
|
Allow seek beyond end of file.
This is enough to fix as. I don't know if it correctly fills the space
with zeros when writing beyond the current EOF.
|
2017-06-02 19:00:54 -07:00 |
|
Jeremy Soller
|
34f9b3f6df
|
Merge pull request #16 from ids1024/try
Use ? instead of try!
|
2017-05-29 22:07:21 +02:00 |
|