40 Commits (a51bb1d7287d504c5cfbd7fdb0ec6365567999d4)

Author SHA1 Message Date
Bala FA 1ad5fb8f76 posix: checkDiskFree() also checks free inodes. (#2086) 8 years ago
Bala FA 8d4365d23c tests: add unit test for posix functions. (#2037) 8 years ago
Harshavardhana d64c3fd464 posix: Return errDiskNotWritable during disk initialization. (#2048) 8 years ago
Bala FA 57bc08cc7e posix: remove disk free space check for read-only and delete methods. (#2033) 8 years ago
Harshavardhana 0e3907072c XL/fs: Initialize export paths supplied on command line (#2020) 8 years ago
Remco Verhoef 1e52759c3c fix typo (#1987) 8 years ago
Harshavardhana 42286cba70 XL: Implement new ReadAll API for files which are read in single call. (#1974) 8 years ago
Harshavardhana e8990e42c2 XL: Make allocations simpler avoid redundant allocs. (#1961) 8 years ago
Harshavardhana ff9fc22c72 posix: Mkdir() and OpenFile() should honor umask. (#1972) 8 years ago
Krishnan Parthasarathi 6143c87c3a Make ioErrCount updates go-routine safe (#1943) 8 years ago
Aakash Muttineni 4ee2136b28 Unit tests for PUT object when object already exists (#1904) 8 years ago
Harshavardhana 50d25ca94a XL: Change AppendFile() to return only error (#1932) 8 years ago
Harshavardhana 8c0942bf0d XL: Remove usage of reduceErr and make it isQuorum verification. (#1909) 8 years ago
Harshavardhana ed4fe689b4 posix: Support UNC paths on windows. (#1887) 8 years ago
Bala FA 61598ed02f posix: return errFaultyDisk on I/O errors. (#1885) 8 years ago
Harshavardhana 82fd907933 XL/PutObject: Handle all pending cases of DiskNotFound. 8 years ago
Harshavardhana fb95c1fad3 XL: Bring in some modularity into format verification and healing. (#1832) 8 years ago
Harshavardhana ae311aa53b XL: Cleanup, comments and all the updated functions. (#1830) 8 years ago
Harshavardhana feb337098d XL: bring in new storage API. (#1780) 8 years ago
Bala FA 51bb613fdf pkg/safe: remove temporary file on failure (#1774) 8 years ago
Harshavardhana 34e9ad24aa XL: Introduce new API StorageInfo. (#1770) 8 years ago
Harshavardhana 293d246f95 XL/FS: Rewrite in new format. 8 years ago
Harshavardhana e4240aa58f XL/objects: Initialize format.json outside of erasure. (#1640) 8 years ago
Harshavardhana f6d9e73548 posix: Do not lowercase names, return as is. Object layer will filter them out. (#1699) 8 years ago
Harshavardhana 4bc923e63b XL/fs: Optimize calling isBucketExist() (#1656) 8 years ago
Harshavardhana 9472299308 logging: Log only for unhandled errors, remove all the debug logging. (#1652) 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
Harshavardhana 50431e91a6 erasure: Handle failed disks so that we initialize properly if they are missing. (#1607) 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 eec41c369c posix: Return diskNotFound error rather than errVolumeNotFound (#1568) 8 years ago
Harshavardhana 722abe2d0f xl/fs: pathJoin now takes variadic inputs. (#1550) 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
Krishna Srinivas 247e835d7b object: move go-routine listing from posix to objectLayer. (#1491) 8 years ago
Harshavardhana ad40036cba posix: filepath shouldn't be used anymore use path.Join (#1486) 8 years ago
Rajiv Makhijani a5959789d5 Make minimum file space percent a constant (#1484) 8 years ago
Harshavardhana dd417e5476 fs: Handle cases of PutObject for an existing prefix. (#1478) 8 years ago
Harshavardhana d0e854afb7 xl/fs: Bring in ".minio/tmp" directory support. (#1464) 8 years ago
Harshavardhana 4e34e03dd4 xl/fs: Split object layer into interface. (#1415) 8 years ago
Krishna Srinivas 7066ce5160 XL/Multipart: rename the parts instead of concatenating. (#1416) 8 years ago
karthic rao 1813e9c070 Cleanup - Comments and readability fixes (#1386) 8 years ago
Krishna Srinivas 4333e529e6 xl/ListFiles: return as many objects as requested. (#1383) 8 years ago
Harshavardhana 8bce699dae xl: Add logging. (#1372) 8 years ago
Harshavardhana f3784d1087 xl: Handle read quorum for StatVol, ListVols 8 years ago
Harshavardhana a98a7fb1ad Implement XL layer - preliminary work. 8 years ago
karthic rao 6e372f83b4 Tests: object api multipart tests and bug fixes. 8 years ago
Harshavardhana e9fba04b36 logging: Enable logging across storage fs layer. (#1367) 8 years ago
Harshavardhana d63d17012d tests: Add API suite tests back for object api. (#1352) 9 years ago
Harshavardhana 4cf73caf02 api: Add diskInfo as part of StatVol and ListVols. (#1349) 9 years ago