| Commit message (Expand) | Author | Age | Files | Lines |
| * | Export vinactive() from kern/vfs_subr.c (e.g., make it no longer | Kirk McKusick | 2012-04-11 | 1 | -12/+1 |
| * | - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGS | Jaakko Heinonen | 2012-04-10 | 1 | -11/+5 |
| * | Fix panic in ffs_reload(), which may happen when read-only filesystem | Edward Tomasz Napierala | 2012-04-08 | 1 | -2/+8 |
| * | Drop an unnecessary setting of si_mountpt when updating a UFS mount point. | Kirk McKusick | 2012-04-08 | 1 | -2/+0 |
| * | Add a check for unsupported file flags to ufs_setattr(). | Jaakko Heinonen | 2012-04-04 | 1 | -0/+4 |
| * | A file cannot be deallocated until its last name has been removed | Kirk McKusick | 2012-04-02 | 2 | -52/+37 |
| * | - Use more natural ip->i_flags instead of vap->va_flags in the final | Jaakko Heinonen | 2012-04-02 | 1 | -5/+11 |
| * | A refinement of change 232351 to avoid a race with a forcible unmount. | Kirk McKusick | 2012-03-28 | 1 | -4/+19 |
| * | Keep track of the mount point associated with a special device | Kirk McKusick | 2012-03-28 | 1 | -0/+6 |
| * | Do trivial reformatting of the comment to record the missed commit | Konstantin Belousov | 2012-03-28 | 1 | -4/+3 |
| * | Reviewed by: bde, mckusick | Konstantin Belousov | 2012-03-28 | 1 | -11/+73 |
| * | Microoptimize: in qsync loop over mount vnodes, only unlock mount | Konstantin Belousov | 2012-03-28 | 1 | -2/+1 |
| * | Update comment. | Konstantin Belousov | 2012-03-28 | 1 | -1/+1 |
| * | Add a third flags argument to ffs_syncvnode to avoid a possible conflict | Kirk McKusick | 2012-03-25 | 8 | -43/+40 |
| * | Supply boolean as the second argument to ffs_update(), and not a | Konstantin Belousov | 2012-03-13 | 2 | -7/+7 |
| * | Remove superfluous brackets. | Konstantin Belousov | 2012-03-11 | 1 | -1/+1 |
| * | Do schedule delayed writes for async mounts. | Konstantin Belousov | 2012-03-11 | 1 | -7/+11 |
| * | Do not fall back to slow synchronous i/o when low on memory or buffers. | Konstantin Belousov | 2012-03-11 | 1 | -2/+4 |
| * | In ffs_syncvnode(), pass boolean false as second argument of ffs_update(). | Konstantin Belousov | 2012-03-11 | 1 | -1/+1 |
| * | Remove not needed ARGSUSED lint command. | Konstantin Belousov | 2012-03-11 | 1 | -1/+0 |
| * | Remove fifo.h. The only used function declaration from the header is | Konstantin Belousov | 2012-03-11 | 1 | -2/+0 |
| * | Revert r232692 as the correct place to fix this is at the syscall level. | Peter Holm | 2012-03-09 | 1 | -2/+2 |
| * | Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which | Konstantin Belousov | 2012-03-09 | 1 | -2/+1 |
| * | Add KTR_VFS traces to track modifications to a vnode's writecount. | John Baldwin | 2012-03-08 | 1 | -0/+2 |
| * | syscall() fuzzing can trigger this panic. Return EINVAL instead. | Peter Holm | 2012-03-08 | 1 | -2/+2 |
| * | Similar to the fixes in 226967 and 226987, purge any name cache entries | John Baldwin | 2012-03-02 | 1 | -0/+7 |
| * | This change avoids a kernel deadlock on "snaplk" when using | Kirk McKusick | 2012-03-01 | 6 | -75/+151 |
| * | Properly lock DQREF() with dqhlock. Missed locking caused counter | Konstantin Belousov | 2012-02-22 | 1 | -0/+4 |
| * | Fix found places where uio_resid is truncated to int. | Konstantin Belousov | 2012-02-21 | 2 | -5/+10 |
| * | Missing conditions in checking whether an inode has been written. | Kirk McKusick | 2012-02-13 | 1 | -0/+3 |
| * | Historically when an application wrote an entire block of a file, | Kirk McKusick | 2012-02-09 | 1 | -9/+20 |
| * | In the original days of BSD, a sync was issued on every filesystem | Kirk McKusick | 2012-02-07 | 1 | -5/+15 |
| * | Sprinkle missed calls to asynchronous UFS_UPDATE() in attempt to | Konstantin Belousov | 2012-02-07 | 2 | -4/+16 |
| * | Add missing opt_quota.h include to activate #ifdef QUOTA blocks, | Konstantin Belousov | 2012-02-06 | 1 | -1/+2 |
| * | JNEWBLK dependency may legitimately appear on the buf dependency | Konstantin Belousov | 2012-02-06 | 1 | -0/+1 |
| * | Current implementations of sync(2) and syncer vnode fsync() VOP uses | Konstantin Belousov | 2012-02-06 | 1 | -1/+0 |
| * | There are several bugs/hangs when trying to take a snapshot on a UFS/FFS | Kirk McKusick | 2012-01-17 | 1 | -1/+9 |
| * | Make sure all intermediate variables holding mount flags (mnt_flag) | Kirk McKusick | 2012-01-17 | 1 | -2/+2 |
| * | Add a bit of verbosity to the comment. | Ivan Voras | 2012-01-16 | 1 | -1/+6 |
| * | Convert FFS mount error messages from kernel printf's to using the | Kirk McKusick | 2012-01-14 | 1 | -61/+65 |
| * | Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon(). | Konstantin Belousov | 2012-01-08 | 1 | -3/+18 |
| * | Migrate ufs and ext2fs from skpc() to memcchr(). | Ed Schouten | 2012-01-01 | 1 | -13/+7 |
| * | Use implementation independent inoNN_t scalars for on-disk UFS structures | Gleb Kurtsou | 2011-11-09 | 2 | -11/+11 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -4/+5 |
| * | Remove MALLOC_DECLAREs of nonexisting malloc-pools. | Ed Schouten | 2011-11-06 | 1 | -4/+0 |
| * | Fix the wrong commit log message for r226967: "Added missing cache purge | Peter Holm | 2011-10-31 | 1 | -0/+2 |
| * | The kern_renameat() looks up the fvp using the DELETE flag, which causes | Peter Holm | 2011-10-31 | 1 | -0/+7 |
| * | This update eliminates a lock-order reversal warning discovered | Kirk McKusick | 2011-09-27 | 1 | -21/+24 |
| * | This update eliminates the system hang reported in kern/160662 when | Kirk McKusick | 2011-09-27 | 1 | -1/+1 |
| * | Use nowait sync request for a vnode when doing softdep cleanup. We possibly | Konstantin Belousov | 2011-09-20 | 1 | -1/+1 |