Linus Torvalds
9b5cf826ef
Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
...
Pull fuse updates from Miklos Szeredi:
"As well as the usual bug fixes, this adds the following new features:
- cached readdir and readlink
- max I/O size increased from 128k to 1M
- improved performance and scalability of request queues
- copy_file_range support
The only non-fuse bits are trivial cleanups of macros in
<linux/bitops.h>"
* tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: (31 commits)
fuse: enable caching of symlinks
fuse: only invalidate atime in direct read
fuse: don't need GETATTR after every READ
fuse: allow fine grained attr cache invaldation
bitops: protect variables in bit_clear_unless() macro
bitops: protect variables in set_mask_bits() macro
fuse: realloc page array
fuse: add max_pages to init_out
fuse: allocate page array more efficiently
fuse: reduce size of struct fuse_inode
fuse: use iversion for readdir cache verification
fuse: use mtime for readdir cache verification
fuse: add readdir cache version
fuse: allow using readdir cache
fuse: allow caching readdir
fuse: extract fuse_emit() helper
fuse: add FOPEN_CACHE_DIR
fuse: split out readdir.c
fuse: Use hash table to link processing request
fuse: kill req->intr_unique
...
2018-10-31 14:50:02 -07:00
..
2018-03-31 01:33:09 +08:00
2018-10-22 10:28:23 +02:00
2018-10-18 15:41:21 -07:00
2018-10-10 13:47:06 +02:00
2018-10-16 11:13:50 +02:00
2018-10-26 10:50:10 -07:00
2018-10-23 08:45:05 +01:00
2018-10-25 17:57:35 -07:00
2018-10-25 06:28:08 -07:00
2018-10-26 07:38:19 -07:00
2018-10-23 01:09:22 +01:00
2018-10-16 10:01:48 +02:00
2018-10-26 08:14:13 -07:00
2018-10-29 15:37:33 -07:00
2018-10-26 07:38:19 -07:00
2018-10-30 09:08:07 -07:00
2018-10-21 17:00:17 +01:00
2018-10-30 13:03:29 -07:00
2018-10-26 08:14:13 -07:00
2017-11-02 11:10:55 +01:00
2018-10-25 06:50:48 -07:00
2018-10-16 10:03:00 +02:00
2018-06-02 19:29:27 -05:00
2012-10-13 10:46:48 +01:00
2018-08-22 08:08:27 -07:00
2017-11-02 11:10:55 +01:00
2015-08-05 13:38:07 +01:00
2018-06-15 18:10:01 -03:00
2017-11-02 11:10:55 +01:00
2018-06-19 10:43:55 -04:00
2017-11-02 11:10:55 +01:00
2018-10-20 15:39:55 -06:00
2018-10-31 08:54:12 -07:00
2018-10-15 15:43:06 +02:00
2017-11-02 11:10:55 +01:00
2018-10-25 11:17:40 -06:00
2018-10-20 15:39:54 -06:00
2018-10-15 20:05:18 -06:00
2018-10-25 11:17:40 -06:00
2017-11-02 11:10:55 +01:00
2018-06-26 11:28:38 +02:00
2018-10-19 13:24:31 -07:00
2018-10-19 13:24:31 -07:00
2018-05-29 13:00:25 -06:00
2018-10-02 22:20:50 -04:00
2018-09-06 15:12:24 -06:00
2017-11-02 11:10:55 +01:00
2018-10-26 16:26:32 -07:00
2018-10-26 16:26:32 -07:00
2017-11-02 11:10:55 +01:00
2018-10-18 15:43:38 -07:00
2014-11-20 10:43:16 -04:00
2018-10-25 11:14:36 -07:00
2018-08-17 16:20:32 -07:00
2017-11-02 11:10:55 +01:00
2018-10-31 08:54:13 -07:00
2018-10-25 16:43:35 -07:00
2018-10-23 11:14:47 +01:00
2018-10-28 13:26:45 -07:00
2018-01-08 17:30:45 +01:00
2017-11-02 11:10:55 +01:00
2015-10-15 00:21:07 +02:00
2017-12-07 22:52:01 +01:00
2011-09-23 12:05:29 +05:30
2013-09-13 15:09:52 +02:00
2017-11-02 11:10:55 +01:00
2005-09-12 08:48:08 -07:00
2014-06-25 16:04:00 -07:00
2018-07-27 19:04:33 +08:00
2018-08-22 10:52:48 -07:00
2018-09-28 12:46:25 +08:00
2017-11-13 21:05:31 -08:00
2018-08-21 18:19:09 -07:00
2017-11-02 11:10:55 +01:00
2018-10-19 07:53:18 +02:00
2017-11-28 15:24:02 +01:00
2017-11-02 11:10:55 +01:00
2018-10-26 16:26:32 -07:00
2018-10-26 12:57:38 -07:00
2018-10-26 08:42:25 -07:00
2017-08-24 13:23:03 -07:00
2017-11-02 11:10:55 +01:00
2018-08-17 16:20:32 -07:00
2018-10-08 09:44:17 +02:00
2018-10-19 08:43:46 +02:00
2018-07-31 18:04:55 -05:00
2018-10-09 15:08:26 +02:00
2018-07-30 10:50:22 +05:30
2018-07-06 14:43:47 +02:00
2018-04-05 14:21:13 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-09-27 07:52:05 +02:00
2012-09-01 06:14:02 +05:30
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-08-27 14:48:48 +02:00
2017-11-02 11:10:55 +01:00
2015-12-11 11:05:57 -08:00
2017-11-02 11:10:55 +01:00
2018-03-08 10:34:44 +09:00
2018-10-22 17:54:47 -07:00
2017-11-02 11:10:55 +01:00
2018-09-11 14:11:54 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-10-20 14:51:10 -04:00
2018-10-25 17:11:42 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-14 16:44:41 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-28 16:24:22 +02:00
2014-10-09 11:35:48 +03:00
2017-11-02 11:10:55 +01:00
2008-08-23 12:14:12 -07:00
2018-10-29 09:19:53 -07:00
2018-06-11 10:16:13 -07:00
2018-06-11 10:16:13 -07:00
2018-07-27 09:57:23 +10:00
2012-10-13 10:46:48 +01:00
2018-10-04 13:28:02 +02:00
2018-07-18 15:44:44 +02:00
2018-07-31 11:32:27 -04:00
2017-11-02 11:10:55 +01:00
2017-12-05 11:57:54 -08:00
2017-11-02 11:10:55 +01:00
2018-08-02 10:24:51 +02:00
2017-05-16 19:44:01 +01:00
2018-10-23 13:35:22 +02:00
2017-03-21 15:24:01 +01:00
2018-10-31 08:54:12 -07:00
2018-10-26 16:38:15 -07:00
2017-11-02 11:10:55 +01:00
2018-10-10 20:37:13 -07:00
2012-10-13 10:46:48 +01:00
2018-10-21 10:46:33 -04:00
2015-11-20 11:31:26 -05:00
2018-08-15 10:25:26 -07:00
2013-02-11 14:16:26 -05:00
2018-07-29 12:37:06 -07:00
2018-07-18 07:27:22 -04:00
2017-09-08 18:26:49 -07:00
2016-08-24 09:43:49 +02:00
2018-10-26 16:25:18 -07:00
2018-09-18 16:15:33 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2014-03-13 12:11:00 +10:30
2016-05-16 11:14:29 -04:00
2018-08-17 16:20:30 -07:00
2017-11-02 11:10:55 +01:00
2018-08-26 11:25:21 -07:00
2016-12-14 16:04:08 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-15 16:38:45 +00:00
2014-10-22 16:14:04 -06:00
2017-09-08 18:26:51 -07:00
2017-05-08 17:15:14 -07:00
2017-11-02 11:10:55 +01:00
2018-10-11 21:55:58 +02:00
2018-08-24 13:20:33 -07:00
2017-12-01 13:09:40 -08:00
2018-10-26 16:25:18 -07:00
2017-11-02 11:10:55 +01:00
2018-04-17 13:42:48 +02:00
2017-10-25 11:01:08 +02:00
2018-10-09 09:56:33 +02:00
2018-10-24 11:49:35 +01:00
2017-11-02 11:10:55 +01:00
2018-10-26 16:25:19 -07:00
2017-11-02 11:10:55 +01:00
2017-08-28 20:51:22 +02:00
2017-01-04 13:22:38 -07:00
2018-10-31 08:54:16 -07:00
2018-10-26 16:26:35 -07:00
2018-10-31 08:54:17 -07:00
2018-10-17 12:18:16 -05:00
2018-10-19 17:02:23 -07:00
2017-11-02 11:10:55 +01:00
2018-04-11 10:28:32 -07:00
2018-10-31 08:54:15 -07:00
2018-03-18 07:38:47 -07:00
2018-10-26 16:25:19 -07:00
2018-10-31 08:54:14 -07:00
2018-10-24 11:49:35 +01:00
2017-11-15 13:46:33 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-10-16 00:13:39 -07:00
2017-11-02 11:10:55 +01:00
2018-03-24 11:25:35 -05:00
2011-05-09 11:40:38 +10:00
2018-10-17 13:56:58 -07:00
2018-08-22 10:52:48 -07:00
2018-10-15 21:46:06 -07:00
2018-09-28 14:47:40 +02:00
2018-10-16 00:13:12 -07:00
2018-10-19 17:01:43 -07:00
2018-07-10 17:56:22 +02:00
2018-08-17 16:20:29 -07:00
2018-01-28 22:17:24 -05:00
2018-09-08 11:19:28 +02:00
2018-01-08 08:22:45 -06:00
2018-03-30 10:40:18 -04:00
2018-10-29 10:42:20 -07:00
2017-11-04 09:26:51 +09:00
2018-08-23 18:48:44 -07:00
2017-10-07 12:10:32 +08:00
2018-10-26 16:26:34 -07:00
2018-10-21 10:46:35 -04:00
2018-10-21 10:46:39 -04:00
2017-02-03 16:35:42 -05:00
2017-11-02 11:10:55 +01:00
2018-09-18 17:52:15 -05:00
2018-10-25 06:50:48 -07:00
2018-10-17 12:18:17 -05:00
2018-10-25 06:50:48 -07:00
2018-10-31 08:54:14 -07:00
2018-09-26 15:11:29 -06:00
2018-07-25 11:47:02 +02:00
2018-10-26 16:26:35 -07:00
2017-11-17 16:10:04 -08:00
2017-11-02 11:10:55 +01:00
2018-05-09 11:51:46 +10:00
2016-06-28 00:42:10 +02:00
2018-10-18 12:25:10 +02:00
2018-09-19 14:56:41 -07:00
2018-06-12 10:24:13 +02:00
2017-12-16 02:05:48 +01:00
2012-10-13 10:46:48 +01:00
2017-09-08 18:26:51 -07:00
2017-09-08 18:26:51 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-08-22 10:52:46 -07:00
2017-12-31 16:12:23 +01:00
2017-11-02 11:10:55 +01:00
2018-10-26 16:26:32 -07:00
2018-10-26 16:26:32 -07:00
2018-10-22 07:11:58 -07:00
2018-07-20 01:11:45 +02:00
2018-02-14 14:33:36 -05:00
2018-02-19 18:46:11 -05:00
2018-10-24 11:22:39 +01:00
2018-10-13 20:31:37 +03:00
2017-11-02 11:10:55 +01:00
2018-10-21 10:46:48 -04:00
2017-11-02 11:10:55 +01:00
2018-10-31 08:54:13 -07:00
2016-08-18 15:36:59 +02:00
2018-08-30 16:03:37 -07:00
2017-11-17 16:10:04 -08:00
2018-10-21 12:07:26 +01:00
2018-10-19 12:53:55 -07:00
2018-03-27 10:39:47 +02:00
2018-10-04 11:36:07 +02:00
2015-02-05 15:09:25 +01:00
2017-11-02 11:10:55 +01:00
2018-06-05 10:33:35 -07:00
2017-05-03 15:52:09 -07:00
2017-11-02 11:10:55 +01:00
2018-06-03 17:37:11 -07:00
2018-09-25 20:17:35 -07:00
2018-07-10 22:42:47 -04:00
2018-07-20 00:02:43 +02:00
2018-10-26 16:26:33 -07:00
2018-02-11 14:34:03 -08:00
2017-11-02 11:10:55 +01:00
2017-02-23 11:55:41 -07:00
2018-10-02 14:38:02 -07:00
2012-10-13 10:46:48 +01:00
2017-03-25 10:37:26 -07:00
2018-08-20 09:22:45 -07:00
2017-11-02 11:10:55 +01:00
2018-04-13 17:10:28 -07:00
2018-08-22 10:52:43 -07:00
2018-10-31 08:54:14 -07:00
2017-01-09 13:58:57 -05:00
2018-05-17 12:46:54 -04:00
2018-10-17 22:31:30 -07:00
2018-10-20 21:37:11 +02:00
2018-10-26 16:26:31 -07:00
2018-10-09 16:51:11 +02:00
2018-08-29 15:42:24 +02:00
2017-01-12 09:33:39 +01:00
2017-01-12 09:33:39 +01:00
2017-11-02 11:10:55 +01:00
2018-06-14 12:21:18 +09:00
2017-11-02 11:10:55 +01:00
2012-02-24 10:05:59 +01:00
2012-04-20 23:27:08 +02:00
2017-11-02 11:10:55 +01:00
2018-04-28 15:01:14 -07:00
2009-04-10 15:48:52 +02:00
2017-11-02 11:10:55 +01:00
2018-10-28 11:35:40 -07:00
2018-06-20 19:10:01 +02:00
2018-10-19 08:48:28 +02:00
2014-03-26 16:49:31 -04:00
2012-10-13 10:46:48 +01:00
2018-08-29 15:42:25 +02:00
2017-11-02 11:10:55 +01:00
2013-12-07 01:03:14 +01:00
2018-10-15 22:56:41 -07:00
2018-08-24 11:57:37 +02:00
2017-11-02 11:10:55 +01:00
2018-05-25 12:27:53 +01:00
2018-04-09 11:54:56 +02:00
2018-06-24 14:39:46 +02:00
2018-04-26 14:53:32 +02:00
2018-08-27 14:45:58 +02:00
2018-10-25 11:14:36 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2015-02-03 12:48:43 -05:00
2018-09-19 15:45:42 +02:00
2018-10-17 15:35:29 -04:00
2018-10-17 15:35:29 -04:00
2018-09-14 11:19:30 -04:00
2018-10-13 00:50:53 -04:00
2018-09-14 11:12:17 -04:00
2018-01-15 12:07:48 -08:00
2018-06-26 11:33:04 +09:00
2017-11-02 11:10:55 +01:00
2018-10-22 19:37:36 -07:00
2018-04-11 10:28:35 -07:00
2018-02-06 18:32:44 -08:00
2018-04-23 13:41:55 +02:00
2018-08-16 09:57:20 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2012-10-13 10:46:48 +01:00
2018-10-04 22:23:15 -07:00
2018-06-07 20:54:23 +03:00
2017-12-08 16:37:50 +01:00
2015-02-04 01:34:14 -05:00
2017-11-02 11:10:55 +01:00
2018-07-11 18:09:08 +02:00
2018-10-16 00:11:13 -04:00
2017-11-02 11:10:55 +01:00
2017-11-03 16:34:00 -07:00
2018-05-18 08:47:13 -07:00
2018-09-21 20:29:11 -06:00
2018-10-21 10:46:46 -04:00
2018-01-31 17:18:39 -08:00
2018-04-05 21:36:26 -07:00
2015-11-06 17:50:42 -08:00