aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle itTom Rhodes2002-08-161-0/+11
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.Jake Burkholder2002-08-151-4/+4
* Clean up comments that are no longer relevant.Scott Long2002-08-151-12/+9
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.Scott Long2002-08-153-246/+239
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-133-27/+20
* Fix typo in vnode flags causing deadlock in msdosfs_fsync().Pierre Beyssac2002-08-051-1/+1
* Fix typo in the last revision.Mike Barcroft2002-08-041-1/+1
* Simplify the handling of a fragmented file_id descriptor. AlsoScott Long2002-08-042-51/+50
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-0433-63/+104
* Calculate the correct physical block number for files that areScott Long2002-08-021-4/+6
* Check for deleted files in udf_lookup(), not just udf_readdir().Scott Long2002-08-021-1/+6
* o Lock page queue accesses in nwfs and smbfs.Alan Cox2002-08-022-0/+12
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+11
* Hook up devfs_pathconf() for specfs devfs nodes, not just regularRobert Watson2002-08-011-0/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-013-0/+72
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-012-0/+60
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-313-0/+90
* Fix a problem with sendfile() syscall by always doing I/O via bread() inSemen Ustimenko2002-07-311-13/+28
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-301-0/+1
* Create a new thread state to describe threads that would be ready to runJulian Elischer2002-07-291-0/+2
* Correct misindentation of DRA_UID.Dima Dorfman2002-07-281-1/+1
* Unimplement panic(8) by making sure that we don't recurse into aDima Dorfman2002-07-281-5/+11
* - Explicitly state that specfs does not support locking by usingJeff Roberson2002-07-271-0/+3
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().Alan Cox2002-07-271-1/+2
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-175-1/+949
* Unbreak LINT; sort the includes so that functions are explicitlyMark Murray2002-07-161-8/+8
* - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safeJeff Roberson2002-07-091-3/+6
* Lock down pseudofs:Jeff Roberson2002-07-082-0/+29
* Part 1 of KSE-IIIJulian Elischer2002-06-295-12/+15
* nmount'ify unionfs further by using separate options insteadMaxime Henrion2002-06-152-6/+16
* Convert UDF to nmount.Maxime Henrion2002-06-152-50/+28
* Fix a race during null node creation between relookuping the hash andSemen Ustimenko2002-06-134-105/+102
* Change null_hashlock into null_hashmtx, because there is no need forSemen Ustimenko2002-06-131-22/+15
* Fix the "error" path (when dropping not fully initialized vnode).Semen Ustimenko2002-06-133-19/+26
* Fix wrong locking in null_inactive and null_reclaim. This makes nullfsSemen Ustimenko2002-06-131-10/+7
* Gratuitous whitespace cleanup.Dag-Erling Smørgrav2002-06-065-88/+88
* Make devfs to give honour to PDIRUNLOCK flag.Semen Ustimenko2002-06-011-9/+13
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-312-51/+16
* Convert unionfs to nmount.Maxime Henrion2002-05-242-25/+22
* Fix comments.Maxime Henrion2002-05-241-1/+1
* Convert nullfs to nmount.Maxime Henrion2002-05-232-17/+12
* Quick fix for non-unique inode numbers for hard links. We use theBruce Evans2002-05-221-6/+14
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.Semen Ustimenko2002-05-211-2/+6
* Lock the writer socket across sorwakeup(fip->fi_writesock).Seigo Tanimura2002-05-211-1/+3
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-202-16/+49
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-198-9/+11
* Remove a check of blocknumbers/offsets which will be pointless withPoul-Henning Kamp2002-05-181-12/+0
* More s/file system/filesystem/gTom Rhodes2002-05-1628-61/+63
* In VOP_LOOKUP, don't assume that the final pathname componentMaxime Henrion2002-05-161-2/+1
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-143-8/+8