summaryrefslogtreecommitdiff
path: root/sys/coda
AgeCommit message (Expand)Author
2010-03-02Don't generate unused fs_thefs.h headers.pooka
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-09-28Make file_id unsigned so it does not get sign extended when promotedblymn
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bcmp -> memcmpcegger
2009-01-11merge christos-time_tchristos
2008-12-30#ifdef _LKM -> #ifndef _KERNEL_OPTpooka
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-05-06PR kern/38141 lookup/vfs_busy acquire rwlock recursivelyad
2008-04-29kern/38135 vfs_busy/vfs_trybusy confusionad
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-03-21when queueing a message back to Venus, prioritise signals by insertingplunky
2008-03-21convert more insque/remque style queuing to use a queue(3) TAILQ,plunky
2008-03-01remove some unnecessary castingplunky
2008-03-01Welcome to 4.99.55:rmind
2008-01-30PR kern/37706 (forced unmount of file systems is unsafe):ad
2008-01-30Replace struct lock on vnodes with a simpler lock object built onad
2008-01-28Fix some race conditions in rename.dholland
2008-01-25Remove VOP_LEASE. Discussed on tech-kern.ad
2008-01-15Use vp->v_rdev, don't look at the union.ad
2008-01-02Merge vmlocking2 to head.ad
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-01Ensure the mount data is a 0-terminated string - otherwise namei() mightdsl
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-11-22convert usage of insque/remque to queue(3) macrosplunky
2007-10-10Merge from vmlocking:ad
2007-07-31* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kernpooka
2007-07-26Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.pooka
2007-07-23Initialize size and/or writesize when creating a vnode.pooka
2007-07-17Make set_statvfs_info() take a parameter for the vfs name insteadpooka
2007-07-12Update coda for VFS_MOUNT() changedsl
2007-04-25make coda compile again.dogcow
2007-04-15Stop doing vref of vnodes on open (and vrele on close); this makes nogdt
2007-04-15In coda_{get,put}pages, drop and obtain v_uobj.vmobjlock rather thangdt
2007-04-15Based on suggestion from chs@, drop coda vnode interlock beforegdt
2007-04-12Rewrite coda_{get,put}pages. Now copying files from coda with mmapgdt
2007-04-09revert putpages part of last change. Thanks to pooka@ for pointinggdt
2007-04-08Remove cruft. Update to current reality.gdt
2007-04-08Further cleanups on coda vnode handling.gdt
2007-04-06Disable mmap for coda. When copying a file from coda to normal ffs, Igdt
2007-04-05Improve conformance to vnode locking rules in coda_lookup, by doinggdt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2007-01-19New file system suspension API to replace vn_start_write and vn_finished_write.hannken
2006-12-09a smorgasbord of improvements to vnode locking and path lookup:chs