search for: dqstats

Displaying 7 results from an estimated 7 matches for "dqstats".

2008 Oct 24
19
[PATCH 00/00] Implement quotas for OCFS2 (version 2)
Hello, the following patch series implements quotas for OCFS2. The patch series is based on: git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git linux-next I've adressed Joel's comments, also node recovery is now fully working and I've fixed a few issues I found during my testing. So I'm currently not aware of any bugs. Please review, test, comment. Thanks.
2009 Jan 12
5
[PATCH 0/5] OCFS2 quota fixes
Hello, the following series of patches fixes some issues with OCFS2 quotas. The first patch modifies VFS quota locking, the next patch uses the fact to simplify OCFS2 quota locking and solves a few deadlock issues. The third and the fourth patches fix another possible deadlocks in OCFS2 quota code and the last patch is a minor cleanup. Honza
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
..._dqb.dqb_ihardlimit #define dq_isoftlimit dq_dqb.dqb_isoftlimit #define dq_curinodes dq_dqb.dqb_curinodes #define dq_btime dq_dqb.dqb_btime #define dq_itime dq_dqb.dqb_itime #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk))) #if _LINUX_QUOTA_VERSION < 2 struct dqstats { u_int32_t lookups; u_int32_t drops; u_int32_t reads; u_int32_t writes; u_int32_t cache_hits; u_int32_t pages_allocated; u_int32_t allocated_dquots; u_int32_t free_dquots; u_int32_t syncs; }; #else /* Flags that indicate which fields in dqinfo structure are...
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
...ZE_BITS) /* Size of block with quota structures */ #define DQTREEOFF 1 /* Offset of tree in file in blocks */ #define DQTREEDEPTH 4 /* Depth of quota tree */ #define DQSTRINBLK ((DQBLKSIZE - sizeof(struct disk_dqdbheader)) / sizeof(struct disk_dqblk)) /* Number of entries in one blocks */ struct dqstats { __u32 lookups; __u32 drops; __u32 reads; __u32 writes; __u32 cache_hits; __u32 allocated_dquots; __u32 free_dquots; __u32 syncs; __u32 version; }; #ifdef __KERNEL__ extern int nr_dquots, nr_free_dquots; #define NR_DQHASH 43 /* Just an arbitrary number */ #define DQ_LOCKED...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...mit?? dq_dqb.dqb_isoftlimit > #define dq_curinodes??? dq_dqb.dqb_curinodes > #define dq_btime??????? dq_dqb.dqb_btime > #define dq_itime??????? dq_dqb.dqb_itime > > #define dqoff(UID)????? ((loff_t)((UID) * sizeof (struct dqblk))) > > #if _LINUX_QUOTA_VERSION < 2 > struct dqstats > ? { > ??? u_int32_t lookups; > ??? u_int32_t drops; > ??? u_int32_t reads; > ??? u_int32_t writes; > ??? u_int32_t cache_hits; > ??? u_int32_t pages_allocated; > ??? u_int32_t allocated_dquots; > ??? u_int32_t free_dquots; > ??? u_int32_t syncs; > ? }; > #else...
2017 Jun 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
Hi, I have problem with quota storage information in dovecot-2.2.29 (and newer versions, too - 2.2.30.2). I use FS quota backend. ............................ # 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf # OS: Linux 4.4.68-1 x86_64 mail_plugins = quota plugin { quota = fs:User quota:mount=/poczta:user quota2 = fs:Group quota:mount=/poczta:group } protocol imap {
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have