26 Commits (aa7079fc7b3ffef9f7f35fcc8167259f2c9594bc)

Author SHA1 Message Date
Harshavardhana ca1b1921c4 XL: Implement ignore errors. (#2136) 8 years ago
Krishna Srinivas f55093cdd6 multipart: During multipart list the listing go-routine should be saved to the List-pool. (#2130) 8 years ago
Bala FA 44ae7a037b fix: allocate buffer to required size than readSizeV1 (#2095) 8 years ago
Harshavardhana 8a028a9efb handler/PUT: Handle signature verification through a custom reader. (#2066) 8 years ago
Bala FA 0540863663 fix: use readSizeV1 wherever applicable. (#2093) 8 years ago
Harshavardhana 4cfbdb1bf0 server: Remove deadcode/deprecated code. (#2088) 8 years ago
Krishna Srinivas 7a8b8cd0a1 tree-walk: unify FS and XL tree-walk with functional approach. (#2027) 8 years ago
Harshavardhana ae936a0147 XL: Relax write quorum further to N/2 + 1. (#2018) 8 years ago
Harshavardhana 748dc80047 API: add writePartTooSmallErrorResponse to extend standard error responses. (#2005) 8 years ago
Harshavardhana 4db2b03312 XL: Rename objectN to part.N (#2019) 8 years ago
karthic rao ed2fdd90b0 fs: Fix GetObject failure to read large blocks. (#1982) 8 years ago
Krishnan Parthasarathi a3a310cde8 Moved tree-walk-fs to use tree-walk-pool (#1978) 8 years ago
Harshavardhana e8990e42c2 XL: Make allocations simpler avoid redundant allocs. (#1961) 8 years ago
Harshavardhana 50d25ca94a XL: Change AppendFile() to return only error (#1932) 8 years ago
Bala FA 61598ed02f posix: return errFaultyDisk on I/O errors. (#1885) 8 years ago
Krishna Srinivas aa1d769b1e FS/Multipart: remove uploads.json on complete-multipart if no more uploadIDs are present for the object. (#1843) 8 years ago
Krishna Srinivas 611c892f8f FS/Multipart: Lock() to avoid race during PutObjectPart. (#1842) 8 years ago
Harshavardhana 67bba270a0 FS: Cleanup and Fix all multipart related operations. (#1836) 8 years ago
Harshavardhana 445dc22118 XL: Cleanup and add more comments. (#1807) 8 years ago
Harshavardhana a4a0ea605b XL: Fix GetObject erasure decode issues. (#1793) 8 years ago
Harshavardhana 5e8de786b3 XL: Truly use unique id's in temp directory. (#1790) 8 years ago
Harshavardhana feb337098d XL: bring in new storage API. (#1780) 8 years ago
Krishna Srinivas 6dc8323684 FS/ListMultipart: Fix FS list-multipart to work for unit test cases. 8 years ago
Harshavardhana b2293c2bf4 XL: Rename, cleanup and add more comments. (#1769) 8 years ago
Harshavardhana ee6645f421 XL: Add additional PartNumber variable as part of `xl.json` (#1750) 8 years ago
Harshavardhana 293d246f95 XL/FS: Rewrite in new format. 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 9fdb69563d handler: CopyObject should save metadata. (#1698) 8 years ago
Harshavardhana 7d6ed50fc2 objects: Save all the incoming metadata properly. (#1688) 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
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 4bc923e63b XL/fs: Optimize calling isBucketExist() (#1656) 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 b62774d32f storage/xl: Return errVolumeAccessDenied if disks cannot be accessed. (#1621) 8 years ago
Bala FA 3ff0a56e62 XL: Ignore errDiskNotFound in certain situations (#1610) 8 years ago
Harshavardhana 722abe2d0f xl/fs: pathJoin now takes variadic inputs. (#1550) 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 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 751fa972f5 xl/fs: Multipart re-org introduce "uploads.json" (#1505) 8 years ago
Harshavardhana 5133ea50bd xl/fs: Make i/o operations atomic. (#1496) 8 years ago
Krishna Srinivas 247e835d7b object: move go-routine listing from posix to objectLayer. (#1491) 8 years ago
Harshavardhana 46680788f9 xl/fs: cleanup '/.minio/tmp' directory on each initialization. (#1490) 8 years ago
Harshavardhana d0e854afb7 xl/fs: Bring in ".minio/tmp" directory support. (#1464) 8 years ago
Harshavardhana afd59c45dc xl/fs: Move few functions into common code. (#1453) 8 years ago