summaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Lock the vm object when freeing pages.Alan Cox2003-06-151-0/+8
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsPoul-Henning Kamp2003-06-152-0/+4
* Re-implement kernel access control for quotactl() as found in theRobert Watson2003-06-153-23/+58
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-14/+13
* Use __FBSDID().David E. O'Brien2003-06-1120-26/+63
* Implement ffs_listextattr() by breaking out that logic and special-casedRobert Watson2003-06-051-32/+88
* Don't special-case handling of the empty string in the UFS1Robert Watson2003-06-051-4/+1
* Return EOPNOTSUPP for attempted EA operations on VCHR vnodes in UFS2;Robert Watson2003-06-011-0/+14
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+0
* Remove unused local variables.Poul-Henning Kamp2003-05-313-33/+7
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventPoul-Henning Kamp2003-05-311-4/+0
* Lock the vm object when performing vm_object_page_clean().Alan Cox2003-05-181-1/+4
* Jeff added locking assertions that the VV_ flags on vnodes were modifiedRobert Watson2003-05-151-5/+11
* Lock the vm_object on entry to vm_object_vndeallocate().Alan Cox2003-05-031-0/+5
* Do not attempt to free NULL dinodes (i_din1 or i_din2) in ffs_ifree().Tim J. Robbins2003-05-011-2/+2
* Free i_din2 instead of i_din1 in ffs_ifree() on UFS2 filesystems.Tim J. Robbins2003-05-011-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-302-3/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-292-3/+2
* Lock both the proc lock and sched_lock when calling sched_nice sinceJohn Baldwin2003-04-221-1/+10
* - Use the sched_nice() api instead of setting the nice value directly.Jeff Roberson2003-04-121-2/+3
* Sufficient access checks are performed by vmapbuf() that calling useracc()Alan Cox2003-04-061-5/+0
* Check return value from vmapbuf instead of the function address.Tor Egge2003-03-271-2/+1
* Eliminate a buffer sleep/wakeup race.Tor Egge2003-03-271-7/+3
* Add support for reading directly from file to userland buffer when theTor Egge2003-03-262-0/+511
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-202-2/+2
* Minor fixes to ffs_fserr():John Baldwin2003-03-201-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-186-6/+0
* - Remove a race between fsync like functions and flushbufqueues() byJeff Roberson2003-03-131-4/+2
* Use the appropriate size when zeroing out the unused portionKirk McKusick2003-03-071-3/+3
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.Alan Cox2003-03-061-108/+0
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-047-19/+19
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-022-10/+10
* Change the field used to test whether the superblock has been updatedKirk McKusick2003-02-251-1/+5
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.Jeff Roberson2003-02-252-5/+6
* Expand the reference count on struct dquot to 32 bits.David Schultz2003-02-241-2/+1
* When removing the last item from a non-empty worklist, the worklistKirk McKusick2003-02-241-2/+15
* This patch fixes a deadlock between the bufdaemon and a process takingKirk McKusick2003-02-221-7/+43
* This patch fixes a bug on an active filesystem on which a snapshotKirk McKusick2003-02-223-1/+47
* This patch fixes a bug in the logical block calculation macros soKirk McKusick2003-02-222-7/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-199-29/+29
* Replace use of random() with arc4random() to provide less guessableKirk McKusick2003-02-142-3/+3
* Correct lines incorrectly added to the copyright message.Kirk McKusick2003-02-142-6/+0
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberJeff Roberson2003-02-091-7/+6
* Catch more uses of MIN().Alfred Perlstein2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-219-29/+29
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* o Improve wording of the comment that accompanies fs_pad. TheMarcel Moolenaar2003-01-101-1/+6
* Fix superblock alignment problems on non-i386 platforms. Also change fs_uuidGordon Tetlow2003-01-091-2/+3