Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attrcache: fix use-after-free | Carlos MartÃn Nieto | 2014-04-21 | 1 | -1/+1 |
| | | | | Reported by coverity. | ||||
* | Some memory leak fixes | Russell Belfer | 2014-04-17 | 1 | -26/+28 |
| | |||||
* | Fix broken logic for attr cache invalidation | Russell Belfer | 2014-04-17 | 1 | -61/+61 |
| | | | | | | | The checks to see if files were out of date in the attibute cache was wrong because the cache-breaker data wasn't getting stored correctly. Additionally, when the cache-breaker triggered, the old file data was being leaked. | ||||
* | Fix tests with new attr cache code | Russell Belfer | 2014-04-17 | 1 | -33/+82 |
| | |||||
* | Attribute file cache refactor | Russell Belfer | 2014-04-17 | 1 | -0/+397 |
This is a big refactoring of the attribute file cache to be a bit simpler which in turn makes it easier to enforce a lock around any updates to the cache so that it can be used in a threaded env. Tons of changes to the attributes and ignores code. |