summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Explain why Warner is right, and I am wrong, in the removing of thesef1999-11-081-0/+14
* Update for fileops.fo_stat() addition. Note, this would panic ifpeter1999-11-081-2/+3
* Use vop_panic() instead of spec_badop().phk1999-11-071-23/+11
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-071-3/+1
* Make an incredibly stupid change because Warner threatened to do it andsef1999-11-071-1/+0
* Change structure field named 'toupper' to 'to_upper' to avoid conflictarchie1999-11-021-5/+5
* Newline-terminate the complaint message about not being able to findmsmith1999-11-011-1/+1
* Remove specfs::vop_lookup() There is no code path which can call it.phk1999-11-011-18/+0
* Bump version number to sync with ncplib 1.3.3bp1999-10-311-1/+1
* useracc() the prequel:phk1999-10-298-8/+0
* A tentative agreement has been reached in regards to a proceduredillon1999-10-201-7/+0
* Change the default for the vfs.bdev_buffered sysctl to zero.phk1999-10-181-1/+1
* Under some condition vnode can reference itself.bp1999-10-142-1/+5
* Isolate old constant NCP_VOLNAME_LEN.bp1999-10-141-1/+3
* Remove unnessary includes.bp1999-10-126-32/+0
* remove unused #includesphk1999-10-111-1/+0
* Add a couple of strategic KASSERTsphk1999-10-081-0/+6
* Add back sysctl vfs.enable_userblk_iophk1999-10-081-0/+7
* Put back cn_namelen initialization. Removed by phk in rev 1.2.bp1999-10-071-0/+1
* Warn once per driver about dev_t's not registered with make_dev().phk1999-10-041-0/+9
* Move the buffered read/write code out of spec_{read|write} and intophk1999-10-041-181/+210
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-033-12/+1
* Import kernel part of ncplib: netncp and nwfsbp1999-10-0210-0/+3730
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-8/+0
* Remove v_maxio from struct vnode.phk1999-09-291-7/+0
* sigset_t change (part 2 of 5)marcel1999-09-292-25/+50
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromdillon1999-09-282-4/+8
* This is a major fixup of unionfs. At least 30 serious bugs have beendillon1999-09-264-860/+1259
* Remove a warning check which was too general.phk1999-09-251-3/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-252-7/+2
* This patch clears the way for removing a number of tty relatedphk1999-09-251-7/+22
* Kill the cdevsw->d_maxio field.phk1999-09-221-8/+10
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-203-7/+12
* Fix handling of a device EOF that occurs in the middle of a block. Thedillon1999-09-201-7/+66
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-201-3/+9
* Add vfs.enable_userblk_io sysctl to control whether user reads and writesdillon1999-09-171-4/+9
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-1110-43/+94
* Changes to centralise the default blocksize behaviour.julian1999-09-091-2/+8
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-078-321/+62
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-044-20/+14
* Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICbde1999-09-042-5/+3
* Print out the device name when there is an uninitialised IO size or IO errorjulian1999-09-031-2/+3
* Add a catchall to set default blocksize values for disk like devices.julian1999-09-031-5/+13
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-44/+33
* Fix the sense of the vn_isdisk() check.phk1999-09-011-1/+1
* Set the buffersize for non BSDFFS labeled partitions tophk1999-08-311-4/+4
* Make buffered acces to bdevs from userland controllable withphk1999-08-311-8/+18
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-29/+30
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-302-5/+4
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-292-12/+11
OpenPOWER on IntegriCloud