Skip to content

Commit 9de55a3

Browse files
asomersMiklos Szeredi
authored andcommitted
fuse: Add changelog entries for protocols 7.1 - 7.8
Retroactively add changelog entry for FUSE protocols 7.1 through 7.8. Signed-off-by: Alan Somers <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>
1 parent e464830 commit 9de55a3

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

include/uapi/linux/fuse.h

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,43 @@
3838
*
3939
* Protocol changelog:
4040
*
41+
* 7.1:
42+
* - add the following messages:
43+
* FUSE_SETATTR, FUSE_SYMLINK, FUSE_MKNOD, FUSE_MKDIR, FUSE_UNLINK,
44+
* FUSE_RMDIR, FUSE_RENAME, FUSE_LINK, FUSE_OPEN, FUSE_READ, FUSE_WRITE,
45+
* FUSE_RELEASE, FUSE_FSYNC, FUSE_FLUSH, FUSE_SETXATTR, FUSE_GETXATTR,
46+
* FUSE_LISTXATTR, FUSE_REMOVEXATTR, FUSE_OPENDIR, FUSE_READDIR,
47+
* FUSE_RELEASEDIR
48+
* - add padding to messages to accommodate 32-bit servers on 64-bit kernels
49+
*
50+
* 7.2:
51+
* - add FOPEN_DIRECT_IO and FOPEN_KEEP_CACHE flags
52+
* - add FUSE_FSYNCDIR message
53+
*
54+
* 7.3:
55+
* - add FUSE_ACCESS message
56+
* - add FUSE_CREATE message
57+
* - add filehandle to fuse_setattr_in
58+
*
59+
* 7.4:
60+
* - add frsize to fuse_kstatfs
61+
* - clean up request size limit checking
62+
*
63+
* 7.5:
64+
* - add flags and max_write to fuse_init_out
65+
*
66+
* 7.6:
67+
* - add max_readahead to fuse_init_in and fuse_init_out
68+
*
69+
* 7.7:
70+
* - add FUSE_INTERRUPT message
71+
* - add POSIX file lock support
72+
*
73+
* 7.8:
74+
* - add lock_owner and flags fields to fuse_release_in
75+
* - add FUSE_BMAP message
76+
* - add FUSE_DESTROY message
77+
*
4178
* 7.9:
4279
* - new fuse_getattr_in input argument of GETATTR
4380
* - add lk_flags in fuse_lk_in

0 commit comments

Comments
 (0)