2817 Commits (3ff0a56e6220d9335c045cc272893ae81fb571e1)
 

Author SHA1 Message Date
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
Harshavardhana 0db3218d5d xl: getPartsMetadata fetch parts and decode in go-routine. (#1569) 8 years ago
Harshavardhana eec41c369c posix: Return diskNotFound error rather than errVolumeNotFound (#1568) 8 years ago
Harshavardhana b66c3bf35e server: Enable server profiling as needed. (#1565) 8 years ago
Harshavardhana f733120d3d xl: CompleteMultipartUpload make sure to delete uploads.json (#1539) 8 years ago
Krishna Srinivas 6627388dc3 posix: remove dead code related to posix reserved suffixes. (#1555) 8 years ago
Harshavardhana 9d41414fb5 posix: reserved files should be filtered out at posix not object layer. (#1554) 8 years ago
Harshavardhana 722abe2d0f xl/fs: pathJoin now takes variadic inputs. (#1550) 8 years ago
Krishna Srinivas 04a5b25929 Multipart: Minimum part size limit does not apply to the last part during CompleteMultipartUpload. (#1518) (#1538) 8 years ago
Harshavardhana 90ea494338 erasure: waitCloser should implement CloseWithError. (#1543) 8 years ago
Harshavardhana a8fdd04e62 erasure: ReadFile should honor proper offsets. (#1542) 8 years ago
Harshavardhana 76c511c9fe api: Extend S3 errors with Minio errors. (#1533) 8 years ago
Krishna Srinivas 75320f70d0 multipart: reject part upload if size is less than 5MB. (#1518) 8 years ago
Krishna Srinivas 88e1c04259 XL/ListDir: break out of loop if list on one disk is a success. (#1534) 8 years ago
Krishna Srinivas a205aca6d2 init: Cleanup .minio/tmp directories recursively. Also takes care of cleaning up of parts directory during abortMultipartUpload. (#1532) 8 years ago
Harshavardhana 3f51dd4fd4 xl: CompleteMultipartUpload should rename files in a routine. (#1527) 8 years ago
Harshavardhana 56b7df90e1 xl/fs: ListObjectParts should set nextPartNumberMarker properly. (#1528) 8 years ago
Harshavardhana a56d5ef415 xl/fs: isFunctions should only return boolean. (#1525) 8 years ago
Harshavardhana 937d68202d server: Deadcode removal. (#1517) 8 years ago
Harshavardhana bf563afb80 xl: DeleteObject regression over errChannel. (#1521) 8 years ago
Harshavardhana 091c1e8456 copyObject: No need to verify md5sum. (#1520) 8 years ago
Harshavardhana 751fa972f5 xl/fs: Multipart re-org introduce "uploads.json" (#1505) 8 years ago
Harshavardhana 434423de89 xl: Move format detection inside xl objects. (#1515) 8 years ago
Harshavardhana a20ccb1e83 server: Print proper endpoint, along with https if configured. (#1514) 8 years ago
Harshavardhana 0625c050e6 xl/tests: Enable server handler tests over XL. (#1512) 8 years ago
Harshavardhana 0b74f5624e xl: Fix how we deal with read offsets at erasure layer. (#1511) 8 years ago
Krishna Srinivas c06b9abc15 bucket-handlers: do not unescape marker as gorilla layer would have already done it. (#1495) (#1510) 8 years ago
Krishna Srinivas a5d31d4254 XL/ListObjects: use string.TrimSuffix instead of Trim. (#1498) (#1509) 8 years ago
karthic rao 20ca65c793 Cleanup: mispell fixes 8 years ago
karthic rao 0b4bbe6d9e Adding XL Object layer validation for existing unit tests of single node (#1499) 8 years ago
Krishna Srinivas 48d3be36da XL/ListObjects: Fix ordering issue during listing if the files were uploaded as multipart uploads. (#1498) (#1506) 8 years ago
Harshavardhana 5133ea50bd xl/fs: Make i/o operations atomic. (#1496) 8 years ago
Harshavardhana 17868ccd7f handlers: overhaul entire writErrorResponse, simplify. (#1472) 8 years ago
Harshavardhana ba5805e60a bucketPolicy: Do not use regexes, just do prefix matches. (#1497) 8 years ago
Harshavardhana ca097de96c xl/fs: Add initObjectLayer function. (#1494) 8 years ago
Bala FA 658a595d7a xl-erasure: RenameFile should support quorum. (#1487) 8 years ago
Krishna Srinivas 247e835d7b object: move go-routine listing from posix to objectLayer. (#1491) 8 years ago