aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Upon further review it was decided this piece of the msync(2)Ken Smith2004-05-211-0/+2
* Style fixup in previous commit.Ken Smith2004-05-191-4/+2
* Change ffs_realloccg() to set the valid bits for the extended part of theKen Smith2004-05-141-2/+10
* Revert previous change to this file because it breaks someBosko Milekic2004-04-291-9/+2
* The previous change to mount(8) to report ufs or ufs2 usedBosko Milekic2004-04-261-2/+9
* Record where half the bits in this file came from (from ufs_readwrite.c).Bruce Evans2004-04-071-0/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0721-84/+0
* Fix a paste-o from the buf_prewrite() cleanup commit and check for theJohn Baldwin2004-04-061-1/+1
* Fix the remaining warnings of growfs(8) on my sparc64 box withMaxime Henrion2004-04-031-1/+1
* Avoid doing bawrite to initialize inode block while holding cylinderAlexander Kabaev2004-03-161-1/+3
* When I was a kid my work table was one cluttered mess an cleaning it upPoul-Henning Kamp2004-03-112-1/+32
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-113-19/+19
* A more accurate test in the new ufs_lock than that in 1.235.Kirk McKusick2004-02-231-2/+3
* In the function clear_inodedeps(), a FREE_LOCK() should be calledKirk McKusick2004-02-231-1/+1
* Change UFS from using vop_stdlock to using its own ufs_lock.Kirk McKusick2004-02-231-0/+28
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-221-2/+2
* Abstract dirhash's locking using macros. This should make it easier toDavid Malone2004-02-151-69/+75
* Fixed some style bugs:Bruce Evans2004-02-141-18/+10
* MFextfs: backed out secondary changes in rev.1.40 that had become justBruce Evans2004-02-131-6/+1
* Fix style bugs in previous commit.Jun Kuriyama2004-02-131-2/+6
* Fixed some minor style bugs (English usage and formatting of binaryBruce Evans2004-02-121-12/+13
* Reverse lock order by using local variable. This will shut up "acquiringJun Kuriyama2004-02-121-4/+6
* Removed more vestiges of vfs_ioopt:Bruce Evans2004-02-111-38/+4
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-5/+7
* Remove unnecessary vm object reference and deallocate calls from ffs_read()Alan Cox2004-01-311-30/+0
* Turn uio_resid/uio_offset comments into KASSERTsAndrey A. Chernov2004-01-271-16/+8
* Copy comment about caller check from ffs_read to ffs_extread, don'tAndrey A. Chernov2004-01-231-2/+6
* Fix various panic() strings to reflect true function name to allowAndrey A. Chernov2004-01-231-11/+12
* ffs_read:Andrey A. Chernov2004-01-231-7/+14
* Spell magic '16' number as IO_SEQSHIFT.Alexander Kabaev2004-01-191-2/+2
* Avoid calling vprint on a vnode while holding its interlock mutex.Alexander Kabaev2004-01-041-2/+2
* Set fs_ronly to the correct value in ffs_reload() when reloading the fileDon Lewis2003-12-071-0/+2
* Write the UFS2 superblock with a 'BAD' magic number at the beginningWes Peters2003-11-161-0/+1
* Send B_PHYS out to pasture, it no longer serves any function.Poul-Henning Kamp2003-11-151-1/+1
* Call free(9) after the vnode interlock is released, avoiding a lock-orderAlan Cox2003-11-131-1/+1
* Update the statfs structure with 64-bit fields to allowKirk McKusick2003-11-121-0/+11
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-053-38/+38
* Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameterAlexander Kabaev2003-11-031-1/+2
* Take care not to call vput if thread used in corresponding vgetAlexander Kabaev2003-11-022-5/+10
* Temporarily undo parts of the stuct mount locking commit by jeff.Alexander Kabaev2003-11-012-23/+6
* Tweak the calculation of minbfree in ffs_dirpref() so that onlyDon Lewis2003-10-311-7/+7
* Move the P_COWINPROGRESS flag from being a per-process p_flag to being aJohn Baldwin2003-10-232-15/+15
* Initialize bp->b_offset to the physical offset in partitionTor Egge2003-10-221-6/+5
* DuH!Poul-Henning Kamp2003-10-183-3/+3
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()Poul-Henning Kamp2003-10-183-0/+3
* When expunging unlinked files from a snapshot, skip over holes in theKirk McKusick2003-10-171-6/+16
* - My last commit to this file is still not safe, I believe that it may beJeff Roberson2003-10-061-0/+6
* - Reinstate 1.142 this was fixed by 1.144.Jeff Roberson2003-10-061-3/+5
* - The VCHR case in ffs_sync() is an unneccsary optimization especiallyJeff Roberson2003-10-051-5/+2
* - Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE()Jeff Roberson2003-10-051-16/+12