aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-123-14/+7
* Correct corrupt read when the read starts at a non-aligned offset.Remko Lodder2007-06-111-4/+6
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-091-1/+2
* Fix off-by-one error (introduced in r1.60) that had the effect ofBruce A. Mah2007-06-071-1/+1
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-053-8/+8
* Do proper "locking" for missing vmmeters part.Attilio Rao2007-06-041-4/+4
* Revert previous, part of NFS that I didn't know about.Tom Rhodes2007-06-011-0/+20
* Garbage collect msdosfs_fhtovp; it appears unused and I have been usingTom Rhodes2007-06-011-20/+0
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationKonstantin Belousov2007-06-012-4/+4
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-4/+4
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-317-29/+20
* Where I previously removed calls to kdb_enter(), now remove include ofRobert Watson2007-05-293-3/+0
* Rather than entering the debugger via kdb_enter() when detecting memoryRobert Watson2007-05-271-12/+6
* Rather than entering the debugger via kdb_enter() in the event theRobert Watson2007-05-271-5/+2
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionKonstantin Belousov2007-05-185-10/+10
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-4/+4
* The process lock is held when procfs_ioctl() is called. Assert that thisDag-Erling Smørgrav2007-05-011-2/+8
* Fix old locking bugs which were revealed when pseudofs was made MPSAFE.Dag-Erling Smørgrav2007-04-231-1/+9
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,Robert Watson2007-04-232-3/+3
* Add synchronization. Eliminate the acquisition and release of Giant.Alan Cox2007-04-231-23/+47
* In some cases, like whenever devfs file times are zero, the fix(aa) will notTom Rhodes2007-04-201-1/+1
* Avoid "unused variable" warning when building without PSEUDOFS_TRACE.Dag-Erling Smørgrav2007-04-151-0/+1
* Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.Dag-Erling Smørgrav2007-04-156-336/+549
* Instead of stating GIANT_REQUIRED, just acquire and release Giant whereDag-Erling Smørgrav2007-04-151-2/+5
* Fix the same bug as in procfs_doproc{,db}regs(): check that uio_offset isDag-Erling Smørgrav2007-04-151-1/+3
* Don't reset uio_offset to 0 before returning. Instead, refuse to serviceDag-Erling Smørgrav2007-04-152-3/+7
* Further pseudofs improvements:Dag-Erling Smørgrav2007-04-146-62/+59
* Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process-Dag-Erling Smørgrav2007-04-115-51/+74
* Whitespace nits.Dag-Erling Smørgrav2007-04-052-4/+4
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-045-11/+15
* Annotate that this giant acqusition is dependent on tty locking.Kris Kennaway2007-03-261-2/+2
* o cd9660 code repo-copied, update a comment.Maxim Konovalov2007-03-241-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-1316-11/+132
* Add a pn_destroy field to pfs_node. This field points to a destructorDag-Erling Smørgrav2007-03-123-22/+44
* Change fifo_printinfo to check if the vnode v_fifoinfo pointerMike Pritchard2007-03-021-0/+4
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-1/+1
* Check that the error returned by vfs_getopts() is not ENOENT before assumingOlivier Houchard2007-02-211-2/+2
* Do allow PIOCSFL in jail for setguid processes; this is more consistentRobert Watson2007-02-191-4/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-1518-146/+154
* Forced commit and #include changes for repo copy fromCraig Rodrigues2007-02-117-21/+21
* Add noatime to the list of mount options that msdosfs accepts.Craig Rodrigues2007-02-081-1/+1
* Style fixes: use ANSI C function declarations.Craig Rodrigues2007-02-081-31/+8
* Fix the race of dereferencing /proc/<pid>/file with execve(2) by cachingKonstantin Belousov2007-02-071-3/+11
* Eliminate some dead code which was introduced in 1.23, yet was alwaysCraig Rodrigues2007-02-061-11/+0
* coda_vptofh is never defined nor used.Pawel Jakub Dawidek2007-02-021-1/+0
* Fixing compilation bustage by removing references to opt_msdosfs.h.Tai-hwa Liang2007-01-302-4/+0
* Fix spacing from my previous commit to this file:Tom Rhodes2007-01-301-1/+1
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forCraig Rodrigues2007-01-302-36/+54
* Below is slightly edited description of the LOR by Tor Egge:Konstantin Belousov2007-01-221-1/+24
* Add a 3rd entry in the cache, which keeps the end positionTom Rhodes2007-01-162-3/+19