summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-12-17ib_get is not used in the evbarm/OPENRD kernel, so mark it as such.joerg
2013-11-23change the mountlist CIRCLEQ into a TAILQchristos
2013-11-12clarify warning printoutdholland
2013-10-29Vnode API cleanup pass 1.hannken
2013-10-28Pull in fix from FreeBSD ffs_alloc.c r121785:bad
2013-10-25Turn a few __unused into __diagusedmartin
2013-10-20Definining needswap where needed.htodd
2013-10-20always declare needswapchristos
2013-10-20always declare needswapchristos
2013-10-19Mark a potentially unused variablemartin
2013-10-19Mark unused (in the !FFS_EI case) variables as such.martin
2013-10-19Eliminate a variable only used in diagnostic kernelsmartin
2013-10-19Mark a potentially unused (ifndef FFS_EI) variablemartin
2013-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
2013-09-16Function ffs_reload() works on a read-only mount, so remove the callhannken
2013-09-13Kill unused function ib_assign.joerg
2013-09-12#ifdef a variable just like their usemartin
2013-09-03Add the FS_SUJ flag for journaled softupdates from FreeBSD.dholland
2013-08-11Kill off uo_unmark_vnode/UFS_UNMARK_VNODE as it's now a leftover.dholland
2013-06-23Stick ffs_ in front of the following macros:dholland
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19blkoff() -> ffs_blkoff() stragglersdholland
2013-06-19Rename ambiguous macros:dholland
2013-06-16Add an UFS_SNAPGONE() ufs op replacing the callshannken
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-06-09Remove lfs-only inumber field (and its supporting union) from structdholland
2013-05-07When invalidating short buffers on the snapshots clean list use bbusy()hannken
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-12-20Change bread() and breadn() to never return a buffer onhannken
2012-11-26allow to enable ffs "discard" by update mounts, make the flag visibledrochner
2012-10-19Implement experimental support to pass notifications that a filedrochner
2012-09-10Stop extended attributes at the appropriate place so that unmountmanu
2012-07-09Convert a KDASSERT to a KDASSERTMSGmatt
2012-04-29change vflushbuf() to take the full FSYNC_* flags.chs
2012-04-23everywhere else it is assumed that the filesystem block size fits intodrochner
2012-04-20one more castchristos
2012-04-19Fix signed/unsigned issues.christos
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-29use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC).nonaka
2012-01-28pool_page_alloc, pool_page_alloc_meta: avoid extra compare, use const.rmind
2012-01-27converting readdir in ffs ext2fs from malloc(9) to kmem(9)para
2012-01-03Display current mount point, rather than previous one, when printingpgoyette
2011-11-28Remove arc4random() and arc4randbytes() from the kernel API. Replacetls
2011-11-23If ufs_balloc_range() fails, make sure to call ?fs_truncate() tobouyer
2011-11-19First step of random number subsystem rework described intls
2011-11-14VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount()hannken
2011-11-13use getdiskinfo()christos
2011-10-07As vnalloc() always allocates with PR_WAITOK there is no longer the needhannken