summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs
AgeCommit message (Expand)Author
2006-08-30fix incomplete initializer.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-06-23fix a simonb-timecounters regression.yamt
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-15Coverity CID 1169: Add KASSERT before deref.christos
2006-03-18Fix a dead error condition, coverity ID 603.bouyer
2006-03-18Remove dead code, fixing coverity ID 745. nameiop can only be CREATEbouyer
2006-03-18bread() will always return a valid bp. So remplace the (always true) if (bp)bouyer
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-21Use device_class() instead of accessing dv_class directly.thorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2006-01-14Protect against uio_lwp being NULL from Pavel Cahynachristos
2005-12-27changes for making DIAGNOSTIC not change the kernel ABI:chs
2005-12-24__inline__ -> inlineperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-13add fwd declaration for struct proc. Fixes vax build.christos
2005-12-11merge ktrace-lwp.christos
2005-11-29merge yamt-readahead branch.yamt
2005-11-11- ignore truncation for VCHR/VBLK/VFIFO as it used to beyamt
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-10-30Only include <sys/systm.h> if _KERNEL is defined.simonb
2005-09-27introduce "ufs_ops" and use it for ITIMES.yamt
2005-09-26always use nanotime rather than time.yamt
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-12- access the ffs and ext2fs itimes functions through a pointer, so thatchristos
2005-09-12Add a KASSERT like the one ffs has.christos
2005-09-12Use nanotime() to update the time fields in filesystems. Convert the codechristos
2005-08-30* Remove __P()xtraeme
2005-08-23Don't overload MAXNAMLEN, use a separate constant for each filesystem type.christos
2005-08-1964 bit inode changes.christos
2005-07-23update file timestamps for nfsd loaned-read and mmap.yamt
2005-06-28Ensure that we change the size of the vnode at the same time askml
2005-06-28- constify genfs_ops.yamt
2005-05-29- sprinkle constchristos
2005-03-29- Define a VFS_ATTACH() macro that places a reference to a vfsops structurethorpej
2005-03-24getblk() can return NULL if we are the pagedaemon. Check for this.bouyer
2005-02-26nuke trailing whitespaceperry
2005-02-14fix typoe in previous.chs
2005-02-09Add support for large files (>2GB).ws
2005-01-11Rearrange some code slightly to avoid uninitialized variable warnings.mycroft
2005-01-09adjust the UBC mapping code to support non-vnode uvm_objects.chs
2005-01-09Whoops -- move the location of the VOP_OPEN()/VOP_CLOSE(), et al, frommycroft
2005-01-09Rework the mountroot interface so that vfs_mountroot() opens the root devicemycroft
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-12-15Remove some unnecessary (int32_t) casts that would cause us to screw up themycroft
2004-11-14Remove erroneous KASSERT; i_size is one of the fields mentioned inchristos