summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
AgeCommit message (Expand)Author
2006-08-30fix missing initializerschristos
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-12softdep_sync_metadata: If vp is a block device it may have new I/O requestshannken
2006-06-11PR 33697: complete timecounter conversionkardel
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-23remove unused FFS_NAMES and LFS_NAMES.yamt
2006-04-18Coverity CID 746: Remove dead code. lbn >= NDADDR is mutually exclusive tochristos
2006-04-15Coverity CID 2858: Avoid NULL deref.christos
2006-04-10Revert previous; I mixed bpp and *bpp when reading ffs_balloc_ufs1().bouyer
2006-04-10If we brelse ibp, set ibp to NULL, to avoid reusing it later in balloc()bouyer
2006-04-09ffs_gop_size: revert a problematic part of 1.78.yamt
2006-03-30some cleanups after the introduction of GOP_SIZE_MEM flag.yamt
2006-03-23ffs_balloc*(): Add an assertion for "bpp != NULL" if B_METAONLY is set.hannken
2006-03-18Fix dead error condition, coverity ID 747.bouyer
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2006-02-21Use device_class() instead of accessing dv_class directly.thorpej
2006-01-14- unify ffs_blkatoff and lfs_blkatoff.yamt
2006-01-04- add simple functions to allocate/free a buffer for i/o.yamt
2005-12-27changes for making DIAGNOSTIC not change the kernel ABI:chs
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-23Convert UFS_EXTATTR to struct lwp.rpaulo
2005-12-23prevent in-core vnode being freed from getting new references.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-27Force some multiplies to give a 64 bit result to avoid dirsize being zerodsl
2005-11-11- ignore truncation for VCHR/VBLK/VFIFO as it used to beyamt
2005-11-02Adjust signature of softdep_freefile (dummy stub which always panicsgdt
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-27introduce "ufs_ops" and use it for ITIMES.yamt
2005-09-26revert ffs_snapshot.c 1.20 because it's bogus. pointed by Simon Burge.yamt
2005-09-26always use nanotime rather than time.yamt
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-22Fix bogus if-clause introduced in previous revision.rpaulo
2005-09-22In ffs_unmount(), detect EOPNOTSUPP errno returned fromrpaulo
2005-09-12Add another KASSERT.christos
2005-09-12- access the ffs and ext2fs itimes functions through a pointer, so thatchristos
2005-09-12move the new ffs_itimes() to a berr place -- ffs_subr.c is shared withdrochner
2005-09-12Use nanotime() to update the time fields in filesystems. Convert the codechristos
2005-09-09- for pagecache dependency, track which page in the blockyamt
2005-09-09revert the code to expand putpage requests to block boundary.yamt
2005-08-30* Remove __P()xtraeme
2005-08-28Experimental support for extended attributes on UFS1 file systems, using athorpej
2005-08-24PRId64 -> ld in UVMHIST_LOG format strings.yamt
2005-08-23Don't overload MAXNAMLEN, use a separate constant for each filesystem type.christos
2005-08-1964 bit inode changes.christos
2005-07-26revert VCHR part of ffs_vnops.c 1.71.yamt
2005-07-25fix crash in mount error handling: don't free storage which was notdrochner
2005-07-23update file timestamps for nfsd loaned-read and mmap.yamt