summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_vnops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,guenther2013-03-281-1/+4
* Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,guenther2013-03-281-4/+1
* Make the FAT setattr handling more consistent about unsupportedmartynas2013-01-151-42/+119
* If the current offset is strictly less than the process filesizeguenther2012-07-111-12/+10
* Cleanup our filesystem pathconf() code a little bit to make it easiermatthew2012-06-201-8/+11
* add kevent support for msdosfs to make applicationsrobert2012-02-161-2/+103
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-041-2/+2
* bread does nothing with its ucred argument. remove it. ok matthewtedu2011-07-041-9/+7
* Every single vop_default is set to eopnotsupp, so retire itthib2011-04-051-2/+1
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-211-41/+37
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-101-37/+41
* Rename lookup/relookup to vfs_lookup/vfs_relookup.thib2010-09-091-3/+3
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-061-41/+37
* - deregister; no binary changejasper2009-08-141-11/+11
* - ansify function declarations, no binary changejasper2009-08-131-57/+29
* - remove super-obvious comments from $fs_vnodeop_entries[]jasper2009-08-131-34/+34
* - missing printf("\n"); after calling lockmgr_printinfo()jasper2009-08-131-1/+2
* indicate success for setting directory attributes; first step towardsmartynas2009-08-091-2/+2
* Update access(2) to have modern semantics with respect to X_OK andmillert2008-06-091-3/+3
* retire vn_default_error() and replace all instancesthib2008-05-081-2/+2
* MALLOC/FREE -> malloc/freechl2007-10-291-3/+2
* convert all daddr_t types to either daddr64_t or uint32_t or other suchderaadt2007-06-021-7/+6
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-140/+26
* When running out of space to place a directory entry in msdosfs_readdir(),pedro2007-04-021-3/+13
* Remove the v_interlock simplelock from the vnode structure.thib2007-03-211-4/+3
* get rid of noop vop_reallocblks; pedro@ miod@ okmickey2007-03-181-17/+1
* Retire VOP_LEASE(); It was a bit for NQNFS and hasthib2007-01-161-2/+1
* Use daddr64_t for logical blocks, okay krw@ thib@ mickey@pedro2006-10-161-4/+2
* Introduce daddr64_t and use it for physical block numberspedro2006-10-031-3/+4
* Add missing cache_purge() in msdosfs_rename().pedro2005-12-011-1/+4
* Remove unnecessary lockmgr() archaism that was costing too much in termspedro2005-11-191-4/+3
* When moving a directory to under a new parent, write the correcttom2005-10-081-2/+2
* Fix typo in commenttom2005-03-141-2/+2
* Add support for MS-DOS filesystems > 128 GB, by changing the way wetom2005-03-021-41/+103
* Fix an integer overflow that prevented us from reading files >= 2 GBtom2005-03-011-6/+14
* The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, sotom2005-03-011-1/+5
* kill breada(), from Sven Dehmlow. ok tedu@ millert@pedro2004-11-301-4/+6
* Don't use seltrue() in poll ops since it requires v_rdev dereferencinggrange2004-11-291-2/+2
* hierarchy is spelled hierarchy, from Jonathan Graytedu2004-09-181-2/+2
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-5/+5
* use pool for namei pathbuf. testing ok millert@ tdeval@tedu2004-05-141-6/+7
* 32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@tedu2004-05-121-15/+15
* Couple of typos in poll changes. ok millert@drahn2003-11-131-2/+2
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-10/+7
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-4/+4
* string cleaning; ok art teduderaadt2003-05-071-3/+5
* fix handling when renaming directories on fat32. mv a/b . would mess up thetedu2003-04-261-4/+12
* support for making directories +x without affecting normal filestedu2003-04-181-3/+15
* protect biodone with splbioart2002-05-241-1/+4
* First round of __P removal in sysmillert2002-03-141-3/+3