1. 22 5月, 2006 1 次提交
  2. 21 5月, 2006 5 次提交
  3. 20 5月, 2006 2 次提交
    • D
      [JFFS2] Optimise reading of eraseblock summary nodes · 9641b784
      David Woodhouse 提交于
      This improves the time to mount 512MiB of NAND flash on my OLPC prototype
      by about 4%. We used to read the last page of the eraseblock twice -- once
      to find the offset of the summary node, and again to actually _read_ the
      summary node. Now we read the last page only once, and read more only if
      we need to.
      
      We also don't allocate a new buffer just for the summary code -- we use
      the buffer which was already allocated for the scan. Better still, if the
      'buffer' for the scan is actually just a pointer directly into NOR flash,
      we use that too, avoiding the memcpy() which we used to do.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      9641b784
    • F
      [JFFS2] Remove forgotten summary code · 8e4482fb
      Ferenc Havasi 提交于
      Remove forgotten lines from jffs2_scan_eraseblock() which
      were unnecessary and may cause problem in some environments.
      
      Thanks to Alexander Belyakov <alexander.belyakov@intel.com>.
      Signed-off-by: NFerenc Havasi <havasi@inf.u-szeged.hu>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      8e4482fb
  4. 16 5月, 2006 1 次提交
  5. 13 5月, 2006 2 次提交
    • K
      [JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache. · 8f2b6f49
      KaiGai Kohei 提交于
      This patch can reduce 4-byte of memory usage per inode_cache.
      
      [4/10] jffs2-xattr-v5.1-04-remove_ilist_from_ic.patch
      Signed-off-by: NKaiGai Kohei <kaigai@ak.jp.nec.com>
      8f2b6f49
    • K
      [JFFS2][XATTR] XATTR support on JFFS2 (version. 5) · aa98d7cf
      KaiGai Kohei 提交于
      This attached patches provide xattr support including POSIX-ACL and
      SELinux support on JFFS2 (version.5).
      
      There are some significant differences from previous version posted
      at last December.
      The biggest change is addition of EBS(Erase Block Summary) support.
      Currently, both kernel and usermode utility (sumtool) can recognize
      xattr nodes which have JFFS2_NODETYPE_XATTR/_XREF nodetype.
      
      In addition, some bugs are fixed.
      - A potential race condition was fixed.
      - Unexpected fail when updating a xattr by same name/value pair was fixed.
      - A bug when removing xattr name/value pair was fixed.
      
      The fundamental structures (such as using two new nodetypes and exclusion
      mechanism by rwsem) are unchanged. But most of implementation were reviewed
      and updated if necessary.
      Espacially, we had to change several internal implementations related to
      load_xattr_datum() to avoid a potential race condition.
      
      [1/2] xattr_on_jffs2.kernel.version-5.patch
      [2/2] xattr_on_jffs2.utils.version-5.patch
      Signed-off-by: NKaiGai Kohei <kaigai@ak.jp.nec.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      aa98d7cf
  6. 09 3月, 2006 1 次提交
  7. 14 11月, 2005 1 次提交
  8. 07 11月, 2005 5 次提交
  9. 06 11月, 2005 1 次提交
  10. 23 5月, 2005 4 次提交
  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