rocksdb/env
Azat Khuzhin 40f2b65008 Eliminate possible race between LockFile() vs UnlockFile() (#7721)
Summary:
LockFile() accessing LockHoldingInfo (element of locked_files) by
reference after mutex_locked_files had been released.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7721

Reviewed By: pdillinger

Differential Revision: D25431839

Pulled By: jay-zhuang

fbshipit-source-id: eefee93f12a8016a98e2466e442af2605b3e2a5e
2020-12-10 09:35:11 -08:00
..
composite_env_wrapper.h
env.cc Remove unused includes (#7604) 2020-10-28 23:22:27 -07:00
env_basic_test.cc Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileSystem class (#7566) 2020-10-27 10:33:09 -07:00
env_chroot.cc
env_chroot.h
env_encryption.cc
env_encryption_ctr.h
env_hdfs.cc
env_posix.cc Use default FileSystem in GenerateUniqueId (#7672) 2020-11-16 20:48:13 -08:00
env_test.cc Require only one Logger::Logv() implementation (#7605) 2020-10-28 10:00:51 -07:00
file_system.cc
file_system_tracer.cc Update IOTrace operations in stackable_db.h (#7514) 2020-10-14 10:16:15 -07:00
file_system_tracer.h Update IOTrace operations in stackable_db.h (#7514) 2020-10-14 10:16:15 -07:00
fs_posix.cc Eliminate possible race between LockFile() vs UnlockFile() (#7721) 2020-12-10 09:35:11 -08:00
io_posix.cc Remove unused includes (#7604) 2020-10-28 23:22:27 -07:00
io_posix.h
io_posix_test.cc
mock_env.cc Use NPHash64 in more places (#7632) 2020-11-10 23:42:13 -08:00
mock_env.h Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileSystem class (#7566) 2020-10-27 10:33:09 -07:00
mock_env_test.cc