]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/nfsclient
Acquire Giant in aac_cam_event for xpt_release_simq. Not necessary with
[FreeBSD/FreeBSD.git] / sys / nfsclient /
2005-04-29 hartiThis commit was generated by cvs2svn to compensate...
2005-04-27 desWhen NFS was converted to the new mount syscall, code...
2005-04-26 desWhile I'm here, list the new kenv (boot.netif.name...
2005-04-26 desWhen netbooting, as soon as we've figured out which...
2005-04-26 hartiThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-24 mpThis commit was generated by cvs2svn to compensate...
2005-04-24 kientzleThis commit was generated by cvs2svn to compensate...
2005-04-18 reesTCP reconnect is not an error.
2005-04-14 jeff - cache_lookup() relocks the parent in the DOTDOT...
2005-04-13 jeff - Change all filesystems and vfs_cache to relock the...
2005-03-31 jeff - LK_NOPAUSE is a nop now.
2005-03-29 jeff - Remove wantparent, it is no longer necessary. An...
2005-03-29 jeff - cache_lookup() now locks the new vnode for us to...
2005-03-28 jeff - We no longer have to bother with PDIRUNLOCK, lookup...
2005-03-24 jeff - Update vfs_root implementations to match the new...
2005-03-23 ps- The NFS client was incorrectly masking SIGSTOP (which is
2005-03-18 dasDon't brelse(bp) if bp is null. Also, eliminate some...
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-16 phkUse vfs_hash.
2005-03-16 jmgMFp4: use the function to fix the packet header length...
2005-03-13 jeff - VOP_INACTIVE should no longer drop the vnode lock.
2005-03-13 jeff - The VI_DOOMED flag now signals the end of a vnode...
2005-03-13 jeff - It is no longer necessary to lock and unlock the...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-26 psMinor cleanup in nfs_request() and removal of a comment...
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-22 phkvp->v_id is a private field for the vfs namecache and...
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-19 phkTry to unbreak the vnode locking around vop_reclaim...
2005-02-18 psFix for a potential NFS client race where shared data...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-07 jhbDrop Giant before calling kthread_exit().
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-29 rwatsonStyle cleanup for O_DIRECT sysctl comment introduced...
2005-01-28 phkMake filesystems get rid of their own vnodes vnode_page...
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-24 phkCreate a vnode_pager object when a file is opened.
2005-01-24 phkRemove unused cred arg from nfs_vinvalbuf() and many...
2005-01-18 peterMostly back out rev 1.33 from quite some time ago,...
2005-01-14 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 phkEliminate unused and unnecessary "cred" argument from...
2005-01-14 njlThis commit was generated by cvs2svn to compensate...
2005-01-12 brianInclude opt_bootp.h for BOOTP_NFSROOT
2005-01-12 njlThis commit was generated by cvs2svn to compensate...
2005-01-11 phkAdd BO_SYNC() and add a default which uses the secret...
2005-01-11 phkRemove the unused credential argument from VOP_FSYNC...
2005-01-07 imp/* -> /*- for license, minor formatting changes
2005-01-05 psIf the NFS/TCP stream is out of sync between the client...
2004-12-28 obrienThis commit was generated by cvs2svn to compensate...
2004-12-23 psTurn NFS directio off until the stability issues are...
2004-12-16 psChange the NFS sillyrename convention so that we won...
2004-12-15 psFirst cut of NFS direct IO support.
2004-12-11 marcelRevert rev 1.233. The null-pointer function call (a...
2004-12-10 psIn nfs_rename(), skip the otw rename operation if the...
2004-12-10 psStore a hint in the nfsnode to detect sequential access...
2004-12-08 samThis commit was generated by cvs2svn to compensate...
2004-12-07 psFix for a Lock Order Reversal in the nfs_flush() path...
2004-12-07 phkDon't clobber mnt_stat.f_mntonname
2004-12-07 phkThe remaining part of nmount/omount/rootfs mount change...
2004-12-07 psAlways issue wakeups() to the NFS requestors under...
2004-12-06 psRewrite of the NFS client's reply handling. We now...
2004-12-06 ps2 fixes that improve on the consistency of the NFS...
2004-12-06 psSerialize NFS vinvalbuf operations by acquiring/upgradi...
2004-12-06 psAdd non-blocking versions of nfsm_dissect() and friends...
2004-12-06 ps- If all data has been committed to stable storage...
2004-12-06 rwatsonCorrect a typo in a comment.
2004-12-06 robertoThis commit was generated by cvs2svn to compensate...
2004-12-06 phkFor reasons unknown, the nfs locking code used a fifo...
2004-12-05 rwatsonConvert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSER...
2004-12-05 rwatsonConvert a GIANT_REQUIRED; into a NET_ASSERT_GIANT(...
2004-12-05 phkVFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat...
2004-12-05 marcelFix null-pointer indirect function calls introduced...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 phkBack when VOP_* was introduced, we did not have new...
2004-12-01 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 phkRemove redundant functions (repo-copied from nfsclient...
2004-12-01 phkScripted modification of vop_* prototypes to use typedefs.
2004-12-01 phkAdd missing #include
2004-12-01 psFix for a race between lookup and readdirplus, that...
2004-12-01 psClean all dirty pages (dirtied by mmap'ed writes) in...
2004-12-01 psFix for a (blocks) underrun bug where negative values...
2004-11-29 psFix for a bug in nfs_mkdir() that called vrele() instea...
2004-11-18 jeff - Eliminate the acquisition and release of the bqlock...
2004-11-09 phkDetect root mount attempts on the flag, not on the...
2004-11-04 phkRetire b_magic now, we have the bufobj containing the...
2004-10-28 desThis commit was generated by cvs2svn to compensate...
2004-10-24 phkMove the buffer method vector (buf->b_op) to the bufobj.
2004-10-22 phkAdd b_bufobj to struct buf which eventually will elimin...
2004-10-21 phkMove the VI_BWAIT flag into no bo_flag element of bufob...
2004-10-18 acheThis commit was generated by cvs2svn to compensate...
2004-10-18 acheThis commit was generated by cvs2svn to compensate...
2004-10-17 wollmanThis commit was generated by cvs2svn to compensate...
2004-10-15 kanThis commit was generated by cvs2svn to compensate...
next