summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-3/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-015-11/+11
* Two minor changes to dirhash, which result in some marginal benchmarkdwmalone2002-03-201-3/+15
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-202-12/+13
* Remove __P.alfred2002-03-196-108/+106
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-175-41/+36
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-152-5/+12
* Fix a bug in ufsdirhash_adjfree() that caused it to incorrectlyiedowse2002-03-111-10/+7
* Update DBA for NAI. We have several. We used the wrong one. :-)rwatson2002-03-071-1/+1
* Add new errno ``ENOATTR''.green2002-03-072-29/+17
* cleanup readability syntax prior to ongoing b_resid work commits.dillon2002-03-061-4/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-274-16/+16
* Replace bowrite() with BUF_WRITE in ufs.phk2002-02-221-3/+3
* o Minor style fix on #endif, missing '_' in comment.rwatson2002-02-201-1/+1
* Make v_addpollinfo() visible and non-inline.phk2002-02-181-5/+2
* Move the stuff related to select and poll out of struct vnode.phk2002-02-171-6/+12
* Collect the VN_KNOTE() macro definitions on vnode.hphk2002-02-173-8/+0
* Minor style tweaks.rwatson2002-02-101-19/+15
* Copyright + license update.rwatson2002-02-101-1/+10
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-20/+31
* Remove di_inumber since LFS is long gone.phk2002-02-101-2/+0
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-152-6/+5
* Do not pull quota entries of the cache-list if they have alreadyphk2002-01-101-1/+2
* Use 'mkdir -p /.attribute/system' instead of breaking it intorwatson2001-11-301-1/+1
* Use 'mkdir -p /.attribute/system' instead of breaking it intorwatson2001-11-301-1/+1
* README.extattr incorrectly specified sample command lines forrwatson2001-11-301-2/+2
* When mkdir()-ing, the parent dir gets is linkcount increased.guido2001-11-221-1/+1
* Oops, when trying the dirhash sequential-access optimisation,iedowse2001-11-141-1/+1
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-051-0/+2
* o Update copyright dates.rwatson2001-11-014-7/+18
* o Althought this is not specified in POSIX.1e, the UFS ACL implementationrwatson2001-10-271-1/+6
* o Clarify a comment about the locking condition of the vnode upon exitrwatson2001-10-271-9/+15
* o The comment about ordering the destruction of the lock and the removal ofrwatson2001-10-271-1/+1
* o Wrap a number of long lines of code, many of which were introducedrwatson2001-10-271-9/+16
* Since namespace support was added to the UFS extended attributerwatson2001-10-271-9/+7
* Default to not performing ufs_dirhash's extensive directory-blockiedowse2001-10-251-1/+1
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-9/+9
* Change the kernel's ucred API as follows:jhb2001-10-112-4/+2
* Add missing includes of sys/lock.h.jhb2001-10-112-0/+2
* Remove panics for rename() race conditions. The panics are inappropriatedillon2001-10-081-1/+16
* Backout the last commit. The problem is actually much worse then Idillon2001-10-021-8/+3
* IN_RENAME should only be cleared by the routine that set it. This fixesdillon2001-10-021-3/+8
* o Re-enable support of system file flags in jail() by adding back therwatson2001-09-261-1/+1
* o Modify ufs_setattr() so that it uses securelevel_gt() instead ofrwatson2001-09-261-4/+6
* o Further clarify comment: ad Udo's request, re-insert the 'if'rwatson2001-09-251-3/+4
* o Parallelize the comment on the relationship between privileged un-jailedrwatson2001-09-251-2/+2
* The addition of i_dirhash to struct inode pushed RELENG_4'siedowse2001-09-241-1/+1
* KSE Milestone 2julian2001-09-1213-253/+254
* Use ACL_PERM_NONE instead of hardcoding 0 when initializingjedgar2001-09-011-3/+3
* If a file has been completely unlinked, stop automatically syncing thepeter2001-08-271-0/+2
OpenPOWER on IntegriCloud