| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix a truncation bug with softdep journaling that could leak blocks on | jeff | 2012-11-14 | 1 | -39/+100 |
* | - Fix a bug that has existed since the original softdep implementation. | jeff | 2012-11-12 | 1 | -14/+27 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -2/+2 |
* | - Correct rev 242734, segments can sometimes get stuck. Be a bit more | jeff | 2012-11-09 | 1 | -1/+4 |
* | - Implement BIO_FLUSH support around journal entries. This will not 100% | jeff | 2012-11-08 | 1 | -16/+121 |
* | When a file is first being written, the dynamic block reallocation | mckusick | 2012-11-03 | 2 | -2/+75 |
* | - In cancel_mkdir_dotdot don't panic if the inodedep is not available. If | jeff | 2012-11-02 | 1 | -1/+1 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -1/+1 |
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystems | trasz | 2012-10-30 | 1 | -1/+2 |
* | Fix two problems that caused instant panic when the device mounted | trasz | 2012-10-28 | 1 | -2/+7 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 3 | -42/+6 |
* | Fix up kernel sources to be ready for a 64-bit ino_t. | mdf | 2012-09-27 | 7 | -53/+63 |
* | Remove unused member of struct indir (in_exists) from UFS and EXT2 code. | mjg | 2012-08-17 | 2 | -4/+0 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Use NULL instead of 0 for pointers | kevlo | 2012-07-22 | 2 | -4/+4 |
* | Extend the KPI to lock and unlock f_offset member of struct file. It | kib | 2012-07-02 | 1 | -5/+2 |
* | Fix unbounded-length malloc, controlled from usermode. The added check | kib | 2012-06-21 | 1 | -3/+7 |
* | In softdep_setup_inomapdep() we may have to allocate both inodedep | mckusick | 2012-06-11 | 1 | -14/+41 |
* | Enable vn_io_fault() lock avoidance for UFS. | kib | 2012-05-30 | 2 | -4/+4 |
* | Implement SEEK_HOLE/SEEK_DATA for UFS. | kib | 2012-05-26 | 1 | -0/+20 |
* | Add missing `continue' statement at end of case. | mckusick | 2012-05-18 | 1 | -0/+1 |
* | Remove unused thread argument from ufs_extattr_uepm_lock()/ufs_extattr_uepm_u... | trasz | 2012-04-23 | 1 | -21/+21 |
* | Fix build. | trasz | 2012-04-23 | 1 | -1/+1 |
* | Remove unused thread argument from clear_inodeps() and clear_remove(). | trasz | 2012-04-23 | 1 | -11/+8 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -2/+1 |
* | Remove unused thread argument from vtruncbuf(). | trasz | 2012-04-23 | 8 | -18/+14 |
* | Fix use-after-free introduced in r234036. | trasz | 2012-04-21 | 1 | -1/+5 |
* | This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loops | mckusick | 2012-04-20 | 4 | -5/+47 |
* | The part about exec atime no longer applies in the comment. | jh | 2012-04-18 | 1 | -3/+2 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 4 | -106/+36 |
* | Export vinactive() from kern/vfs_subr.c (e.g., make it no longer | mckusick | 2012-04-11 | 1 | -12/+1 |
* | - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGS | jh | 2012-04-10 | 1 | -11/+5 |
* | Fix panic in ffs_reload(), which may happen when read-only filesystem | trasz | 2012-04-08 | 1 | -2/+8 |
* | Drop an unnecessary setting of si_mountpt when updating a UFS mount point. | mckusick | 2012-04-08 | 1 | -2/+0 |
* | Add a check for unsupported file flags to ufs_setattr(). | jh | 2012-04-04 | 1 | -0/+4 |
* | A file cannot be deallocated until its last name has been removed | mckusick | 2012-04-02 | 2 | -52/+37 |
* | - Use more natural ip->i_flags instead of vap->va_flags in the final | jh | 2012-04-02 | 1 | -5/+11 |
* | A refinement of change 232351 to avoid a race with a forcible unmount. | mckusick | 2012-03-28 | 1 | -4/+19 |
* | Keep track of the mount point associated with a special device | mckusick | 2012-03-28 | 1 | -0/+6 |
* | Do trivial reformatting of the comment to record the missed commit | kib | 2012-03-28 | 1 | -4/+3 |
* | Reviewed by: bde, mckusick | kib | 2012-03-28 | 1 | -11/+73 |
* | Microoptimize: in qsync loop over mount vnodes, only unlock mount | kib | 2012-03-28 | 1 | -2/+1 |
* | Update comment. | kib | 2012-03-28 | 1 | -1/+1 |
* | Add a third flags argument to ffs_syncvnode to avoid a possible conflict | mckusick | 2012-03-25 | 8 | -43/+40 |
* | Supply boolean as the second argument to ffs_update(), and not a | kib | 2012-03-13 | 2 | -7/+7 |
* | Remove superfluous brackets. | kib | 2012-03-11 | 1 | -1/+1 |
* | Do schedule delayed writes for async mounts. | kib | 2012-03-11 | 1 | -7/+11 |
* | Do not fall back to slow synchronous i/o when low on memory or buffers. | kib | 2012-03-11 | 1 | -2/+4 |
* | In ffs_syncvnode(), pass boolean false as second argument of ffs_update(). | kib | 2012-03-11 | 1 | -1/+1 |
* | Remove not needed ARGSUSED lint command. | kib | 2012-03-11 | 1 | -1/+0 |