summaryrefslogtreecommitdiff
path: root/sys/miscfs/genfs
AgeCommit message (Expand)Author
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-22- genfs_getpages: in the case of PGO_LOCKED, check if we can acquireyamt
2006-07-22- in genfs_getpages, take g_glock earlier so that it can't beyamt
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-05-14integrate kauth.elad
2006-04-11genfs_getpages:yamt
2006-03-30some cleanups after the introduction of GOP_SIZE_MEM flag.yamt
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-01-16Add genfs support for directories and softlinks next to regular files andreinoud
2006-01-11use nestiobuf api for genfs.yamt
2006-01-04- add simple functions to allocate/free a buffer for i/o.yamt
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-15fix lock/unlock mismatch in rev.1.115.yamt
2005-12-11merge ktrace-lwp.christos
2005-12-03genfs_compat_getpages: add minimum support of async get. ie. ignore them.yamt
2005-12-02genfs_gop_write: use devvp directly as genfs_getpages does.yamt
2005-12-02genfs_putpages: initialize marker pages only when needed.yamt
2005-11-30revert rev.1.111 as it isn't necessary or correct.yamt
2005-11-30Learn genfs that (struct buf *)->b_lblkno allways need to point to thereinoud
2005-11-29merge yamt-readahead branch.yamt
2005-11-12genfs_getpages:yamt
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-10-07Remove Veriexec bits from genfs, don't #if 0 them.elad
2005-10-07Various fixes from blymn@ and myself.elad
2005-10-05Introduce per-page fingerprints in Veriexec.elad
2005-09-25Follow compat naming tradition: rename compat_export_args to export_args30.jmmv
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-08-30Remove __P()xtraeme
2005-07-26don't write-protect wired pages. pointed by Chuck Silvers.yamt
2005-07-24Provide a sysctl (vfs.layerfs.debug) to control verbose output whenerh
2005-07-23update file timestamps for nfsd loaned-read and mmap.yamt
2005-07-17genfs_putpages: don't bother to clean the vnode unless VONWORKLST.yamt
2005-07-17ensure that vnodes with dirty pages are always on syncer's queue.yamt
2005-07-17- introduce PGO_NOBLOCKALLOC and use it for ubc mappingyamt
2005-07-16genfs_getpages: don't forget to put the vnode onto the syncer's work queueyamt
2005-06-28- constify genfs_ops.yamt
2005-05-29- sprinkle constchristos
2005-02-26nuke trailing whitespaceperry
2005-02-16undo the part of rev. 1.93 that turned the past-EOF check into an assertion.chs
2005-01-25Extend fsync_range(2) to support the FDISKSYNC flag, which requestswrstuden
2005-01-25-in the read-ahead code, avoid to issue read requests at/past EOFdrochner
2004-12-22check for _KERNEL_OPT around opt includedbj
2004-10-04Backout previous; seeing many busy page on the pageq is normal.enami
2004-10-03So that not to leave pages busy unnecessarily, bound to specified regionenami
2004-10-03Count obj pages freed by pagedaemon.enami
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-06-30Do LAYERFS_REMOVED for vop_rmdir.hannken
2004-06-19layer_islocked: check a status of the lower vnode as well.yamt
2004-06-16Make sure we actually locked the parent vnode before we clearwrstuden
2004-06-16- eliminate gratuitous differences between umap_bypass() and layer_bypass().yamt