summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Check that the error returned by vfs_getopts() is not ENOENT before assumingcognet2007-02-211-2/+2
* Do allow PIOCSFL in jail for setguid processes; this is more consistentrwatson2007-02-191-4/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-1518-146/+154
* Forced commit and #include changes for repo copy fromrodrigc2007-02-117-21/+21
* Add noatime to the list of mount options that msdosfs accepts.rodrigc2007-02-081-1/+1
* Style fixes: use ANSI C function declarations.rodrigc2007-02-081-31/+8
* Fix the race of dereferencing /proc/<pid>/file with execve(2) by cachingkib2007-02-071-4/+12
* Eliminate some dead code which was introduced in 1.23, yet was alwaysrodrigc2007-02-061-11/+0
* coda_vptofh is never defined nor used.pjd2007-02-021-1/+0
* Fixing compilation bustage by removing references to opt_msdosfs.h.avatar2007-01-302-4/+0
* Fix spacing from my previous commit to this file:trhodes2007-01-301-1/+1
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forrodrigc2007-01-302-36/+54
* Below is slightly edited description of the LOR by Tor Egge:kib2007-01-221-1/+24
* Add a 3rd entry in the cache, which keeps the end positiontrhodes2007-01-162-3/+19
* Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.pav2007-01-151-24/+52
* Tell backing v_object the filesize right on it's creation.pav2007-01-071-1/+6
* When performing a mount update to change a mount from read-only to read-write,rodrigc2007-01-061-4/+10
* Simplify code in union_hashins() and union_hashget() functions. Theserodrigc2007-01-051-24/+12
* Eliminate obsolete comment, now that getushort() is implemented inrodrigc2007-01-051-4/+0
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenrodrigc2007-01-051-8/+20
* Use the vnode interlock to close a race where pfs_vncache_alloc() couldjhb2007-01-021-8/+9
* Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem.pav2006-12-231-0/+12
* Unbreak 64-bit little-endian systems that do require alignment.marcel2006-12-211-18/+5
* For big-endian version of getulong() macro, cast result to u_int32_t.rodrigc2006-12-191-1/+1
* Fix get_ulong() macro on AMD64 (or any little-endian 64-bit platform).rodrigc2006-12-191-5/+1
* Remove unused variable in unionfs_root().rodrigc2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorrodrigc2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()rodrigc2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.rodrigc2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overrodrigc2006-12-091-2/+3
* Minor cleanup. If we are doing a mount update, and we pass inrodrigc2006-12-091-4/+8
* The ISO9660 spec does allow files up to 4G. Change the i_sizekientzle2006-12-081-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-10/+3
* o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAMEmaxim2006-12-031-2/+4
* Add missing includes for <sys/buf.h> and <sys/bio.h>.rodrigc2006-12-021-0/+2
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-024-3040/+3216
* o From the submitter: dos2unixchr will convert to lower case ifmaxim2006-11-261-2/+4
* Fix an integer overflow and allow access to files larger than 4GB onle2006-11-203-19/+19
* Wake up PIOCWAIT handler on the process exit in addition to the stopkib2006-11-171-2/+2
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-133-5/+5
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-0610-63/+107
* Create a bidirectional mapping of the DOS 'read only' attributebp2006-11-053-2/+20
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+10
* Ditch crummy fattime <--> timespec conversion functionsphk2006-10-241-149/+8
* Drop crummy fattime to timespec conversion routines.phk2006-10-241-163/+12
* Replace slightly crummy fattime<->timespec conversion functions.phk2006-10-245-180/+16
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-222-2/+4
* Fake the link count until we have no choice but to load data from thetrhodes2006-10-211-1/+1
* Update the access and modification times for dev while still holdingkib2006-10-201-2/+2
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence thekib2006-10-201-5/+9
OpenPOWER on IntegriCloud