index
:
delta/openstack/swift.git
feature/crypto
feature/crypto-review
feature/deep
feature/deep-review
feature/ec
feature/ec_review
feature/hummingbird
feature/losf
feature/repconn
feature/s3api
feature/sp-review
master
proposed/2.0.0
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/swift.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swift
/
obj
/
diskfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly read py2 object metadata on py3
Tim Burke
2023-05-02
1
-5
/
+18
*
Add validation method for metadata in ECDiskfile
indianwhocodes
2022-09-06
1
-0
/
+14
*
Make the object replicator and auditor more robust to ENODATA
indianwhocodes
2022-07-07
1
-2
/
+2
*
Merge "diskfile: Quarantine hashdirs on ENODATA"
Zuul
2022-05-09
1
-4
/
+58
|
\
|
*
diskfile: Quarantine hashdirs on ENODATA
Tim Burke
2022-03-08
1
-4
/
+58
*
|
Obj Auditor: Quarantine ENODATA
Matthew Oliver
2022-03-31
1
-2
/
+8
|
/
*
Merge "object: Remove a bunch of logging translations"
Zuul
2021-12-03
1
-25
/
+24
|
\
|
*
object: Remove a bunch of logging translations
Tim Burke
2021-11-29
1
-25
/
+24
*
|
reconstructor: purge meta files in pure handoffs
Alistair Coles
2021-11-24
1
-12
/
+40
|
/
*
reconstructor: remove non-durable files on handoffs
Alistair Coles
2021-11-19
1
-4
/
+10
*
diskfile: Stop raising ENOENT when we race to mark durable
Tim Burke
2021-07-29
1
-2
/
+2
*
diskfile: don't remove recently written non-durables
Alistair Coles
2021-07-19
1
-4
/
+14
*
Merge "Quarantine on IOErrors while reading"
Zuul
2021-07-05
1
-1
/
+9
|
\
|
*
Quarantine on IOErrors while reading
Tim Burke
2021-07-02
1
-1
/
+9
*
|
reconstructor: Delay purging reverted non-durable datafiles
Alistair Coles
2021-06-24
1
-3
/
+6
|
/
*
object: Plumb logger_thread_locals through _finalize_put
Tim Burke
2021-04-22
1
-2
/
+7
*
Merge "relinker: retry links from older part powers"
Zuul
2021-04-02
1
-6
/
+10
|
\
|
*
relinker: retry links from older part powers
Alistair Coles
2021-04-01
1
-6
/
+10
*
|
py2: diskfile.valid_suffix should allow unicode
Alistair Coles
2021-03-31
1
-1
/
+1
*
|
Merge "diskfile: Prevent get_hashes from creating missing partition dirs"
Zuul
2021-03-30
1
-8
/
+18
|
\
\
|
|
/
|
/
|
|
*
diskfile: Prevent get_hashes from creating missing partition dirs
Tim Burke
2021-03-29
1
-8
/
+18
*
|
Get rid of strip_self
Tim Burke
2021-03-25
1
-12
/
+3
|
/
*
relinker: use abs path index in part power replace
Clay Gerrard
2021-03-17
1
-4
/
+5
*
relinker: make cleanup checks more robust
Alistair Coles
2021-03-12
1
-1
/
+3
*
Fix os.link exceptions in diskfile.relink_paths
Alistair Coles
2021-03-12
1
-16
/
+35
*
Fix race in diskfile.relink_paths
Alistair Coles
2021-03-03
1
-1
/
+4
*
ssync: sync non-durable fragments from handoffs
Alistair Coles
2021-01-20
1
-9
/
+22
*
Remove md5_factory function
Tim Burke
2020-12-15
1
-2
/
+2
*
replace md5 with swift utils version
Ade Lee
2020-12-15
1
-9
/
+12
*
Have REPLICATE with suffixes just append to hashes.invalid
Tim Burke
2020-11-16
1
-3
/
+11
*
Merge "Fix a race condition in case of cross-replication"
Zuul
2020-11-11
1
-20
/
+32
|
\
|
*
Fix a race condition in case of cross-replication
Romain LE DISEZ
2020-10-14
1
-20
/
+32
*
|
Add a slightly more-useful repr for DiskFiles
Tim Burke
2020-10-27
1
-0
/
+3
|
/
*
obj: _finalize_durable may succeed even when data file is missing
Tim Burke
2020-04-24
1
-2
/
+19
*
Lower the log level for falling back to mkstemp
Tim Burke
2020-01-22
1
-1
/
+1
*
Fix the duplicated words issue like "the the "
zhufl
2020-01-06
1
-1
/
+1
*
Merge "diskfile: Add some argument validation"
Zuul
2019-09-05
1
-0
/
+4
|
\
|
*
diskfile: Add some argument validation
Tim Burke
2019-08-30
1
-0
/
+4
*
|
Merge "Fix a potential bug"
Zuul
2019-09-05
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a potential bug
arzhna
2018-11-28
1
-1
/
+1
*
|
Merge "Remove invalid dict entries from hashes.pkl"
Zuul
2019-06-17
1
-0
/
+6
|
\
\
|
*
|
Remove invalid dict entries from hashes.pkl
Christian Schwede
2019-05-31
1
-0
/
+6
*
|
|
py3: port diskfile
Tim Burke
2019-05-22
1
-5
/
+9
*
|
|
Clean up test_write_read_metadata
Tim Burke
2019-05-22
1
-4
/
+10
*
|
|
Fix quarantine when object path is not a directory
Alexandre Lécuyer
2019-05-21
1
-2
/
+16
*
|
|
py3: port unit/proxy/test_server.py
Tim Burke
2019-05-08
1
-3
/
+3
*
|
|
Remove uncalled function
Tim Burke
2019-03-19
1
-11
/
+3
*
|
|
Simplify empty suffix handling
Clay Gerrard
2019-03-18
1
-38
/
+5
*
|
|
py3: port object auditor
Tim Burke
2019-02-27
1
-1
/
+1
*
|
|
Make get_data/async/tmp_dir explicit
Tim Burke
2019-02-13
1
-4
/
+33
[next]