aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.Pav Lucistnik2007-01-151-24/+52
* Tell backing v_object the filesize right on it's creation.Pav Lucistnik2007-01-071-1/+6
* When performing a mount update to change a mount from read-only to read-write,Craig Rodrigues2007-01-061-4/+10
* Simplify code in union_hashins() and union_hashget() functions. TheseCraig Rodrigues2007-01-051-24/+12
* Eliminate obsolete comment, now that getushort() is implemented inCraig Rodrigues2007-01-051-4/+0
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenCraig Rodrigues2007-01-051-8/+20
* Use the vnode interlock to close a race where pfs_vncache_alloc() couldJohn Baldwin2007-01-021-8/+9
* Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem.Pav Lucistnik2006-12-231-0/+12
* Unbreak 64-bit little-endian systems that do require alignment.Marcel Moolenaar2006-12-211-18/+5
* For big-endian version of getulong() macro, cast result to u_int32_t.Craig Rodrigues2006-12-191-1/+1
* Fix get_ulong() macro on AMD64 (or any little-endian 64-bit platform).Craig Rodrigues2006-12-191-5/+1
* Remove unused variable in unionfs_root().Craig Rodrigues2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorCraig Rodrigues2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()Craig Rodrigues2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.Craig Rodrigues2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overCraig Rodrigues2006-12-091-2/+3
* Minor cleanup. If we are doing a mount update, and we pass inCraig Rodrigues2006-12-091-4/+8
* The ISO9660 spec does allow files up to 4G. Change the i_sizeTim Kientzle2006-12-081-1/+1
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-10/+3
* o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAMEMaxim Konovalov2006-12-031-2/+4
* Add missing includes for <sys/buf.h> and <sys/bio.h>.Craig Rodrigues2006-12-021-0/+2
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>Craig Rodrigues2006-12-024-3040/+3216
* o From the submitter: dos2unixchr will convert to lower case ifMaxim Konovalov2006-11-261-2/+4
* Fix an integer overflow and allow access to files larger than 4GB onLukas Ertl2006-11-203-19/+19
* Wake up PIOCWAIT handler on the process exit in addition to the stopKonstantin Belousov2006-11-171-2/+2
* change vop_lock handling to allowing tracking of callers' file and line forKip Macy2006-11-133-5/+5
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-0610-63/+107
* Create a bidirectional mapping of the DOS 'read only' attributeBoris Popov2006-11-053-2/+20
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+10
* Ditch crummy fattime <--> timespec conversion functionsPoul-Henning Kamp2006-10-241-149/+8
* Drop crummy fattime to timespec conversion routines.Poul-Henning Kamp2006-10-241-163/+12
* Replace slightly crummy fattime<->timespec conversion functions.Poul-Henning Kamp2006-10-245-180/+16
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-222-2/+4
* Fake the link count until we have no choice but to load data from theTom Rhodes2006-10-211-1/+1
* Update the access and modification times for dev while still holdingKonstantin Belousov2006-10-201-2/+2
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence theKonstantin Belousov2006-10-201-5/+9
* Properly lock the vnode around vgone() calls.Konstantin Belousov2006-10-184-25/+113
* Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp2006-10-022-10/+6
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-022-1/+2
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-4/+27
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-2612-3/+50
* Fix the bug in rev. 1.134. In devfs_allocv_drop_refs(), when not_found == 2Konstantin Belousov2006-09-191-1/+1
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andKonstantin Belousov2006-09-184-16/+113
* Put the osta.c license on osta.h. The license is the same.Warner Losh2006-09-121-0/+15
* while (0); -> while (0) in multi-line macrosWarner Losh2006-08-171-1/+1
* Introduce a field to struct vm_page for storing flags that areAlan Cox2006-08-092-2/+2
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* When the volume is being downgraded from a read-write mode, markXin LI2006-08-031-0/+4