]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys/fs
Update ncurses to 20200118
[FreeBSD/FreeBSD.git] / tests / sys / fs /
2019-08-22 Dimitry AndricMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 Kyle EvansFix the build with WITHOUT_GOOGLETEST
2019-08-22 Cy SchubertMFV r346563:
2019-08-21 Dimitry AndricMerge lld trunk r366426, and resolve conflicts.
2019-08-21 Dimitry AndricMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 Dimitry AndricMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-16 Alan Somersfusefs: don't send the namespace during listextattr
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-15 Alan Somersfusefs: fix conditional from r351061
2019-08-15 Alan Somersfusefs: fix the 32-bit build after 351042
2019-08-14 Alan Somersfusefs: Fix the size of fuse_getattr_in
2019-08-14 Alan Somersfusefs: fix intermittency in the default_permissions...
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersfusefs: add SVN Keywords to the test files
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-12 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-09 Brooks DavisDon't add -Wno-class-memaccess with older gcc.
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-07-30 Alan Somersfusefs: fix building tests with GCC 8
2019-07-30 Alan SomersMFHead @350453
2019-07-30 Alan Somersfusefs: nul-terminate some strings in the readdir test
2019-07-30 Alan SomersMFHead @350426
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-28 Alan SomersMFHead @350390
2019-07-28 Alan Somersfusefs: fix panic when writing with O_DIRECT and using...
2019-07-28 Alan SomersMFHead @r350386
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-20 Alan Somersfusefs: fix warnings in the tests reported by GCC
2019-07-19 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-18 Alan Somersfusefs: add a intr/nointr mount option
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Alan Somersfusefs: multiple interruptility improvements
2019-07-13 Alan Somersprojects/fuse2: build fixes
2019-07-09 Jung-uk KimMFV: r349861
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Alan Somersfusefs: don't leak memory of unsent operations on unmount
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-27 Alan SomersMFHead @349476
2019-06-27 Alan Somersfusefs: recycle vnodes after their last unlink
2019-06-27 Alan Somersfusefs: fix a memory leak in the forget test
2019-06-26 Alan Somersfusefs: tighten expectations in mmap tests
2019-06-26 Alan Somersfusefs: annotate deliberate file descriptor leaks in...
2019-06-26 Alan Somersfusefs: run the io tests with direct io, too
2019-06-26 Alan Somersfusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE...
2019-06-26 Alan Somersfusefs: implement the "time_gran" feature.
2019-06-26 Alan Somersfusefs: delete obsolete comments in the tests
2019-06-26 Alan Somersfusefs: set ctime during FUSE_SETATTR following a write
2019-06-25 Alan Somersfusefs: automatically update mtime and ctime on write
2019-06-25 Alan Somersfusefs: fix the tests for non-default values of MAXPHYS
2019-06-25 Alan Somersfusefs: fix the tests for nondefault values of vfs...
2019-06-25 Alan Somersfusefs: writes should update the file size, even when...
2019-06-25 Alan Somersfusefs: rewrite vop_getpages and vop_putpages
2019-06-25 Alan Somersfusefs: fix multiple issues with the io tests
2019-06-24 Alan Somersfusefs: improve the short read fix from r349279
2019-06-21 Alan Somersfusefs: correctly handle short reads
2019-06-21 Alan Somersfusefs: raise protocol level to 7.23
2019-06-21 Alan Somersfusefs: update tests after r349260
2019-06-20 Alan Somersfusefs: raise protocol level to 7.15
2019-06-20 Alan Somersfusefs: implement VOP_BMAP
2019-06-20 Alan SomersMFHead @349234
2019-06-17 Alan Somersfusefs: multiple fixes related to the write cache
2019-06-17 Alan Somersfusefs: run the Io tests with various combinations...
2019-06-17 Alan Somersfusefs: use cluster_read for more readahead
2019-06-17 Alan Somersfusefs: skip the Write.mmap test when mmap is not available
2019-06-17 Alan Somersfusefs: implement non-clustered readahead
2019-06-17 Alan Somersfusefs: rename the ReadCacheable.default_readahead...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-14 Alan Somersfusefs: fix the "write-through" of write-through cacheing
2019-06-14 Alan Somersfusefs: enable write clustering
2019-06-13 Alan Somersfusefs: fix a bug with WriteBack cacheing
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-11 Alan Somersfusefs: fix a page fault with writeback cacheing
2019-06-11 Alan Somersfusefs: WIP fixing writeback cacheing
2019-06-11 Alan Somersfusefs: fix an infinite loop in the tests
2019-06-10 Alan Somersfusefs: fix a comment. No functional change.
2019-06-06 Alan Somersfusefs: add some explicit tests for FUSE_FORGET
2019-06-06 Alan SomersMFHead @348740
2019-06-04 Alan Somersfusefs: remove debugging code that accidentally snuck...
2019-06-03 Alan Somersfusefs: respect RLIMIT_FSIZE
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alan Somersfusefs: don't require FUSE_EXPORT_SUPPORT for async...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
next