summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
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
2009-10-19Apply a similar fix for mount function from ffs_vfsops.c rev 1.186:tsutsui
2009-10-17Bump protocol version once more to allow for previous to be pulledpooka
2009-10-17Transmit VOP_ABORTOP() to the server.pooka
2009-10-17Make tmpfs write fail when process file size limit is reached.njoly
2009-10-06tmpfs_rename: handle hard-links correctly. Fixes PR/41236.rmind
2009-09-30remove leading whitespace. no functional change.pooka
2009-09-30* fix a race i introduced almost two years ago in rev 1.116:pooka
2009-09-19Set SAVENAME for rmdir and remove.pooka
2009-09-14Rework simplistic UBC flushing. Recent changes to genfs made the old flushreinoud
2009-09-12Fix typo:tsutsui
2009-09-07Fix set_statvfs_info() to use UIO_SYSSPACE for fromname kernelnjoly
2009-09-07set mntfromname in a less creative and historic fashionpooka
2009-09-03Install smb headers relevant for userspace and make mount_smbfspooka