1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 13:02:57 -04:00

4 Commits

Author SHA1 Message Date
Harshavardhana
df93102235
fix: unwrapping issues with os.Is* functions ()
reduces  3 stat calls, reducing the
overall startup time significantly.
2020-11-23 08:36:49 -08:00
Harshavardhana
a5da9120f3
fix: [fs] an error upon rwPool.Write() just attempt rwPool.Create() ()
On some NFS clients looks like errno is incorrectly set,
which leads to incorrect errors thrown upwards.
2020-09-21 12:54:23 -07:00
Gaige B Paulsen
859ef52886
update for smartos build (solaris too) () 2020-08-31 10:19:25 -07:00
Harshavardhana
4915433bd2
Support bucket versioning ()
- Implement a new xl.json 2.0.0 format to support,
  this moves the entire marshaling logic to POSIX
  layer, top layer always consumes a common FileInfo
  construct which simplifies the metadata reads.
- Implement list object versions
- Migrate to siphash from crchash for new deployments
  for object placements.

Fixes 
2020-06-12 20:04:01 -07:00