Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dnp1
/
minio
Public
forked from
minio/minio
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 30, 2016
Using already defined const instead of create a new one. Removing previous useless new const.
dnp1
committed
5249e56
View commit details
Copy full SHA for 5249e56
Browse repository at this point
Removing useless print used for test.
dnp1
committed
8bf05c1
View commit details
Copy full SHA for 8bf05c1
Browse repository at this point
Working on #2028
dnp1
committed
89348fe
View commit details
Copy full SHA for 89348fe
Browse repository at this point
Commits on Jun 29, 2016
posix: remove disk free space check for read-only and delete methods. (#2033)
balamurugana
authored and
harshavardhana
committed
57bc08c
View commit details
Copy full SHA for 57bc08c
Browse repository at this point
XL/fs: Initialize export paths supplied on command line (#2020)
Show description for 0e39070
harshavardhana
authored and
abperiasamy
committed
0e39070
View commit details
Copy full SHA for 0e39070
Browse repository at this point
adding detailed comments to server_test (#2032)
karthic rao
authored and
harshavardhana
committed
8e8f6f9
View commit details
Copy full SHA for 8e8f6f9
Browse repository at this point
XL: allow meta bucket name appended with tmp meta prefix. (#2007)
balamurugana
authored and
harshavardhana
committed
4c1a11a
View commit details
Copy full SHA for 4c1a11a
Browse repository at this point
XL: Relax write quorum further to N/2 + 1. (#2018)
Show description for ae936a0
harshavardhana
authored and
abperiasamy
committed
ae936a0
View commit details
Copy full SHA for ae936a0
Browse repository at this point
XL/bitrot: Migrate to new blake2b-simd SIMD optimized implementation. (#2031)
Show description for d484157
harshavardhana
authored and
abperiasamy
committed
d484157
View commit details
Copy full SHA for d484157
Browse repository at this point
server: Minor command line doc change for XL. (#2022)
harshavardhana
authored and
abperiasamy
committed
796fe16
View commit details
Copy full SHA for 796fe16
Browse repository at this point
XL: Change minimum disks supported to 6 now. (#2023)
Show description for 3ac39ff
harshavardhana
authored and
abperiasamy
committed
3ac39ff
View commit details
Copy full SHA for 3ac39ff
Browse repository at this point
Added unit-tests for treeWalkPool (#1969)
Show description for b6b9e88
krisis
authored and
harshavardhana
committed
b6b9e88
View commit details
Copy full SHA for b6b9e88
Browse repository at this point
Benchmarks for ObjectLayer.PutObject() (#2029)
karthic rao
authored and
harshavardhana
committed
59366d8
View commit details
Copy full SHA for 59366d8
Browse repository at this point
Commits on Jun 28, 2016
API: add writePartTooSmallErrorResponse to extend standard error responses. (#2005)
Show description for 748dc80
harshavardhana
authored
748dc80
View commit details
Copy full SHA for 748dc80
Browse repository at this point
Fix for tests leaving out temp directories (#2025)
karthic rao
authored and
harshavardhana
committed
6dcfa7b
View commit details
Copy full SHA for 6dcfa7b
Browse repository at this point
api: Sent ErrPreconditionFailed on If-Match failure (#2009)
Show description for a854e8c
krisis
authored and
harshavardhana
committed
a854e8c
View commit details
Copy full SHA for a854e8c
Browse repository at this point
Adding detailed comments for server_xl_test. (#2011)
karthic rao
authored and
harshavardhana
committed
76f6533
View commit details
Copy full SHA for 76f6533
Browse repository at this point
XL: Rename objectN to part.N (#2019)
Show description for 4db2b03
harshavardhana
authored
4db2b03
View commit details
Copy full SHA for 4db2b03
Browse repository at this point
Commits on Jun 27, 2016
XL/erasure: refactor erasureReadFile. Move parallelRead into a separate function. (#2008)
Krishna Srinivas
authored and
harshavardhana
committed
5291db6
View commit details
Copy full SHA for 5291db6
Browse repository at this point
XL: Handle quorum situations properly for write operations. (#1986)
Show description for 2e1f66c
harshavardhana
authored
2e1f66c
View commit details
Copy full SHA for 2e1f66c
Browse repository at this point
XL/listObjects: Ignore entry if getObjectInfo() returns errFileNotFound (#2004)
Show description for c88720e
balamurugana
authored and
harshavardhana
committed
c88720e
View commit details
Copy full SHA for c88720e
Browse repository at this point
Misspell warnings fix (#2001)
karthic rao
authored and
harshavardhana
committed
ce7d5ed
View commit details
Copy full SHA for ce7d5ed
Browse repository at this point
XL: Add tests for checkSufficientDisks, storageInfo. (#1988)
harshavardhana
authored and
abperiasamy
committed
0d3a9c9
View commit details
Copy full SHA for 0d3a9c9
Browse repository at this point
posix: Re-do tests for readDir(). (#1996)
harshavardhana
authored and
abperiasamy
committed
293ba00
View commit details
Copy full SHA for 293ba00
Browse repository at this point
object: checkETag compares quoted ETags properly (#1997)
Show description for d0be09f
krisis
authored and
harshavardhana
committed
d0be09f
View commit details
Copy full SHA for d0be09f
Browse repository at this point
Commits on Jun 26, 2016
fix typo (#1987)
nl5887
authored and
harshavardhana
committed
1e52759
View commit details
Copy full SHA for 1e52759
Browse repository at this point
erasure: Add erasure encode/decode unit tests. (#1911)
Show description for 9add048
harshavardhana
authored and
abperiasamy
committed
9add048
View commit details
Copy full SHA for 9add048
Browse repository at this point
server: Add connection rate limiter for server. (#1977)
harshavardhana
authored and
abperiasamy
committed
936a916
View commit details
Copy full SHA for 936a916
Browse repository at this point
main: minio --help should print regardless of root. (#1985)
Show description for 57146fb
harshavardhana
authored and
abperiasamy
committed
57146fb
View commit details
Copy full SHA for 57146fb
Browse repository at this point
Benchmarks for various object sizes for FS/XL GetObject (#1984)
hackintoshrao
authored and
harshavardhana
committed
3d02f74
View commit details
Copy full SHA for 3d02f74
Browse repository at this point
Cleaning up/refactoring tests to be more extensible (#1970)
hackintoshrao
authored and
harshavardhana
committed
b2d9a46
View commit details
Copy full SHA for b2d9a46
Browse repository at this point
Commits on Jun 25, 2016
XL: Implement new ReadAll API for files which are read in single call. (#1974)
Show description for 42286cb
harshavardhana
authored and
abperiasamy
committed
42286cb
View commit details
Copy full SHA for 42286cb
Browse repository at this point
fs: Fix GetObject failure to read large blocks. (#1982)
Show description for ed2fdd9
hackintoshrao
authored and
harshavardhana
committed
ed2fdd9
View commit details
Copy full SHA for ed2fdd9
Browse repository at this point
XL/erasure-read: read disks in parallel. (#1975)
Show description for cb1200a
krishnasrinivas
authored and
harshavardhana
committed
cb1200a
View commit details
Copy full SHA for cb1200a
Browse repository at this point
Commits on Jun 24, 2016
Moved tree-walk-fs to use tree-walk-pool (#1978)
krisis
authored and
harshavardhana
committed
a3a310c
View commit details
Copy full SHA for a3a310c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.