1. 07 1月, 2009 1 次提交
    • M
      eCryptfs: Filename Encryption: mount option · 87c94c4d
      Michael Halcrow 提交于
      Enable mount-wide filename encryption by providing the Filename Encryption
      Key (FNEK) signature as a mount option.  Note that the ecryptfs-utils
      userspace package versions 61 or later support this option.
      
      When mounting with ecryptfs-utils version 61 or later, the mount helper
      will detect the availability of the passphrase-based filename encryption
      in the kernel (via the eCryptfs sysfs handle) and query the user
      interactively as to whether or not he wants to enable the feature for the
      mount.  If the user enables filename encryption, the mount helper will
      then prompt for the FNEK signature that the user wishes to use, suggesting
      by default the signature for the mount passphrase that the user has
      already entered for encrypting the file contents.
      
      When not using the mount helper, the user can specify the signature for
      the passphrase key with the ecryptfs_fnek_sig= mount option.  This key
      must be available in the user's keyring.  The mount helper usually takes
      care of this step.  If, however, the user is not mounting with the mount
      helper, then he will need to enter the passphrase key into his keyring
      with some other utility prior to mounting, such as ecryptfs-manager.
      Signed-off-by: NMichael Halcrow <mhalcrow@us.ibm.com>
      Cc: Dustin Kirkland <dustin.kirkland@gmail.com>
      Cc: Eric Sandeen <sandeen@redhat.com>
      Cc: Tyler Hicks <tchicks@us.ibm.com>
      Cc: David Kleikamp <shaggy@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      87c94c4d
  2. 14 11月, 2008 1 次提交
  3. 23 10月, 2008 1 次提交
  4. 17 10月, 2008 1 次提交
  5. 14 10月, 2008 1 次提交
  6. 27 7月, 2008 1 次提交
  7. 25 7月, 2008 5 次提交
  8. 29 4月, 2008 1 次提交
  9. 15 2月, 2008 2 次提交
  10. 07 2月, 2008 4 次提交
  11. 25 1月, 2008 8 次提交
  12. 24 12月, 2007 1 次提交
  13. 18 12月, 2007 1 次提交
  14. 17 10月, 2007 10 次提交
  15. 12 8月, 2007 1 次提交
  16. 20 7月, 2007 1 次提交
    • P
      mm: Remove slab destructors from kmem_cache_create(). · 20c2df83
      Paul Mundt 提交于
      Slab destructors were no longer supported after Christoph's
      c59def9f change. They've been
      BUGs for both slab and slub, and slob never supported them
      either.
      
      This rips out support for the dtor pointer from kmem_cache_create()
      completely and fixes up every single callsite in the kernel (there were
      about 224, not including the slab allocator definitions themselves,
      or the documentation references).
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      20c2df83