0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 24 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #38 from dshrader/master More... over 9 years ago
Modify all tests' reg_test.py so that they can run from command line More... over 9 years ago
Merge pull request #359 from chuckcranor/cindex More... over 9 years ago
Merge branch 'master' into cindex More... over 9 years ago
get rid of VERSION and VERSION.LAYOUT as requested by John Bent. not used anymore. More... over 9 years ago
add a comment about pids to f_write(). More... over 9 years ago
put in some commented out code in plfs_write() that detects writes from an unknown pid (i.e. one that hasn't previously talked to us with an open). at some point we may want to reject these calls? (currently getting them from FUSE: (eval "gcc -v >&1") 2>conftest.err More... over 9 years ago
to be safe, check for any remaining open data droppings when doing a final close of a Plfs_fd. close any found. More... over 9 years ago
spruce up an mlog More... over 9 years ago
set query limit to "<", not "<=" -- wasn't causing a problem but didn't do what was expected. More... over 9 years ago
add some mlog for taskgen More... over 9 years ago
make sure the query resolver fills out all the fields of the index_record so we don't get unexpected results (e.g. when we are in a hole). More... over 9 years ago
add some mlogs for query API More... over 9 years ago
mlog # of entires after merge More... over 9 years ago
BRI wasn't merging write index records that were next to each other. restore code to do that. More... over 9 years ago
add missing code to init pconf->mlog_setmasks. this was causing the fuse --mlog_setmasks flag to not work. More... over 9 years ago
handle the case where we have a zero length global index (unlikely). More... over 9 years ago
lost code that handled the case of attempting to merge a zero length index dropping file. zero length index dropping files can happen after a ftruncate() to zero. More... over 9 years ago
add some more mlogs More... over 9 years ago
add mlog check More... over 9 years ago
update some mlogs More... over 9 years ago
revise that debug mlog More... over 9 years ago
mlog the fd so we know which branch of getattr is run More... over 9 years ago
hashvalue was printing garbage in mlog because we advanced the pointer while computing the hash. save init value of the pointer so we don't mlog garbage. More... over 9 years ago
Merge pull request #356 from dshrader/master More... over 9 years ago
- rename some vars for clarity. openflags is all the flags from open, where as rwflags is just the rw/wr info - back off sanity check a bit (too aggressive -- only consider rwflags instead of openflags) More... over 9 years ago
rename some variables for clarity More... over 9 years ago
Merge branch 'cindex' of github.com:chuckcranor/plfs-core into cindex More... over 9 years ago
var name clean up More... over 9 years ago
quiet warning More... over 9 years ago