1. 19 7月, 2006 3 次提交
  2. 15 7月, 2006 2 次提交
  3. 07 7月, 2006 3 次提交
  4. 06 7月, 2006 4 次提交
  5. 04 7月, 2006 2 次提交
  6. 03 7月, 2006 1 次提交
  7. 02 7月, 2006 1 次提交
  8. 01 7月, 2006 1 次提交
  9. 30 6月, 2006 1 次提交
  10. 28 6月, 2006 4 次提交
  11. 27 6月, 2006 2 次提交
  12. 26 6月, 2006 13 次提交
  13. 24 6月, 2006 2 次提交
  14. 23 6月, 2006 1 次提交
    • M
      [PATCH] vfs: add lock owner argument to flush operation · 75e1fcc0
      Miklos Szeredi 提交于
      Pass the POSIX lock owner ID to the flush operation.
      
      This is useful for filesystems which don't want to store any locking state
      in inode->i_flock but want to handle locking/unlocking POSIX locks
      internally.  FUSE is one such filesystem but I think it possible that some
      network filesystems would need this also.
      
      Also add a flag to indicate that a POSIX locking request was generated by
      close(), so filesystems using the above feature won't send an extra locking
      request in this case.
      Signed-off-by: NMiklos Szeredi <miklos@szeredi.hu>
      Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      75e1fcc0