summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correctly handle setting, getting and deleting EA's with zero length content.phk2002-08-301-12/+14
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-251-1/+1
* Implement list of EA return functionality.phk2002-08-201-9/+33
* First snapshot of UFS2 EA support.phk2002-08-191-7/+228
* In order to better support flexible and extensible access control,rwatson2002-08-152-3/+3
* Expand the arguments to ffs_ext{read,write}() to their componentphk2002-08-131-41/+17
* Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is anphk2002-08-132-7/+65
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-135-13/+13
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-122-5/+7
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.phk2002-08-122-1075/+1028
* Fix a comment.phk2002-08-121-1/+1
* Don't call softdep_slowdown() if soft updates are not active on theiedowse2002-08-051-1/+1
OpenPOWER on IntegriCloud