summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+10
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+9
* Fix some style bugs (mainly some whitespace errors).bde2007-08-071-22/+20
* Fix some style bugs (some whitespace errors only).bde2007-08-072-11/+11
* Sort includes.bde2007-08-071-10/+10
* Sort includes.bde2007-08-071-11/+11
* Sort includes.bde2007-08-071-9/+3
* Remove unused include(s).bde2007-08-071-10/+4
* Remove unused include(s).bde2007-08-074-11/+11
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2007-08-071-0/+2
* Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2007-08-071-1/+2
OpenPOWER on IntegriCloud