summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to performrwatson2000-10-192-26/+48
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-149-7/+1326
* o Sanity check was inverted, resulting in a possible spurious panicrwatson2000-10-091-1/+1
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-093-9/+9
* o Move initialization of ump from mp to the top of the function so thatrwatson2000-10-061-2/+1
* o Add call to ufs_extattr_uepm_destroy() in ffs_unmount() so as to cleanrwatson2000-10-041-0/+15
* o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy()rwatson2000-10-042-2/+25
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-046-15/+23
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-254-4/+7
* o Permit UFS Extended Attributes to be associated with special devicesrwatson2000-09-211-0/+8
* o Disallow privileged processes in jail() from directly accessingrwatson2000-09-181-1/+9
* o Allow privileged processes in jail() to override sticky bit behaviorrwatson2000-09-181-2/+2
* o Add a comment clarifying interaction between jail(), privileged processes,rwatson2000-09-181-0/+5
* o Add missing PRISON_ROOT allowing a privileged process in a jail() to notrwatson2000-09-181-1/+1
* o Substitute suser() calls for direct credential checks, which is nowrwatson2000-09-184-8/+10
* Silence a warning.des2000-09-171-1/+1
* Add new flag PDIRUNLOCK to the component.cn_flags which should be set bybp2000-09-171-13/+30
* Remove a pointless casting of a gid_t to a gid_t.phk2000-09-161-1/+1
* Add VOP_*VOBJECT vops, because MFS requires explicit vop specification.bp2000-09-121-0/+3
* o Variety of extended attribute fixesrwatson2000-09-121-26/+39
* Fix a 64-bitism. Use size_t instead of int for 4th argument to copyinstr.jhb2000-09-111-1/+2
* Cannot do MALLOC with M_WAITOK while holding ACQUIRE_LOCKmckusick2000-09-071-2/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-073-3/+1
* Modify extended attribute protection model to authorize based onrwatson2000-09-022-43/+60
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrrwatson2000-08-262-22/+22
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-1/+2
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-41/+3
* Initialize *countp to 0 in stub for softdep_flushworklist().tegge2000-08-091-0/+1
* Fix the lockmgr panic everyone is seeing at shutdown time.roberto2000-08-011-1/+2
* Minor tweak - removed unused variable 'struct mount *mp';peter2000-07-281-1/+0
* Minor change: fix warning - move a 'struct vnode *vp' declaration inside apeter2000-07-281-0/+2
* Clean up the snapshot code so that it no longer depends on the use ofmckusick2000-07-264-12/+37
* Fix the "mfs_badop[vop_getwritemount] = 45" messages.phk2000-07-261-0/+1
* Add stub for softdep_flushworklist() so that kernels compiledmckusick2000-07-251-0/+10
* Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.mckusick2000-07-251-0/+1
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-249-75/+152
* o Marius pointed out an unusually inconvenient upper bound on extendedrwatson2000-07-141-1/+0
* Prevent possible dereference of NULL pointer.bp2000-07-131-1/+1
* Brain fault, forgot to update ffs_snapshot.c with the new calling conventionmckusick2000-07-121-4/+5
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-1115-184/+1365
* Clean up warning about undeclared function by declaring softdep_fsyncmckusick2000-07-111-0/+3
* Finish repo-copy:phk2000-07-101-409/+0
* Delete README as it is now obsolete. Relevant information is inmckusick2000-07-081-322/+0
* Update to reflect current status.mckusick2000-07-081-4/+42
* Get userland visible flags added for snapshots to give a few daysmckusick2000-07-041-1/+26
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-042-4/+6
* Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,phk2000-07-031-15/+0
* Move prtactive to vfs from ufs. It is used all over the place.phk2000-06-271-2/+0
* Remove obsoleted info about linking from contribache2000-06-241-16/+2
OpenPOWER on IntegriCloud