An error occurred fetching the project authors.
  1. 07 May, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] ext3 xattr handler for security modules · c5013b3f
      Andrew Morton authored
      From: Stephen Smalley <sds@epoch.ncsc.mil>
      
      This patch against 2.5.68 implements an xattr handler for ext3 to support the
      use of extended attributes by security modules for storing file security
      labels.  As per the earlier discussion of extended attributes for security
      modules, this handler uses a "security." prefix and allows for per-module
      attribute names.  Security checking for userspace access to these attributes
      can be performed by the security module using the LSM hooks in fs/xattr.c,
      and the security module is free to internally use the inode operations
      without restriction for managing its security labels.  Unlike the trusted
      namespace, these labels are used internally for access control purposes by
      the security modules, and controls over userspace access to them require
      finer granularity than capable() supports.
      c5013b3f
  2. 15 Feb, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] xattr: trusted extended attributes · c2e7eeb0
      Andrew Morton authored
      Patch from Andreas Gruenbacher <agruen@suse.de>
      
      This patch adds trusted extended attributes.  Trusted extended attributes are
      visible and accessible only to processes that have the CAP_SYS_ADMIN
      capability.  Attributes in this class are used to implement mechanisms in
      user space (i.e., outside the kernel) which keep information in extended
      attributes to which ordinary processes have no access.  HSM is an example.
      c2e7eeb0
  3. 03 Feb, 2003 1 commit
  4. 15 Dec, 2002 1 commit
  5. 30 Oct, 2002 2 commits
  6. 08 Oct, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] ext3 indexed directory support · da5223ff
      Andrew Morton authored
      Daniel Phillips' indexed directory support.  Ported from ext2 by
      Christopher Li.  Contributions from Andreas Dilger, Stephen Tweedie,
      lots from Ted.
      
      It requires e2fsprogs-1.29; I've updated the Changes file to reflect
      that.
      da5223ff
  7. 24 May, 2002 1 commit
  8. 05 Feb, 2002 4 commits
    • Linus Torvalds's avatar
      v2.5.1.4 -> v2.5.1.5 · ba6edf53
      Linus Torvalds authored
      - Dave Jones: more merging, fix up last merge..
      - release to sync with Dave
      ba6edf53
    • Linus Torvalds's avatar
      v2.4.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • Linus Torvalds's avatar
      v2.4.12 -> v2.4.12.1 · ad8dcf57
      Linus Torvalds authored
        - Trond Myklebust: deadlock checking in lockd server
        - Tim Waugh: fix up parport wrong #define
        - Christoph Hellwig: i2c update, ext2 cleanup
        - Al Viro: fix partition handling sanity check.
        - Trond Myklebust: make NFS use SLAB_NOFS, and not play games with PF_MEMALLOC
        - Ben Fennema: UDF update
        - Alan Cox: continued merging
        - Chris Mason: get /proc buffer memory sizes right after buf-in-page-cache
      ad8dcf57
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32