summaryrefslogtreecommitdiff
path: root/sys/ufs
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-28use symbolic V_SAVE instead of value 1 when invoking vinvalbufdbj
2003-12-21Fix usage of fifth argument to pool_init().simonb
2003-12-17set VBWAIT when waiting v_numoutput to be drained.yamt
2003-12-17remove a redundant substitution.yamt
2003-12-16- reduce code duplication.yamt
2003-12-16g/c lfs_no_inactive.yamt
2003-12-04Dynamic sysctl.atatat
2003-12-04use b_private rather than b_saveaddr.yamt
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-25use FINFOSIZE macro.yamt
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-08only let i_ffs_effnlink diverge from i_nlink if DOINGSOFTDEPdbj
2003-11-08comment out unnecessary IN_CHANGE|IN_UPDATE in lookupdbj
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-07- tweak lfs_update_single()'s prototype so that it can be used byyamt
2003-11-07fix spec vnode aliasing.yamt
2003-11-07- tell filesize changes to vm when roll-forwarding data blocks.yamt
2003-11-07more assertion about file truncation to zero.yamt
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-29Adjust to remove bogus initializer.mycroft
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-25Fix uninitialized variable warnings.christos
2003-10-21Correct preempt() calls.fvdl
2003-10-18be more strict about sa->vp.yamt
2003-10-18Remove assigned-to but otherwise unused variable.simonb
2003-10-17add comments and tweak code a little for readability.yamt