summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Locking for the per-process resource limits structure.jhb2004-02-045-19/+44
* Fix style(9) of my previous commit.cperciva2004-01-211-1/+1
* Allow devfs path rules to work on directories. Without this fix,cperciva2004-01-211-1/+2
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-191-1/+1
* Do not allow operations which cause known file-system corruption.green2004-01-161-2/+8
* Remove a warning.green2004-01-161-2/+0
* Fix an upper-vnode leak created in revision 1.52. When an upper-layergreen2004-01-162-19/+13
* Fix an inverted test for NOPEN in the unused function smb_smb_flush().tjr2004-01-121-1/+1
* Don't try to unlock the directory vnode in null_lookup() if the lock istruckman2004-01-111-1/+1
* Restore closing of SMB find handle in smbfs_close().tjr2004-01-101-1/+8
* Lock p->p_textvp before calling vn_fullpath() on it. Note therwatson2004-01-071-0/+2
* In smbfs_inactive(), only invalidate the node's attribute cache if wetjr2004-01-041-1/+1
* Pass ACL, extended attribute and MAC vnode ops down the vnode stack.tjr2004-01-031-0/+239
* Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.phk2004-01-021-0/+5
* Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentationbde2003-12-291-58/+68
* Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock()bde2003-12-291-11/+8
* Fixed style bugs in rev.1.112. The bugs started with obscure magicbde2003-12-291-12/+12
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-281-2/+2
* Make msdosfs support the dirty flag in FAT16 and FAT32.trhodes2003-12-265-1/+106
* Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoidtjr2003-12-221-1/+1
* Avoid sign extension when casting signed characters to unsigned widetjr2003-12-161-2/+2
* Make msdosfs long filenames matching case insensitive again.fjoe2003-12-081-3/+5
* Constify, and add an API function to find a named node in a directory.des2003-12-072-6/+21
* Minor whitespace and style issues.des2003-12-077-21/+16
* Remove useless SMP check code.des2003-12-072-22/+0
* Re-arrange and consolidate some random debugging stuffscottl2003-12-071-20/+1
* Fix vnode locking in fdesc_setattr. Lock vnode before invokingkan2003-11-191-5/+5
* Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition fortruckman2003-11-161-6/+3
* - A sanity check in unionfs verifies that lookups of '.' return thedas2003-11-141-27/+21
* Initialize b_iooffset correctly.phk2003-11-131-0/+1
* Don't mess around with spare fields of public structures.phk2003-11-121-1/+0
* Don't mess about with spare fields in public structures.phk2003-11-121-1/+0
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-1/+1
* If fifo_open() is interrupted, fifo_close() may not get called, causingtruckman2003-11-101-9/+23
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Add hooks for translating directories entries using the iconv methods.scottl2003-11-055-32/+172
* Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that thescottl2003-11-052-0/+46
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-052-9/+9
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-1/+2
* Remove now unused variable.kan2003-11-011-1/+0
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-011-2/+1
* Do not bother walking mount point vnode list just to calculatekan2003-11-011-5/+1
* Remember to check the DE_WHITEOUT flag in the case where a clonedphk2003-10-201-4/+9
* When a driver successfully created a device on demand, we can directlyphk2003-10-201-7/+6
* Remove debug printf().mux2003-10-191-1/+0
* Initialize b_iooffset before calling strategyphk2003-10-181-0/+1
* DuH!phk2003-10-184-4/+4
* Initialize b_offset before calling VOP_SPECSTRATEGY()phk2003-10-181-0/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-186-3/+3
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.phk2003-10-182-4/+2
OpenPOWER on IntegriCloud