Displaying 14 results from an estimated 14 matches for "qid_t".
Did you mean:
pid_t
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
...me
> from originally and whats causing these errors exactly.
>
> thanks.
>
>
> On Wed, May 08, 2002 at 12:40:55AM +0200, Jan Kara wrote:
> > Hello,
> >
> > Umm.. I can understand complaints of compiler about __kernel_uid32_t
> > in the definition of qid_t. But I can't understand those problem with
> > __kernel_time_t. I can't see it anywhere in the quota.h - even time_t
> > is in #ifdef __KERNEL__. Anyway creating userspace version of header
> > is probably the right way out of problems... I'll try to create some
> &...
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi,
below comes a new version of the series of patches implementing quota support
for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given
number of bytes instead of number of blocks. Besides that the series should be
the same.
Honza
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi,
I'm sending a series of patches implementing quota support into ocfs2-tools.
It's the same as the original huge patch I've sent but now it's split as Joel
asked. I've also realized that when disabling SPARSE feature, we should update
quota information. That piece of code is missing, I'll implement it soon.
Comments welcome.
Honza
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi,
this is the next version of quota support for quota tools. I've addressed all
the comments of Tao, Joel and others. Sparse feature disabling also correctly
updates quota information now and the patch is merged into the tunefs support
patch.
Honza
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
2008 Oct 20
0
[PATCH] quota: Move quotaio_v[12].h from include/linux/ to fs/
...8 @@
#include <asm/byteorder.h>
+#include "quotaio_v2.h"
+
MODULE_AUTHOR("Jan Kara");
MODULE_DESCRIPTION("Quota format v2 support");
MODULE_LICENSE("GPL");
@@ -129,8 +130,8 @@ static void mem2diskdqb(struct v2_disk_dqblk *d, struct mem_dqblk *m, qid_t id)
d->dqb_isoftlimit = cpu_to_le32(m->dqb_isoftlimit);
d->dqb_curinodes = cpu_to_le32(m->dqb_curinodes);
d->dqb_itime = cpu_to_le64(m->dqb_itime);
- d->dqb_bhardlimit = cpu_to_le32(v2_qbtos(m->dqb_bhardlimit));
- d->dqb_bsoftlimit = cpu_to_le32(v2_qbtos(m->dqb_b...
2004 Jan 15
2
Installation Problem !!!
...cking linux/dqblk_xfs.h presence... no
checking for linux/dqblk_xfs.h... no
checking for struct if_dqblk in <linux/quota.h>... no
checking for struct mem_dqblk in <linux/quota.h>... yes
checking if struct dqblk has .dqb_fsoftlimit... no
checking for long quotactl(int cmd, char *special, qid_t id, caddr_t addr)... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for setmntent... yes
checking for getmntent... yes
checking for endmntent... yes
checking devnm.h usability... no
checking devnm.h presence... no
checking for devnm.h....
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
2005 Aug 10
2
Compiling smbtorture
...o
checking for sys/fs/vx_quota.h... no
checking sys/quota.h usability... yes
checking sys/quota.h presence... yes
checking for sys/quota.h... yes
checking for XFS QUOTA in <sys/quota.h>... no
checking if struct dqblk has .dqb_fsoftlimit... no
checking for long quotactl(int cmd, char *special, qid_t id, caddr_t
addr)... no
checking for int quotactl(const char *path, int cmd, int id, char
*addr)... no
checking for CRAY int quotactl (char *spec, int request, char *arg)... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for setmntent...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
.... no
checking for linux/dqblk_xfs.h... no
checking sys/quota.h usability... no
checking sys/quota.h presence... no
checking for sys/quota.h... no
checking for XFS QUOTA in <sys/quota.h>... no
checking if struct dqblk has .dqb_fsoftlimit... no
checking for long quotactl(int cmd, char *special, qid_t id, caddr_t
addr)... no
checking for int quotactl(const char *path, int cmd, int id, char *addr)...
no
checking for CRAY int quotactl (char *spec, int request, char *arg)... no
checking for mntent.h... (cached) no
checking for setmntent... no
checking for getmntent... yes
checking for endmntent.....
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.
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
.... no
checking for sys/fs/vx_quota.h... no
checking sys/quota.h usability... no
checking sys/quota.h presence... no
checking for sys/quota.h... no
checking for XFS QUOTA in <sys/quota.h>... no
checking if struct dqblk has .dqb_fsoftlimit... no
checking for long quotactl(int cmd, char *special, qid_t id, caddr_t
addr)... no
checking for int quotactl(const char *path, int cmd, int id, char *addr)...
no
checking for CRAY int quotactl (char *spec, int request, char *arg)... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for setmntent.....
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
.... no
checking for sys/fs/vx_quota.h... no
checking sys/quota.h usability... no
checking sys/quota.h presence... no
checking for sys/quota.h... no
checking for XFS QUOTA in <sys/quota.h>... no
checking if struct dqblk has .dqb_fsoftlimit... no
checking for long quotactl(int cmd, char *special, qid_t id, caddr_t
addr)... no
checking for int quotactl(const char *path, int cmd, int id, char *addr)...
no
checking for CRAY int quotactl (char *spec, int request, char *arg)... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for setmntent.....
2010 May 11
1
Samba 3.5.2 compile on AIX
.... no
checking for linux/dqblk_xfs.h... no
checking sys/quota.h usability... no
checking sys/quota.h presence... no
checking for sys/quota.h... no
checking for XFS QUOTA in <sys/quota.h>... no
checking if struct dqblk has .dqb_fsoftlimit... no
checking for long quotactl(int cmd, char *special, qid_t id, caddr_t
addr)... no
checking for int quotactl(const char *path, int cmd, int id, char
*addr)... no
checking for CRAY int quotactl (char *spec, int request, char *arg)... no
checking for mntent.h... (cached) yes
checking for setmntent... yes
checking for getmntent... yes
checking for endmntent...