1. 14 7月, 2012 3 次提交
  2. 30 5月, 2012 1 次提交
  3. 06 5月, 2012 1 次提交
  4. 21 3月, 2012 2 次提交
  5. 11 3月, 2012 1 次提交
  6. 07 1月, 2012 1 次提交
  7. 06 1月, 2012 4 次提交
  8. 04 1月, 2012 6 次提交
  9. 02 11月, 2011 1 次提交
  10. 25 10月, 2011 4 次提交
  11. 06 9月, 2011 5 次提交
  12. 01 8月, 2011 2 次提交
  13. 27 7月, 2011 1 次提交
  14. 26 7月, 2011 6 次提交
  15. 24 7月, 2011 1 次提交
  16. 23 7月, 2011 1 次提交
    • A
      fs/9p: add 9P2000.L unlinkat operation · 48e370ff
      Aneesh Kumar K.V 提交于
      unlinkat - Remove a directory entry
      
      size[4] Tunlinkat tag[2] dirfid[4] name[s] flag[4]
      size[4] Runlinkat tag[2]
      
      older Tremove have the below request format
      
      size[4] Tremove tag[2] fid[4]
      
      The remove message is used to remove a directory entry either file or directory
      The remove opreation is actually a directory opertation and should ideally have
      dirfid, if not we cannot represent the fid on server with anything other than
      name. We will have to derive the directory name from fid in the Tremove request.
      
      NOTE: The operation doesn't clunk the unlink fid.
      Signed-off-by: NAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
      Signed-off-by: NEric Van Hensbergen <ericvh@gmail.com>
      48e370ff