aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+3
* Fixed printf format errors and style bugs in rev.1.92. This is the versionBruce Evans2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itBruce Evans2002-08-251-78/+9
* Fixed printf format errors and style bugs in previous commit.Bruce Evans2002-08-251-9/+78
* Remove stddef.h from the header listScott Long2002-08-231-1/+0
* Fix a bug where large msdos partitions were not handled correctly, and fixTom Rhodes2002-08-221-1/+7
* Remove the possibility of a race condition when reading the . and ..Scott Long2002-08-201-15/+16
* Don't abuse the stack when translating names.Scott Long2002-08-201-10/+12
* Handle one more case of a fifofs filetmp: set filetmp.f_cred toRobert Watson2002-08-201-2/+3
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-171-2/+6
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-162-3/+4
* 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