CVS log for linux-2.6-xfs-OLD/linux/fs/posix_acl.c

[BACK] Up to [Development] / linux-2.6-xfs-OLD / linux / fs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 5 03:41:17 2002 UTC (14 years, 11 months ago) by lord
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +423 -0 lines
Diff to previous 1.7 (colored)

merge up to 2.5.46

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 26 03:24:19 2002 UTC (15 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.6: +0 -180 lines
Diff to previous 1.6 (colored)

Merge of 2.4.18-xfs:slinx:111144a by nathans.

  Kernel changes to transition us to the new extended attribute and ACL
  interfaces.  Some minor code rearranging (files moved, some deleted,
  some new ones from ext2/ext3 ACL project) too.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 14 04:41:19 2001 UTC (15 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

convert over from struct acl and other ACL related types/macros to
an xfs_acl_t variant so we can tell what is XFS-specific and what
is not.  will help our transition to a common EA/ACL codebase while
keeping our existing ondisk format intact.

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 4 05:27:54 2001 UTC (16 years, 5 months ago) by tes
Branch: MAIN
CVS Tags: Linux-2_4_5-merge
Changes since 1.4: +12 -6 lines
Diff to previous 1.4 (colored)

Don't update ATIME for ACLs.
If i_op's are not set then return EOPNOTSUPP (=ENOTSUP) instead
of EINVAL.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 24 07:55:42 2001 UTC (16 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

fix a couple of benign warnings.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 22 18:14:12 2001 UTC (16 years, 6 months ago) by lord
Branch: MAIN
CVS Tags: Release-1_0_0
Changes since 1.2: +8 -2 lines
Diff to previous 1.2 (colored)

jen{lord}: p_integrate linux/fs/posix_acl.c
p_integrate: Info:Drop reference counts after acl processing.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 20 08:07:09 2001 UTC (16 years, 8 months ago) by tes
Branch: MAIN
CVS Tags: PreRelease-0_10
Changes since 1.1: +3 -0 lines
Diff to previous 1.1 (colored)

Need to do a revalidate after we call acl_set so
that the Linux inode bits are copied over from the xfs inode.
Specifically we need Linux' i_mode to have XFS' di_mode.
It becomes important for this to happen as do_execve() which
calls prepare_binprm() seems to have a crazy test which checks
the permission bits again - after calling the permission function
earlier. So we need the mode bits sync'ed with the acl permission
bits.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 23 07:11:51 2001 UTC (16 years, 9 months ago) by tes
Branch: MAIN

ACL config cleanup

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>