1. 12 2月, 2010 1 次提交
  2. 07 1月, 2010 1 次提交
  3. 05 11月, 2009 1 次提交
  4. 07 10月, 2009 1 次提交
    • S
      ceph: file operations · 124e68e7
      Sage Weil 提交于
      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: NSage Weil <sage@newdream.net>
      124e68e7