1
0
mirror of https://github.com/minio/minio.git synced 2025-01-17 17:53:15 -05:00

4 Commits

Author SHA1 Message Date
Harshavardhana
6a6c930f5b xl: Abort multipart upload should honor quorum properly. ()
Current implementation didn't honor quorum properly and didn't
handle the errors generated properly. This patch addresses that
and also moves common code `cleanupMultipartUploads` into xl
specific private function.

Fixes 
2017-02-01 11:16:17 -08:00
Krishna Srinivas
82373e3d50 fs: cleanup - do not cache size of metafiles ()
* 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 ()
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
Harshavardhana
ff4ce0ee14 fs/xl: Combine input checks into re-usable functions. ()
Repeated code around both object layers are moved
and combined into simple re-usable functions.
2016-12-01 23:15:17 -08:00