summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.jeff2005-03-133-36/+8
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-272-4/+4
* move ptr deref's to after null ptr checkssam2005-02-241-2/+4
* Make a SYSCTL_NODE staticphk2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-0/+1
* Remove unused cred argument to ext2_reload()phk2005-01-241-6/+3
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-2/+2
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-5/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0620-33/+33
* Add dol FreeBSD dol and /*+ize licenseimp2005-01-061-1/+3
* Implement simpler panics for VOP_{read,write} on fifos.phk2004-12-141-55/+2
* Revert previous commit. The null-pointer function call (a dereferencemarcel2004-12-111-4/+4
* Convert to nmount. Add omount compat code.phk2004-12-061-10/+13
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-7/+0
* Fix null-pointer indirect function calls introduced in the previousmarcel2004-12-051-4/+4
* Remove #if 0'ed rootfs mounting code.phk2004-12-041-58/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-67/+56
OpenPOWER on IntegriCloud