summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/extattr.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r262678;pfg2014-03-051-6/+6
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-061-4/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-1/+1
* Continue on-going campaign to replace lockmgr locks with sx locks whererwatson2008-03-041-2/+3
* Move macros describing extended attributes in UFS frommckusick2007-03-061-0/+49
* nit in /*-imp2005-01-311-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with therwatson2003-07-281-0/+1
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs andphk2002-05-031-2/+2
* o Update copyright dates.rwatson2001-11-011-2/+5
* KSE Milestone 2julian2001-09-121-5/+5
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-2/+2
* o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute"rwatson2001-03-181-0/+2
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-5/+6
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onrwatson2001-03-141-0/+1
* o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy()rwatson2000-10-041-1/+2
* Modify extended attribute protection model to authorize based onrwatson2000-09-021-3/+1
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrrwatson2000-08-261-1/+1
* o Marius pointed out an unusually inconvenient upper bound on extendedrwatson2000-07-141-1/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* o Introduce an extended attribute backing file header magic numberrwatson2000-04-191-2/+6
* o Cause attribute data writes to use IO_SYNC since this improves therwatson2000-04-191-0/+1
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+100
OpenPOWER on IntegriCloud