summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* whitespace nitphk2005-01-191-1/+1
* Remove unused coda_fbsd_getpages()phk2005-01-192-68/+0
* Fix an incorrect cast.scottl2005-01-181-1/+1
* NULL-terminate the . and .. directory entries. Apparently some tools ignorescottl2005-01-141-0/+2
* Replace the min() macro with a test that doesn't truncate the 64-bit valuesscottl2005-01-141-1/+4
* Eliminate unused and constant arguments to smbfs_vinvalbuf()phk2005-01-144-26/+13
* Eliminate constant and unused arguments to nwfs_vinvalbuf()phk2005-01-144-25/+14
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-144-6/+6
* Whitespace in vop_vector{} initializations.phk2005-01-1314-54/+63
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-134-15/+14
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-134-25/+25
* Use off_t when passing and calculating file offsets. While a singlescottl2005-01-121-6/+11
* Don't allow reads past the end of a file.scottl2005-01-121-1/+1
* Silently ignore forced argument to unmount.phk2005-01-111-2/+0
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-114-4/+4
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-117-18/+12
* whitespacephk2005-01-101-1/+1
* Annotate that pfs_exit() always acquires and releases two mutexes forrwatson2005-01-081-0/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0667-68/+70
* Start each of the license/copyright comments with /*-imp2005-01-0519-27/+27
* Unsupport forceful unmounts of DEVFS.phk2005-01-041-1/+1
* Be consistent about flag values passed to device drivers read/writephk2004-12-221-11/+4
* Shuffle numeric values of the IO_* flags to match the O_* flags fromphk2004-12-221-0/+13
* We can only ever get to vgonechrl() from a devfs vnode, so we do notphk2004-12-201-1/+2
* Add a couple of KASSERTS to try to diagnose a problem reported.phk2004-12-201-1/+5
* Be a bit more assertive about vnode bypass.phk2004-12-141-16/+17
* Exporting of NTFS filesystem broke in rev 1.70. Fix it.ssouhlal2004-12-131-7/+4
* Don't forget to bypass vnodes in corner cases.phk2004-12-131-8/+6
* Another FNONBLOCK -> O_NONBLOCK.phk2004-12-131-2/+2
* Use O_NONBLOCK instead of FNONBLOCK alias.phk2004-12-131-1/+1
* Explicit panic in vop_read/vop_write for devicesphk2004-12-131-0/+2
* Explicitly panic vop_read/vop_write on fifos.phk2004-12-131-0/+2
* Don't deref NULL if no charset-conversion is specified.phk2004-12-122-2/+10
* Handle MNT_UPDATE export requests first and return so we do notphk2004-12-111-14/+14
* typophk2004-12-111-1/+1
* First save from editor, *then* commit.phk2004-12-071-2/+1
* Fix exports.phk2004-12-071-6/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-072-128/+80
* Use vfs_mountedfrom().phk2004-12-061-2/+2
* Trust vfs_mount to call VFS_STATFS() on all mounts.phk2004-12-061-2/+0
* Convert to nmount. Add omount compat.phk2004-12-065-39/+100
* Convert to nmount. Add omount compat.phk2004-12-061-27/+37
* Convert to nmount. Add omount compat.phk2004-12-062-61/+80
* Convert to nmount. Add backwards compat cmount method.phk2004-12-063-47/+81
* Convert nwfs to nmount, but take the low road: There is no way this isphk2004-12-061-9/+29
* Fix a typo in PFS_TRACE.kan2004-12-061-1/+1
* ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS()phk2004-12-061-4/+1
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().phk2004-12-062-8/+3
* Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS()phk2004-12-061-3/+2
OpenPOWER on IntegriCloud