Anis Elleuch
|
1b3a517683
|
lock, Windows: O_CREAT infers only GENERIC_WRITE (#3981)
Avoid using GENERIC_ALL flag when creating a file since it could
return permission denied in some Windows versions.
|
2017-03-27 12:47:39 -07:00 |
Krishna Srinivas
|
82373e3d50
|
fs: cleanup - do not cache size of metafiles (#3630)
* Remove Size() method and size field from lock.LockedFile
* WriteTo method of fsMeta and uploadsV1 now takes concrete type *lock.LockedFile
|
2017-01-25 12:29:06 -08:00 |
Harshavardhana
|
1c699d8d3f
|
fs: Re-implement object layer to remember the fd (#3509)
This patch re-writes FS backend to support shared backend sharing locks for safe concurrent access across multiple servers.
|
2017-01-16 17:05:00 -08:00 |