summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2014-02-27The current implementation of vn_lock() is racy. Modification ofhannken
2014-02-27Currently dead vnodes still reside on the vnodelist of the file systemhannken
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-10Change layerfs_vget(), layerfs_fhtovp() and the various layer xxx_mount()hannken
2014-02-09Adjust comment and change vput() to vrele(). This change got missedhannken
2014-02-09When layer_node_alloc() finds another thread already inserted the nodehannken
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-02-06Move fstrans_start()/fstrans_done() into genfs_insane_rename() to protecthannken
2014-01-29Allow layer_node_create() with unlocked lower node and changehannken
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
2013-11-23change the mountlist CIRCLEQ into a TAILQchristos
2013-11-07Add missing operations that unlock or dereference their arguments.hannken
2013-10-29Vnode API cleanup pass 1.hannken
2013-10-25Turn a few __unused into __diagusedmartin
2013-10-19Mark a potentially unused variablemartin
2013-10-19Mark a potentially unused (if an arch implements pmap_update as emptymartin
2013-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
2013-07-20oops, spell b_bcount properlydholland
2013-07-20In spec_strategy, if fscow_run() fails, set b_resid along with b_errordholland
2013-07-18PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOME...ryo
2013-06-16Hang a warning banner on some nasty code I just found.dholland
2013-06-06Add missing declaration of struct vnode.dholland
2013-05-02Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype.riastradh
2013-04-21add missing spec_whiteoutdholland
2013-04-08Remove some set but unused variablesskrll
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2013-02-13Make the spec_node table implementation private to spec_vnops.c.hannken
2012-12-20Change bread() and breadn() to never return a buffer onhannken
2012-11-25do something reasonable with kernel semaphores.christos
2012-10-10In layer_lookup(), clear *vpp before returning EROFS, as otherwise adholland
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-05-31Ooopppsss! sysctl nodes created during module load time cannot bepgoyette
2012-05-31When built as module, track sysctl node creations, and destroy them onpgoyette
2012-05-28add a task process subdirectory for emul linuxchristos
2012-05-22don't block on pager map for read-ahead.yamt
2012-05-08Implement a genfs_rename abstraction.riastradh
2012-05-06- match format with the linux map printingchristos
2012-04-30- Replace some malloc(9) uses with kmem(9).rmind
2012-04-29change vflushbuf() to take the full FSYNC_* flags.chs
2012-03-30uid mismatch for file flags changes is expected to fail with EPERM notnjoly
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-01Change the syscall API for quotas over to the new non-proplib one.dholland
2012-01-29Remove the extra op argument to VFS_QUOTACTL() - the op is now storeddholland
2012-01-29Introduce struct vfs_quotactl_args. Use it.dholland
2012-01-29Move the proplib-based quota command dispatching (that is, the codedholland
2012-01-29Move the code for iterating over the multiple RPC calls in a quotadholland
2011-12-21only set CANTRCVMORE if no error.christos