Age | Commit message (Expand) | Author |
2014-05-29 | libdiskfs: use a hash table for the name cache | Justus Winter |
2014-05-29 | libdiskfs: remove the statistics code from the name cache | Justus Winter |
2014-05-28 | trans/fakeroot: use netfs_node_netnode instead of np->nn | Justus Winter |
2014-05-28 | trans/fakeroot: use fat nodes to simplify the node cache | Justus Winter |
2014-05-28 | libnetfs: add netfs_make_node_alloc to allocate fat nodes | Justus Winter |
2014-05-28 | libdiskfs: add diskfs_make_node_alloc to allocate fat nodes | Justus Winter |
2014-05-28 | Do not include the terminating zero in /proc/slabinfo | Justus Winter |
2014-05-26 | libtrivfs: lock-less reference counting for trivfs_peropen objects | Justus Winter |
2014-05-26 | libihash: do not use an integer hash function by default | Justus Winter |
2014-05-26 | libdiskfs: fix node leak in the name cache | Justus Winter |
2014-05-26 | trans/mtab: fix initialization | Justus Winter |
2014-05-26 | ext2fs: fix diskfs_pager_users | Justus Winter |
2014-05-26 | libpager: drop unused fields from struct pager | Justus Winter |
2014-05-26 | term: fix memory leak | Justus Winter |
2014-05-26 | Avoid compiler warning about empty bodies | Justus Winter |
2014-05-26 | libdiskfs: fix type of dir_cache_id, node_cache_id | Justus Winter |
2014-05-26 | pfinet: add missing include | Justus Winter |
2014-05-26 | exec: add missing includes | Justus Winter |
2014-05-26 | libdiskfs: lock-less reference counting for peropen objects | Justus Winter |
2014-05-24 | Implement /proc/slabinfo | Justus Winter |
2014-05-22 | include: install refcount.h | Justus Winter |
2014-05-22 | trans/fakeroot: override fshelp_isowner | Justus Winter |
2014-05-22 | include: add lock-less reference counting primitives | Justus Winter |
2014-05-22 | libihash: add hurd_ihash_get_load | Justus Winter |
2014-05-22 | libihash: fix typo | Justus Winter |
2014-05-16 | proc: move translation functions to mig-decls.h | Justus Winter |
2014-05-16 | trans/fakeroot: use C99-style struct initialization | Justus Winter |
2014-05-16 | trans/fakeroot: fix comparison between signed and unsigned | Justus Winter |
2014-05-16 | trans/fakeroot: remove spurious semicolon | Justus Winter |
2014-05-13 | libihash: use fast binary scaling to determine the load | Justus Winter |
2014-05-13 | libihash: use linear probing and fast modulo operation | Justus Winter |
2014-05-13 | libihash: use an integer hash function on the keys | Justus Winter |
2014-05-13 | libihash: fix type of max_load | Justus Winter |
2014-05-13 | libihash: reduce the default maximum load factor to 75% | Justus Winter |
2014-05-13 | ext2fs: cache the superblock | Justus Winter |
2014-05-05 | fatfs: use two distinct pager buckets for the disk and file pager | Justus Winter |
2014-05-05 | libports: unlock _ports_lock on malloc failure | Justus Winter |
2014-05-05 | ext2fs: use two distinct pager buckets for the disk and file pager | Justus Winter |
2014-04-30 | tmpfs: improve diskfs_node_iterate | Justus Winter |
2014-04-30 | fatfs: improve diskfs_node_iterate | Justus Winter |
2014-04-30 | ext2fs: improve diskfs_node_iterate | Justus Winter |
2014-04-30 | fatfs: simplify expression | Justus Winter |
2014-04-29 | libports: reduce malloc overhead in _ports_bucket_class_iterate | Justus Winter |
2014-04-29 | ext2fs: simplify expression | Justus Winter |
2014-04-29 | ext2fs: fix type of inum | Justus Winter |
2014-04-29 | exec: abbreviate the task name if necessary | Justus Winter |
2014-04-29 | libports: work around bugs in server termination | Justus Winter |
2014-04-29 | libdiskfs: set the default sync interval to 30 seconds | Justus Winter |
2014-04-22 | Add missing receiver lookup fix | Samuel Thibault |
2014-04-22 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd | Samuel Thibault |