]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Do a quick style(9) pass of some of the code introduced with 802.11n
[FreeBSD/FreeBSD.git] / sys / fs /
2011-12-24 kevloDiscard local array based on return values.
2011-12-23 rmacklemDuring investigation of an NFSv4 client crash reported...
2011-12-22 kevloDiscarding local array based on return values
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-21 rmacklemjwd@ reported a problem via email where the old NFS...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-16 pfgStyle cleanups by jh@.
2011-12-16 rmacklemPatch the new NFS server in a manner analagous to r2285...
2011-12-15 pfgBring in reallocblk to ext2fs.
2011-12-14 pfgMerge ext2_readwrite.c into ext2_vnops.c as done in...
2011-12-09 jhbExplicitly use curthread while manipulating td_fpop...
2011-12-04 kibInitialize fifoinfo fi_wgen field on open. The only...
2011-12-04 rmacklemThis patch adds a sysctl to the NFSv4 server which...
2011-12-03 rmacklemPost r223774, the NFSv4 client no longer has multiple...
2011-12-01 jhbEnhance the sequential access heuristic used to perform...
2011-11-30 kibRename vm_page_set_valid() to vm_page_set_valid_range().
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-27 kevloAdd unicode support to ntfs
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 trocinyIn procfs_doproccmdline() if arguments are not cashed...
2011-11-22 ivorasAvoid panics from recursive rename operations. Not...
2011-11-22 kibPut all the messages from msdosfs under the MSDOSFS_DEB...
2011-11-22 rmacklemThis patch enables the new/default NFS server's use...
2011-11-21 delphijImprove the way to calculate available pages in tmpfs:
2011-11-21 rmacklemClean up some cruft in the NFSv4 client left over from the
2011-11-20 rmacklemAdd two arguments to the nfsrpc_rellockown() function...
2011-11-20 rmacklemSince the nfscl_cleanup() function isn't used by the...
2011-11-20 rmacklemPost r223774 the NFSv4 client never uses the linked...
2011-11-19 kibExisting VOP_VPTOCNP() interface has a fatal flow that...
2011-11-19 kibDo not use NULLVPTOLOWERVP() in the null_print(). If...
2011-11-19 kibUse the plain panic calls, without additional printing...
2011-11-18 kevloAdd unicode support to msdosfs and smbfs; original...
2011-11-16 kibFix build, use %d for int value formatting.
2011-11-16 phoHandle invalid large values for getdirentries(2) data...
2011-11-15 rmacklemModify the new NFS client so that nfs_fsync() only...
2011-11-15 phoRemoved extra PRELE() call.
2011-11-15 rmacklemMove the setting of the default value for nm_wcommitsize to
2011-11-14 jhbFinish making 'wcommitsize' an NFS client mount option.
2011-11-14 jhbSync with the old NFS client: Remove an obsolete comment.
2011-11-14 rmacklemSince NFSv4 byte range locking only works for regular...
2011-11-13 rmacklemMove the assignment of default values for some mount...
2011-11-13 eadler- fix duplicate "a a" in some comments
2011-11-09 kibLock the thread lock around block that retrieves td_wme...
2011-11-07 marcelDon astbestos garment and remove the warning about...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-06 edRemove MALLOC_DECLAREs of nonexisting malloc-pools.
2011-11-05 kibFix typo.
2011-11-04 jhbMove the cleanup of f_cdevpriv when the reference count...
2011-11-03 kibFix kernel panic when d_fdopen csw method is called...
2011-11-01 phoAdded missing cache purge of from argument for rename().
2011-10-24 kibThe use of VOP_ISLOCKED() without a check for the retur...
2011-10-24 kibThe only possible error return from null_nodeget()...
2011-10-24 kibThe covered vnode must be reloced if it was unlocked...
2011-10-24 phoOnly unlock if the lock is exclusive.
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-18 desTrace attempts to open a portal device.
2011-10-10 traszMake unionfs also clear VAPPEND when clearing VWRITE...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-05 kibExport devfs inode number allocator for the kernel...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-06 kibSplit the vm_page flags PG_WRITEABLE and PG_REFERENCED...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-09-03 rmacklemFix the NFS servers so that they can do a Lookup of...
2011-08-20 rmacklemFix the NFSv4 server so that it returns NFSERR_SYMLINK...
2011-08-16 kibDo not return success and a string "unknown" when vn_fu...
2011-08-16 kibAdd the fo_chown and fo_chmod methods to struct fileops...
2011-08-16 jonathanFix a merge conflict.
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-08-09 kibDo not update mountpoint generation counter to the...
2011-08-03 zackFix an NFS server issue where it was not correctly...
2011-08-02 rmacklemFix a LOR in the NFS client which could cause a deadlock.
2011-07-31 rmacklemFix rename in the new NFS server so that it does not...
2011-07-30 rmacklemThe new NFS client failed to vput() the new vnode if...
2011-07-24 mckusickThis update changes the mnt_flag field in the mount...
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-17 zackRevert revision 224079 as Rick pointed out that I would...
2011-07-16 rmacklemThe new NFSv4 client handled NFSERR_GRACE as a fatal...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-16 zackAdd DEXITCODE plumbing to NFS.
2011-07-16 zackSimple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED...
2011-07-16 zackSimple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK....
2011-07-16 zackSimple find/replace of vn_lock -> NFSVOPLOCK. This...
2011-07-16 zackRemove unnecessary thread pointer from VOPLOCK macros...
2011-07-16 zackChange loadattr and fillattr to ask the file system...
2011-07-16 zackMove nfsvno_pathconf to be accessible to sys/fs/nfs...
2011-07-16 zackSmall acl patch to return the aclerror that comes back...
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-13 kibWhile fixing the looping of a thread while devfs vnode...
2011-07-13 rmacklemr222389 introduced a case where the NFSv4 client could
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-07 jonathanMake a comment more accurate.
2011-07-04 rmacklemThe algorithm used by nfscl_getopen() could have result...
2011-07-03 rmacklemModify the new NFSv4 client so that it appends a file...
2011-06-29 alcAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-28 rmacklemFix the new NFSv4 client so that it doesn't fill the...
2011-06-22 rmacklemPlug an mbuf leak in the new NFS client that occurred...
next