Sorry for the (again) updated diff. This past week doesn't seem to have been
my best for quality control; somewhere the xattr disabled case for
reiserfs_mark_inode_private was dropped. Here's the updated patch.
-Jeff
This patch moves the assignment of i_priv_object to a static inline. This
is in
This patch fixes a race between mount and umount in set_blocksize. The results
can vary between buffer errors and infinite loops in __getblk_slow, and
possibly others.
The patch makes set_blocksize run under the bdev_lock if it is the sole holder
of the block device.
Changes:
- Added missing
This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as
filesystem-internal. As such, it should be excepted from the security
infrastructure to allow the filesystem to perform its own access control.
Changes:
- Post-operations for calls that generally instantiate the dentry but
This patch adds the hotplug routine for generating hotplug events when
devices are seen on the macio bus. It uses the attributed created by the
sysfs nodes to generate the hotplug environment vars for userspace.
In order for hotplug to work with macio devices, patches to module-init-tools
and hotp
This patch converts the usage of struct of_match to struct of_device_id,
similar to pci_device_id. This allows a device table to be generated, which
can be parsed by depmod(8) to generate a map file for module loading.
In order for hotplug to work with macio devices, patches to module-init-tools
This patch adds sysfs nodes that the hotplug userspace can use to load the
appropriate modules.
In order for hotplug to work with macio devices, patches to module-init-tools
and hotplug must be applied. Those patches are available at:
ftp://ftp.suse.com/pub/people/jeffm/linux/macio-hotplug/
Sign
Hello all -
I posted these patches a while ago, and let them fall by the wayside.
The following 3 patches, combined with the userspace patches referenced below,
implement hotplug events for open firmware/macio devices such as apple airport
wireless ethernet cards.
* 01-openfirmware-device-table
Hello all -
I sent out these patches in December, but they were dropped somewhere along the
way. There was only a simple reject from the switch from dentry to inode in
get/set/listsecurity which has been fixed.
I'm posting the following patches against 2.6.11-rc5:
* 01-vfs-private-flag.diff
-
This patch changes reiserfs to use the VFS level private inode flags, and
eliminates the old reiserfs private inode flag.
Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]>
diff -ruNpX dontdiff linux-2.6.9.base/include/linux/reiserfs_xattr.h
linux-2.6.9.private/include/linux/reiserfs_xattr.h
--- li
This patch moves the assignment of i_priv_object to a static inline. This
is in preparation for selinux support in reiserfs.
Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]>
diff -ruNpX dontdiff linux-2.6.9/fs/reiserfs/inode.c
linux-2.6.9.base/fs/reiserfs/inode.c
--- linux-2.6.9/fs/reiserfs/inode
This patch applies the IS_PRIVATE test to the selinux internal inode loop.
Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]>
diff -ruNpX dontdiff linux-2.6.9.base/security/selinux/hooks.c
linux-2.6.9.private/security/selinux/hooks.c
--- linux-2.6.9.base/security/selinux/hooks.c 2004-11-19 14:40:
This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as
filesystem-internal. As such, it should be excepted from the security
infrastructure to allow the filesystem to perform its own access control.
Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]>
diff -ruNpX dontdiff linux-2.6.11
12 matches
Mail list logo