Sage Weil
124e68e740
ceph: file operations
...
File open and close operations, and read and write methods that ensure
we have obtained the proper capabilities from the MDS cluster before
performing IO on a file. We take references on held capabilities for
the duration of the read/write to avoid prematurely releasing them
back to the MDS.
We implement two main paths for read and write: one that is buffered
(and uses generic_aio_{read,write}), and one that is fully synchronous
and blocking (operating either on a __user pointer or, if O_DIRECT,
directly on user pages).
Signed-off-by: Sage Weil <sage@newdream.net>
2009-10-06 11:31:08 -07:00
..
2009-09-23 13:03:46 -05:00
2009-09-24 07:21:05 -07:00
2009-06-11 21:36:14 -04:00
2009-09-23 07:39:29 -07:00
2009-09-21 15:14:58 +02:00
2009-08-31 17:44:05 -10:00
2009-09-24 07:47:42 -04:00
2009-07-12 12:22:34 -07:00
2009-09-27 11:39:25 -07:00
2009-06-11 21:36:06 -04:00
2009-10-06 11:31:08 -07:00
2009-09-26 10:10:35 -07:00
2009-09-24 07:21:04 -07:00
2009-09-11 09:20:26 +02:00
2009-04-02 19:05:08 -07:00
2009-06-15 21:30:28 -07:00
2009-09-23 07:39:28 -07:00
2009-09-23 07:39:29 -07:00
2009-09-23 09:10:34 -05:00
2009-06-17 00:36:36 -04:00
2009-09-24 07:47:38 -04:00
2009-09-24 07:53:22 -07:00
2009-09-24 07:53:22 -07:00
2009-09-27 11:39:25 -07:00
2009-09-24 07:47:42 -04:00
2009-07-12 12:22:34 -07:00
2009-05-27 10:20:13 -07:00
2009-09-27 11:39:25 -07:00
2009-09-27 11:39:25 -07:00
2009-09-24 07:47:42 -04:00
2009-09-24 07:47:42 -04:00
2009-06-30 18:56:03 -07:00
2009-07-12 12:22:34 -07:00
2009-04-02 19:04:53 -07:00
2009-09-24 08:32:11 -07:00
2009-09-24 07:47:42 -04:00
2009-09-16 17:44:10 +02:00
2009-09-23 07:39:29 -07:00
2009-09-23 10:07:49 -07:00
2009-09-24 07:47:42 -04:00
2009-09-23 18:13:10 -07:00
2009-09-23 07:39:57 -07:00
2009-09-27 11:39:25 -07:00
2009-09-27 11:39:25 -07:00
2009-09-23 18:13:10 -07:00
2009-09-27 11:39:25 -07:00
2009-09-24 07:47:42 -04:00
2009-08-28 12:51:14 -04:00
2009-09-24 08:32:11 -07:00
2009-09-27 11:39:25 -07:00
2009-09-22 07:17:24 -07:00
2009-09-22 07:17:25 -07:00
2009-09-24 17:11:24 -07:00
2009-09-23 07:39:30 -07:00
2009-09-22 07:17:24 -07:00
2009-09-24 08:41:47 -04:00
2009-09-22 07:17:24 -07:00
2009-09-24 07:21:05 -07:00
2009-09-24 07:47:42 -04:00
2009-09-22 07:17:24 -07:00
2009-09-27 11:39:25 -07:00
2009-06-17 00:36:37 -04:00
2009-09-27 11:39:25 -07:00
2009-09-14 19:13:01 +02:00
2009-06-18 13:03:46 -07:00
2009-09-27 11:39:25 -07:00
2009-09-23 07:39:29 -07:00
2009-09-23 07:39:29 -07:00
2009-09-24 08:41:47 -04:00
2009-09-24 07:21:02 -07:00
2009-09-24 07:21:01 -07:00
2009-09-24 07:21:03 -07:00
2009-01-06 15:59:19 -08:00
2009-03-31 23:00:28 -04:00
2009-07-01 10:56:25 +02:00
2009-07-10 20:31:53 +02:00
2009-09-24 07:47:41 -04:00
2009-09-25 09:27:30 -07:00
2009-09-24 07:21:03 -07:00
2009-08-07 10:39:56 -07:00
2009-09-24 08:40:15 -04:00
2009-07-18 15:51:44 +02:00
2009-01-14 14:15:18 +01:00
2009-05-22 23:22:54 +02:00
2009-09-24 07:21:04 -07:00
2009-09-23 07:39:29 -07:00
2009-06-18 13:03:41 -07:00
2009-09-24 07:21:05 -07:00
2009-09-24 07:21:01 -07:00
2009-09-24 07:21:04 -07:00
2009-04-20 23:02:52 -04:00
2009-03-31 23:00:27 -04:00
2009-09-26 00:10:40 +02:00
2009-03-31 23:00:26 -04:00
2009-09-24 07:47:27 -04:00
2009-09-24 08:40:15 -04:00
2009-09-24 07:47:31 -04:00
2009-01-14 14:15:30 +01:00
2009-09-22 07:17:41 -07:00
2009-01-09 16:54:41 -08:00
2009-09-24 07:47:30 -04:00
2009-09-22 07:17:25 -07:00
2009-04-07 08:31:16 -07:00
2009-05-13 15:13:42 -04:00
2009-09-11 08:55:49 -07:00
2009-09-24 08:40:15 -04:00
2009-01-14 14:15:29 +01:00
2009-09-23 09:21:05 -07:00
2009-07-22 21:14:14 +02:00
2009-09-24 07:47:34 -04:00
2009-01-14 14:15:31 +01:00
2009-09-23 07:39:27 -07:00
2009-09-24 07:47:35 -04:00
2009-01-14 14:15:31 +01:00
2009-09-14 17:55:15 -07:00
2009-04-20 23:02:52 -04:00
2009-09-24 07:47:41 -04:00
2009-09-23 07:39:29 -07:00
2009-02-18 15:37:53 -08:00
2009-01-14 14:15:30 +01:00
2009-09-10 10:11:22 +10:00