Miklos Szeredi
72227eac17
fuse: convert to fileattr
...
Since fuse just passes ioctl args through to/from server, converting to the
fileattr API is more involved, than most other filesystems.
Both .fileattr_set() and .fileattr_get() need to obtain an open file to
operate on. The simplest way is with the following sequence:
FUSE_OPEN
FUSE_IOCTL
FUSE_RELEASE
If this turns out to be a performance problem, it could be optimized for
the case when there's already a file (any file) open for the inode.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2021-04-12 15:04:30 +02:00
..
2021-02-27 08:07:12 -08:00
2021-01-24 14:27:20 +01:00
2021-02-23 13:39:45 -08:00
2021-03-23 20:54:37 +00:00
2021-01-24 14:27:20 +01:00
2020-09-18 16:45:50 -04:00
2021-01-24 14:27:20 +01:00
2021-04-12 15:04:29 +02:00
2021-03-24 10:22:00 -07:00
2021-02-23 13:39:45 -08:00
2021-03-26 18:41:55 -05:00
2021-01-24 14:27:20 +01:00
2021-03-11 12:13:48 +01:00
2021-01-05 23:02:47 -05:00
2021-03-11 07:47:48 -07:00
2021-02-24 10:13:55 -08:00
2020-11-10 12:14:20 -06:00
2021-04-12 15:04:29 +02:00
2021-04-12 15:04:29 +02:00
2020-09-18 16:45:50 -04:00
2021-03-13 12:26:22 -08:00
2021-02-23 13:39:45 -08:00
2020-12-09 09:39:38 -05:00
2021-04-12 15:04:29 +02:00
2021-04-12 15:04:29 +02:00
2021-04-12 15:04:29 +02:00
2021-02-23 13:39:45 -08:00
2021-04-12 15:04:30 +02:00
2021-04-12 15:04:29 +02:00
2021-01-24 14:27:20 +01:00
2021-04-12 15:04:29 +02:00
2021-02-23 13:39:45 -08:00
2021-01-24 14:27:20 +01:00
2021-02-24 13:38:35 -08:00
2021-03-18 10:37:30 -07:00
2021-02-03 19:05:52 +01:00
2021-01-27 09:51:48 -07:00
2021-02-23 13:39:45 -08:00
2021-04-12 15:04:29 +02:00
2021-02-23 13:39:45 -08:00
2021-01-25 09:36:23 -05:00
2021-01-24 14:27:20 +01:00
2021-03-11 13:17:42 -05:00
2021-01-28 10:55:37 -05:00
2021-03-11 10:58:49 -05:00
2021-04-12 15:04:30 +02:00
2021-02-23 13:39:45 -08:00
2021-02-24 13:38:26 -08:00
2021-04-12 15:04:30 +02:00
2021-01-24 14:27:20 +01:00
2021-04-12 15:04:29 +02:00
2021-04-12 15:04:29 +02:00
2021-03-13 11:27:30 -08:00
2021-03-05 17:21:25 -08:00
2020-09-18 16:45:50 -04:00
2020-09-18 16:45:50 -04:00
2021-01-05 14:42:18 +01:00
2021-02-24 13:38:26 -08:00
2021-04-12 15:04:30 +02:00
2020-10-24 12:26:05 -07:00
2021-03-25 09:22:55 -07:00
2021-01-12 14:26:31 +01:00
2021-01-24 14:27:20 +01:00
2021-01-24 14:27:20 +01:00
2021-04-12 15:04:30 +02:00
2021-02-23 13:39:45 -08:00
2021-01-24 14:27:20 +01:00
2020-09-10 14:03:31 -07:00
2021-01-24 14:27:20 +01:00
2021-02-23 13:39:45 -08:00
2021-04-12 15:04:29 +02:00
2021-03-17 08:56:50 +09:00
2020-12-15 12:53:37 -08:00
2021-01-15 12:17:25 -05:00
2021-01-24 14:27:20 +01:00
2021-01-24 14:27:20 +01:00
2021-02-21 13:20:41 -08:00
2021-02-21 13:20:41 -08:00
2020-08-24 08:49:13 +10:00
2021-03-13 11:27:30 -08:00
2021-04-02 08:34:30 -06:00
2021-02-24 13:38:30 -08:00
2021-01-06 08:42:51 -05:00
2021-02-26 09:41:05 -08:00
2020-10-14 14:54:45 -07:00
2021-02-09 07:05:44 -05:00
2021-02-24 13:38:26 -08:00
2021-02-28 11:23:38 -08:00
2020-11-15 09:49:10 -05:00
2021-02-16 09:59:41 +01:00
2021-02-24 13:38:26 -08:00
2021-02-23 13:39:45 -08:00
2021-02-24 13:38:26 -08:00
2020-10-25 20:02:08 -04:00
2021-02-01 10:02:42 -07:00
2020-08-23 17:36:59 -05:00
2020-10-13 18:38:27 -07:00
2020-07-29 16:14:27 +02:00
2021-01-13 17:26:50 +01:00
2020-08-23 17:36:59 -05:00
2021-01-24 14:27:19 +01:00
2021-04-12 15:04:30 +02:00
2021-02-23 13:39:45 -08:00
2021-04-02 19:45:34 -06:00
2021-04-01 09:21:18 -06:00
2021-03-18 09:44:35 -06:00
2021-04-12 15:04:23 +02:00
2021-03-08 10:46:30 +01:00
2021-02-21 09:29:23 -08:00
2020-10-05 13:37:04 +02:00
2021-02-23 13:39:45 -08:00
2021-03-09 10:37:34 -05:00
2021-01-29 10:06:46 +05:30
2021-01-24 14:29:34 +01:00
2021-03-11 07:47:48 -07:00
2021-02-23 13:39:45 -08:00
2021-02-27 08:07:12 -08:00
2021-02-23 13:39:45 -08:00
2021-02-24 13:38:26 -08:00
2021-03-08 15:18:43 +01:00
2021-01-24 14:27:20 +01:00
2021-01-24 14:43:45 +01:00
2021-01-25 23:29:36 -05:00
2020-07-31 08:16:00 +02:00
2021-01-24 14:27:19 +01:00
2021-03-16 22:13:10 +01:00
2021-01-21 14:06:00 -07:00
2020-08-23 17:36:59 -05:00
2021-02-21 11:02:48 -08:00
2021-01-24 14:27:20 +01:00
2021-02-13 17:17:53 +01:00
2021-02-22 10:57:46 -08:00
2021-01-14 17:40:57 -05:00
2021-01-24 14:27:18 +01:00
2021-01-24 14:27:17 +01:00