summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
AgeCommit message (Expand)Author
2004-01-12change the updating note to say you may need fsck_ffs -b 32 -c 4'dbj
2004-01-12add checks for a couple of botched superblock upgrade casesdbj
2004-01-10Allow vfs_write_suspend() to wait if the file system is alreadyhannken
2004-01-10Split out softdep_flushworklist() from softdep_flushfiles() so thathannken
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2004-01-09never upgrade the superblock or set FS_FLAGS_UPDATED in fs_old_flagsdbj
2004-01-03reintroduce compatbility defines fordbj
2004-01-02explicitly pad struct appleufslabel and use __attribute__((__packed__))dbj
2004-01-02add uuid field to apple ufs volume labeldbj
2003-12-31remove incorrect XXX comments I introduced a couple of days agodbj
2003-12-31remove unused cs_numclusters field from struct csum_totaldbj
2003-12-31update explanatory comment about NOCSPTRS to reflect that fs_activedbj
2003-12-31reorder ffs_sb_swap to reflect actual order in superblockdbj
2003-12-31add fs_flags to ffs_sb_swapdbj
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-30fix bugs in ffs_cg_swap for FS_42POSTBLFMTdbj
2003-12-04Dynamic sysctl.atatat
2003-12-02clarify comments, especially since ffs_isfreeblock is non-intuitive:dbj
2003-12-01in ffs_unmount, ignore error returned by VOP_CLOSE(devvp)dbj
2003-11-27Remove part of previous -- there is NO reason for directory allocation to usemycroft
2003-11-15Kernel portion of the fsync_range(2) system call. Written by Billthorpej
2003-11-08fix uninitialized variable use in previous change (!)jdolecek
2003-11-08always do a full fsync if vp->v_type != VREGdbj
2003-11-08fix minor memory leaks in error paths of ffs_mountfsdbj
2003-11-08protect use of buf's b_flags with b_interlockdbj
2003-11-08protect a few uses of buf's b_flags with b_interlockdbj
2003-11-05Clean up the usage of vn_start_write(). At least one occurence clobberedhannken
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-25Remove the present incarnation of FSYNC_DATAONLY use from ffs_fsync() andkleink
2003-10-15Add the gating of system calls that cause modifications to the underlyinghannken
2003-10-14add mnt_iflag field to struct mount for internal flagsdbj
2003-10-13Whitespace nits.thorpej
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-09-29Declare fs_old_flags and fs_flags as unsigned.dbj
2003-09-25In ffs_sbupdate(), swap the sblock after ffs_oldfscompat_write() isenami
2003-09-17Fix a recently introduced bug which prevents csum totals being copiedenami
2003-09-13make sure to not get flags which are for internal use only from the on-diskbouyer
2003-09-13Commit changes proposed inbouyer
2003-09-07buffer cache mp locks.yamt
2003-09-05use arc4random instead of random (mask with INT32_MAX to avoid gettingitojun
2003-08-21Split CGSIZE definition so it can be used with 64bit fpg values.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-29Add forward declaration of struct lwp instead of struct proc. Sort thoseenami
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-12OS X still seems to use the old nrpos field in the superblock, and getsfvdl
2003-05-15The C language does not permit statements of the formkristerw
2003-05-04Print pid on error. From Greg A. Woods in PR#17393.gmcgarry