summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r256502:kib2013-10-251-0/+4
* MFC r256501:kib2013-10-251-4/+4
* Make the seek a method of the struct fileops.kib2013-08-211-0/+1
* Restore the previous sendfile(2) behaviour on the block devices.kib2013-08-161-0/+1
* make path matching in devfs rules consistent and sane (and safer)avg2013-07-261-24/+38
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* Stop translating the ERESTART error from the open(2) into EINTR.kib2013-02-071-1/+4
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-231-0/+11
* Remove M_USE_RESERVE from the devfs cdp allocator, which is one of twokib2012-11-141-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Prefer __containerof() above member2struct().ed2012-09-151-1/+1
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-0/+3
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-11/+4
* Revert devfs part of r235911. I was unaware about old but unfinishedmav2012-05-241-45/+0
* MFprojects/zfsd:mav2012-05-241-0/+45
* Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.mm2012-02-291-1/+4
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-231-15/+15
* Fix found places where uio_resid is truncated to int.kib2012-02-211-2/+4
* Merge si_name and __si_namebuf.ed2012-02-101-1/+0
* Add support for mounting devfs inside jails.mm2012-02-091-1/+13
* Introduce the "ruleset=number" option for devfs(5) mounts.mm2012-02-093-1/+79
* Explicitly use curthread while manipulating td_fpop during last closejhb2011-12-091-3/+7
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-1/+3
* - fix duplicate "a a" in some commentseadler2011-11-131-1/+1
* Move the cleanup of f_cdevpriv when the reference count of a devfsjhb2011-11-041-0/+7
* Fix kernel panic when d_fdopen csw method is called for NULL fp.kib2011-11-031-0/+4
* Export devfs inode number allocator for the kernel consumers.kib2011-10-051-3/+17
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-0/+2
* Do not update mountpoint generation counter to the value which was notkib2011-08-091-2/+4
* While fixing the looping of a thread while devfs vnode is reclaimed,kib2011-07-131-6/+12
* Don't allow user created symbolic links to cover another entries markedjh2010-12-151-0/+5
* - Assert that dm_lock is exclusively held in devfs_rules_apply() andjh2010-12-153-0/+5
* Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set thejh2010-12-121-0/+5
* Format prototypes to follow style(9) more closely.jh2010-10-122-22/+25
* Add a new function devfs_dev_exists() to be able to find out if ajh2010-09-272-0/+22
* Add reference counting for devfs paths containing user created symbolicjh2010-09-275-2/+199
* Modify devfs_fqpn() for future use in devfs path reference countingjh2010-09-212-14/+23
* - For consistency, remove "." and ".." entries from de_dlist beforejh2010-09-181-0/+4
* Remove empty devfs directories automatically.jh2010-09-153-17/+106
* Set de_dir for user created symbolic links. This will be needed to bejh2010-08-261-0/+1
* Call devfs_populate_vp() from devfs_getattr(). It was possible thatjh2010-08-251-1/+9
* Introduce and use devfs_populate_vp() to unlock a vnode before callingjh2010-08-221-26/+56
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Call dev_rel() in error paths.jh2010-08-191-0/+3
* Allow user created symbolic links to cover device files and directoriesjh2010-08-123-15/+56
* Enable shared lookups and externed shared ops for devfs.kib2010-08-061-1/+2
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-062-30/+34
* Enable shared locks for the devfs vnodes. Honor the locking modekib2010-08-063-17/+20
* Initialize VV_ISTTY vnode flag on the devfs vnode creation instead ofkib2010-08-061-4/+5
* Add a new function devfs_parent_dirent() for resolving devfs parentjh2010-06-093-9/+32
OpenPOWER on IntegriCloud