Konstantin Khlebnikov
4cfee666f0
fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long
...
[ Upstream commit 6fcbcec9cfc7b3c6a2c1f1a23ebacedff7073e0a ]
Quota statistics counted as 64-bit per-cpu counter. Reading sums per-cpu
fractions as signed 64-bit int, filters negative values and then reports
lower half as signed 32-bit int.
Result may looks like:
fs.quota.allocated_dquots = 22327
fs.quota.cache_hits = -489852115
fs.quota.drops = -487288718
fs.quota.free_dquots = 22083
fs.quota.lookups = -486883485
fs.quota.reads = 22327
fs.quota.syncs = 335064
fs.quota.writes = 3088689
Values bigger than 2^31-1 reported as negative.
All counters except "allocated_dquots" and "free_dquots" are monotonic,
thus they should be reported as is without filtering negative values.
Kernel doesn't have generic helper for 64-bit sysctl yet,
let's use at least unsigned long.
Link: https://lore.kernel.org/r/157337934693.2078.9842146413181153727.stgit@buzz
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru >
Signed-off-by: Jan Kara <jack@suse.cz >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2020-01-04 13:40:50 +01:00
..
2016-10-12 11:01:37 -07:00
2016-10-05 10:11:24 -07:00
2018-12-01 09:44:19 +01:00
2019-09-10 10:31:03 +01:00
2018-08-24 13:12:40 +02:00
2019-12-05 15:34:25 +01:00
2019-05-31 06:48:27 -07:00
2016-10-17 16:26:29 +01:00
2017-03-15 10:02:46 +08:00
2019-11-28 18:28:38 +01:00
2018-04-13 19:48:19 +02:00
2019-04-17 08:36:45 +02:00
2018-08-03 07:55:22 +02:00
2019-12-21 10:41:19 +01:00
2018-11-27 16:09:39 +01:00
2018-10-13 09:18:58 +02:00
2016-11-05 13:45:02 +05:30
2019-11-25 09:53:24 +01:00
2017-01-19 20:18:07 +01:00
2016-10-22 17:08:07 -04:00
2016-10-07 09:45:43 -07:00
2019-12-21 10:41:00 +01:00
2019-05-14 19:19:36 +02:00
2019-11-25 09:53:19 +01:00
2019-11-16 10:29:37 +01:00
2019-12-21 10:41:08 +01:00
2018-10-03 17:01:54 -07:00
2019-12-21 10:41:44 +01:00
2017-10-08 10:26:06 +02:00
2016-10-11 15:06:31 -07:00
2016-10-11 15:06:31 -07:00
2019-05-21 18:49:01 +02:00
2018-04-24 09:34:18 +02:00
2019-05-31 06:48:11 -07:00
2019-11-28 18:28:45 +01:00
2019-06-11 12:22:36 +02:00
2019-04-17 08:36:46 +02:00
2019-05-14 19:19:34 +02:00
2016-10-14 12:18:50 -07:00
2016-10-09 17:32:20 -07:00
2019-11-25 09:53:14 +01:00
2016-10-07 18:46:28 -07:00
2018-12-08 13:05:10 +01:00
2018-01-31 12:55:57 +01:00
2017-12-09 22:01:54 +01:00
2019-10-05 12:30:26 +02:00
2018-01-31 12:55:51 +01:00
2017-01-06 10:40:13 +01:00
2017-09-27 14:39:20 +02:00
2020-01-04 13:39:17 +01:00
2018-03-31 18:11:33 +02:00
2019-06-22 08:17:19 +02:00
2016-10-17 15:27:27 -07:00
2019-02-27 10:07:01 +01:00
2019-08-06 18:29:38 +02:00
2019-08-06 18:29:38 +02:00
2016-10-07 18:46:29 -07:00
2018-12-21 14:11:29 +01:00
2019-01-31 08:12:35 +01:00
2019-07-10 09:55:44 +02:00
2019-01-31 08:12:35 +01:00
2019-08-06 18:29:42 +02:00
2016-11-11 08:12:37 -08:00
2017-07-05 14:40:26 +02:00
2019-11-16 10:29:54 +01:00
2019-11-25 09:52:44 +01:00
2019-03-13 14:04:51 -07:00
2019-08-04 09:33:22 +02:00
2018-05-30 07:50:26 +02:00
2017-10-12 11:51:25 +02:00
2019-08-04 09:33:43 +02:00
2018-09-26 08:36:37 +02:00
2016-10-11 15:06:30 -07:00
2018-02-28 10:18:33 +01:00
2018-05-30 07:50:16 +02:00
2017-03-22 12:43:33 +01:00
2017-03-15 10:02:44 +08:00
2017-03-12 06:41:44 +01:00
2019-03-23 13:19:52 +01:00
2017-07-15 12:16:11 +02:00
2018-08-03 07:55:22 +02:00
2019-12-21 10:41:09 +01:00
2019-11-25 09:52:59 +01:00
2019-06-11 12:22:45 +02:00
2018-11-10 07:42:48 -08:00
2016-10-14 14:26:58 -07:00
2016-10-06 09:07:44 -04:00
2017-05-14 14:00:22 +02:00
2019-11-25 09:53:14 +01:00
2017-07-12 15:01:02 +02:00
2018-02-13 12:36:00 +01:00
2017-12-09 22:01:56 +01:00
2019-08-25 10:51:50 +02:00
2018-01-17 09:38:58 +01:00
2016-11-11 08:12:37 -08:00
2019-06-11 12:22:49 +02:00
2017-06-17 06:41:52 +02:00
2018-01-10 09:29:52 +01:00
2017-03-31 10:31:46 +02:00
2018-03-28 18:39:23 +02:00
2016-10-07 18:46:26 -07:00
2017-08-06 18:59:43 -07:00
2016-10-06 11:48:41 -07:00
2019-12-05 15:35:02 +01:00
2017-05-14 14:00:22 +02:00
2019-02-12 19:44:56 +01:00
2019-11-10 11:23:23 +01:00
2019-09-10 10:31:00 +01:00
2019-02-15 08:07:39 +01:00
2017-05-25 15:44:41 +02:00
2019-05-31 06:48:29 -07:00
2018-10-20 09:51:31 +02:00
2019-05-31 06:48:12 -07:00
2017-10-27 10:38:08 +02:00
2018-11-21 09:26:01 +01:00
2019-10-17 13:42:22 -07:00
2019-08-11 12:22:17 +02:00
2016-10-07 23:50:39 -04:00
2018-04-29 11:32:01 +02:00
2018-04-08 12:12:52 +02:00
2018-12-01 09:44:26 +01:00
2019-11-25 09:51:58 +01:00
2016-10-26 15:45:38 +10:00
2016-10-20 15:51:28 +11:00
2018-01-02 20:35:11 +01:00
2017-02-09 08:08:31 +01:00
2019-04-05 22:29:12 +02:00
2019-12-21 10:41:37 +01:00
2018-10-10 08:53:18 +02:00
2017-01-19 20:17:59 +01:00
2018-02-22 15:43:55 +01:00
2019-05-08 07:19:07 +02:00
2018-11-23 08:20:35 +01:00
2016-10-27 18:43:43 -07:00
2018-05-30 07:50:26 +02:00
2016-10-09 12:23:38 -07:00
2019-05-10 17:52:09 +02:00
2016-10-11 15:06:33 -07:00
2017-10-27 10:38:11 +02:00
2016-10-11 15:06:33 -07:00
2019-02-06 17:33:29 +01:00
2019-04-27 09:34:44 +02:00
2016-10-11 15:06:33 -07:00
2016-10-05 10:11:24 -07:00
2019-11-28 18:29:02 +01:00
2018-07-17 11:37:52 +02:00
2019-11-25 09:52:31 +01:00
2017-03-15 10:02:47 +08:00
2019-06-11 12:22:42 +02:00
2019-05-16 19:43:40 +02:00
2019-05-21 18:48:55 +02:00
2018-04-08 12:12:50 +02:00
2017-06-17 06:41:51 +02:00
2017-10-27 10:38:08 +02:00
2017-08-24 17:12:19 -07:00
2017-04-08 09:30:35 +02:00
2019-11-28 18:28:51 +01:00
2017-06-17 06:41:54 +02:00
2017-01-19 20:17:59 +01:00
2019-11-12 19:15:42 +01:00
2019-11-12 19:15:42 +01:00
2017-12-20 10:07:29 +01:00
2017-12-14 09:28:16 +01:00
2018-01-31 12:55:53 +01:00
2020-01-04 13:40:16 +01:00
2019-08-06 18:29:42 +02:00
2017-03-15 10:02:44 +08:00
2019-01-09 16:16:43 +01:00
2016-10-07 09:20:53 -07:00
2019-02-23 09:05:58 +01:00
2019-12-21 10:42:25 +01:00
2017-02-01 08:33:08 +01:00
2017-08-11 08:49:28 -07:00
2017-06-17 06:41:57 +02:00
2018-05-22 16:58:02 +02:00
2016-10-19 11:36:22 -06:00
2016-11-29 23:17:02 -05:00
2019-05-25 18:26:47 +02:00
2017-12-14 09:28:16 +01:00
2016-10-07 18:46:28 -07:00
2019-01-31 08:12:35 +01:00
2016-10-07 18:46:27 -07:00
2016-10-07 18:46:27 -07:00
2019-11-12 19:15:42 +01:00
2018-03-22 09:17:44 +01:00
2018-09-15 09:42:56 +02:00
2018-02-25 11:05:51 +01:00
2019-05-25 18:26:53 +02:00
2018-01-05 15:46:35 +01:00
2017-02-09 08:08:28 +01:00
2019-02-20 10:18:31 +01:00
2018-12-01 09:44:25 +01:00
2018-01-17 09:38:53 +01:00
2017-08-24 17:12:21 -07:00
2019-06-11 12:22:45 +02:00
2016-10-14 11:36:59 -07:00
2017-01-06 10:40:15 +01:00
2016-10-08 11:06:08 -04:00
2018-03-24 11:00:09 +01:00
2018-11-10 07:43:01 -08:00
2018-10-03 17:01:43 -07:00
2017-11-15 15:53:17 +01:00
2016-10-09 12:23:38 -07:00
2019-03-23 13:19:50 +01:00
2018-04-20 08:21:05 +02:00
2017-08-06 18:59:43 -07:00
2019-01-09 16:16:42 +01:00
2019-05-14 19:19:34 +02:00
2019-06-22 08:17:17 +02:00
2020-01-04 13:40:50 +01:00
2019-12-21 10:42:08 +01:00
2016-10-11 15:06:30 -07:00
2017-04-12 12:41:15 +02:00
2019-05-16 19:43:40 +02:00
2019-08-04 09:33:19 +02:00
2016-10-29 12:14:39 -06:00
2019-04-05 22:29:06 +02:00
2019-12-05 15:34:07 +01:00
2018-12-08 13:05:09 +01:00
2018-10-18 09:13:25 +02:00
2019-04-05 22:29:05 +02:00
2019-08-04 09:33:45 +02:00
2018-05-22 16:58:01 +02:00
2016-10-11 15:06:33 -07:00
2016-10-07 18:46:30 -07:00
2019-12-21 10:40:50 +01:00
2018-01-17 09:38:53 +01:00
2018-05-22 16:57:57 +02:00
2019-08-25 10:51:42 +02:00
2017-08-30 10:21:40 +02:00
2019-11-10 11:23:31 +01:00
2017-08-11 08:49:36 -07:00
2018-10-03 17:01:50 -07:00
2019-05-31 06:48:17 -07:00
2016-10-05 18:23:36 -04:00
2019-04-17 08:36:39 +02:00
2018-05-30 07:50:24 +02:00
2019-12-05 15:35:02 +01:00
2018-08-15 18:14:45 +02:00
2017-01-26 08:24:44 +01:00
2016-10-17 09:50:56 -07:00
2018-08-15 18:14:43 +02:00
2018-09-05 09:20:10 +02:00
2018-11-13 11:17:02 -08:00
2019-06-17 19:53:32 +02:00
2018-08-09 12:18:00 +02:00
2019-12-21 10:42:25 +01:00
2017-06-29 13:00:30 +02:00
2018-01-02 20:35:17 +01:00
2017-10-12 11:51:21 +02:00
2017-09-27 14:39:19 +02:00
2019-12-21 10:41:25 +01:00
2018-11-27 16:09:41 +01:00
2017-04-21 09:31:21 +02:00
2019-05-08 07:19:08 +02:00
2017-03-18 19:14:29 +08:00
2018-09-09 20:01:23 +02:00
2018-01-31 12:55:52 +01:00
2017-07-27 15:08:03 -07:00
2017-02-04 09:47:09 +01:00
2019-04-17 08:36:47 +02:00
2017-12-25 14:23:37 +01:00
2018-05-01 15:13:05 -07:00
2018-09-19 22:47:17 +02:00
2018-09-19 22:47:17 +02:00
2019-07-21 09:06:03 +02:00
2016-10-08 10:27:10 +02:00
2018-12-05 19:42:42 +01:00
2016-10-07 18:46:27 -07:00
2016-10-07 21:48:36 -04:00