]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
This update changes the mnt_flag field in the mount structure from
[FreeBSD/FreeBSD.git] / sys / ufs /
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...
2011-06-18 mckusickFixed dereference of a NULL pointer.
2011-06-16 mckusickDrop the include of <ufs/ffs/ffs_extern.h> from usr...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-16 avatarFixing compilation bustage by introducing another forwa...
2011-06-15 mckusickEnsure that filesystem metadata contained within persis...
2011-06-15 mckusickWith the restructuring of the block reclaimation code...
2011-06-15 mckusickMissing cleanup case after completion of a snapshot...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-13 dimUse alternative, less messy solution to avoid breakage...
2011-06-12 mckusickUpdate to soft updates journaling to properly track...
2011-06-12 mckusickDisable the soft updates journaling after a filesystem...
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 hrsMerge from HEAD@222975.
2011-06-10 jeffImplement fully asynchronous partial truncation with...
2011-06-10 jeff - Add support for referencing quota structures without...
2011-06-10 jeff - If the fsync in ufs_direnter fails SUJ can later...
2011-06-08 hrsMerge from HEAD@222848.
2011-06-06 attilioMFC
2011-06-05 mckusickGrammer fix in comment.
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-29 hrsMerge from head@222434.
2011-05-29 attilioMFC
2011-05-28 mckusickDue to a lag in updating the fs_pendinginodes count...
2011-05-27 attilioMFC
2011-05-26 mckusickThe check for whether a block is going to be claimed...
2011-05-22 attilioMFC
2011-05-22 attilioMFC
2011-05-22 rmacklemFix the ufs/ffs file system so that it uses the lock
2011-05-22 rmacklemAdd a lock flags argument to the VFS_FHTOVP() file...
2011-05-13 attilioMFC
2011-05-13 mdfUse a name instead of a magic number for kern_yield...
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-05-01 attilioMFC @ r221286
2011-04-30 kibFix typos.
2011-04-30 kibClarify the comment.
2011-04-24 kibVFS sometimes is unable to inactivate a vnode when...
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-11 jeff - Refactor softdep_setup_freeblocks() into a set of...
2011-04-10 jeffFix a long standing SUJ performance problem:
2011-04-07 jeff - Don't invalidate jnewblks immediately upon discoveri...
2011-04-05 mckusickBe far more persistent in reclaiming blocks and inodes...
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-04-02 jeffFix problems that manifested from filesystem full condi...
2011-03-28 kibFix the softdep_request_cleanup() function definition...
2011-03-23 mckusickAdd retry code analogous to the block allocation retry...
2011-03-20 kibRetire opt_ffs_broken_fixme.h.
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-17 kibRemove the #if defined(FFS) || defined(IFS) braces...
2011-03-12 dasMerge gdtoa-20110304.
2011-03-07 kibSimplify uses of the web of pointers.
2011-03-07 jhbThe UFS dirhash code was attempting to update shared...
2011-03-04 jhbUse ffs() to locate free bits in the inode bitmap rathe...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-19 kibv_mountedhere is a member of the union. Check that...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-12 kibUse the native sector size of the device backing the...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-10 netchildWrap long line.
2011-02-09 netchildAdd some FEATURE macros for some UFS features.
2011-02-08 mdfBased on discussions on the svn-src mailing list, rewor...
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-02 mdfPut the general logic for being a CPU hog into a new...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-13 pluknetEmbed a quota error message (C string) into uprintf...
2011-01-12 mdfsysctl(9) cleanup checkpoint: amd64 GENERIC builds...
2011-01-04 kibInstead of incrementing freework reference counter...
2010-12-30 kibHandle missing jremrefs when a directory is renamed...
2010-12-30 kibIn indir_trunc(), when processing jnewblk entries that...
2010-12-29 kibAdd kernel side support for BIO_DELETE/TRIM on UFS.
2010-12-29 kibMove the definition of mkdirlisthd from header to C...
2010-12-29 kibUse a proper type for the variable holding the summary...
2010-12-23 mckusickThis patch fixes a soft update panic while running...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-12-02 dimSync: merge r215944 through r216132 from ^/head.
next