aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ufs/extattr.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-1/+1
* Continue on-going campaign to replace lockmgr locks with sx locks whereRobert Watson2008-03-041-2/+3
* Move macros describing extended attributes in UFS fromKirk McKusick2007-03-061-0/+49
* nit in /*-Warner Losh2005-01-311-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with theRobert Watson2003-07-281-0/+1
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs andPoul-Henning Kamp2002-05-031-2/+2
* o Update copyright dates.Robert Watson2001-11-011-2/+5
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-191-2/+2
* o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute"Robert Watson2001-03-181-0/+2
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-5/+6
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onRobert Watson2001-03-141-0/+1
* o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy()Robert Watson2000-10-041-1/+2
* Modify extended attribute protection model to authorize based onRobert Watson2000-09-021-3/+1
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrRobert Watson2000-08-261-1/+1
* o Marius pointed out an unusually inconvenient upper bound on extendedRobert Watson2000-07-141-1/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* o Introduce an extended attribute backing file header magic numberRobert Watson2000-04-191-2/+6
* o Cause attribute data writes to use IO_SYNC since this improves theRobert Watson2000-04-191-0/+1
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-151-0/+100