summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-082-10/+12
* Lock the vnode interlock while reading v_usecount to update si_usecountjhb2008-01-081-0/+3
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-072-0/+17
* g_vfs_close() wants the sx topology lock held while executing, so justattilio2008-01-071-0/+8
* Remove explicit locking of struct file.jeff2007-12-302-8/+2
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-281-1/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+4
* Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4,markus2007-12-111-1/+1
* Turn MPASS(0) into panic with more obvious reason why the assertiondelphij2007-12-071-5/+5
* size_max should be unsigned, as such, use size_t here.delphij2007-12-061-1/+1
* Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfswkoszek2007-12-041-1/+3
* o English lesson from bde@: "iff" is not a typo, it means "if and only if".maxim2007-11-181-1/+1
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-184-33/+46
* MFp4: Fix several style(9) bugs.delphij2007-11-181-19/+12
* o Mask maximum file permissions we get from mount_ntfs -mmaxim2007-11-171-1/+2
* o Fix a typo in the comment.maxim2007-11-171-1/+1
* o Do not leak inodes hash table at module unload.maxim2007-11-131-0/+1
* Correct a stack overflow which will trigger panics whendelphij2007-11-121-1/+1
* Remove some debugging code that, while useful, doesn't belong in the committedtrhodes2007-10-252-16/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-243-10/+10
* Fixes to msdosfs dirtyflag related stuff:delphij2007-10-221-26/+42
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-194-10/+18
* Add noclusterr and noclusterw options to the options list. I forgot thesebde2007-10-181-1/+1
* Fix some style bugs in the mount options list. Mainly, sort the list,bde2007-10-181-6/+7
* In msdosfs_settattr(), don't do synchronous updates of the denodebde2007-10-181-1/+1
* Get rid of qaddr_t.alfred2007-10-1613-23/+23
* This changes give nullfs correctly work with latest unionfs.daichi2007-10-142-5/+25
* Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-143-2/+32
* Default copy mode has been changed from traditional-mode to transparent-mode.daichi2007-10-141-1/+1
* Fixed un-vrele issue of upper layer root vnode of unionfs.daichi2007-10-141-1/+1
* Added NULL check code pointed out by Coverity. (via Stanislavdaichi2007-10-141-0/+2
* - It has been become MPSAFE.daichi2007-10-142-22/+51
* Fixed vnode unlock/vrele untreated issues whenever errors havedaichi2007-10-141-4/+4
* - Added support for vfs_cache on unionfs. As a result, you can usedaichi2007-10-143-171/+43
* Added treatments to prevent readdir infinity loop using with Linux binarydaichi2007-10-141-29/+23
* Changed it frees unneeded memory ASAP.daichi2007-10-141-1/+5
* Log:daichi2007-10-141-0/+6
* Use the correct pid when checking to see whether or not the /proc/<pid>jhb2007-10-051-1/+1
* MFp4: Provide a dummy verb "export" to shut up the messagedelphij2007-10-041-1/+1
* Additional work is still needed before we can claim that tmpfsdelphij2007-10-041-0/+3
* Remove some of the pessimizations involving writing the fsi sector.bde2007-09-231-16/+0
* Disable multiple ntfs mounts to the same mountpoint.rodrigc2007-09-211-1/+15
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-5/+3
* Fix races in msdosfs_lookup() and msdosfs_readdir(). These functionsbde2007-08-314-62/+64
* MFp4: rework tmpfs_readdir() logic in terms of correctness.delphij2007-08-161-12/+15
* On 6.x this works:jhb2007-08-151-1/+1
* MFp4:delphij2007-08-103-60/+96
* MFp4:delphij2007-08-104-35/+68
* In msdosfs_read() and msdosfs_write(), don't check explicitly forbde2007-08-071-12/+21
* Fix and update the comments about the effect of the read-only flag on writing.bde2007-08-071-10/+16
OpenPOWER on IntegriCloud