minio/pkg
Harshavardhana ab7d3cd508
fix: Speed up multi-object delete by taking bulk locks (#8974)
Change distributed locking to allow taking bulk locks
across objects, reduces usually 1000 calls to 1.

Also allows for situations where multiple clients sends
delete requests to objects with following names

```
{1,2,3,4,5}
```

```
{5,4,3,2,1}
```

will block and ensure that we do not fail the request
on each other.
2020-02-21 11:29:57 +05:30
..
auth fix: temp credentials shouldn't allow policy/group changes (#8675) 2019-12-19 14:21:21 -08:00
bpool Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
bucket Fix error messages returned by (Put)GetObjectLegalHold (#9013) 2020-02-19 08:15:48 +05:30
certs Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
cgroup Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
color Bring in safe mode support (#8478) 2019-11-09 09:27:23 -08:00
console Fix dependencies graph for minio source compilation (#8717) 2019-12-31 09:36:13 +05:30
cpu Simplify and cleanup metadata r/w functions (#8146) 2019-09-11 22:52:12 +05:30
csvparser Import CSV parser library (#8927) 2020-02-07 16:25:36 +05:30
disk Add ability to test drive speeds on a MinIO setup (#7664) 2019-09-13 03:22:30 +05:30
dsync fix: Speed up multi-object delete by taking bulk locks (#8974) 2020-02-21 11:29:57 +05:30
ellipses Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
env Fix review comments and new changes in config (#8515) 2019-11-13 17:38:05 -08:00
event Support for Kafka version in the config (#9001) 2020-02-17 07:56:33 +05:30
handlers federation: Avoid printing context canceled error (#7997) 2019-07-31 11:08:10 -07:00
hash Turn off md5sum optionally if content-md5 is not set (#7609) 2019-05-08 18:35:40 -07:00
iam/policy fix: indicate PutBucketEncryption as a valid policy action (#9009) 2020-02-18 10:32:53 -08:00
ioutil Fix typo in comments (#8704) 2019-12-27 15:51:32 +05:30
lock Start using new errors package (#8207) 2019-09-11 22:51:43 +05:30
madmin fix and improve KMS server info (#8944) 2020-02-06 06:18:34 +05:30
mem Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
mimedb Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
mountinfo Cache Windows mount point info (#8572) 2019-11-27 20:10:13 +05:30
net Use user CAs in checkEndpoint() call (#8911) 2020-02-02 07:15:29 +05:30
pubsub Add admin API to send console log messages (#7784) 2019-09-03 23:40:48 +05:30
quick Start using error wrapping with fmt.Errorf (#8588) 2019-12-02 09:28:01 -08:00
s3select SIMDJSON S3 select input (#8401) 2020-02-13 14:03:52 -08:00
safe Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
sync/errgroup Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
sys Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
trace Cleanup ResponseWriter function for audit and trace (#8283) 2019-09-24 02:04:28 +05:30
trie Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
wildcard Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
words Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00