]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Modify the radar API a little to be easier to "change" via run-time
[FreeBSD/FreeBSD.git] / sys / ufs /
2011-07-17 Dimitry AndricUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-16 Doug BartonUpgrade to version 9.8.0-P4
2011-07-15 Kirk McKusickAdd an FFS specific mount option to allow a filesystem...
2011-07-14 Kirk McKusickConsistently check mount flag (MNTK_SUJ) rather than...
2011-07-14 Nathan WhitehornUpdate dialog to 1.1-20110707.
2011-07-11 Martin MatuskaUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-10 Kirk McKusickWhen first creating snapshots, we may free some blocks...
2011-07-10 Kirk McKusickAllow disk partitions associated with UFS read-only...
2011-07-09 Konstantin BelousovUse 'curthread_pflags' instead of 'thread_pflags' to...
2011-07-09 Konstantin BelousovUse helper functions instead of manually managing TDP_I...
2011-07-06 Doug BartonUpdate to version 9.6-ESV-R4-P3
2011-07-04 Jeff Roberson - Speed up pendingblock processing again. Having...
2011-07-04 Jeff Roberson - Handle D_JSEGDEP in the softdep_sync_buf() switch...
2011-07-04 Jeff Roberson - It is impossible to run request_cleanup() while...
2011-07-04 Jeff Roberson - Fix an inode quota leak. We need to decrement the...
2011-06-30 Attilio RaoMFC
2011-06-29 Kirk McKusickHandle the FREEDEP case in softdep_sync_buf().
2011-06-29 Alan CoxAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-28 Bjoern A. ZeebUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-28 Edwin GroothuisMFV of tzdata2011h, r223627
2011-06-21 Attilio RaoMFC
2011-06-20 Gavin AtkinsonMerge tnftp-20100108 from the vendor branch into head.
2011-06-20 Jeff Roberson - Fix directory count rollbacks by passing the mode...
2011-06-19 Attilio RaoMFC
2011-06-18 Kirk McKusickFixed dereference of a NULL pointer.
2011-06-16 Kirk McKusickDrop the include of <ufs/ffs/ffs_extern.h> from usr...
2011-06-16 Attilio RaoMFC
2011-06-16 Tai-hwa LiangFixing compilation bustage by introducing another forwa...
2011-06-15 Kirk McKusickEnsure that filesystem metadata contained within persis...
2011-06-15 Kirk McKusickWith the restructuring of the block reclaimation code...
2011-06-15 Attilio RaoMFC
2011-06-15 Kirk McKusickMissing cleanup case after completion of a snapshot...
2011-06-14 Gregory Neil ShapiroMerge sendmail 8.14.5 to HEAD
2011-06-13 Attilio RaoMFC
2011-06-13 Dimitry AndricUse alternative, less messy solution to avoid breakage...
2011-06-13 Attilio RaoMFC
2011-06-12 Kirk McKusickUpdate to soft updates journaling to properly track...
2011-06-12 Kirk McKusickDisable the soft updates journaling after a filesystem...
2011-06-12 Dimitry AndricUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-10 Jeff RobersonImplement fully asynchronous partial truncation with...
2011-06-10 Jeff Roberson - Add support for referencing quota structures without...
2011-06-10 Jeff Roberson - If the fsync in ufs_direnter fails SUJ can later...
2011-06-09 Xin LIMFV: Update to less v444.
2011-06-06 Attilio RaoMFC
2011-06-05 Kirk McKusickGrammer fix in comment.
2011-06-03 Ed SchoutenUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-31 Jung-uk KimMerge ACPICA 20110527.
2011-05-29 Attilio RaoMFC
2011-05-28 Kirk McKusickDue to a lag in updating the fs_pendinginodes count...
2011-05-28 Doug BartonUpgrade to 9.6-ESV-R4-P1, which address the following...
2011-05-27 Attilio RaoMFC
2011-05-26 Kirk McKusickThe check for whether a block is going to be claimed...
2011-05-22 Attilio RaoMFC
2011-05-22 Attilio RaoMFC
2011-05-22 Rick MacklemFix the ufs/ffs file system so that it uses the lock
2011-05-22 Rick MacklemAdd a lock flags argument to the VFS_FHTOVP() file...
2011-05-13 Attilio RaoMFC
2011-05-13 Matthew D FlemingUse a name instead of a magic number for kern_yield...
2011-05-11 Xin LIMFV: nc(1) from OpenBSD 4.9.
2011-05-09 Xin LIMFV: Update to less v443.
2011-05-06 Ruslan ErmilovUpdate to a 6-May-2011 release (upstreamed some of...
2011-05-05 Dag-Erling SmørgravMerge two upstream patches from vendor branch. No...
2011-05-04 Alexander LeidingerCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 Dag-Erling SmørgravUpgrade to OpenSSH 5.8p2.
2011-05-03 Ruslan ErmilovUpdate to a 1-May-2011 release (except for the isblank...
2011-05-02 Dimitry AndricUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-05-01 Attilio RaoMFC @ r221286
2011-04-30 Konstantin BelousovFix typos.
2011-04-30 Konstantin BelousovClarify the comment.
2011-04-26 Edwin GroothuisMFV of tzdata2011g, 221089.
2011-04-24 Konstantin BelousovVFS sometimes is unable to inactivate a vnode when...
2011-04-17 Nathan WhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 Jung-uk KimRe-merge with ACPICA vendor source.
2011-04-15 Jung-uk KimMerge ACPICA 20110413.
2011-04-11 Edwin GroothuisMFV of r220547, tzdata2011f:
2011-04-11 Jeff Roberson - Refactor softdep_setup_freeblocks() into a set of...
2011-04-10 Jeff RobersonFix a long standing SUJ performance problem:
2011-04-07 Jeff Roberson - Don't invalidate jnewblks immediately upon discoveri...
2011-04-05 Kirk McKusickBe far more persistent in reclaiming blocks and inodes...
2011-04-05 David E. O'Brien* Add the readline(3) API to libedit. The libedit...
2011-04-03 Edwin GroothuisMFV of tzdata2011e:
2011-04-02 Jeff RobersonFix problems that manifested from filesystem full condi...
2011-03-29 Martin MatuskaUpgrade of base gcc and libstdc++ to the last GPLv2...
2011-03-28 Konstantin BelousovFix the softdep_request_cleanup() function definition...
2011-03-23 Kirk McKusickAdd retry code analogous to the block allocation retry...
2011-03-20 Konstantin BelousovRetire opt_ffs_broken_fixme.h.
2011-03-18 Hajimu UMEMOTOImport openresolv from vendor branch, actually.
2011-03-17 Konstantin BelousovRemove the #if defined(FFS) || defined(IFS) braces...
2011-03-17 Jung-uk KimMerge ACPICA 20110316.
2011-03-16 Edwin GroothuisMFV of r219685, tzdata2011d
2011-03-12 David SchultzMerge gdtoa-20110304.
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-08 Edwin GroothuisMFV of tzdata2011c, r219409
2011-03-07 Konstantin BelousovSimplify uses of the web of pointers.
2011-03-07 John BaldwinThe UFS dirhash code was attempting to update shared...
2011-03-04 John BaldwinUse ffs() to locate free bits in the inode bitmap rathe...
2011-03-01 Edwin GroothuisMFV of tzdata2011b, r219147
2011-02-27 Dimitry AndricUpdate llvm/clang to trunk r126547.
2011-02-24 Martin MatuskaUpdate xz to release 5.0.1
2011-02-20 Dimitry AndricUpgrade our copy of llvm/clang to r126079, from upstrea...
next