summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-1421-8769/+0
* File flags handling fixes for ext2fs:jh2009-11-052-4/+10
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofkib2009-06-162-8/+6
* - Outindent long printf lines instead of splitting them in thestas2009-06-071-11/+12
* - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't usestas2009-06-031-264/+0
* - Style(9) improvements.stas2009-06-031-271/+220
* - Sync our copies of ext2fs Linux headers to current Linux versions.stas2009-06-035-67/+75
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-12/+11
* - Eliminate warnings in debug print macros by explicitly converting allstas2009-01-181-1/+1
* - Whitespace fixes.stas2009-01-181-23/+23
* - Obtain inode sizes and location of the first inode based on the contentsstas2009-01-185-8/+14
* Do not incorrectly add the low 5 bits of the offset to the resultingkib2009-01-041-1/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* Improve VFS locking:attilio2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-282-9/+9
* Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().kib2008-10-281-107/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-233-7/+7
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-9/+8
* Garbage-collect vn_write_suspend_wait().kib2008-09-161-10/+2
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-2/+2
* 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
OpenPOWER on IntegriCloud