summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Within ufs, the ffs_sync and ffs_fsync functions did not alwaysmckusick2002-10-252-4/+11
* We must be careful to avoid recursive copy-on-write faults whenmckusick2002-10-231-1/+14
* Missplaced FREE_LOCK causes a panic when hit while taking a snapshot.mckusick2002-10-231-1/+1
* This update further fine tunes the locking of snapshot vnodes inmckusick2002-10-221-12/+21
* This update is a performance improvement when allocating blocks onmckusick2002-10-221-0/+12
* This checkin reimplements the io-request priority hack in a waymckusick2002-10-221-2/+2
* Rename _POSIX_FOO_PRESENT and friends from POSIX.1e to _PC_FOO_PRESENTrwatson2002-10-201-3/+3
* Implement _POSIX_ACL_PATH_MAX, which returns the maximum number of ACLrwatson2002-10-201-0/+10
* Teach UFS to respond to pathconf() tests for _POSIX_ACL_EXTENDED andrwatson2002-10-201-0/+20
* Clarify that the UFS1 extended attribute configuration steps do not applyrwatson2002-10-191-2/+2
* Fix a file-rewrite performance case for UFS[2]. When rewriting portionsdillon2002-10-183-7/+36
* Update extended attribute readme file to note that no special configurationrwatson2002-10-181-1/+6
* Update instructions for ACLs given recent tunefs, mount changes. Alsorwatson2002-10-181-5/+33
* Use 'size_t' instead of 'int' for the result of sizeof().rwatson2002-10-181-1/+1
* With the revised single-lock method used in snapshots, themckusick2002-10-181-1/+0
* Change locking so that all snapshots on a particular filesystem sharemckusick2002-10-161-42/+91
* Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLsrwatson2002-10-152-101/+129
* If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock,rwatson2002-10-151-0/+17
* When reading or writing the extended attributes of a special devicemckusick2002-10-142-5/+38
* Fix two memory leaks in error conditions involving the UFS ACL code:rwatson2002-10-141-0/+4
* Define two new superblock file system flags:rwatson2002-10-141-0/+10
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-4/+2
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* Fix build of 64 bit platforms.mux2002-10-091-2/+3
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-1/+3
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-7/+135
* The appropriate units for disk block addresses are always DEV_BSIZE,mckusick2002-10-091-8/+1
* - Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot().jeff2002-10-081-1/+1
* Mark two places where an unsigned number is checked "if (foo < 0)" withphk2002-10-021-0/+2
* size_t is not a struct (fix mislabelling in a comment).dd2002-10-022-2/+2
* Fix some harmless mis-indents.phk2002-10-011-1/+1
* When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enoughjmallett2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-283-36/+36
* Make it a tad easier to deal with struct inode in userland programs whichphk2002-09-271-1/+1
* Use our mount-credential if we get a NOCRED when we try to write out EAphk2002-09-271-0/+2
* - Convert locks to use standard macros.jeff2002-09-254-7/+28
* - Document broken locking.jeff2002-09-251-3/+2
* - Lock accesses to v_usecount.jeff2002-09-252-7/+11
* - Don't use the interlock to protect v_writecount.jeff2002-09-251-6/+5
* We don't need to #include <sys/disklabel.h>.phk2002-09-201-2/+0
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-11/+4
* intmax_t is printed with %jd, not %lld.obrien2002-09-191-7/+7
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-4/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-4/+4
* vfs_syscalls.c:bde2002-09-101-52/+6
* Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-052-31/+192
* Use canonical extattr_check_cred() instead of private implementation of thephk2002-09-051-39/+3
* Fix credentials check: do not leak ENOATTR until we know if they'rephk2002-09-051-12/+15
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-9/+11
* Since we have vp and td cached in local variables, use those insteadrwatson2002-09-011-1/+1
OpenPOWER on IntegriCloud