1. 14 2月, 2012 1 次提交
  2. 10 2月, 2012 2 次提交
  3. 20 1月, 2012 2 次提交
  4. 19 1月, 2012 3 次提交
  5. 18 1月, 2012 9 次提交
  6. 13 1月, 2012 1 次提交
  7. 10 1月, 2012 1 次提交
    • A
      securityfs: fix object creation races · 3e25eb9c
      Al Viro 提交于
      inode needs to be fully set up before we feed it to d_instantiate().
      securityfs_create_file() does *not* do so; it sets ->i_fop and
      ->i_private only after we'd exposed the inode.  Unfortunately,
      that's done fairly deep in call chain, so the amount of churn
      is considerable.  Helper functions killed by substituting into
      their solitary call sites, dead code removed.  We finally can
      bury default_file_ops, now that the final value of ->i_fop is
      available (and assigned) at the point where inode is allocated.
      Reviewed-by: NJames Morris <jmorris@namei.org>
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      3e25eb9c
  8. 07 1月, 2012 2 次提交
  9. 06 1月, 2012 12 次提交
  10. 04 1月, 2012 7 次提交