]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Fix a couple of typos that broke buildworld for me.
[FreeBSD/FreeBSD.git] / sys / fs /
2013-06-18 pfgMore ext2fs header cleanups:
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-17 pfgRename remaining DIAGNOSTIC to INVARIANTS.
2013-06-16 pfgRe-sort ext2fs headers to make things easier to find.
2013-06-13 pfgRelax some unnecessary unsigned type changes in ext2fs.
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 pfgTurn DIAGNOSTICs to INVARIANTS in ext2fs.
2013-06-11 pfgs/file system/filesystem/g
2013-06-09 pfge2fs_bpg and e2fs_isize are always unsigned.
2013-06-07 alcAdd missing VM object unlocks in an error case.
2013-06-06 alcDon't busy the page unless we are likely to release...
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-05 alcRelax the vm object locking. Use a read lock.
2013-06-04 alcEliminate unnecessary vm object locking from tmpfs_noca...
2013-06-03 pfgext2fs: space vs tab.
2013-06-03 pfgext2fs: Small cosmetic fixes.
2013-06-03 pfgext2fs: Update Block Group Descriptor struct.
2013-05-31 jeff - Convert the bufobj lock to rwlock.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-30 kibAssert that OBJ_TMPFS flag on the vm object for the...
2013-05-28 rmacklemPost-r248567, there were times when the client would...
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 kibDo not leak the NULLV_NOUNLOCK flag from the nullfs_unl...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-15 desFix typo in comment.
2013-05-12 rmacklemAdd support for the eofflag to nfs_readdir() in the...
2013-05-12 eadlerFix several typos
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-12 jillesfdescfs: Supply a real value for d_type in readdir.
2013-05-11 kib- Fix nullfs vnode reference leak in nullfs_reclaim_low...
2013-05-06 kibAvoid deactivating the page if it is already on a queue...
2013-05-04 davideChange VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLO...
2013-05-04 davideOverhaul locking in netsmb, getting rid of the obsolete...
2013-05-04 davideCompletely rewrite the interface to smbdev switching...
2013-05-02 kibThe fsync(2) call should sync the vnode in such way...
2013-05-02 kibFix the v_object leak for non-regular tmpfs vnodes.
2013-05-02 kibFor the new regular tmpfs vnode, v_object is initialize...
2013-05-02 kibThe page read or written could be wired. Do not requeu...
2013-04-29 desFix a bug that allows NFS clients to issue READDIR...
2013-04-28 kibRework the handling of the tmpfs node backing swap...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-18 rmacklemWhen an NFS unmount occurs, once vflush() writes the...
2013-04-18 rmacklemBoth NFS clients can deadlock when using the "rdirplus...
2013-04-17 kenMove the NFS FHA (File Handle Affinity) code from sys...
2013-04-17 kenRevamp the old NFS server's File Handle Affinity (FHA...
2013-04-17 gabor- Correct spelling in comments
2013-04-17 gabor- Correct mispellings of the word necessary
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-06 jeffPrepare to replace the buf splay with a trie:
2013-04-06 mmMFV r248217:
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-04-01 kibStrip the unnneeded spaces, mostly at the end of lines.
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-22 pjd- Constify local path variable for chflagsat().
2013-03-21 pjd- Make 'flags' argument to chflags(2), fchflags(2)...
2013-03-21 kibInitialize the variable to avoid (false) compiler warni...
2013-03-21 mmMerge libzfs_core branch:
2013-03-21 kibDo not call vnode_pager_setsize() while a NFS node...
2013-03-19 emasteFix remainder calculation when biosize is not a power...
2013-03-19 mmMFV r247580:
2013-03-18 mmMFC @248461
2013-03-17 attilioMFC
2013-03-17 kibRemove negative name cache entry pointing to the target...
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-14 kibAdd currently unused flag argument to the cluster_read(),
2013-03-14 attilioMFC
2013-03-13 jhbRevert 195703 and 195821 as this special stop handling...
2013-03-12 attilioMFC
2013-03-12 glebiusFinish r243882: mechanically substitute flags from...
2013-03-09 attilioMerge back vmc-playground into vmcontention.
2013-03-09 attilioMFC
2013-03-09 davidesmbfs_lookup() in the DOTDOT case operates on dvp-...
2013-03-09 attilioMerge from vmcontention
2013-03-09 davide- Initialize variable in smbfs_rename() to silent compi...
2013-03-09 attilioMFC
2013-03-09 attilioGarbage collect NWFS and NCP bits which are now complet...
2013-03-09 mmMFC @248093
2013-03-09 attilioMerge from vmcontention.
2013-03-09 attilioMFC
2013-03-09 attilioSwitch the vm_object mutex to be a rwlock. This will...
2013-03-08 attilioMFC
2013-03-07 attilioMerge from vmcontention
2013-03-07 attilioMFC
next