3003 Commits (57146fbbb81db0b832b67ad270c5a347e66a46e8)
 

Author SHA1 Message Date
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
Krishna Srinivas d267696110 Validation: Reject object names with trailing "/". (#1619) 8 years ago
Bala FA 43539a0c86 posix: parseDirents() should follow symlink and get values. (#1631) 8 years ago
Krishnan Parthasarathi 9e45d138cc Closed readCloser for each multipart in xl.GetObject (#1629) 8 years ago
karthic rao ee8605e333 Make bucket failure fix with high concurrent load (#1630) 8 years ago
karthic rao e4958f9757 Removing regexp check and adding string based check, regexp check was unnecessary here (#1627) 8 years ago
Harshavardhana b62774d32f storage/xl: Return errVolumeAccessDenied if disks cannot be accessed. (#1621) 8 years ago
koolhead17 d6e0f3ab33 added awscli commands & minor typo fix. (#1578) 8 years ago
Bala FA 3ff0a56e62 XL: Ignore errDiskNotFound in certain situations (#1610) 8 years ago
Harshavardhana 50431e91a6 erasure: Handle failed disks so that we initialize properly if they are missing. (#1607) 8 years ago
Harshavardhana d4745c7d6a object: PutObjectHandler should set the md5Sum properly. (#1604) 8 years ago
Bala FA adbcafefad xl/CreateFile: handle errFileNameTooLong error properly (#1523) 8 years ago
Harshavardhana 86e5d71519 erasure: MakeVol, DeleteVol and StatVol should hold locks. (#1597) 8 years ago
Harshavardhana 72748d2073 erasure: healVolume err should be different from shadowed version. (#1590) 8 years ago
Harshavardhana 49141eb3e4 http: Remove minhttp package and use standard Golang http. (#1587) 8 years ago
Harshavardhana d1fa1d9352 Remove binary files from previous commit. 8 years ago
karthic rao 26e2c4bf4d Replacing fastsha256 with crypto/sha256 package from golang standard package (#1584) 8 years ago
Krishna Srinivas b044336329 XL/GetObject: If the offset does not fall in the first "dataBlock" it gives incorrect data. (#1583) 8 years ago
Krishna Srinivas e99cb05516 XL/GetObject: offset should be reset to 0 after reading first part. (#1580) (#1581) 8 years ago
Krishna Srinivas 409e09c1e5 XL/Selfheal: skip reading from disk if ReadFile had returned error. (#1575) 8 years ago
Krishna Srinivas c314a98c1a XL/list: fix panic on list when a disk is down. (#1562) 8 years ago
Harshavardhana 5f0ca64346 erasure: listOnlineDisks should return errFileNotFound for errReadQuorum. (#1573) 8 years ago