]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Remove a KASSERT that can now happen and add a missing setrunnable.
[FreeBSD/FreeBSD.git] / sys / fs /
2003-01-19 phkOriginally when DEVFS was added, a global variable...
2003-01-18 tjrFake up a struct componentname to pass to VOP_WHITEOUT...
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-13 phkEven if the permissions deny it, a process should be...
2003-01-13 dillonBow to the whining masses and change a union back into...
2003-01-12 dillonChange struct file f_data to un_data, a union of the...
2003-01-11 ddAdd symlink support to devfs_rule_matchpath(). This...
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-05 phkDon't override the vop_lock, vop_unlock and vop_isunloc...
2003-01-05 phkDon't take the detour over VOP_STRATEGY from spec_getpa...
2003-01-05 phkSplit out the vnode and buf arguments to the internal...
2003-01-05 tjrRepair vnode locking in portal_lookup(). Specifically...
2003-01-04 phkTemporarily introduce a new VOP_SPECSTRATEGY operation...
2003-01-04 phkresort vnode ops list
2003-01-04 phkReplace spec_bmap() with vop_panic: We should never...
2003-01-04 phkSince Jeffr made the std* functions the default in...
2003-01-03 phkConvert calls to BUF_STRATEGY to VOP_STRATEGY calls...
2003-01-03 phkRemove unused second argument from DEV_STRATEGY().
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2002-12-30 schweikhFix typos, mostly s/ an / a / where appropriate and...
2002-12-29 phkThere is some sort of race/deadlock which I have not...
2002-12-28 dillonAbstract-out the constants for the sequential heuristic.
2002-12-28 rwatsonTrim left-over and unused vop_refreshlabel() bits from...
2002-12-19 obrienThis commit was generated by cvs2svn to compensate...
2002-12-16 desThis commit was generated by cvs2svn to compensate...
2002-12-15 tjrRemove redundant check for negative or zero v_usecount...
2002-12-13 tjrKeep trying to flush the vnode list for the mount while...
2002-12-13 tjrFix build with SMB_VNODE_DEBUG defined; use td_proc...
2002-12-13 tjrStore a reference to the parent directory's vnode in...
2002-12-13 obrienThis commit was generated by cvs2svn to compensate...
2002-12-09 rwatsonRemove dm_root entry from struct devfs_mount. It's...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 desThis commit was generated by cvs2svn to compensate...
2002-12-02 obrienThis commit was generated by cvs2svn to compensate...
2002-12-02 peterThis commit was generated by cvs2svn to compensate...
2002-11-27 iwasakiThis commit was generated by cvs2svn to compensate...
2002-11-24 nectarThis commit was generated by cvs2svn to compensate...
2002-11-14 dougbThis commit was generated by cvs2svn to compensate...
2002-11-12 obrienThis commit was generated by cvs2svn to compensate...
2002-11-09 alfredFix instances of macros with improperly parenthasized...
2002-11-07 jhbCast a pointer to a uintptr_t to quiet a warning.
2002-11-07 jhbThird argument to copyinstr() is a pointer to a size_t...
2002-11-04 robertoThis commit was generated by cvs2svn to compensate...
2002-11-04 mckusickAdd debug.doslowdown to enable/disable niced slowdown...
2002-11-02 peterUnbreak MNT_UPDATE when running with cd as root. Detec...
2002-11-01 phkPut a KASSERT in specfs::strategy() to check that the...
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-29 semenuFix winChkName() to match when the last slot contains...
2002-10-26 muxIn VOP_LOOKUP, don't deny DELETE and RENAME operations
2002-10-26 rwatsonSlightly change the semantics of vnode labels for MAC...
2002-10-25 mckusickWithin ufs, the ffs_sync and ffs_fsync functions did...
2002-10-23 desThis commit was generated by cvs2svn to compensate...
2002-10-23 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 mckusickThis checkin reimplements the io-request priority hack...
2002-10-21 jhbGrrr, s/PBP/BPB/ here as well.
2002-10-21 jhbSpell the BPB member of the 7.10 bootsector as bsBPB...
2002-10-20 rwatsonMissed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT...
2002-10-20 phk'&' not used for pointers to functions.
2002-10-20 phkRemove even more '&' from pointers to functions.
2002-10-19 kanumap_sync is empty and is identical to vfs_stdsync...
2002-10-19 kanstyle(9)
2002-10-16 phkFix comments and one resulting code confusion about...
2002-10-16 phkBe consistent about functions being static.
2002-10-16 phkA better solution to avoiding variable sized structs...
2002-10-16 phk#include "opt_devfs.h" to protect against variable...
2002-10-15 phkPlug an infrequent (I think) memory leak.
2002-10-15 ruThis commit was generated by cvs2svn to compensate...
2002-10-14 ruThis commit was generated by cvs2svn to compensate...
2002-10-14 mckusickRegularize the vop_stdlock'ing protocol across all...
2002-10-13 mux- Remove a useless initialization for 'ronly', if it...
2002-10-13 phkPass flags to VOP_CLOSE() corresponding to what was...
2002-10-12 mpThis commit was generated by cvs2svn to compensate...
2002-10-12 acheThis commit was generated by cvs2svn to compensate...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 mikeChange iov_base's type from `char *' to the standard...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-08 ddTreat the pathptrn field as a real pattern with the...
2002-10-06 muxYet another 64 bits warning fix: s/u_int/size_t/.
2002-10-06 muxFix a warning on 64 bits platforms: copyinstr() takes
2002-10-06 muxFix a warning on 64 bits platforms: copystr() takes...
2002-10-05 rwatsonIntegrate a devfs/MAC fix from the MAC tree: avoid...
2002-10-05 phkPlug memoryleaks detected by FlexeLint.
next