summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-3/+1
* Move the head of byte-level advisory lock list from thekib2008-04-162-21/+0
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'jhb2008-03-261-1/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-134-20/+18
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-104-8/+8
* Remove duplicate "union" from ext2_opts.rodrigc2007-10-271-1/+1
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* On 6.x this works:jhb2007-08-151-2/+2
* The last entry in the ext2_opts array must be NULL,rodrigc2007-07-141-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-12/+6
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.rodrigc2007-03-151-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-2/+11
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-2/+2
* Avoid checking for privileges if there is no need to.pjd2007-03-011-1/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-22/+25
* Previously, the mount_ext2fs binary listed the acceptable mountrodrigc2006-11-181-1/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-29/+50
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+6
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-8/+3
* Repair ext2fs writes.cracauer2006-04-131-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-5/+9
* This is the style-fix for my previous commit. Sorry for the delay, Icracauer2005-12-291-7/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-054-8/+8
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* Fix this:cracauer2005-10-281-2/+6
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-1/+3
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* In ext2_mountfs(), check that the superblock size, SBSIZE,rodrigc2005-09-101-0/+12
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagtruckman2005-09-081-8/+8
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-031-3/+4
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-5/+3
* Repair this:cracauer2005-07-091-0/+1
* Add standard GPL boilerplate to these files. They are the only onesimp2005-06-167-3/+104
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-1511-63/+63
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-1/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-4/+3
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-8/+1
* - ext2fs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-16/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* Remove inode fields previously used for private inode hash tables.phk2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-165-19/+7
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-23/+3
* Use vfs_hash() instead of home-rolledphk2005-03-143-64/+28
OpenPOWER on IntegriCloud