Lines Matching refs:fs

5 * win,fs: remove trailing slash in junctions (Hüseyin Açacak)
15 * win,fs: match trailing slash presence in junctions to user input (Jameson
33 * win,fs: uv_fs_rmdir() to return ENOENT on file (Santiago Gimeno)
39 * win,fs: fix bug in fs__readdir (Hüseyin Açacak)
74 * unix,fs: fix realpath calls that use the system allocator (Saúl Ibarra
158 * doc: correct names of Win32 APIs in fs.rst (zeertzjq)
174 * win,fs: use posix delete semantics, if supported (Ian Butterworth)
186 * win,fs: use the new Windows fast stat API (Hüseyin Açacak)
196 * win: fix fs.c ubsan failure (Matheus Izvekov)
202 * unix,fs: silence -Wunused-result warning (Santiago Gimeno)
316 * linux: retry fs op if unsupported by io_uring (Santiago Gimeno)
355 * fs: fix WTF-8 decoding issue (Jameson Nash)
377 * win,fs: avoid winapi macro redefinition (Brad King)
415 * freebsd: get fs event path with fcntl(F_KINFO) (David Carlier)
464 * linux: add some more iouring backed fs ops (Santiago Gimeno)
468 * fs: use WTF-8 on Windows (Stefan Karpinski)
506 * unix,fs: make no_pwritev access thread-safe (Santiago Gimeno)
653 * win,fs: fix readlink errno for a non-symlink file (Darshan Sen)
858 * sunos: fs-event callback can be called after uv_close() (Andy Fiddaman)
894 * zos: avoid fs event callbacks after uv_close() (Shuowang (Wayne) Zhang)
1005 * win,fs: consider broken pipe error a normal EOF (Momtchil Momtchev)
1011 * win,fs: avoid closing an invalid handle (Jameson Nash)
1098 * win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)
1220 * win,fs: fix C4090 warning with MSVC (SeverinLeonhardt)
1226 * unix,fs: use uv__load_relaxed and uv__store_relaxed (Darshan Sen)
1336 * fs: fix utime/futime timestamp rounding errors (Ben Noordhuis)
1340 * unix,fs: fix uv_fs_sendfile() (Santiago Gimeno)
1352 * unix,fs: on DVS fs, statx returns EOPNOTSUPP (Mark Klein)
1354 * win, fs: mkdir really return UV_EINVAL for invalid names (Nicholas Vavilov)
1445 * win,fs: use CreateDirectoryW instead of _wmkdir (Mustafa M)
1461 * win,fs: avoid implicit access to _doserrno (Jameson Nash)
1473 * fs: clobber req->path on uv_fs_mkstemp() error (tjarlama)
1577 * fs: report original error (Bartosz Sosnowski)
1579 * win, fs: add IO_REPARSE_TAG_APPEXECLINK support (Bartosz Sosnowski)
1663 * fs: add uv_fs_lutime() (Sk Sajidul Kadir)
1688 * ibmi: skip unsupported fs test cases (Xu Meng)
1866 * test: fix fs birth time test failure (Ben Noordhuis)
1887 * fs: handle non-functional statx system call (Milad Farazmand)
1899 * fs: add uv_fs_mkstemp (Saúl Ibarra Corretgé)
1939 * fs: use statvfs in uv__fs_statfs() for Haiku (Calvin Hill)
2067 * win,fs: don't modify global file translation mode (Javier Blazquez)
2075 * win, fs: mkdir return UV_EINVAL for invalid names (Bartosz Sosnowski)
2079 * win: misc fs cleanup (cjihrig)
2153 * fs: fix uv_fs_copyfile if same src and dst (Santiago Gimeno)
2232 * fs: remove macOS-specific copyfile(3) (Rich Trott)
2234 * fs: add test for copyfile() respecting permissions (Rich Trott)
2277 * unix, win: make fs-poll close wait for resource cleanup (Anna Henningsen)
2343 * Revert "win,fs: retry if uv_fs_rename fails" (Ben Noordhuis)
2345 * aix: manually trigger fs event monitoring (Gireesh Punathil)
2418 * win: fs: fix `FILE_FLAG_NO_BUFFERING` for writes (Joran Dirk Greef)
2471 * win,fs: retry if uv_fs_rename fails (Bartosz Sosnowski)
2492 * Revert "Revert "unix,fs: fix for potential partial reads/writes"" (Jameson
2528 * unix,fs: use utimes & friends for uv_fs_utime (Jeremiah Senkpiel)
2530 * unix,fs: remove linux fallback from utimesat() (Jeremiah Senkpiel)
2532 * unix,fs: remove uv__utimesat() syscall fallback (Jeremiah Senkpiel)
2571 * fs: add uv_open_osfhandle (Bartosz Sosnowski)
2616 * fs: change position of uv_fs_lchown (Ujjwal Sharma)
2627 * win, fs: uv_fs_fchmod support for -A files (Bartosz Sosnowski)
2752 * doc,fs: improve documentation (Bob Burger)
2768 * Revert "win, fs: use FILE_WRITE_ATTRIBUTES when opening files" (cjihrig)
2808 * win, fs: fix uv_fs_unlink for +R -A files (Bartosz Sosnowski)
2810 * win, fs: use FILE_WRITE_ATTRIBUTES when opening files (Bartosz Sosnowski)
2857 * unix: delay fs req register until after validation (cjihrig)
2863 * test: add additional fs memory management checks (cjihrig)
2872 * Revert "unix,fs: fix for potential partial reads/writes" (Ben Noordhuis)
2913 * unix,fs: fix for potential partial reads/writes (Ben Wijen)
2960 * win: remove unused variable in test/test-fs.c (Ben Noordhuis)
2996 * unix,win: add fs open flags, map O_DIRECT|O_DSYNC (Joran Dirk Greef)
2998 * win, fs: fix non-symlink reparse points (Wade Brainerd)
3104 * fs, win: add support for user symlinks (Bartosz Sosnowski)
3126 * unix,windows: init all requests in fs calls (cjihrig)
3128 * unix,windows: return UV_EINVAL on NULL fs reqs (cjihrig)
3130 * windows: add POST macro to fs functions (cjihrig)
3175 * win, fs: support unusual reparse points (Bartosz Sosnowski)
3262 * aix: fix un-initialized pointer field in fs handle (Gireesh Punathil)
3281 * win,fs: avoid double freeing uv_fs_event_t.dirw (Vladimir Matveev)
3333 * doc: fix docs/src/fs.rst build warning (Daniel Bevenius)
3391 * zos: implement uv__io_fork, skip fs event tests (jBarz)
3456 * fs: cleanup uv__fs_scandir (Santiago Gimeno)
3458 * fs: fix crash in uv_fs_scandir_next (muflub)
3482 * aix: re-enable fs watch facility (Gireesh Punathil)
3506 * fs: fix uv__to_stat on BSD platforms (Santiago Gimeno)
3591 * unix,fs: use uint64_t instead of unsigned long (Imran Iqbal)
3625 * win: simplify memory copy logic in fs.c (Ben Noordhuis)
3695 * fs: fix uv_fs_fstat on platforms using musl libc (Santiago Gimeno)
3721 * win: fix leaky fs request buffer (Jason Ginchereau)
3778 * unix,fs: code cleanup of uv_fs_event_start for AIX (Imran Iqbal)
3853 * fs: don't nullify req->bufs on EINTR (Dave)
3943 * fs: realpath: fix string size before converting (Yuval Brik)
3953 * win: fix buffer overflow in fs events (Joran Dirk Greef)
3988 * fs: undo uv__req_init when uv__malloc failed (Jianghua Yang)
4012 * unix: only undo fs req registration in async mode (Ben Noordhuis)
4030 * darwin: abort() if (un)locking fs mutex fails (Ben Noordhuis)
4060 * linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra Corretgé)
4062 * fs: add uv_fs_realpath() (Yuval Brik)
4064 * win: fix path for removed and renamed fs events (Joran Dirk Greef)
4112 * fs: fix bug in sendfile for DragonFly (Michael Neumann)
4116 * tests: fix fs tests run w/o full getdents support (Jeremy Whitlock)
4175 * unix: remove superfluous parentheses in fs macros (Ben Noordhuis)
4177 * unix: don't copy arguments for sync fs requests (Ben Noordhuis)
4181 * unix,windows: allow NULL loop for sync fs requests (Ben Noordhuis)
4189 * tests: refactored fs watch_dir tests for stability (Jeremy Whitlock)
4208 * win,fs: don't close fd 0-2 (Bert Belder)
4220 * win,fs: Fixes align(8) directive on mingw (Stefano Cristiano)
4500 * fs, pipe: no trailing terminator in exact sized buffers (Andrius Bentkus)
4622 * test: fix test-fs-file-loop on Windows (Bert Belder)
4816 * fs: fix readdir on empty directory (Fedor Indutny)
4818 * fs: rename uv_fs_readdir to uv_fs_scandir (Saúl Ibarra Corretgé)
4951 * fs: introduce uv_readdir_next() and report types (Fedor Indutny)
4953 * fs: extend reported types in uv_fs_readdir_next (Saúl Ibarra Corretgé)
5138 * fs: avoid using readv/writev where possible (Fedor Indutny)
5227 * fs: `uv__cloexec()` opened fd (Fedor Indutny)
5249 * fs: vectored IO API for filesystem read/write (Benjamin Saunders)
5271 * fs: vectored IO API for filesystem read/write (Benjamin Saunders)
5292 * fs: use preadv on Linux if available (Brian White)
5444 * fs-event: fix invalid memory access (huxingyi)
5529 * windows/fs: wrap multi-statement macros in do..while block (Bert Belder)
5531 * windows/fs: make uv_fs_open() report EINVAL correctly (Bert Belder)
5533 * windows/fs: handle _open_osfhandle() failure correctly (Bert Belder)
5535 * windows/fs: wrap multi-statement macros in do..while block (Bert Belder)
5537 * windows/fs: make uv_fs_open() report EINVAL correctly (Bert Belder)
5539 * windows/fs: handle _open_osfhandle() failure correctly (Bert Belder)