]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Remove redundant check.
[FreeBSD/FreeBSD.git] / sys / ufs /
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-21 Konstantin BelousovFix unbounded-length malloc, controlled from usermode...
2012-06-11 Kirk McKusickIn softdep_setup_inomapdep() we may have to allocate...
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-05-30 Konstantin BelousovEnable vn_io_fault() lock avoidance for UFS.
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-26 Konstantin BelousovImplement SEEK_HOLE/SEEK_DATA for UFS.
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-18 Kirk McKusickAdd missing `continue' statement at end of case.
2012-05-17 Xin LIMerge tcpdump 4.2.1.
2012-05-14 Xin LIMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 George V. Neville... Import dtracetoolkit into cddl/contrib
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
2012-04-23 Edward Tomasz Napi... Remove unused thread argument from ufs_extattr_uepm_loc...
2012-04-23 Edward Tomasz Napi... Fix build.
2012-04-23 Edward Tomasz Napi... Remove unused thread argument from clear_inodeps()...
2012-04-23 Edward Tomasz Napi... Remove unused thread argument to vrecycle().
2012-04-23 Edward Tomasz Napi... Remove unused thread argument from vtruncbuf().
2012-04-21 Edward Tomasz Napi... Fix use-after-free introduced in r234036.
2012-04-20 Kirk McKusickThis update uses the MNT_VNODE_FOREACH_ACTIVE interface...
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-18 Jaakko HeinonenThe part about exec atime no longer applies in the...
2012-04-17 Kirk McKusickReplace the MNT_VNODE_FOREACH interface with MNT_VNODE_...
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-11 Kirk McKusickExport vinactive() from kern/vfs_subr.c (e.g., make...
2012-04-10 Jaakko Heinonen- Return EPERM from ufs_setattr() when an user without...
2012-04-08 Edward Tomasz Napi... Fix panic in ffs_reload(), which may happen when read...
2012-04-08 Stanislav Sedov- Update FreeBSD's Heimdal distribution to 1.5.2. ...
2012-04-08 Kirk McKusickDrop an unnecessary setting of si_mountpt when updating...
2012-04-05 Doug BartonUpdate to version 9.8.2, the latest from ISC, which...
2012-04-04 Jaakko HeinonenAdd a check for unsupported file flags to ufs_setattr().
2012-04-02 Kirk McKusickA file cannot be deallocated until its last name has...
2012-04-02 Jaakko Heinonen- Use more natural ip->i_flags instead of vap->va_flags...
2012-03-30 Doug AmbriskoMFhead_mfi r233621
2012-03-30 Doug AmbriskoMFhead_mfi r227068
2012-03-28 Kirk McKusickA refinement of change 232351 to avoid a race with...
2012-03-28 Kirk McKusickKeep track of the mount point associated with a special...
2012-03-28 Jung-uk KimMFV: r233615
2012-03-28 Konstantin BelousovDo trivial reformatting of the comment to record the...
2012-03-28 Konstantin BelousovReviewed by: bde, mckusick
2012-03-28 Konstantin BelousovMicrooptimize: in qsync loop over mount vnodes, only...
2012-03-28 Konstantin BelousovUpdate comment.
2012-03-27 Jung-uk KimMFV: r233551
2012-03-27 Jung-uk KimMFV: r233550
2012-03-25 Edwin GroothuisMFV of 233442, tzdata2012a
2012-03-25 Kirk McKusickAdd a third flags argument to ffs_syncvnode to avoid...
2012-03-22 Stanislav Sedov- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-13 Konstantin BelousovSupply boolean as the second argument to ffs_update...
2012-03-11 Konstantin BelousovRemove superfluous brackets.
2012-03-11 Konstantin BelousovDo schedule delayed writes for async mounts.
2012-03-11 Konstantin BelousovDo not fall back to slow synchronous i/o when low on...
2012-03-11 Konstantin BelousovIn ffs_syncvnode(), pass boolean false as second argume...
2012-03-11 Konstantin BelousovRemove not needed ARGSUSED lint command.
2012-03-11 Konstantin BelousovRemove fifo.h. The only used function declaration from...
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 Peter HolmRevert r232692 as the correct place to fix this is...
2012-03-09 Konstantin BelousovDecomission mnt_noasync. Introduce MNTK_NOASYNC mnt_ker...
2012-03-08 John BaldwinAdd KTR_VFS traces to track modifications to a vnode...
2012-03-08 Peter Holmsyscall() fuzzing can trigger this panic. Return EINVAL...
2012-03-02 John BaldwinSimilar to the fixes in 226967 and 226987, purge any...
2012-03-01 Kirk McKusickThis change avoids a kernel deadlock on "snaplk" when...
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-22 Konstantin BelousovProperly lock DQREF() with dqhlock. Missed locking...
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-21 Konstantin BelousovFix found places where uio_resid is truncated to int.
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-13 Kirk McKusickMissing conditions in checking whether an inode has...
2012-02-09 Kirk McKusickHistorically when an application wrote an entire block...
2012-02-07 Kirk McKusickIn the original days of BSD, a sync was issued on every...
2012-02-07 Konstantin BelousovSprinkle missed calls to asynchronous UFS_UPDATE()...
2012-02-06 Konstantin BelousovAdd missing opt_quota.h include to activate #ifdef...
2012-02-06 Konstantin BelousovJNEWBLK dependency may legitimately appear on the buf...
2012-02-06 Konstantin BelousovCurrent implementations of sync(2) and syncer vnode...
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-17 Kirk McKusickThere are several bugs/hangs when trying to take a...
2012-01-17 Kirk McKusickMake sure all intermediate variables holding mount...
2012-01-16 Ivan VorasAdd a bit of verbosity to the comment.
2012-01-14 Kirk McKusickConvert FFS mount error messages from kernel printf...
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-08 Konstantin BelousovAvoid LOR between vfs_busy() lock and covered vnode...
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2012-01-01 Ed SchoutenMigrate ufs and ext2fs from skpc() to memcchr().
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
next