summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-252-5/+6
* Expand the reference count on struct dquot to 32 bits.das2003-02-241-2/+1
* When removing the last item from a non-empty worklist, the worklistmckusick2003-02-241-2/+15
* This patch fixes a deadlock between the bufdaemon and a process takingmckusick2003-02-221-7/+43
* This patch fixes a bug on an active filesystem on which a snapshotmckusick2003-02-223-1/+47
* This patch fixes a bug in the logical block calculation macros somckusick2003-02-222-7/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-199-29/+29
* Replace use of random() with arc4random() to provide less guessablemckusick2003-02-142-3/+3
* Correct lines incorrectly added to the copyright message.mckusick2003-02-142-6/+0
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-091-7/+6
* Catch more uses of MIN().alfred2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-219-29/+29
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* o Improve wording of the comment that accompanies fs_pad. Themarcel2003-01-101-1/+6
* Fix superblock alignment problems on non-i386 platforms. Also change fs_uuidgordon2003-01-091-2/+3
* Steal some space from fs_fsmnt to create fs_volname and fs_uuid. The volnamegordon2003-01-081-1/+9
* This patch fixes a problem caused by applications that rapidly andmckusick2003-01-072-5/+13
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-9/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-032-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* Use three UMA zones for FFS/UFS inodes instead of malloc space.phk2002-12-271-11/+20
* Move the allocation of the inode contents into ffs_vfsops.c rather thanphk2002-12-273-12/+10
* Make ffs_mountfs() static.phk2002-12-274-17/+24
* 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
OpenPOWER on IntegriCloud