summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Fix corruption introduced in previous delta.mckusick2002-12-181-4/+12
* Keep comments consistent with the code. Minor optimization.mckusick2002-12-181-14/+4
* Cosmetic cleanup of unsigned buglets.mckusick2002-12-181-5/+5
* Remove unused lockcnt variable.phk2002-12-171-3/+0
* Update to previous change (1.54) to use an approperly wide inode fieldmckusick2002-12-152-9/+12
* Undo the adjustment of the total memory used by dirhash in the caseiedowse2002-12-141-6/+10
* Only the most recent snapshot contains the complete list of blocksmckusick2002-12-142-140/+188
* Remove the comment about dump(8) not working properly with snapshots.trhodes2002-12-121-3/+1
* More tightly verify the preference returned for the new inode.mckusick2002-12-061-1/+1
* Have to use bread() rather than UFS_BALLOC() when obtaining amckusick2002-12-031-24/+30
* Add a check to disable the previous patch so that future filesystemsmckusick2002-11-301-2/+4
* Remove a race condition / deadlock from snapshots. Whenmckusick2002-11-301-54/+112
* Fix two deadlocks in snapshots:mckusick2002-11-301-2/+7
* Check to make sure that the fs_sblockloc field was properly updatedmckusick2002-11-291-0/+10
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-273-15/+24
* The target for the maximum number of dependencies has been cutmckusick2002-11-201-1/+1
* If an error occurs while writing a buffer, then the data willmckusick2002-11-201-0/+6
* Do not assume that time_t is an int.peter2002-11-151-2/+2
* Print daddr_t's with %j and intmax_t.jhb2002-11-081-4/+5
* Update licenses and wording: NAI has authorized the removal of clause threerwatson2002-11-041-7/+4
* Implement the new 1003.1-2001 pathconf() keys, including the Advisorywollman2002-10-271-11/+47
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-262-15/+30
* 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
OpenPOWER on IntegriCloud