log src/plugins/quota/quota-fs.c @ 9432:439e14ff1467 HEAD

age author description
Thu, 15 Oct 2009 13:51:00 -0400 Timo Sirainen quota-fs: If mount=path isn't specified, don't fail with multiple quota roots. HEAD
Sun, 13 Sep 2009 18:36:09 -0400 Timo Sirainen maildir quota: Limits weren't read early enough from maildirsize file. HEAD
Fri, 07 Aug 2009 17:57:04 -0400 Timo Sirainen configure: Removed --with-linux-quota parameter. HEAD
Tue, 07 Jul 2009 15:14:54 -0400 Timo Sirainen quota-fs: Default to user quota with NFS, not group quota. HEAD
Sun, 17 May 2009 18:35:30 -0400 Timo Sirainen quota-fs: Improved debug logging. HEAD
Mon, 06 Apr 2009 16:17:58 -0400 Timo Sirainen quota-fs: Compile fix for OSes without GRPQUOTA define. HEAD
Thu, 02 Apr 2009 15:02:58 -0400 Timo Sirainen quota-fs: Added support for NFS group quota. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Wed, 13 Aug 2008 18:08:45 -0400 Timo Sirainen Fixed FS quota compiling and Maildir++ quota with multiple users. HEAD
Tue, 12 Aug 2008 18:48:11 -0400 Timo Sirainen quota-fs: compile fix for previous changes. HEAD
Mon, 21 Jul 2008 00:09:44 +0300 Timo Sirainen Solaris fs quota may have closed fd 0. HEAD
Sun, 20 Jul 2008 21:48:26 +0300 Timo Sirainen fs quota: Don't crash if some mail storages are outside known mountpoints. HEAD
Sun, 20 Jul 2008 21:37:53 +0300 Timo Sirainen Use quota->debug instead of getenv()ing it every time. HEAD
Sun, 20 Jul 2008 21:36:13 +0300 Timo Sirainen FS quota: Handle quota only for the quota roots which apply to the mailbox HEAD
Thu, 12 Jun 2008 23:49:58 +0300 Timo Sirainen HP-UX fs quota: Convert blocks to bytes using filesystem's actual block size HEAD
Thu, 12 Jun 2008 23:16:46 +0300 Timo Sirainen HP-UX: Fixed compiling problem in fs-quota. HEAD
Thu, 12 Jun 2008 23:13:24 +0300 Timo Sirainen fs quota: message/inode values and limits were set wrong, except for Solaris HEAD
Thu, 12 Jun 2008 00:18:23 +0300 Timo Sirainen HP-UX: Fixed quota-fs compiling. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Tue, 26 Feb 2008 16:21:05 +0200 Timo Sirainen Relative (%) limits in quota rules and warnings work now if the backend HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Wed, 28 Nov 2007 16:45:25 +0200 Timo Sirainen Added noenforcing option to fs quota backend. HEAD
Tue, 18 Sep 2007 18:14:29 +0300 Timo Sirainen Yet another try at getting rquota code compiling properly with BSD make. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Tue, 07 Aug 2007 01:59:43 +0300 Timo Sirainen Use quota roots with mount path even if we never see a storage for them. HEAD
Tue, 07 Aug 2007 01:51:50 +0300 Timo Sirainen inode_per_mail is now a parameter. We don't use it automatically. HEAD
Tue, 07 Aug 2007 01:47:35 +0300 Timo Sirainen Removed autocreation of quota roots. Added mount=<path> parameter to map HEAD
Tue, 07 Aug 2007 01:33:04 +0300 Timo Sirainen Added user and group parameters which allow forcing user/group quota HEAD
Mon, 06 Aug 2007 22:48:48 +0300 Timo Sirainen Added support for group quotas. HEAD
Mon, 06 Aug 2007 22:14:16 +0300 Timo Sirainen Code cleanups. HEAD
Mon, 06 Aug 2007 21:57:06 +0300 Timo Sirainen With maildir and cydir formats return inode limit as message count limit. HEAD
Mon, 06 Aug 2007 19:07:36 +0300 Timo Sirainen Build rquota_xdr.c with rpcgen from rquota.x. HEAD
Mon, 06 Aug 2007 18:25:30 +0300 Timo Sirainen Use authunix_create_default() with rquota. Patch by Steven Luo. HEAD
Thu, 02 Aug 2007 17:05:26 +0300 Timo Sirainen Support for rquota with NFS mounts. Patch by HTK NetCommunication Oy. HEAD
Tue, 12 Jun 2007 18:54:23 +0300 Timo Sirainen Allow backend-specific quota rules with backend=<string>. HEAD
Tue, 20 Feb 2007 14:00:05 +0200 Timo Sirainen Linux quota v1 apparently returns current quota in kilobytes, not bytes as HEAD
Wed, 22 Nov 2006 19:23:09 +0200 Timo Sirainen Bytes and kilobytes were somewhat mixed up everywhere. Also fixes a HEAD
Sun, 17 Sep 2006 21:10:32 +0300 Timo Sirainen Removed quota_set_error() calls. HEAD
Fri, 11 Aug 2006 01:03:22 +0300 Timo Sirainen Check for XFS quota also from xfs/xqm.h HEAD
Thu, 10 Aug 2006 20:46:05 +0300 Timo Sirainen Put back specific checks for struct dqblk.dqb_curblocks vs curspace. The HEAD
Mon, 07 Aug 2006 01:22:22 +0300 Timo Sirainen Default _LINUX_QUOTA_VERSION to 1 instead of 2, since older Linux v1 HEAD
Thu, 03 Aug 2006 01:39:50 +0300 Timo Sirainen Added --with-linux-quota configure option to specify which Linux quota HEAD
Sun, 30 Jul 2006 21:32:07 +0300 Timo Sirainen Changes to make trash plugin working again. HEAD
Sun, 30 Jul 2006 20:58:38 +0300 Timo Sirainen Added support for multiple quota roots, rules and storages. The configuration HEAD
Sat, 01 Jul 2006 23:13:49 +0300 Timo Sirainen BSD's quotactl() wants a file path, not a device path. HEAD
Wed, 28 Jun 2006 01:00:17 +0300 Timo Sirainen Attempting to fix quota block calculations to be correct. HEAD
Fri, 16 Jun 2006 16:28:17 +0300 Timo Sirainen Added support for XFS disk quotas. Patch by Pawel Jarosz HEAD
Sun, 11 Jun 2006 20:39:04 +0300 Timo Sirainen If size of the mail was known before saving started, we allocated HEAD
Fri, 14 Apr 2006 14:00:07 +0300 Timo Sirainen quotactl() parameters were backwards for BSDs and AIX. HEAD
Fri, 14 Apr 2006 13:27:20 +0300 Timo Sirainen Use mountpoint_get() instead of doing it ourself. HEAD
Sun, 09 Apr 2006 18:08:23 +0300 Timo Sirainen Fixed calculation overflows HEAD
Sun, 02 Apr 2006 20:42:30 +0300 Timo Sirainen stat() the mount point paths instead of the devices to find out where the HEAD
Mon, 06 Mar 2006 17:48:33 +0200 Timo Sirainen Cleanups. HEAD
Wed, 01 Mar 2006 11:14:59 +0200 Timo Sirainen Quota API redesign. Still not perfect, but better than before. Quota backends no longer need to be told where the mails exist. fs backend doesn't work correctly with multiple partitions (if you've multiple namespaces). HEAD
Sat, 25 Feb 2006 11:24:46 +0200 Timo Sirainen Compiler warning fix HEAD
Sat, 25 Feb 2006 11:10:04 +0200 Timo Sirainen Support Solaris's ioctl(Q_QUOTACTL). HEAD
Fri, 24 Feb 2006 19:29:24 +0200 Timo Sirainen Added comment HEAD