sapling/eden/fs/inodes
Chad Austin 200fefb024 set in-memory ctime properly when creating new FileInodes
Summary:
This corrects a bug where the in-memory timestamp for new files would
be set to the last checkout time instead of when the file was created.

Reviewed By: simpkins

Differential Revision: D6366189

fbshipit-source-id: c5fa8c779726d3a75c2d57b2a161293297eb9271
2017-11-21 09:21:29 -08:00
..
test Directory was showing up as UNTRACKED_ADDED instead of its contents. 2017-11-20 15:56:37 -08:00
CheckoutAction.cpp Directory was showing up as UNTRACKED_ADDED instead of its contents. 2017-11-20 15:56:37 -08:00
CheckoutAction.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
CheckoutContext.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
CheckoutContext.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
DeferredDiffEntry.cpp add debug logging for TreeInode::diff() 2017-11-08 21:39:07 -08:00
DeferredDiffEntry.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
DiffContext.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
Differ.cpp Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
Differ.h Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
EdenDispatcher.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenDispatcher.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenMount.cpp fix issues tracking the last checkout time 2017-11-19 15:47:13 -08:00
EdenMount.h fix issues tracking the last checkout time 2017-11-19 15:47:13 -08:00
FileHandle.cpp close FileInode file handle when there are no open file handles 2017-11-21 09:21:29 -08:00
FileHandle.h close FileInode file handle when there are no open file handles 2017-11-21 09:21:29 -08:00
FileInode.cpp set in-memory ctime properly when creating new FileInodes 2017-11-21 09:21:29 -08:00
FileInode.h set in-memory ctime properly when creating new FileInodes 2017-11-21 09:21:29 -08:00
InodeBase.cpp Move Journal locking inside of Journal itself 2017-11-10 19:57:49 -08:00
InodeBase.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeDiffCallback.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeError.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeError.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeMap.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeMap.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodePtr-defs.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodePtr.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodePtr.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodePtrFwd.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
Overlay.cpp set in-memory ctime properly when creating new FileInodes 2017-11-21 09:21:29 -08:00
Overlay.h set in-memory ctime properly when creating new FileInodes 2017-11-21 09:21:29 -08:00
overlay.thrift Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
ParentInodeInfo.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
TARGETS fix issues tracking the last checkout time 2017-11-19 15:47:13 -08:00
TreeInode.cpp set in-memory ctime properly when creating new FileInodes 2017-11-21 09:21:29 -08:00
TreeInode.h update comments regarding O_EXCL behavior 2017-11-21 09:21:29 -08:00
TreeInodeDirHandle.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
TreeInodeDirHandle.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00