summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* sys/fs: spelling fixes in comments.pfg2016-04-291-1/+1
* msdosfs_rename: yet another unused value.pfg2016-02-071-3/+0
* msdosfs_rename: Unused valuepfg2016-02-061-1/+0
* ANSIfy sys/fs/msdosfsemaste2015-01-091-149/+22
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-211-0/+2
* Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESSkib2014-10-111-1/+1
* In msdosfs_setattr(), add a check for result of the utimes(2)kib2014-06-171-6/+3
* After r254627, the deupdate() started writing the directory entries tokib2014-05-031-0/+11
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-40/+61
* The fsync(2) call should sync the vnode in such way that even afterkib2013-05-021-4/+27
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-2/+2
* The directory entry for dotdot was corrupted in the FAT32 case when movingkib2013-02-011-5/+13
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-5/+4
* Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.kib2012-02-221-2/+2
* Fix found places where uio_resid is truncated to int.kib2012-02-211-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Add a comment describing the reason for calling cache_purge(fvp).kib2010-10-081-0/+7
* The msdosfs lookup is case insensitive. Several aliases may be inserted forkib2010-10-071-0/+1
* Style fixes and removal of unneeded variable.trasz2010-05-061-2/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-13/+2
* Remove seemingly unneeded unlock/relock of the dvp in msdosfs_rmdir,kib2010-02-281-2/+0
* Fix common misspelling of hierarchyuqs2010-02-201-1/+1
* - Add idempotency guards so the structures can be used in other utilities.kib2010-02-131-3/+3
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* - Hold a reference on the cdev a filesystem is mounted from in the mount.jhb2009-02-271-4/+2
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-9/+7
* The uniqdosname() function takes char[12] as it third argument.kib2008-07-041-1/+1
* Move the head of byte-level advisory lock list from thekib2008-04-161-35/+0
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+18
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-18/+17
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-191-4/+6
* In msdosfs_settattr(), don't do synchronous updates of the denodebde2007-10-181-1/+1
* Fix races in msdosfs_lookup() and msdosfs_readdir(). These functionsbde2007-08-311-7/+8
* 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/+9
* Sort includes.bde2007-08-071-10/+10
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2007-08-071-0/+2
* Remove unused include(s).bde2007-08-071-5/+0
* Implement vfs clustering for msdosfs.bde2007-07-201-6/+49
* Clean up before implementing vfs clustering for msdosfs:bde2007-07-201-36/+42
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-8/+4
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+21
* Fixing compilation bustage by removing references to opt_msdosfs.h.avatar2007-01-301-2/+0
OpenPOWER on IntegriCloud