108 Commits (abffa00b76b31a92a9d5c4035f15b12ff6ad12d7)

Author SHA1 Message Date
Harshavardhana 29ef7d29e4 Fix deadlock in in-place CopyObject decryption/encryption (#5637) 7 years ago
Harshavardhana 7aaf01eb74 Save ETag when updating metadata (#5626) 7 years ago
Harshavardhana 52eea7b9c1
Support SSE-C multipart source objects in CopyObject (#5603) 7 years ago
Anis Elleuch 120b061966 Add multipart support in SSE-C encryption (#5576) 7 years ago
Harshavardhana 7cc678c653 Support encryption for CopyObject, GET-Range requests (#5544) 7 years ago
Harshavardhana 0ea54c9858 Change CopyObject{Part} to single srcInfo argument (#5553) 7 years ago
poornas 25107c2e11 Add NAS gateway support (#5516) 7 years ago
Harshavardhana fb96779a8a Add large bucket support for erasure coded backend (#5160) 7 years ago
Harshavardhana 91101b11bb Converge repeated code to common deleteBucketMetadata() (#5508) 7 years ago
poornas 4f73fd9487 Unify gateway and object layer. (#5487) 7 years ago
Harshavardhana 033cfb5cef Remove stale code from minio server (#5479) 7 years ago
Krishna Srinivas 3b2486ebaf Lock free multipart backend implementation for FS (#5401) 7 years ago
Harshavardhana 3ea28e9771 Support creating directories on erasure coded backend (#5443) 7 years ago
Aditya Manthramurthy a337ea4d11 Move admin APIs to new path and add redesigned heal APIs (#5351) 7 years ago
Aditya Manthramurthy aa7e5c71e9 Remove upload healing related dead code (#5404) 7 years ago
Harshavardhana 12f67d47f1 Fix a possible race during PutObject() (#5376) 7 years ago
poornas 0bb6247056 Move nslocking from s3 layer to object layer (#5382) 7 years ago
kannappanr 20584dc08f
Remove unnecessary errors printed on the console (#5386) 7 years ago
Harshavardhana 490c30f853
erasure: Support cleaning up of stale multipart objects (#5250) 7 years ago
Harshavardhana 8efa82126b
Convert errors tracer into a separate package (#5221) 7 years ago
Nitish Tiwari f7b6f7b22f Update getObjectInfo to stat for objects with trailing / (#5179) 7 years ago
Harshavardhana 5eb210dd2e Set etag properly to calculated value if available (#5106) 7 years ago
Harshavardhana 1d8a8c63db Simplify data verification with HashReader. (#5071) 7 years ago
Harshavardhana b2cbade477 Support creating empty directories. (#5049) 7 years ago
Harshavardhana 3d0dced23c Remove go1.9 specific code for windows (#5033) 7 years ago
Harshavardhana 0b546ddfd4 Return errors in PutObject()/PutObjectPart() if input size is -1. (#5015) 7 years ago
Harshavardhana d3eb5815d9 Avoid DDOS in PutObject() when objectName is '/' and size '0' (#4962) 7 years ago
Andreas Auernhammer 79ba4d3f33 refactor ObjectLayer PutObject and PutObjectPart (#4925) 7 years ago
Frank Wessels 61e0b1454a Add support for timeouts for locks (#4377) 7 years ago
Harshavardhana 1bb9d49eaa fs: ListObjects() was reading ETag at wrong offsets (#4846) 7 years ago
Harshavardhana d864e00e24 posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 7 years ago
Harshavardhana 3544e5ad01 fs: Fix Shutdown() behavior and handle tests properly. (#4796) 7 years ago
Harshavardhana e7cdd8f02c fs: Avoid non-idempotent code flow in ListBuckets() (#4798) 7 years ago
Krishnan Parthasarathi 75c43bfb6c ListMultipartUploads, ListObjectParts return empty response (#4694) 7 years ago
Harshavardhana cc8a8cb877 posix: Check for min disk space and inodes (#4618) 7 years ago
Frank Wessels 46897b1100 Name return values to prevent the need (and unnecessary code bloat) (#4576) 7 years ago
Harshavardhana 353f2d3a6e fs: Hold `format.json` readLock ref to avoid GC. (#4532) 7 years ago
Harshavardhana 075b8903d7 fs: Add safe locking semantics for `format.json` (#4523) 7 years ago
Harshavardhana 976870a391 fs: Migration should handle bucketConfigs as regular objects. (#4482) 7 years ago
poornas 18c4e5d357 Enable browser support for gateway (#4425) 7 years ago
Harshavardhana 072fcf3ba6 fs: Make sure to validate bucket first in PutObject() (#4427) 7 years ago
Harshavardhana 155a90403a fs/erasure: Rename meta 'md5Sum' as 'etag'. (#4319) 7 years ago
Harshavardhana fa3f6d75b6 fs: Verify if parent is an object before i/o. (#4304) 7 years ago
Harshavardhana 298b470f69 fs/erasure: Ignore objects with / even for DeleteObject() (#4303) 7 years ago
Harshavardhana 76f4f20609 fs: Migrate object metadata to objects directory. (#4195) 7 years ago
Harshavardhana f0b5c0ec7c windows: Support all REPARSE_POINT attrib files properly. (#4203) 7 years ago
Anis Elleuch 14f0047295 fs: Remove fs meta lock when PutObject() fails (#4114) 8 years ago
Harshavardhana 4747adfcb4 fs: Enable returning ETag along with ListObjects() (#4042) 8 years ago
Krishnan Parthasarathi 2bd694dbc8 Add disksUnavailable healStatus const (#3990) 8 years ago
Krishnan Parthasarathi 051f9bb5c6 Implement list uploads heal admin API (#3885) 8 years ago