summaryrefslogtreecommitdiff
path: root/fatfs
AgeCommit message (Expand)Author
2023-12-29Initialize a few error variables to avoid GCC warningsFlavio Cruz
2023-12-17Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...v0.9.git20231217Flavio Cruz
2023-08-08Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_tSamuel Thibault
2023-05-10Style tweaksSergey Bugaev
2023-05-10fatfs: Port to x86_64Sergey Bugaev
2023-04-08Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2022-08-10Do not cache the R/O proxySamuel Thibault
2022-08-10fatfs: Return read-only memory objects when appropriateSergey Bugaev
2022-08-10fatfs: Properly reference pagerSergey Bugaev
2022-02-25Fix store_read callsSamuel Thibault
2022-01-16Make RPC input array parameters constSamuel Thibault
2019-09-01Use the data_t type defined in hurd_types.h.Flavio Cruz
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2016-08-07libpager: provide 'pager_create_alloc'Justus Winter
2015-12-31Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz
2015-12-29fix compiler warnings in hurd/isofsFlavio Cruz
2015-11-06Remove unused variablesJustus Winter
2015-09-06Fix race condition in ext2fs when remountingJames Clarke
2015-05-19fatfs: fix error handlingJustus Winter
2015-04-17fatfs: port to libdiskfs' node cacheJustus Winter
2015-04-17libdiskfs: lock-less reference counting of nodesJustus Winter
2015-04-11fatfs: use a seperate lock to protect nodehashJustus Winter
2015-01-03misc: Fix typos in comments (found by codespell)Stefan Weil
2014-12-10Replace `bzero' with `memset'Justus Winter
2014-11-03libpager: use a fixed number of threadsJustus Winter
2014-05-05fatfs: use two distinct pager buckets for the disk and file pagerJustus Winter
2014-04-30fatfs: improve diskfs_node_iterateJustus Winter
2014-04-30fatfs: simplify expressionJustus 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-10fatfs: add bz2 to OTHERLIBSJustus Winter
2013-11-21fatfs: fix error handling in diskfs_get_directsJustus Winter
2013-11-21fatfs: fix error handling in diskfs_lookup_hardJustus Winter
2013-11-09Normalize whitespace at the end of each file to '\n'Justus Winter
2013-09-16Handle notification on page evictionRichard Braun
2012-11-27Switch from cthreads to pthreadsRichard Braun
2012-04-08Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge
2011-08-20fix common misspellingsJonathan Neuschäfer
2011-04-03Remove reference to inexistent fatfs/EXTENSIONSSamuel Thibault
2009-07-11Switch to the new ChangeLog style.Thomas Schwinge
2007-11-132007-11-13 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2007-10-05Update copyright years.Thomas Schwinge
2007-08-20[doc/ChangeLog]Samuel Thibault
2007-03-312007-03-31 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2007-03-302007-03-30 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2007-03-282007-03-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2007-03-282007-03-28 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2005-07-12ext2fs/Marcus Brinkmann