| Age | Commit message (Expand) | Author |
| 2021-08-15 | - memset struct stat to avoid kernel memory disclosure of padded fields | christos |
| 2020-01-21 | Split the compat_50 module into two, separating the QUOTA-related | pgoyette |
| 2019-12-15 | Remove clause 3 and 4 leftovers from TNF licenses in more sources. | tsutsui |
| 2019-06-18 | Drop unused retval pointer from do_sys_mknod{,at}() | kamil |
| 2019-06-17 | Add QUOTA ifdef (Paul Goyette) | christos |
| 2019-06-17 | Use tabs, not spaces, for indentation. NFCI | pgoyette |
| 2019-06-17 | If we don't compile a kernel with QUOTA, we don't support the compat quota | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-01 | Change the syscall API for quotas over to the new non-proplib one. | dholland |
| 2012-01-29 | Some further tidying for the COMPAT_50 quotactl code. Mostly cosmetic, | dholland |
| 2012-01-29 | Remove the proplib goop from the COMPAT_50 code for the old quotactl; | dholland |
| 2012-01-29 | Rename static inline "helper" functions: | dholland |
| 2012-01-29 | Add vfs_quotactl() in between the syscall and VFS_QUOTACTL. Call it | dholland |
| 2012-01-29 | Change dqblk_to_quotaval() from quota1_subr.c to dqblk_to_quotavals(), | dholland |
| 2011-11-25 | Rename struct ufs_quota_entry -> struct quotaval. | dholland |
| 2011-11-20 | Reshuffle decls among the quota headers so everything is in the place | dholland |
| 2011-03-24 | Add a new libquota library, which contains some blocks to build and/or | bouyer |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2010-07-13 | Don't leak kernel stack into userspace. | pooka |
| 2009-08-09 | Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions | haad |
| 2009-01-26 | Make all fstat(2) compat syscalls consistently use do_sys_fstat(), | njoly |
| 2009-01-11 | *utimes should allow NULL tvp. | christos |
| 2009-01-11 | merge christos-time_t | christos |