| Age | Commit message (Expand) | Author |
| 2023-05-11 | ffs: apply the remaining ffs_snapshot.c part of this FreeBSD commit: | chs |
| 2022-04-16 | Take the link count from the inode. | hannken |
| 2021-12-05 | s/shapshot/snapshot/ | msaitoh |
| 2020-04-18 | Extended attribute support for ffsv2, from FreeBSD. | christos |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-04-01 | KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. | riastradh |
| 2017-03-18 | #if DIAGNOSTIC panic ---> KASSERT | riastradh |
| 2017-03-01 | Remove now redundant calls to fstrans_start()/fstrans_done(). | hannken |
| 2017-02-17 | Bring back vrele_flush() to flush deferred vrele() o an suspended file system. | hannken |
| 2017-02-17 | Untangle VFS_SYNC() from VFS_SUSPENDCTL(). | hannken |
| 2016-10-28 | reorganize ffs_truncate()/ffs_indirtrunc() to be able to partially | jdolecek |
| 2016-10-21 | revert 1.141 - the second ffs_truncate() can't really fail | jdolecek |
| 2016-10-20 | allow also the snapshot_setup()'s call to ffs_truncate() fail, the code | jdolecek |
| 2015-06-28 | Small fixes. | maxv |
| 2015-03-28 | Remove the 'cred' argument from bread(). Remove a now unused var in | maxv |
| 2015-03-28 | Remove the 'cred' argument from breadn(), and update the man page | maxv |
| 2014-09-05 | Don't nest structure definitions. | matt |
| 2014-07-10 | Use an explicit compare to 0 for an immediate error result, not !. | dholland |
| 2014-05-30 | Testing "v_usecount == 1" for exclusive reference will not always | hannken |
| 2014-05-24 | Introduce a selector function to the vfs vnode iterator so that we don't | christos |
| 2014-03-17 | Change snapshot_expunge() to use vfs_vnode_iterator. | hannken |
| 2013-12-17 | ib_get is not used in the evbarm/OPENRD kernel, so mark it as such. | joerg |
| 2013-10-19 | Mark unused (in the !FFS_EI case) variables as such. | 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-13 | Kill unused function ib_assign. | joerg |
| 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 | Rename ambiguous macros: | dholland |
| 2013-06-16 | Add an UFS_SNAPGONE() ufs op replacing the calls | hannken |
| 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-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-10-07 | As vnalloc() always allocates with PR_WAITOK there is no longer the need | hannken |
| 2011-07-01 | ffs_copyonwrite(): If the write is to the in-file-system journal | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-08 | Revert previous commit. Locking the snapshot vnode while the file system | hannken |
| 2011-04-29 | Before expunging all snapshots take the snapshot lock and resume the file | hannken |
| 2011-04-23 | ffs_snapshot(): return an error if the node is an invalid snapshot. | hannken |
| 2011-04-18 | Preallocate all cylinder group blocks so we no longer redo ~50% of | hannken |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2011-02-24 | fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag | hannken |
| 2011-02-23 | Initialize blkno to 0 right before the snapblkaddr() call that GCC does | dyoung |
| 2011-02-23 | Quiesce CC ('blkno' may be used uninitialized in this function). | hannken |
| 2011-02-22 | Move blocks_in_journal() in under #ifndef FFS_NO_SNAPSHOT, all uses | he |
| 2011-02-21 | Change the snapshot lock: | hannken |