aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for non-unique inode numbers for hard links. We use theBruce Evans2002-05-221-6/+14
* More s/file system/filesystem/gTom Rhodes2002-05-163-5/+5
* Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.Jeff Roberson2002-05-042-0/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallyBruce Evans2002-03-301-0/+4
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-243-8/+7
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-4/+4
* Remove __P.Alfred Perlstein2002-03-207-92/+82
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-175-16/+42
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.Kenneth D. Merry2001-11-271-0/+10
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsMatthew Dillon2001-11-041-1/+1
* B_ERROR is BIO_ERROR on -current.Poul-Henning Kamp2001-11-041-1/+1
* Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assumingMatthew Dillon2001-11-041-1/+23
* KSE Milestone 2Julian Elischer2001-09-124-56/+55
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-1/+1
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-32/+0
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.Poul-Henning Kamp2001-04-301-10/+4
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-297-14/+0
* Move the netexport structure from the fs-specific mountstructurePoul-Henning Kamp2001-04-252-29/+2
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-237-0/+14
* Add missed MODULE_VERSION() call, so loading of unicode conversion routineMaxim Sobolev2001-03-111-0/+1
* Add a mount time option which slightly relaxes checks for valid JoiletBoris Popov2001-03-112-1/+3
* Reviewed by: jlemonAdrian Chadd2001-03-011-2/+0
* Display the Joliet Extension 'level' in the log message.Alfred Perlstein2001-02-231-1/+1
* Add a hook for loading of a Unicode -> char conversion routine as a kld at aMaxim Sobolev2001-02-131-0/+12
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-8/+8
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-15/+2
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-14/+11
* Proc locking to protect p_ucred while we obtain additional references.John Baldwin2001-01-241-2/+15
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-4/+2
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Blow away the v_specmountpoint define, replacing it with what it wasEivind Eklund2000-10-091-3/+3
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-2/+5
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksBoris Popov2000-10-034-9/+18
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+1
* o Restructure vaccess() so as to check for DAC permission to modify theRobert Watson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-201-42/+3
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-1/+2
* Fix memory leakage on module unload.Boris Popov2000-06-293-1/+12
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-055-0/+5
* Add $FreeBSD$Peter Wemm2000-05-012-0/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* remove check now done in vn_isdisk().Poul-Henning Kamp2000-01-101-4/+0