Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-06Fix lots of bugs due to newer kernel 5.8 in Ubuntu 20.04, and OpenZFS v0.8:Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-02-17mapped_file_handle::read() and write() was not detecting when VA space had be...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-01-25Fix construct<mapped_file_handle> having the wrong parameter order.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-22Check for self-move in every move assignment operator.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-04First working edition of file_handle::clone_extents(). This was a surprisingl...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-01Convert to latest Outcome v2.2 TRY operator.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29As I broke trunk last commit, push the wip files which fix trunk, even though...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-21Fix warnings.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-21Merge remote-tracking branch 'remotes/origin/develop' into resumable_io_branc...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-17Many small extreme corner case bug fixes, mostly on the Windows platform.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-13Add the beginnings of porting over the Win IOCP implementation from the resum...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-13Tests now all pass on resumable i/o branch merge.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-03WiP merge of parts of the resumable_io branch into develop branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-23Fix failure to update the map in syscall writing mode if a write off the end ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-23Add section_handle::flag::write_via_syscall, a mechanism for having mapped fi...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-15Fix long standing issue #28 where Windows would fail to map a read only file ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-14Fix long standing corner case quirk in mapped_file_handle::maximum_extent() w...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-09Rename random_*() handle constructors to uniquely_named_*(), as per LEWG-I fe...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-07Rename parameterised clone() to reopen(), as per LEWG-I guidance.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-16Add reservation to mapped_temp_inode().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-25LLFIO is now make installable and cmake find_package()-able, which should imp...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-18Implement #34 Rename mode::truncate to truncate_existing, add mode::always_newNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Fix all warnings when built as 32 bit. Hopefully fix ARM build issues on Trav...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-07Lots of warnings fixes and some workarounds for GCCs 8 and 9.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-06Fixed the attached<T> stuff clearly never having been tested, because noneNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-05-24Reworked mapped<T> to use P1631 attach/detach, and made map_handle and mapped...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-17Lots of changes to support latest WG21 SG14 status code, as the erased code i...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-31Add large, huge and massive page support, for Windows. POSIX support is coming.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Lots more afio => llfio renamingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Rename afio to llfio part 1 of manyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)