| Commit message (Expand) | Author | Age | Files | Lines |
* | File flags handling fixes for ext2fs: | jh | 2009-11-05 | 2 | -4/+10 |
* | Fix the build by using proper format. | rdivacky | 2009-06-25 | 1 | -1/+1 |
* | Switch cmd argument of ioctl to u_long as elsewhere in the kernel. | rdivacky | 2009-06-25 | 5 | -8/+8 |
* | Do not use casts (int *)0 and (struct thread *)0 for the arguments of | kib | 2009-06-16 | 2 | -8/+6 |
* | Fix r193923 by noting that type of a_fp is struct file *, not int. | kib | 2009-06-10 | 1 | -1/+1 |
* | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | kib | 2009-06-10 | 1 | -1/+1 |
* | - Outindent long printf lines instead of splitting them in the | stas | 2009-06-07 | 1 | -11/+12 |
* | - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't use | stas | 2009-06-03 | 1 | -264/+0 |
* | - Style(9) improvements. | stas | 2009-06-03 | 1 | -271/+220 |
* | - Sync our copies of ext2fs Linux headers to current Linux versions. | stas | 2009-06-03 | 5 | -67/+75 |
* | Remove empty files and do nto try to build them. | kan | 2009-05-18 | 3 | -0/+0 |
* | FreeBSD right now support 32 CPUs on all the architectures at least. | attilio | 2009-05-14 | 1 | -1/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 3 | -38/+33 |
* | Fix two issues with bufdaemon, often causing the processes to hang in | kib | 2009-03-16 | 1 | -2/+2 |
* | Don't declare bin_search() as an inline function, since there's no | das | 2009-03-08 | 1 | -1/+1 |
* | Add memmove() to the kernel, making the kernel compile with Clang. | ed | 2009-02-28 | 1 | -4/+0 |
* | - Eliminate warnings in debug print macros by explicitly converting all | stas | 2009-01-18 | 1 | -1/+1 |
* | - Whitespace fixes. | stas | 2009-01-18 | 1 | -23/+23 |
* | - Obtain inode sizes and location of the first inode based on the contents | stas | 2009-01-18 | 5 | -8/+14 |
* | Do not incorrectly add the low 5 bits of the offset to the resulting | kib | 2009-01-04 | 1 | -1/+1 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 3 | -3/+8 |
* | Adapt to accmode_t changes. | trasz | 2008-11-14 | 5 | -13/+13 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -1/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 6 | -23/+23 |
* | Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter(). | kib | 2008-10-28 | 1 | -107/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 5 | -10/+10 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 4 | -15/+15 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 1 | -1/+0 |
* | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | kib | 2008-09-20 | 1 | -6/+0 |
* | Garbage-collect vn_write_suspend_wait(). | kib | 2008-09-16 | 1 | -10/+2 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 1 | -1/+1 |
* | Remove VSVTX, VSGID and VSUID. This should be a no-op, | trasz | 2008-09-10 | 1 | -1/+1 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 2 | -5/+1 |
* | - Disallow XFS mounting in write mode. The write support never worked really | attilio | 2008-07-21 | 2 | -5/+12 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 3 | -24/+3 |
* | Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo' | jhb | 2008-03-26 | 1 | -1/+1 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -1/+1 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 1 | -4/+2 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 2 | -3/+3 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 2 | -5/+4 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 11 | -34/+32 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 9 | -17/+17 |
* | Remove duplicate "union" from ext2_opts. | rodrigc | 2007-10-27 | 1 | -1/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 3 | -6/+6 |
* | Some times ago, vfs_getopts() was changed, so that it would set error to | cognet | 2007-08-20 | 1 | -5/+5 |
* | On 6.x this works: | jhb | 2007-08-15 | 1 | -2/+2 |
* | The last entry in the ext2_opts array must be NULL, | rodrigc | 2007-07-14 | 1 | -1/+1 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -12/+6 |
* | Remove 'inline' qualifiers from functions which are not, in fact, inlines. | mjacob | 2007-06-10 | 2 | -7/+7 |