summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2019-08-19 00:46:31 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2019-08-19 00:46:31 +0000
commit311208bdda3438b10beee32e8eb5cc5f39d99480 (patch)
tree9e36f2e9144062e8181f598aba408b1c4f62defc /RELNOTES
parent2e1b32c0e3fc9501eb87546c7fdf9caf1d2c19b4 (diff)
downloadsrc-test-311208bdda3438b10beee32e8eb5cc5f39d99480.tar.gz
src-test-311208bdda3438b10beee32e8eb5cc5f39d99480.zip
Add an entry to RELNOTES for r351201.
Notes
Notes: svn path=/head/; revision=351202
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 587b62833dc77..d9bca7b337fe0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,15 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+r351201:
+ Add a vop_stdioctl() call, so that file systems that do not support
+ holes will have a trivial implementation of lseek(SEEK_DATA/SEEK_HOLE).
+ The algorithm appears to be compatible with the POSIX draft and
+ the implementation in Linux for the case of a file system that
+ does not support holes. Prior to this patch, lseek(2) would reply
+ -1 with errno set to ENOTTY for SEEK_DATA/SEEK_HOLE on files in
+ file systems that do not support holes.
+
r350665:
The fuse driver has been renamed to fusefs(5) and been substantially
rewritten. The new driver includes many bug fixes and performance