]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Enable PCI MMC/SD support by default on i386 and amd64
[FreeBSD/FreeBSD.git] / sys / fs /
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...
2011-06-22 rmacklemFix the new NFSv4 client so that it uses the same uid as
2011-06-21 rmacklemFix the new NFSv4 server so that it checks for VREAD_AC...
2011-06-20 rmacklemFix the new NFSv4 server so that it only allows Lookup of
2011-06-20 rmacklemFix the new NFSv4 server so that it allows Access and...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 rmacklemFix a number of places where the new NFS server did not
2011-06-19 rmacklemFix the kgssapi so that it can be loaded as a module...
2011-06-18 rmacklemAdd DTrace support to the new NFS client. This is essen...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-08 hrsMerge from HEAD@222848.
2011-06-06 attilioMFC
2011-06-05 rmacklemAdd support for flock(2) locks to the new NFSv4 client...
2011-06-05 rmacklemThe new NFSv4 client was erroneously using "p" instead of
2011-06-05 rmacklemFix the new NFSv4 client so that it doesn't crash when
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
2011-06-04 rmacklemModify the new NFS server so that the NFSv3 Pathconf RPC
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-02 attilioMFC
2011-06-01 kibIn the VOP_PUTPAGES() implementations, change the defau...
2011-05-31 attilioMFC
2011-05-31 rmacklemFix the new NFS client so that it doesn't do an NFSv3
2011-05-29 hrsMerge from head@222434.
2011-05-29 attilioMFC
2011-05-27 rmacklemFix the new NFS client so that it handles NFSv4 state
2011-05-27 attilioMFC
2011-05-26 rmacklemAdd a check for MNTK_UNMOUNTF at the beginning of nfs_s...
2011-05-26 attilioMFC
2011-05-25 rmacklemAdd some missing mutex locking to the new NFS client.
2011-05-25 rmacklemFix the new NFS client so that it correctly sets the...
2011-05-23 attilioMFC
2011-05-23 rmacklemSet the MNT_NFS4ACLS flag for an NFSv4 client mount
2011-05-22 attilioMFC
2011-05-22 alcEliminate duplicate #include's.
2011-05-22 rmacklemAdd a lock flags argument to the VFS_FHTOVP() file...
2011-05-19 attilioMFC
2011-05-18 rmacklemAdd a sanity check for the existence of an "addr" option
2011-05-16 attilioMFC
2011-05-15 rmacklemChange the sysctl naming for the old and new NFS clients
2011-05-14 attilioMFC
2011-05-14 jhbMerge comments about converting directory entries to...
2011-05-08 attilioMFC
2011-05-08 rmacklemChange the new NFS server so that it uses vfs.nfsd...
next