1. 11 12月, 2008 1 次提交
  2. 13 8月, 2008 3 次提交
  3. 28 7月, 2008 2 次提交
    • L
      [XFS] Use the generic xattr methods. · 0ec58516
      Lachlan McIlroy 提交于
      Use the generic set, get and removexattr methods and supply the s_xattr
      array with fine-grained handlers. All XFS/Linux highlevel attr handling is
      rewritten from scratch and placed into fs/xfs/linux-2.6/xfs_xattr.c so
      that it's separated from the generic low-level code.
      
      SGI-PV: 982343
      
      SGI-Modid: xfs-linux-melb:xfs-kern:31234a
      Signed-off-by: NChristoph Hellwig <hch@infradead.org>
      Signed-off-by: NTim Shimmin <tes@sgi.com>
      Signed-off-by: NLachlan McIlroy <lachlan@sgi.com>
      0ec58516
    • B
      [XFS] Return case-insensitive match for dentry cache · 384f3ced
      Barry Naujok 提交于
      This implements the code to store the actual filename found during a
      lookup in the dentry cache and to avoid multiple entries in the dcache
      pointing to the same inode.
      
      To avoid polluting the dcache, we implement a new directory inode
      operations for lookup. xfs_vn_ci_lookup() stores the correct case name in
      the dcache.
      
      The "actual name" is only allocated and returned for a case- insensitive
      match and not an actual match.
      
      Another unusual interaction with the dcache is not storing negative
      dentries like other filesystems doing a d_add(dentry, NULL) when an ENOENT
      is returned. During the VFS lookup, if a dentry returned has no inode,
      dput is called and ENOENT is returned. By not doing a d_add, this actually
      removes it completely from the dcache to be reused. create/rename have to
      be modified to support unhashed dentries being passed in.
      
      SGI-PV: 981521
      SGI-Modid: xfs-linux-melb:xfs-kern:31208a
      Signed-off-by: NBarry Naujok <bnaujok@sgi.com>
      Signed-off-by: NChristoph Hellwig <hch@infradead.org>
      384f3ced
  4. 16 10月, 2007 1 次提交
  5. 15 10月, 2007 1 次提交
  6. 13 2月, 2007 1 次提交
  7. 29 3月, 2006 1 次提交
  8. 14 3月, 2006 2 次提交
  9. 11 1月, 2006 1 次提交
    • C
      [XFS] Initial pass at going directly-to-bio on the buffered IO path. This · f6d6d4fc
      Christoph Hellwig 提交于
      allows us to submit much larger I/Os instead of sending down lots of small
      buffer_heads.  To do this we need to have a rather complicated I/O
      submission and completion tracking infrastructure.  Part of the latter has
      been merged already a long time ago for direct I/O support. Part of the
      problem is that we need to track sub-pagesize regions and for that we
      still need buffer_heads for the time beeing.  Long-term I hope we can move
      to better data strucutures and/or maybe move this to fs/mpage.c instead of
      having it in XFS.  Original patch from Nathan Scott with various updates
      from David Chinner and Christoph Hellwig.
      
      SGI-PV: 947118
      SGI-Modid: xfs-linux-melb:xfs-kern:203822a
      Signed-off-by: NChristoph Hellwig <hch@sgi.com>
      Signed-off-by: NNathan Scott <nathans@sgi.com>
      f6d6d4fc
  10. 02 11月, 2005 2 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4