summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Make sure to update the mnt_stats before UFS1 extattr tried tophk2004-07-141-5/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-123-5/+6
* Update for the KDB debugger framework:marcel2004-07-102-6/+5
* Explicity initialize vp->v_bsize.phk2004-07-071-1/+3
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-043-47/+9
* Annotate that we don't check the returned data length from ufs_readdir()rwatson2004-06-241-0/+6
* Remove unnecessary setting of VV_SYSTEM on extended attribute backingrwatson2004-06-241-2/+0
* Protect a non-text comment with a '-'.rwatson2004-06-241-1/+1
* White space cleanup: use spaces instead of tabs in variable declarationsrwatson2004-06-241-57/+55
* Backed out previous commit. The dev_t -> `struct cdev *' changes havebde2004-06-201-1/+1
* Avoid deadlock which is caused by locking VDIR of parent and VREG ofkuriyama2004-06-181-0/+9
* Do the dreaded s/dev_t/struct cdev */phk2004-06-166-10/+10
* Nice, is a property of a process as a whole..julian2004-06-161-4/+4
* Avoid assignments to cast expressions.stefanf2004-06-081-2/+2
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-2/+2
* - Fix typokrion2004-05-311-1/+1
* Upon further review it was decided this piece of the msync(2)kensmith2004-05-211-0/+2
* Style fixup in previous commit.kensmith2004-05-191-4/+2
* Change ffs_realloccg() to set the valid bits for the extended part of thekensmith2004-05-141-2/+10
* Revert previous change to this file because it breaks somebmilekic2004-04-291-9/+2
* The previous change to mount(8) to report ufs or ufs2 usedbmilekic2004-04-261-2/+9
* Record where half the bits in this file came from (from ufs_readwrite.c).bde2004-04-071-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-0721-84/+0
* Fix a paste-o from the buf_prewrite() cleanup commit and check for thejhb2004-04-061-1/+1
* Fix the remaining warnings of growfs(8) on my sparc64 box withmux2004-04-031-1/+1
* Avoid doing bawrite to initialize inode block while holding cylinderkan2004-03-161-1/+3
* When I was a kid my work table was one cluttered mess an cleaning it upphk2004-03-112-1/+32
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-113-19/+19
* A more accurate test in the new ufs_lock than that in 1.235.mckusick2004-02-231-2/+3
* In the function clear_inodedeps(), a FREE_LOCK() should be calledmckusick2004-02-231-1/+1
* Change UFS from using vop_stdlock to using its own ufs_lock.mckusick2004-02-231-0/+28
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-2/+2
* Abstract dirhash's locking using macros. This should make it easier todwmalone2004-02-151-69/+75
* Fixed some style bugs:bde2004-02-141-18/+10
* MFextfs: backed out secondary changes in rev.1.40 that had become justbde2004-02-131-6/+1
* Fix style bugs in previous commit.kuriyama2004-02-131-2/+6
* Fixed some minor style bugs (English usage and formatting of binarybde2004-02-121-12/+13
* Reverse lock order by using local variable. This will shut up "acquiringkuriyama2004-02-121-4/+6
* Removed more vestiges of vfs_ioopt:bde2004-02-111-38/+4
* Locking for the per-process resource limits structure.jhb2004-02-041-5/+7
* Remove unnecessary vm object reference and deallocate calls from ffs_read()alc2004-01-311-30/+0
* Turn uio_resid/uio_offset comments into KASSERTsache2004-01-271-16/+8
* Copy comment about caller check from ffs_read to ffs_extread, don'tache2004-01-231-2/+6
* Fix various panic() strings to reflect true function name to allowache2004-01-231-11/+12
* ffs_read:ache2004-01-231-7/+14
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-191-2/+2
* Avoid calling vprint on a vnode while holding its interlock mutex.kan2004-01-041-2/+2
* Set fs_ronly to the correct value in ffs_reload() when reloading the filetruckman2003-12-071-0/+2
* Write the UFS2 superblock with a 'BAD' magic number at the beginningwes2003-11-161-0/+1
* Send B_PHYS out to pasture, it no longer serves any function.phk2003-11-151-1/+1
OpenPOWER on IntegriCloud