22 Jun, 2006

2 commits

  • * git://oss.sgi.com:8090/xfs-2.6: (43 commits)
    [XFS] Remove files from the build that are now unused.
    [XFS] Fix a Makefile issue related to exports.o handling.
    [XFS] Remove version 1 directory code. Never functioned on Linux, just
    [XFS] Map EFSCORRUPTED to an actual error code, not just a made up one
    [XFS] Kill direct access to ->count in valusema(); all we ever use it for
    [XFS] Remove unneeded conditional code on NFS export interface related
    [XFS] Remove an incorrect use of unlikely() on a relatively likely code
    [XFS] Push some common code out of write path into core XFS code for
    [XFS] Remove unnecessary local from open_exec dmapi path.
    [XFS] Minor XFS documentation updates.
    [XFS] Fix broken const use inside local suffix_strtoul routine.
    [XFS] Fix nused counter. It's currently getting set to -1 rather than
    [XFS] Fix mismerge of the fs_writable cleanup patch causing a freeze/thaw
    [XFS] Fix up debug code so that bulkstat wont generate thousands of
    [XFS] Remove unused parameter from di2xflags routine.
    [XFS] Cleanup a missed porting conversion, and freezing.
    [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
    [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
    [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
    [XFS] statvfs component of directory/project quota support, code
    ...

    Linus Torvalds
     
  • Like the SUBSYTEM= key we find in the environment of the uevent, this
    creates a generic "subsystem" link in sysfs for every device. Userspace
    usually doesn't care at all if its a "class" or a "bus" device. This
    provides an unified way to determine the subsytem of a device, regardless
    of the way the driver core has created it.

    Signed-off-by: Kay Sievers
    Signed-off-by: Greg Kroah-Hartman

    Kay Sievers
     

21 Jun, 2006

3 commits

  • * 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current: (25 commits)
    [PATCH] make set_loginuid obey audit_enabled
    [PATCH] log more info for directory entry change events
    [PATCH] fix AUDIT_FILTER_PREPEND handling
    [PATCH] validate rule fields' types
    [PATCH] audit: path-based rules
    [PATCH] Audit of POSIX Message Queue Syscalls v.2
    [PATCH] fix se_sen audit filter
    [PATCH] deprecate AUDIT_POSSBILE
    [PATCH] inline more audit helpers
    [PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated array
    [PATCH] update of IPC audit record cleanup
    [PATCH] minor audit updates
    [PATCH] fix audit_krule_to_{rule,data} return values
    [PATCH] add filtering by ppid
    [PATCH] log ppid
    [PATCH] collect sid of those who send signals to auditd
    [PATCH] execve argument logging
    [PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULES
    [PATCH] audit_panic() is audit-internal
    [PATCH] inotify (5/5): update kernel documentation
    ...

    Manual fixup of conflict in unclude/linux/inotify.h

    Linus Torvalds
     
  • * git://git.infradead.org/~dwmw2/rbtree-2.6:
    [RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistency
    Update UML kernel/physmem.c to use rb_parent() accessor macro
    [RBTREE] Update hrtimers to use rb_parent() accessor macro.
    [RBTREE] Add explicit alignment to sizeof(long) for struct rb_node.
    [RBTREE] Merge colour and parent fields of struct rb_node.
    [RBTREE] Remove dead code in rb_erase()
    [RBTREE] Update JFFS2 to use rb_parent() accessor macro.
    [RBTREE] Update eventpoll.c to use rb_parent() accessor macro.
    [RBTREE] Update key.c to use rb_parent() accessor macro.
    [RBTREE] Update ext3 to use rb_parent() accessor macro.
    [RBTREE] Change rbtree off-tree marking in I/O schedulers.
    [RBTREE] Add accessor macros for colour and parent fields of rb_node

    Linus Torvalds
     
  • * git://git.infradead.org/mtd-2.6: (199 commits)
    [MTD] NAND: Fix breakage all over the place
    [PATCH] NAND: fix remaining OOB length calculation
    [MTD] NAND Fixup NDFC merge brokeness
    [MTD NAND] S3C2410 driver cleanup
    [MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation.
    [JFFS2] Check CRC32 on dirent and data nodes each time they're read
    [JFFS2] When retiring nextblock, allocate a node_ref for the wasted space
    [JFFS2] Mark XATTR support as experimental, for now
    [JFFS2] Don't trust node headers before the CRC is checked.
    [MTD] Restore MTD_ROM and MTD_RAM types
    [MTD] assume mtd->writesize is 1 for NOR flashes
    [MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compiles
    [MTD] Prepare physmap for 64-bit-resources
    [JFFS2] Fix more breakage caused by janitorial meddling.
    [JFFS2] Remove stray __exit from jffs2_compressors_exit()
    [MTD] Allow alternate JFFS2 mount variant for root filesystem.
    [MTD] Disconnect struct mtd_info from ABI
    [MTD] replace MTD_RAM with MTD_GENERIC_TYPE
    [MTD] replace MTD_ROM with MTD_GENERIC_TYPE
    [MTD] remove a forgotten MTD_XIP
    ...

    Linus Torvalds
     

20 Jun, 2006

12 commits


19 Jun, 2006

7 commits


18 Jun, 2006

3 commits


14 Jun, 2006

1 commit


13 Jun, 2006

1 commit


09 Jun, 2006

11 commits