summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2010-03-15Allow ufs_inactive() while a file system is suspending. Removes a possiblehannken
2010-03-02fs_lfs.h is no longer necessarypooka
2010-03-02load lfs syscalls in modloadpooka
2010-03-02/*pooka
2010-03-02Remove fs_mfs.h from users because it is now unnecessary and don'tpooka
2010-03-02Make mfs_initminiroot() mandatory. Allows to remove #ifdef MFS.pooka
2010-03-02Don't generate unused fs_thefs.h headers.pooka
2010-03-02Remove last #ifdef FFS. Do this by making lfs include ffs.pooka
2010-03-02scortch ufs_vnops.c cargo cult headerspooka
2010-02-27Store physical block numbers in superblock that point to the journal.mlelstv
2010-02-23Replace individual queries for partition information withmlelstv
2010-02-21For the UVM_PAGE_TRKOWN test do not require that the relevant pagesmlelstv
2010-02-18Fix root filesystem support.eeh
2010-02-16Three changes in a single commit.mlelstv
2010-02-11There is no code left that uses disk size data, so don't query it.mlelstv
2010-02-11There is no code left that uses disk size data, so don't query it.mlelstv
2010-02-07- ufs_balloc_range(): on error, only PG_RELEASED the pages that werebouyer
2010-02-05Correct addressing of superblock updates.mlelstv
2010-01-31Fix block shift to work with different device block sizes.mlelstv
2010-01-31Replace individual queries for partition information withmlelstv
2010-01-31Fix block shift to work with different device block sizes.mlelstv
2010-01-31Replace individual queries for partition information withmlelstv
2010-01-15vclean() actually sets v_tag to VT_NON but doesn't touch v_type.bouyer
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-12-07Fix some more hangs and deadlocks.eeh
2009-11-27Add definitions for more reserved inodes.tsutsui
2009-11-18use NULL instead of 0 for pointersyamt
2009-11-17This should fix a deadlock.eeh
2009-11-17Create unwind log in global variable instead of automatic variable.pooka
2009-11-05... actually, define compat only for the kernel. Userlandia shouldpooka
2009-11-05Include compat/sys/time_types.h instead of compat/sys/time.h.pooka
2009-11-05Include compat code by default.pooka
2009-11-05getcleanvnode(): don't vclean() the vnode if it has gained anotherbouyer
2009-11-04Now that softdep has left the tree the only place needing the ffs_lock()hannken
2009-10-30compile without COMPAT_50christos
2009-10-29Fix up numoutput accounting.eeh
2009-10-29PR/42246: NAKAJIMA Yoshihiro: provide COMPAT_50 for LFSchristos
2009-10-21update i_uid and i_gid after chownpooka
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-10-15No longer abuse TAILQ internal data.hannken
2009-10-14ufs_rmdir(): move fstrans_done() after vput(). No more unlinked andhannken
2009-10-13Fix a deadlock where fscow_disestablish() blocks because outstandinghannken
2009-10-05ufsdirhash_recycle(): modify ufs_dirhashmem atomically.rmind
2009-09-28Avoid nasal demons. Code of the formdholland
2009-09-20PR kern/41147: race between nfsd and local rmbouyer
2009-09-13If the WAPBL journal can't be read (ffs_wapbl_replay_start() fails),bouyer
2009-09-13Allow tunefs to clear any type of WAPBL log, not only in-filesystembouyer
2009-09-13Move declaration of ufs_hashlock into <ufs/ufs_extern.h> from each c source.tsutsui
2009-09-12Use proper macro, some KNF, fix typo.tsutsui
2009-09-12Whitespace nits.tsutsui