summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
2010-05-01As per change in NiLFS2 spec, select the superblocks on highest checksumreinoud
2010-05-01Return correct value from union_islocked.pooka
2010-04-23Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to filepooka
2010-04-13polish previouspooka
2010-04-13If getdisksize() fails (happens e.g. on fss block devices), don'tpooka
2010-04-11The *_modcmd functions use the module name as prefix.mlelstv
2010-04-11Make module name match MOUNT_NAME. Inspired by PR kern/43110.pooka
2010-04-09Add file system suspension support (vfs_suspend(9)) to msdosfs.hannken
2010-04-08In genfs where available.pooka
2010-04-08Use genfs instead of homegrown stuff where possible.pooka
2010-04-07* Don't care about VOP_CLOSE() error in unmount. In the extremelypooka
2010-03-29Stop exposing fifofs internals and leave only fifo_vnodeop_p visible.pooka
2010-03-27\n, police!pooka
2010-03-02Don't generate unused fs_thefs.h headers.pooka
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2010-02-26Typo and stylereinoud
2010-02-25First part of shrinking/growing metadata partition support:reinoud
2010-02-24Rename metadata partition parameters to be less generic and add the flags.reinoud
2010-02-24Extract UDF metadata partition parameters as already done for VAT and sparablereinoud
2010-02-17* add a rant about why MPSAFE isn't enabled even though puffs code ispooka
2010-01-31Replace individual queries for partition information withmlelstv
2010-01-26Drop two uses of disk label data.mlelstv
2010-01-26On broken filesystems the fillinmap inner loop may have never read ajoerg
2010-01-25Fetch sector size also from wedges.mlelstv
2010-01-14In case the operations thread has exited, do not queue any morepooka
2010-01-14Since VOP_GETATTR() does not require a locked vnode, resolve andpooka
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2010-01-07Rename PUFFS_SOPREQ_EXIT to PUFFS_SOPREQSYS_EXIT to better signalpooka
2010-01-07Fix variable name in my commit tree too.pooka
2010-01-07Add a PUFFS_UNMOUNT server->kernel request, which causes the kernelpooka
2010-01-05Remove extra semicolons.mbalmer
2009-12-23Fix typo in comments, no code change.mbalmer
2009-12-07Process flush requests from the file server in a separate threadpooka
2009-12-07Need to send protocol layer response instead of transport layerpooka
2009-12-04Push all information cached in the vnode to the file server beforepooka
2009-12-03vrele, not vput for unlocked devvppooka
2009-12-01Call VOP_CLOSE() in mount error branch with the device locked topooka
2009-11-30Introduce genfs_statvfs() as pretty much a no-info statvfs andpooka
2009-11-27Yes, you need a VOP_UNLOCK() there.pooka
2009-11-27Fix another fine example of "if you make the kernel panic, it'spooka
2009-11-27Don't spam if mount fails due to invalid file system.pooka
2009-11-22Fix panic when trying to delete a directory entry (hi yamt!) by notjmmv
2009-11-19Send VOP_ABORTOP() in case attempting cross-dev rename, part ofpooka
2009-11-19Send VOP_ABORTOP() as a FAF -- we don't care about the return value.pooka
2009-11-11Simplify tmpfs_itimes() and use vfs_timestamp(). Also, replace unnecessaryrmind
2009-11-05Kill suspend support. It was never implemented correctly:pooka
2009-11-05Reinstante PNODE_DYING. vmlocking had a brief hiatus when it was notpooka
2009-10-22Remove closes 3 and 4 from my copyright.bouyer
2009-10-20Add support for 64 bit file offsets to smbfs_smb_setfsize(), largelytron
2009-10-19Set recycle to false along with a comment screaming that it shouldpooka