1. 24 6月, 2009 1 次提交
  2. 30 9月, 2008 1 次提交
  3. 14 8月, 2008 1 次提交
    • A
      UBIFS: xattr bugfixes · c78c7e35
      Artem Bityutskiy 提交于
      Xattr code has not been tested for a while and there were
      serveral bugs. One of them is using wrong inode in
      'ubifs_jnl_change_xattr()'. The other is a deadlock in
      'ubifs_setxattr()': the i_mutex is locked in
      'cap_inode_need_killpriv()' path, so deadlock happens when
      'ubifs_setxattr()' tries to lock it again.
      
      Thanks to Zoltan Sogor for finding these bugs.
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      c78c7e35
  4. 13 8月, 2008 2 次提交
  5. 15 7月, 2008 1 次提交