| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-12-17 | ib_get is not used in the evbarm/OPENRD kernel, so mark it as such. | joerg |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-11-12 | clarify warning printout | dholland |
| 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 | Turn a few __unused into __diagused | martin |
| 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 | 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-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-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 |
| 2013-06-23 | Stick ffs_ in front of the following macros: | dholland |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | blkoff() -> ffs_blkoff() stragglers | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-06-16 | Add an UFS_SNAPGONE() ufs op replacing the calls | hannken |
| 2013-06-09 | Stick UFS_ in front of these symbols: | dholland |
| 2013-06-09 | Remove lfs-only inumber field (and its supporting union) from struct | dholland |
| 2013-05-07 | When invalidating short buffers on the snapshots clean list use bbusy() | hannken |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-11-26 | allow to enable ffs "discard" by update mounts, make the flag visible | drochner |
| 2012-10-19 | Implement experimental support to pass notifications that a file | drochner |
| 2012-09-10 | Stop extended attributes at the appropriate place so that unmount | manu |
| 2012-07-09 | Convert a KDASSERT to a KDASSERTMSG | matt |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-04-23 | everywhere else it is assumed that the filesystem block size fits into | drochner |
| 2012-04-20 | one more cast | christos |
| 2012-04-19 | Fix signed/unsigned issues. | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-29 | use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC). | nonaka |
| 2012-01-28 | pool_page_alloc, pool_page_alloc_meta: avoid extra compare, use const. | rmind |
| 2012-01-27 | converting readdir in ffs ext2fs from malloc(9) to kmem(9) | para |
| 2012-01-03 | Display current mount point, rather than previous one, when printing | pgoyette |
| 2011-11-28 | Remove arc4random() and arc4randbytes() from the kernel API. Replace | tls |
| 2011-11-23 | If ufs_balloc_range() fails, make sure to call ?fs_truncate() to | bouyer |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-11-13 | use getdiskinfo() | christos |
| 2011-10-07 | As vnalloc() always allocates with PR_WAITOK there is no longer the need | hannken |