| Age | Commit message (Expand) | Author |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-02-06 | Move fstrans_start()/fstrans_done() into genfs_insane_rename() to protect | hannken |
| 2014-01-29 | Patch from Edgar Fuß on tech-kern: | bouyer |
| 2014-01-28 | Bogus gcc 4.8 maybe-used-uninitialized warning | martin |
| 2014-01-28 | Quell a gcc 4.8 maybe-unitialized false positive | martin |
| 2014-01-28 | Quell a (bogus) "may be used unintialized" warning from gcc 4.8 | martin |
| 2014-01-25 | More alignment spellos | skrll |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-21 | Move VOP_UNLOCK() after setting type to VNON like all other UFS file systems. | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-12-17 | ib_get is not used in the evbarm/OPENRD kernel, so mark it as such. | joerg |
| 2013-12-09 | Fix typo ("then" instead of "than") | wiz |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-11-22 | fix typo; hi christos | dholland |
| 2013-11-16 | This is now equivalent to ufs_quota.c -r1.115. | dholland |
| 2013-11-16 | tidy the QUOTA2 blocks a bit more | dholland |
| 2013-11-16 | move variable use and initialisation inside the #ifdef / block that uses it. | mrg |
| 2013-11-12 | clarify warning printout | dholland |
| 2013-11-10 | __USE a variable for the non-wapbl case | christos |
| 2013-11-04 | Add 2 XXX: gcc initializations | christos |
| 2013-10-29 | Vnode API cleanup pass 1. | hannken |
| 2013-10-28 | Pull in fix from FreeBSD ffs_alloc.c r121785: | bad |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-25 | Turn a few __unused into __diagused | martin |
| 2013-10-20 | remove unused | christos |
| 2013-10-20 | Definining needswap where needed. | htodd |
| 2013-10-20 | always declare needswap | christos |
| 2013-10-20 | always declare needswap | christos |
| 2013-10-19 | convert ufs_rw{16,32,64}() into real inline functions in all cases, | mrg |
| 2013-10-19 | Mark a potentially unused variable | martin |
| 2013-10-19 | Mark unused (in the !FFS_EI case) variables as such. | martin |
| 2013-10-19 | Eliminate a variable only used in diagnostic kernels | martin |
| 2013-10-19 | Mark a potentially unused (ifndef FFS_EI) variable | martin |
| 2013-10-18 | move code inside ifdef | christos |
| 2013-10-18 | fix unused variable warnings | christos |
| 2013-10-18 | use __USE() in the right place, instead of (void)var. | christos |
| 2013-10-17 | - remove unused variables | christos |
| 2013-10-07 | Remove stray KERNEL_UNLOCK_ONE() in error path of lfs_markv(). | dholland |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-09-16 | Function ffs_reload() works on a read-only mount, so remove the call | hannken |
| 2013-09-15 | Remove unused variables | martin |
| 2013-09-15 | Remove unused variable | martin |
| 2013-09-13 | Kill unused function ib_assign. | joerg |
| 2013-09-12 | #ifdef a variable just like their use | martin |
| 2013-09-03 | Add the FS_SUJ flag for journaled softupdates from FreeBSD. | dholland |
| 2013-08-11 | Kill off uo_unmark_vnode/UFS_UNMARK_VNODE as it's now a leftover. | dholland |