summaryrefslogtreecommitdiff
path: root/ext2fs
AgeCommit message (Expand)Author
2016-10-09ext2fs: Poison pointers into dereferenced cache pages.Justus Winter
2016-10-08ext2fs: Rename parameter.Justus Winter
2016-10-03ext2fs: Disable option to specify alternate superblock.Justus Winter
2016-08-07libpager: provide 'pager_create_alloc'Justus Winter
2016-05-22ext2fs: fix pager use-after-freeJustus Winter
2016-04-26Fix supporting >4GiB files in ext2fsSamuel Thibault
2016-03-18ext2fs: Fix off-by-oneSamuel Thibault
2016-03-15ext2fs: Fix adding blocks to free blocks cacheSamuel Thibault
2015-12-31Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz
2015-12-29fix compiler warnings in hurd/ext2fsFlavio Cruz
2015-11-29ext2fs: keep list of reusable disk cache entriesJustus Winter
2015-11-29ext2fs: disable block cache debugging by defaultJustus Winter
2015-11-29ext2fs: improve the block cacheJustus Winter
2015-11-06Remove unused variablesJustus Winter
2015-09-06Fix race condition in ext2fs when remountingJames Clarke
2015-08-15ext2fs: provide unconditional debug macroJustus Winter
2015-08-15ext2fs: improve ext2fs debuggingJustus Winter
2015-04-17libdiskfs: implement a node cacheJustus Winter
2015-04-17ext2fs: use fat nodesJustus Winter
2015-04-17libdiskfs: lock-less reference counting of nodesJustus Winter
2015-04-11ext2fs: use a seperate lock to protect nodehashJustus Winter
2014-12-10Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter
2014-12-10Replace `bzero' with `memset'Justus Winter
2014-12-10ext2fs: tune the size of the inode cacheJustus Winter
2014-11-03libpager: use a fixed number of threadsJustus Winter
2014-06-23ext2fs: use correct type for block numbersJustus Winter
2014-06-08ext2fs: fix type of retry_dotdotJustus Winter
2014-06-08ext2fs: fix type of blockaddrJustus Winter
2014-06-08ext2fs: use size_t where appropriateJustus Winter
2014-06-06ext2fs: fix compiler warningJustus Winter
2014-05-26ext2fs: fix diskfs_pager_usersJustus Winter
2014-05-13ext2fs: cache the superblockJustus Winter
2014-05-05ext2fs: use two distinct pager buckets for the disk and file pagerJustus Winter
2014-04-30ext2fs: improve diskfs_node_iterateJustus Winter
2014-04-29ext2fs: simplify expressionJustus Winter
2014-04-29ext2fs: fix type of inumJustus Winter
2014-04-15Include the MIG-generated server header filesJustus Winter
2014-03-20Make bz2 and gz support optionalGabriele Giacone
2014-02-18libstore: replaced gz decompression code with libzIgnazio Sgalmuzzo
2014-02-09Replaced bz2 decompression code with libbz2Ignazio Sgalmuzzo
2013-11-15ext2fs: fix error handlingJustus Winter
2013-09-21Fix test for block compressionSamuel Thibault
2013-09-21Fix gcc warningSamuel Thibault
2013-09-16Large store support for ext2fsRichard Braun
2013-09-16Handle notification on page evictionRichard Braun
2012-11-27Switch from cthreads to pthreadsRichard Braun
2012-09-22Avoid waiting for disk I/O completionSamuel Thibault
2012-07-03Fix stack corruption in ext2fs serverRichard Braun
2012-06-05Fix operation prioritySamuel Thibault
2012-05-23Fix bit shift validitySamuel Thibault