Age | Commit message (Expand) | Author |
2015-04-23 | Fix FreeBSD sendfile | Stefan Grundmann |
2015-04-10 | erts: Cleanup code in invoke_pwritev | Sverker Eriksson |
2015-04-10 | Use the correct union member inside efile_drv | Nick Mills |
2015-03-14 | Remove unused time macros from efile_drv | Nick Mills |
2014-02-24 | ose: OSE port related cleanup and fixes | Jonas Karlsson |
2014-02-24 | ose: efile driver updates. | Jonas Karlsson |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson |
2014-01-28 | Merge branch 'lukas/erts/sendfile_no_async_pool/OTP-11639' | Lukas Larsson |
2014-01-27 | erts/kernel: sendfile no longer uses async threads | Lukas Larsson |
2014-01-14 | Don't make gzio.c dependent on the zutil.h header file | Björn Gustavsson |
2013-09-02 | Fix EV_* macros and functions signedness flaws | Raimo Niskanen |
2013-08-23 | Create better distribution of files over async threads | Patrik Nyblom |
2013-08-23 | Add debug functionality to retrieve async key | Patrik Nyblom |
2013-08-20 | erts: Fix bug in translating ev macros to functions | Lukas Larsson |
2013-08-13 | erts: Refactor non-pure macros to functions | Lukas Larsson |
2013-05-31 | kernel: Fix bug in file:pwrite for large data sets | Sverker Eriksson |
2013-03-27 | Merge branch 'lukas/erts/efile_delayed_write_fix/OTP-10984' into maint | Lukas Larsson |
2013-03-13 | Do driver_deq in worker threads instead of async_ready | Lukas Larsson |
2013-03-04 | erts: Fix void * arithmetic | Björn-Egil Dahlberg |
2013-03-04 | erts: Use block comments - ansi style | Björn-Egil Dahlberg |
2013-02-22 | erts: Use correct type for ReadFile bytes read | Björn-Egil Dahlberg |
2013-02-15 | invoke_read_line now remembers read_ahead settings | Lukas Larsson |
2013-02-11 | erts: Fix memory leak in efile_drv.c | Sverker Eriksson |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-23 | Alternative solution to the efile_drv crash on exit | Patrik Nyblom |
2013-01-11 | Merge branch 'fdm/file-allocate/OTP-10680' | Björn-Egil Dahlberg |
2013-01-09 | Add file:allocate/3 operation | Filipe David Manana |
2013-01-09 | Fix fd leak when using async thread pool | Filipe David Borba Manana |
2012-08-30 | Teach VM not to dump core on long pathnames | Patrik Nyblom |
2012-08-27 | erts: Fix dtrace-bug in file rename op | Sverker Eriksson |
2012-05-09 | Correct formating in exit error messages | Michael Santos |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-22 | Correct some errors in the user tag spreading | Patrik Nyblom |
2012-03-22 | Change to more specific configure options for dtrace | Patrik Nyblom |
2012-03-22 | Add user tag spreading functionality to VM and use in file | Patrik Nyblom |
2012-03-22 | Update dtrace for changes in R15 | Björn-Egil Dahlberg |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4 | Scott Lystig Fritchie |
2012-03-20 | Fix reselecting bug on OS X | Lukas Larsson |
2012-03-20 | Fix bug when sending long files using select | Lukas Larsson |
2012-03-20 | Fix ifdef to check if we are on OS X | Lukas Larsson |
2012-03-20 | Fix memory leak when sendfile process crashes | Lukas Larsson |
2011-12-20 | erts: rewrite efile_writev to handle partial writes correctly | Raimo Niskanen |
2011-12-09 | Merge branch 'raimo/64-bit-driver-api/OTP-9795' | Björn Gustavsson |
2011-12-09 | erl_driver.h: Enlarge types on driver callbacks output, control and call | Raimo Niskanen |
2011-12-08 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson |
2011-12-08 | Do not use async threads on DARWIN | Lukas Larsson |
2011-12-08 | Fix cleanup when sendfile process crashes | Lukas Larsson |
2011-12-07 | Return {error,closed} from sendfile if closed | Lukas Larsson |
2011-12-07 | erl_driver.h: Enlarge types in driver queue and alloc functions | Raimo Niskanen |
2011-12-02 | efile_drv: Fix casting between Sint64 and time_t | Björn-Egil Dahlberg |