summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* - Several of the callers to getdirtybuf() were erroneously changed to passjeff2003-09-031-9/+16
* - Backout rev 1.142. This caused a deadlock that I do not understand. Morejeff2003-08-311-5/+3
* - Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() tojeff2003-08-311-3/+5
* - Don't acquire the vnode interlock in drain_output(). Instead, require thejeff2003-08-311-53/+77
* - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.jeff2003-08-281-12/+20
* The previous change necessitates the addition of a new #include. Otherwise,alc2003-08-181-0/+1
* Don't use a VOP_*() function on our own vnodes, go directly to thephk2003-08-171-4/+8
* Revision 1.44 of ufs/ufs/inode.h has made it necessary to add two newalc2003-08-161-0/+2
* Eliminate the i_devvp field from the incore UFS inodes, we canphk2003-08-154-7/+5
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Now that the central POSIX.1e ACL code implements functions torwatson2003-08-043-88/+13
* In ufs_chmod(), use privilege only when required in the followingrwatson2003-08-041-5/+9
* Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with therwatson2003-07-284-51/+169
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-262-3/+3
* We just cached the inode pointer, no need to call VTOI() again.phk2003-07-041-2/+2
* Lock the vm object when freeing pages.alc2003-06-151-0/+8
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-152-0/+4
* Re-implement kernel access control for quotactl() as found in therwatson2003-06-153-23/+58
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+13
* Use __FBSDID().obrien2003-06-1120-26/+63
* Implement ffs_listextattr() by breaking out that logic and special-casedrwatson2003-06-051-32/+88
* Don't special-case handling of the empty string in the UFS1rwatson2003-06-051-4/+1
* Return EOPNOTSUPP for attempted EA operations on VCHR vnodes in UFS2;rwatson2003-06-011-0/+14
* Remove unused variable.phk2003-05-311-2/+0
* Remove unused local variables.phk2003-05-313-33/+7
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-311-4/+0
* Lock the vm object when performing vm_object_page_clean().alc2003-05-181-1/+4
* Jeff added locking assertions that the VV_ flags on vnodes were modifiedrwatson2003-05-151-5/+11
* Lock the vm_object on entry to vm_object_vndeallocate().alc2003-05-031-0/+5
* Do not attempt to free NULL dinodes (i_din1 or i_din2) in ffs_ifree().tjr2003-05-011-2/+2
* Free i_din2 instead of i_din1 in ffs_ifree() on UFS2 filesystems.tjr2003-05-011-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-302-3/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-3/+2
* Lock both the proc lock and sched_lock when calling sched_nice sincejhb2003-04-221-1/+10
* - Use the sched_nice() api instead of setting the nice value directly.jeff2003-04-121-2/+3
* Sufficient access checks are performed by vmapbuf() that calling useracc()alc2003-04-061-5/+0
* Check return value from vmapbuf instead of the function address.tegge2003-03-271-2/+1
* Eliminate a buffer sleep/wakeup race.tegge2003-03-271-7/+3
* Add support for reading directly from file to userland buffer when thetegge2003-03-262-0/+511
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-202-2/+2
* Minor fixes to ffs_fserr():jhb2003-03-201-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-186-6/+0
* - Remove a race between fsync like functions and flushbufqueues() byjeff2003-03-131-4/+2
* Use the appropriate size when zeroing out the unused portionmckusick2003-03-071-3/+3
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.alc2003-03-061-108/+0
* - Add a new 'flags' parameter to getblk().jeff2003-03-047-19/+19
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-022-10/+10
* Change the field used to test whether the superblock has been updatedmckusick2003-02-251-1/+5
OpenPOWER on IntegriCloud