]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Correct an argument type of iopl syscall for Linuxulator. This also fixes
[FreeBSD/FreeBSD.git] / sys / ufs /
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-11 mckusickExport vinactive() from kern/vfs_subr.c (e.g., make...
2012-04-10 jh- Return EPERM from ufs_setattr() when an user without...
2012-04-08 traszFix panic in ffs_reload(), which may happen when read...
2012-04-08 mckusickDrop an unnecessary setting of si_mountpt when updating...
2012-04-04 jhAdd a check for unsupported file flags to ufs_setattr().
2012-04-02 mckusickA file cannot be deallocated until its last name has...
2012-04-02 jh- Use more natural ip->i_flags instead of vap->va_flags...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-28 mckusickA refinement of change 232351 to avoid a race with...
2012-03-28 mckusickKeep track of the mount point associated with a special...
2012-03-28 kibDo trivial reformatting of the comment to record the...
2012-03-28 kibReviewed by: bde, mckusick
2012-03-28 kibMicrooptimize: in qsync loop over mount vnodes, only...
2012-03-28 kibUpdate comment.
2012-03-25 mckusickAdd a third flags argument to ffs_syncvnode to avoid...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 kibSupply boolean as the second argument to ffs_update...
2012-03-11 kibRemove superfluous brackets.
2012-03-11 kibDo schedule delayed writes for async mounts.
2012-03-11 kibDo not fall back to slow synchronous i/o when low on...
2012-03-11 kibIn ffs_syncvnode(), pass boolean false as second argume...
2012-03-11 kibRemove not needed ARGSUSED lint command.
2012-03-11 kibRemove fifo.h. The only used function declaration from...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 phoRevert r232692 as the correct place to fix this is...
2012-03-09 kibDecomission mnt_noasync. Introduce MNTK_NOASYNC mnt_ker...
2012-03-08 jhbAdd KTR_VFS traces to track modifications to a vnode...
2012-03-08 phosyscall() fuzzing can trigger this panic. Return EINVAL...
2012-03-02 jhbSimilar to the fixes in 226967 and 226987, purge any...
2012-03-01 mckusickThis change avoids a kernel deadlock on "snaplk" when...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 kibProperly lock DQREF() with dqhlock. Missed locking...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-21 kibFix found places where uio_resid is truncated to int.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-13 mckusickMissing conditions in checking whether an inode has...
2012-02-09 mckusickHistorically when an application wrote an entire block...
2012-02-07 mckusickIn the original days of BSD, a sync was issued on every...
2012-02-07 kibSprinkle missed calls to asynchronous UFS_UPDATE()...
2012-02-06 kibAdd missing opt_quota.h include to activate #ifdef...
2012-02-06 kibJNEWBLK dependency may legitimately appear on the buf...
2012-02-06 kibCurrent implementations of sync(2) and syncer vnode...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-17 mckusickThere are several bugs/hangs when trying to take a...
2012-01-17 mckusickMake sure all intermediate variables holding mount...
2012-01-16 ivorasAdd a bit of verbosity to the comment.
2012-01-14 mckusickConvert FFS mount error messages from kernel printf...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-08 kibAvoid LOR between vfs_busy() lock and covered vnode...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 edMigrate ufs and ext2fs from skpc() to memcchr().
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-09 glebUse implementation independent inoNN_t scalars for...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-06 edRemove MALLOC_DECLAREs of nonexisting malloc-pools.
2011-10-31 phoFix the wrong commit log message for r226967: "Added...
2011-10-31 phoThe kern_renameat() looks up the fvp using the DELETE...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-27 mckusickThis update eliminates a lock-order reversal warning...
2011-09-27 mckusickThis update eliminates the system hang reported in...
2011-09-20 kibUse nowait sync request for a vnode when doing softdep...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-25 mmGeneralize ffs_pages_remove() into vn_pages_remove().
2011-08-23 aeFix lock leak.
2011-08-15 rwatsonFix two cases involving opt_capsicum.h and module builds:
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-07-30 mckusickUpdate to -r224294 to ensure that only one of MNT_SUJ...
2011-07-24 mckusickMove the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ...
2011-07-22 mckusickDefault debugging error messages to off for journaled...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-15 mckusickAdd an FFS specific mount option to allow a filesystem...
2011-07-14 mckusickConsistently check mount flag (MNTK_SUJ) rather than...
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-10 mckusickWhen first creating snapshots, we may free some blocks...
2011-07-10 mckusickAllow disk partitions associated with UFS read-only...
2011-07-09 kibUse 'curthread_pflags' instead of 'thread_pflags' to...
2011-07-09 kibUse helper functions instead of manually managing TDP_I...
2011-07-04 jeff - Speed up pendingblock processing again. Having...
2011-07-04 jeff - Handle D_JSEGDEP in the softdep_sync_buf() switch...
2011-07-04 jeff - It is impossible to run request_cleanup() while...
2011-07-04 jeff - Fix an inode quota leak. We need to decrement the...
2011-06-29 mckusickHandle the FREEDEP case in softdep_sync_buf().
2011-06-29 alcAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-20 jeff - Fix directory count rollbacks by passing the mode...
next