search for: vfs_quota_sync

Displaying 3 results from an estimated 3 matches for "vfs_quota_sync".

2003 Oct 27
2
EXT3 deadlock in 2.4.22 and 2.4.23-pre7 - quota related?
...e the atime on the quota file, and has a lock on some quota structures thanks to "read_dqblk". At the same time, "sync" is running: sync Call Trace: [__down+109/208] [__down_failed+8/12] [.text.lock.dquot+73/286] [ext3_sync_dquot+337/462] [vfs_quota_sync+102/372] [sync_dquots_dev+194/260] [fsync_dev+66/128] [sys_sync+7/16] [system_call+51/56] and has started an ext3 transaction (in ext3_sync_dquot) and is trying to get the lock that rquotad has. Presumably the transaction that sync has started is keeping t_updates greater than 0, th...
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.
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