summaryrefslogtreecommitdiff
path: root/sys/fs/sysvbfs
AgeCommit message (Expand)Author
2007-10-10Merge from vmlocking:ad
2007-10-08Merge brelse() changes from the vmlocking branch.ad
2007-09-24Avoid stack allocation of large dirent structures in foo_readdir().rumble
2007-09-08Don't explicitly set vp->v_size and then call uvm_vnp_setsize(). This isrumble
2007-07-31* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kernpooka
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-26Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.pooka
2007-07-21Don't depend on uvm_extern.h pulling in proc.h.ad
2007-07-17Make set_statvfs_info() take a parameter for the vfs name insteadpooka
2007-07-12Change the VFS_MOUNT() interface so that the 'data' buffer passed to thedsl
2007-06-30Using POOL_INIT here makes no sense, since file systems always havepooka
2007-06-28Fix mnt_dev_bshift value. Pointed out by rumble@.tsutsui
2007-03-20Pass an ipl argument to pool_init/POOL_INIT to be used when initializingtsutsui
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-20Call genfs_node_destroy() where appropriate.ad
2007-01-29Remove more duplicate headers.hubertf
2007-01-19New file system suspension API to replace vn_start_write and vn_finished_write.hannken
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-25Spell "algorithm" correctly. From Zafer Aydogan.wiz
2006-12-09a smorgasbord of improvements to vnode locking and path lookup:chs
2006-10-06move includes only needed for kernel inside ifdef _KERNEL.chs
2006-08-26Change types from int8_t to char for arrays which store char names.tsutsui
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-07-06Make it compile on 64 bit machinesmartin
2006-07-01Redo previous differently - just use time_second.martin
2006-07-01Make it compile post time-counter mergemartin
2006-05-15don't try to dereference kauth_cred_t.yamt
2006-05-15include kauth.h for NOCRED.yamt
2006-05-14integrate kauth.elad
2006-02-25Fix some typos.wiz
2006-01-26free() -> dealloc() for _STANDALONE.tsutsui
2005-12-29Add preliminary support for System V Boot File System.tsutsui