search for: quotaio_v2

Displaying 4 results from an estimated 4 matches for "quotaio_v2".

2008 Oct 20
0
[PATCH] quota: Move quotaio_v[12].h from include/linux/ to fs/
...de files are used only by implementation of quota formats, there's no need to have them in include/linux/. Signed-off-by: Jan Kara <jack at suse.cz> --- fs/quota_v1.c | 3 +- fs/quota_v2.c | 7 ++-- fs/quotaio_v1.h | 33 ++++++++++++++++++ fs/quotaio_v2.h | 79 ++++++++++++++++++++++++++++++++++++++++++++ include/linux/quotaio_v1.h | 33 ------------------ include/linux/quotaio_v2.h | 79 -------------------------------------------- 6 files changed, 118 insertions(+), 116 deletions(-) create mode 100644 fs/quotaio_v1.h create mo...
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
...| 11 +- fs/quota_tree.c | 645 +++++++++++++++++++ fs/quota_tree.h | 25 + fs/quota_v1.c | 28 +- fs/quota_v2.c | 631 +++---------------- {include/linux => fs}/quotaio_v1.h | 0 {include/linux => fs}/quotaio_v2.h | 33 +- fs/reiserfs/super.c | 10 +- include/linux/Kbuild | 4 - include/linux/dqblk_qtree.h | 56 ++ include/linux/dqblk_v1.h | 7 - include/linux/dqblk_v2.h | 22 +- include/linux/jbd2.h | 1 + include/linux...
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 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