The NetBSD Project

CVS log for src/sys/ufs/ffs/ffs_extattr.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / ufs / ffs

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 28 04:52:04 2022 UTC (2 years ago) by chs
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +28 -16 lines
the UFS_EXTATTR option was supposed to affect only UFS1 file systems,
but when the UFS2 extattr code was merged, the UFS_EXTATTR option was
mistakenly changed to affect UFS2 file systems as well.  this commit
changes UFS_EXTATTR back to affecting only UFS1 file systems as originally
intended.  in UFS2 (or rather UFS2ea in NetBSD), extattrs are a
native feature and are always supported.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 17 06:40:40 2022 UTC (2 years ago) by chs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -2 lines
Restore backward compatibility of UFS2 with previous NetBSD releases by
disabling support in UFS2 for extended attributes (including ACLs).
Add a new variant of UFS2 called "UFS2ea" that does support extended attributes.
Add new	fsck_ffs operations "-c	ea" and	"-c no-ea" to convert file systems
from UFS2 to UFS2ea and	vice-versa (both of which delete all existing extended
attributes in the process).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 14 11:06:50 2021 UTC (2 years, 11 months ago) by chs
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -2 lines
ffs: fix the creation of device nodes on file systems with ACLs enabled.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Sep 5 16:30:13 2020 UTC (4 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -4 lines
Round of uvm.h cleanup.

The poorly named uvm.h is generally supposed to be for uvm-internal
users only.

- Narrow it to files that actually need it -- mostly files that need
  to query whether curlwp is the pagedaemon, which should maybe be
  exposed by an external header.

- Use uvm_extern.h where feasible and uvm_*.h for things not exposed
  by it.  We should split up uvm_extern.h but this will serve for now
  to reduce the uvm.h dependencies.

- Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use
  UVMHIST(ubchist), since ubchist is declared in uvm.h but the
  reference evaporates if UVMHIST is not defined, so we reduce header
  file dependencies.

- Make uvm_device.h and uvm_swap.h independently includable while
  here.

ok chs@

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 20 13:16:30 2020 UTC (4 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3 lines
remove accmode_t typedef (not needed, breaks llvm) from maxv@

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 16 18:31:53 2020 UTC (4 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -34 lines
Add ACL support for FFS. From FreeBSD.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 2 22:11:16 2020 UTC (4 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -6 lines
Remove the unlock/relock hack by using IO_EXT to indicate that we are already
holding the lock.

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Sat Apr 25 11:24:08 2020 UTC (4 years, 7 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.2: +8 -5 lines
Sync with bouyer-xenpvh-base2 (HEAD)

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:45 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.1: +979 -0 lines
Sync with HEAD

Revision 1.3.2.1
Mon Apr 20 18:10:10 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.3: +0 -979 lines
file ffs_extattr.c was added on branch phil-wifi on 2020-04-21 18:42:45 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 20 18:10:10 2020 UTC (4 years, 7 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421, bouyer-xenpvh-base2
Branch point for: phil-wifi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -5 lines
- Allow root to set system attributes, samba does this
- Fix locking issue, perhaps we should use our own mutex; does not seem worth
  it for this simple case.

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:29:14 2020 UTC (4 years, 7 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +976 -0 lines
Sync with HEAD

Revision 1.2.2.1
Sun Apr 19 13:59:13 2020 UTC (4 years, 7 months ago) by bouyer
Branches: bouyer-xenpvh
FILE REMOVED
Changes since revision 1.2: +0 -976 lines
file ffs_extattr.c was added on branch bouyer-xenpvh on 2020-04-20 11:29:14 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 19 13:59:13 2020 UTC (4 years, 7 months ago) by christos
Branches: MAIN
CVS tags: bouyer-xenpvh-base1
Branch point for: bouyer-xenpvh
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -31 lines
- add locking
- wrap wapbl around truncating, ffs_extwrite does it on its own.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 18 19:18:34 2020 UTC (4 years, 7 months ago) by christos
Branches: MAIN
Extended attribute support for ffsv2, from FreeBSD.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>