summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2014-02-27The current implementation of vn_lock() is racy. Modification ofhannken
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-02-06Move fstrans_start()/fstrans_done() into genfs_insane_rename() to protecthannken
2014-01-29Patch from Edgar Fuß on tech-kern:bouyer
2014-01-28Bogus gcc 4.8 maybe-used-uninitialized warningmartin
2014-01-28Quell a gcc 4.8 maybe-unitialized false positivemartin
2014-01-28Quell a (bogus) "may be used unintialized" warning from gcc 4.8martin
2014-01-25More alignment spellosskrll
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-21Move VOP_UNLOCK() after setting type to VNON like all other UFS file systems.hannken
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2013-12-17ib_get is not used in the evbarm/OPENRD kernel, so mark it as such.joerg
2013-12-09Fix typo ("then" instead of "than")wiz
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
2013-11-23change the mountlist CIRCLEQ into a TAILQchristos
2013-11-22fix typo; hi christosdholland
2013-11-16This is now equivalent to ufs_quota.c -r1.115.dholland
2013-11-16tidy the QUOTA2 blocks a bit moredholland
2013-11-16move variable use and initialisation inside the #ifdef / block that uses it.mrg
2013-11-12clarify warning printoutdholland
2013-11-10__USE a variable for the non-wapbl casechristos
2013-11-04Add 2 XXX: gcc initializationschristos
2013-10-29Vnode API cleanup pass 1.hannken
2013-10-28Pull in fix from FreeBSD ffs_alloc.c r121785:bad
2013-10-25Mark a diagnostic-only variablemartin
2013-10-25Mark a diagnostic-only variablemartin
2013-10-25Turn a few __unused into __diagusedmartin
2013-10-20remove unusedchristos
2013-10-20Definining needswap where needed.htodd
2013-10-20always declare needswapchristos
2013-10-20always declare needswapchristos
2013-10-19convert ufs_rw{16,32,64}() into real inline functions in all cases,mrg
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-10-18move code inside ifdefchristos
2013-10-18fix unused variable warningschristos
2013-10-18use __USE() in the right place, instead of (void)var.christos
2013-10-17- remove unused variableschristos
2013-10-07Remove stray KERNEL_UNLOCK_ONE() in error path of lfs_markv().dholland
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-15Remove unused variablesmartin
2013-09-15Remove unused variablemartin
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