aboutsummaryrefslogtreecommitdiff
path: root/ext2fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext2fs: Use more POSIXish error codeSamuel Thibault2016-11-201-0/+2
* ext2fs: Do not talk about crashing on ENOSPCSamuel Thibault2016-11-201-1/+1
* ext2fs: Fix crash on ENOSPC while extending a directorySamuel Thibault2016-11-201-0/+8
* Add missing spinlock initializersSamuel Thibault2016-11-012-2/+5
* ext2fs: Poison pointers into dereferenced cache pages.Justus Winter2016-10-093-6/+10
* ext2fs: Rename parameter.Justus Winter2016-10-081-3/+3
* ext2fs: Disable option to specify alternate superblock.Justus Winter2016-10-031-0/+9
* libpager: provide 'pager_create_alloc'Justus Winter2016-08-071-14/+11
* ext2fs: fix pager use-after-freeJustus Winter2016-05-221-11/+20
* Fix supporting >4GiB files in ext2fsSamuel Thibault2016-04-262-7/+14
* ext2fs: Fix off-by-oneSamuel Thibault2016-03-181-1/+1
* ext2fs: Fix adding blocks to free blocks cacheSamuel Thibault2016-03-151-1/+8
* Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz2015-12-311-1/+1
* fix compiler warnings in hurd/ext2fsFlavio Cruz2015-12-297-21/+21
* ext2fs: keep list of reusable disk cache entriesJustus Winter2015-11-292-31/+53
* ext2fs: disable block cache debugging by defaultJustus Winter2015-11-292-5/+5
* ext2fs: improve the block cacheJustus Winter2015-11-291-4/+6
* Remove unused variablesJustus Winter2015-11-061-2/+0
* Fix race condition in ext2fs when remountingJames Clarke2015-09-063-2/+49
* ext2fs: provide unconditional debug macroJustus Winter2015-08-151-1/+3
* ext2fs: improve ext2fs debuggingJustus Winter2015-08-151-3/+2
* libdiskfs: implement a node cacheJustus Winter2015-04-174-226/+28
* ext2fs: use fat nodesJustus Winter2015-04-177-143/+147
* libdiskfs: lock-less reference counting of nodesJustus Winter2015-04-171-10/+5
* ext2fs: use a seperate lock to protect nodehashJustus Winter2015-04-111-36/+92
* Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter2014-12-102-5/+5
* Replace `bzero' with `memset'Justus Winter2014-12-103-4/+4
* ext2fs: tune the size of the inode cacheJustus Winter2014-12-101-1/+1
* libpager: use a fixed number of threadsJustus Winter2014-11-031-25/+3
* ext2fs: use correct type for block numbersJustus Winter2014-06-231-3/+3
* ext2fs: fix type of retry_dotdotJustus Winter2014-06-081-1/+1
* ext2fs: fix type of blockaddrJustus Winter2014-06-081-1/+1
* ext2fs: use size_t where appropriateJustus Winter2014-06-081-11/+11
* ext2fs: fix compiler warningJustus Winter2014-06-061-1/+1
* ext2fs: fix diskfs_pager_usersJustus Winter2014-05-261-1/+1
* ext2fs: cache the superblockJustus Winter2014-05-132-10/+17
* ext2fs: use two distinct pager buckets for the disk and file pagerJustus Winter2014-05-051-25/+62
* ext2fs: improve diskfs_node_iterateJustus Winter2014-04-301-5/+6
* ext2fs: simplify expressionJustus Winter2014-04-291-2/+1
* ext2fs: fix type of inumJustus Winter2014-04-291-1/+2
* Include the MIG-generated server header filesJustus Winter2014-04-151-0/+1
* Make bz2 and gz support optionalGabriele Giacone2014-03-201-1/+1
* libstore: replaced gz decompression code with libzIgnazio Sgalmuzzo2014-02-181-1/+1
* Replaced bz2 decompression code with libbz2Ignazio Sgalmuzzo2014-02-091-1/+1
* ext2fs: fix error handlingJustus Winter2013-11-151-0/+2
* Fix test for block compressionSamuel Thibault2013-09-211-2/+2
* Fix gcc warningSamuel Thibault2013-09-211-1/+1
* Large store support for ext2fsRichard Braun2013-09-1610-91/+733
* Handle notification on page evictionRichard Braun2013-09-161-3/+11
* Switch from cthreads to pthreadsRichard Braun2012-11-2712-121/+125