1. 12 Mar, 2012 6 commits
  2. 02 Mar, 2012 1 commit
  3. 01 Mar, 2012 12 commits
  4. 29 Feb, 2012 1 commit
    • Randy Dunlap's avatar
      ecryptfs: fix printk format warning for size_t · 164974a8
      Randy Dunlap authored
      Fix printk format warning (from Linus's suggestion):
      
      on i386:
        fs/ecryptfs/miscdev.c:433:38: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int'
      
      and on x86_64:
        fs/ecryptfs/miscdev.c:433:38: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int'
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Cc:	Geert Uytterhoeven <geert@linux-m68k.org>
      Cc:	Tyler Hicks <tyhicks@canonical.com>
      Cc:	Dustin Kirkland <dustin.kirkland@gazzang.com>
      Cc:	ecryptfs@vger.kernel.org
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      164974a8
  5. 28 Feb, 2012 6 commits
  6. 27 Feb, 2012 13 commits
  7. 26 Feb, 2012 1 commit