0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove stray FILE_SUPPORT definition left over from lustre hack More... over 15 years ago
Removing obsolete code related to cplant yod, lustre hack, and sockets driver. More... over 15 years ago
The file system record now maintains the list of associated i-nodes as a tree. This speeds up _sysio_i_find greatly when the names table cache is allowed to become large. More... almost 16 years ago
The file system record now maintains the list of associated i-nodes as a tree. This speeds up _sysio_i_find greatly when the names table cache is allowed to become large. More... almost 16 years ago
Directory name cache comparison routine no longer needs parent node as a key. Removed that test. More... almost 16 years ago
Updated copyright date. More... almost 16 years ago
Changed version to 2.0 to reflect the incompatibilites in the drivers API. More... almost 16 years ago
Complete, finally, the change to use pnodes everywhere. More... almost 16 years ago
Added per-directory name cache, replacing the global names cache. More... almost 16 years ago
Modifed to enumerate the extras directly instead of with an ls on any ...[ch] files found. More... almost 16 years ago
Begin adding support for thread-safe operation. In detail: More... almost 16 years ago
Integrate and initialize new, built-in, stddev pseudo-driver that gives us /dev/null, /dev/zero, and /dev/full functionality. More... almost 16 years ago
Add -e switch to allow working with existing files. More... almost 16 years ago
Fixed a bug in parse_mm. It was building the dev_t by hand, incorrectly. It should have been using SYSIO_MKDEV. It does now. More... almost 16 years ago
Fixed bug in _sysio_stdfd_init. It was returning the major number. That happened to be zero but could be anything in [0,127]. Any other number is interpreted by the caller as an error. More... almost 16 years ago
If P_RECLAIM_DEBUG is definded then at each reclaim a count of the number of pnode_base nodes present in the system is printed along with the number of those that are leaves and the number of interior nodes without aliases (orphpans). More... about 16 years ago
Lots of changes to try to eliminate the potential for dangling references. More... about 16 years ago
In _sysio_do_mount we now test to ensure that everything is a directory that we can. Also, got rid of _sysio_p_gone use in that routine. Would like to get it everywhere, restricting it to the inode.c file only. Someday... More... about 16 years ago
Parent pointer of root of a mount no longer points to the parent of the node it covered. Instead, such nodes loop. More... about 16 years ago
Two changes: 1) Pnodes that are root of a mount now loop on themselves. Changed lookup to descend, then move up when encountering such a node now. 2) Automounts need their root to have a soft-reference, always, now. More... about 16 years ago
Modified to honor the "-v", for "verify" the path, option now. More... about 16 years ago
A new routine, _sysio_enumerate_tree, is added that supports pre-order, in-order, and post-order traversals of a tree with callbacks at each node. More... about 16 years ago
Bumped version to 1.4. More... about 16 years ago
adjustment to _sysio_ldgroups return value More... about 16 years ago
That was dumb. I forgot a semi-colon. More... about 16 years ago
In _sysio_pb_disocnnect, when disconnecting the aliases, no alias should be the root of a file system. Added an assert to check for this. More... about 16 years ago
Four changes: More... about 16 years ago
Two changes: More... about 16 years ago
The routine _sysio_p_path has moved to inode.c for general use by others. More... about 16 years ago
Two changes: More... about 16 years ago