summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
2010-03-03You have found a scroll of genocide --More--pooka
2010-01-30Reduce the diff between genfs_getpages() and genfs_do_io(). These should beuebayasi
2010-01-30Slightly more descriptive local variable names.uebayasi
2010-01-29genfs_getpages: Narrow & clarify the context where I/O happens & vmobjlock is...uebayasi
2010-01-29genfs_getpages: Redo previous with a better goto label.uebayasi
2010-01-28Revert part which variable initializations within interleaved gotos.uebayasi
2010-01-28genfs_getpages: More constification & localization.uebayasi
2010-01-28genfs_getpages: Constify 2 variables, move one. No functional changes.uebayasi
2010-01-28genfs_getpages: Constify orignpages. Don't override its meaning by the valueuebayasi
2010-01-28Unbreak modules build.uebayasi
2010-01-28genfs_getpages: Constify & localize more variables.uebayasi
2010-01-28genfs_getpages: Move local variable declarations that are used only for I/Ouebayasi
2010-01-28genfs_getpages: Localize a few more variables.uebayasi
2010-01-28genfs_putpages: Localize a few variables. No functional changes.uebayasi
2010-01-27Use genfs_node_*lock().uebayasi
2010-01-27Don't forget to tell the result of rw_tryenter().uebayasi
2010-01-27Constify some pointers in genfs_getpages() and genfs_do_putpages().uebayasi
2010-01-27Add genfs_node_rdtrylock().uebayasi
2010-01-22Remove unneeded strlen() call in KFShostname case.njoly
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-12-14gimpy invented PRIxVADDR format specifier.uebayasi
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-30Introduce genfs_statvfs() as pretty much a no-info statvfs andpooka
2009-11-20Allow chown if caller is in the new group.roy
2009-11-20Disallow chown for files the caller does not own.pooka
2009-11-14- Move kauth_init() a little bit higher.elad
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-19Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo.dholland
2009-10-06Factor out a block of code that appears in three places (Veriexec, keylock,elad
2009-10-04Put workaround fix for LOCKDEBUG panic mentioned in PR kern/41078:tsutsui
2009-10-02Put procfs policy back in the subsystem.elad
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-07-31Get rid of dependency on M_UFSMNT. Since we need storage only forpooka
2009-07-31Do a name-based search for the ctty major instead of requiring anpooka
2009-07-31Instead of reporting some random "files used/free" figures for thepooka
2009-07-03Where possible, extract the file-system's access() routine to two internalelad
2009-06-23Move the implementation of vaccess() to genfs_can_access(), in line withelad
2009-05-24More changes to improve kern_descrip.c.ad
2009-05-07Extract the open-coded authorization logic for chtimes() from variouselad
2009-04-25Add genfs_can_mount() and use it to prevent some more code duplication ofelad
2009-04-25- Rearrange pg_delete() and pg_remove() (renamed pg_free), thusrmind
2009-04-22Per discussion on tech-kern@:elad
2009-04-18Move genfs_null_putpages() from genfs_io.c to genfs_vnops.c -- it doespooka
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-23genfs_getpages: rework 1.18 revision - move uvm_pagermapout() back.rmind
2009-02-22sched_sync: syncer_data_lock is not released now (regression fix).rmind
2009-02-22PR kern/26878 FFSv2 + softdep = livelock (no free ram)ad
2009-02-22PR kern/39564 wapbl performance issues with disk cache flushingad