2924 Commits (aa1d769b1e4de62d48ebebff19260672937220ed)
 

Author SHA1 Message Date
Harshavardhana 293d246f95 XL/FS: Rewrite in new format. 8 years ago
Anand Babu (AB) Periasamy 63c65b4635 filter GOPATH from stack trace (#1755) 8 years ago
Harshavardhana 64b0976e1b Remove probe and tasker. (#1733) 8 years ago
Aakash Muttineni b48b2e7f7c Part ID check (#1730) 8 years ago
Krishnan Parthasarathi 584813e214 Used MINIO_PROFILE_DIR for saving profile information of a minio server (#1722) 8 years ago
Krishnan Parthasarathi 3a980eac1a Fix shadowing of err variable (#1718) 8 years ago
Harshavardhana 5a4b074ca0 XL: PutObject incorrectly returned after deleting multipart object. (#1715) 8 years ago
Harshavardhana f76d975304 xl: StatVol and ListVols should handle cases when disks are missing. (#1703) 8 years ago
Harshavardhana 6015a7a3cd Add mention-bot config 8 years ago
Krishna Srinivas b83b87a7f6 XL/Incompleteuploads: list should save the tree-walk go routine to the map if eof is not reached. (#1695) 8 years ago
Krishna Srinivas 5b95f097d4 multipart: listing does not skip uploadIDmarker. (#1708) 8 years ago
Harshavardhana e4240aa58f XL/objects: Initialize format.json outside of erasure. (#1640) 8 years ago
Andreas Linz f5dfa895a5 Exit with error code if minio server fails to start (#1704) 8 years ago
Harshavardhana 50c328ff19 XL: RenameFile should rename and cleanup on writeQuorum. (#1702) 8 years ago
Anand Babu (AB) Periasamy b8405ca172 simplify profiler cleanup 8 years ago
Harshavardhana f6d9e73548 posix: Do not lowercase names, return as is. Object layer will filter them out. (#1699) 8 years ago
Harshavardhana 7ae5470395 XL: simplify isMultipartObject not need to handle unknown errors. (#1686) 8 years ago
Harshavardhana 9fdb69563d handler: CopyObject should save metadata. (#1698) 8 years ago
Harshavardhana 00d0558131 XL: Enable tests for content-type for Head and Get 8 years ago
Bala.FA 13e4618309 XL/fs: Return saved content-type during GetObject 8 years ago
Krishnan Parthasarathi 2f05aacbf2 Stop profiling on exit of main goroutine (#1670) 8 years ago
Krishna Srinivas dc36594ef4 XL/heal: Should skip healing if CreateFile() failed on the part which needed healing. (#1693) 8 years ago
Krishna Srinivas 537568f9f9 XL/ListVols: Fix panic. Skip if slice is nil. (#1694) 8 years ago
Harshavardhana 62b4fd6964 XL: Close the reader properly. 8 years ago
Harshavardhana 7d6ed50fc2 objects: Save all the incoming metadata properly. (#1688) 8 years ago
Frank af85acf388 Added ETag as an exposed header (required for multi part uploads) (#1681) 8 years ago
Frank a4fef436c8 Fix formatting for adding ETag for exposed headers (#1687) 8 years ago
Harshavardhana 404364ba73 XL/fs: ListMultipartUploads should list only requested entries. (#1668) 8 years ago
Krishna Srinivas 3c1ef3fee2 Locking: move locking code from xl-erasure to xl-objects. (#1673) 8 years ago
Bala FA a0865122a7 XL/objectLayer: Save additional meta data during PutObject (#1672) 8 years ago
Krishna Srinivas 824c8a39f1 XL/Multipart: If the part is already uploaded ignore the newly uploaded part. (#1677) 8 years ago
Krishna Srinivas 71b9341fc7 XL/Multipart: Cleanup uploads.json after abort-multipart-upload. (#1678) 8 years ago
Harshavardhana b69a97aed4 server: Set rLimit properly to the max. (#1676) 8 years ago
karthic rao 2da34e4668 vendor changes to pkg/profile (#1671) 8 years ago
Harshavardhana 4bc923e63b XL/fs: Optimize calling isBucketExist() (#1656) 8 years ago
Harshavardhana 4214da65af XL/fs: MakeVol replies should be consistent. (#1667) 8 years ago
Krishnan Parthasarathi 596fe65e84 Write pprof output files under config dir supplied (#1660) 8 years ago
Krishna Srinivas 39865c0d2e XL/Multipart: Fix list multipart output. (#1661) 8 years ago
Harshavardhana 1760687c83 XL: Make sure to create proper temporary files for renames to succeed. (#1654) 8 years ago
Harshavardhana 9472299308 logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
Harshavardhana 8828fd1e5c vendor: Remove unused packages. 8 years ago
Harshavardhana 7de206cb85 XL: ListVols should provide consistent view. (#1648) 8 years ago
Harshavardhana 498ce1e9bb handler: Add a waitgroup to avoid expect100Continue crash. (#1623) 8 years ago
Harshavardhana 5b29cefd40 api: DeleteObject should always return 204. (#1645) 8 years ago
Hori Ryota e03ebfd13b Add default cmd (#1625) 8 years ago
Harshavardhana 74c23a3544 docs: Move developer docs from top-level to its own directory. (#1642) 8 years ago
Harshavardhana 025054fb36 XL: CreateFile/ReadFile should write and read from all disks in parallel. (#1612) 8 years ago
Bala FA 7264cd2ab3 Fix error message when wrong set of disks are passed (#1634) 8 years ago
Harshavardhana 0e4e9c4bc1 XL: ListDir should return each List from a random disk in the set. (#1613) 8 years ago
Krishna Srinivas 8099396ff0 xl/putObject: Should take care of the situation if an object already exists at the location. (#1606) 8 years ago