search for: dqput

Displaying 8 results from an estimated 8 matches for "dqput".

Did you mean: dput
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
2002 Jan 16
1
crashing with ext3
...cess+1198/1232] [__mark_inod e_dirty+46/128] [generic_file_write+836/1696] [do_get_write_access+1198/1232] Jan 16 12:37:38 frost kernel: Call Trace: [<c0157be8>] [<c01601ae>] [<c014160e>] [<c0126494>] [<c01601ae>] Jan 16 12:37:38 frost kernel: [write_dquot+165/256] [dqput+124/240] [dquot_drop+62/80] [ext3_free_inode+230/1 040] [ext3_mark_iloc_dirty+36/80] [ext3_mark_iloc_dirty+53/80] Jan 16 12:37:38 frost kernel: [<c0145ac5>] [<c0145ebc>] [<c0146dbe>] [<c0153aa6>] [<c0157a74>] [<c0157a85>] Jan 16 12:37:38 frost kernel: [ext3...
2002 Mar 27
1
assertion in journal_start
...c016080e <ext3_dirty_inode+6e/100> Trace; c014b58e <__mark_inode_dirty+2e/a0> Trace; c012ae2d <generic_file_write+33d/780> Trace; c0130b83 <add_to_swap_cache+63/b0> Trace; c012db40 <do_ccupdate_local+0/40> Trace; c015060b <write_dquot+ab/100> Trace; c0150a50 <dqput+70/d0> Trace; c015196b <dquot_drop+3b/50> Trace; c014c03a <clear_inode+7a/100> Trace; c014b44f <destroy_inode+1f/30> Trace; c014c100 <dispose_list+40/60> Trace; c014c359 <prune_icache+b9/e0> Trace; c014c3a0 <shrink_icache_memory+20/40> Trace; c012fafe <shri...
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.
2002 Jan 16
0
problems with rh 7.2
...cess+1198/1232] [__mark_inod e_dirty+46/128] [generic_file_write+836/1696] [do_get_write_access+1198/1232] Jan 16 12:37:38 frost kernel: Call Trace: [<c0157be8>] [<c01601ae>] [<c014160e>] [<c0126494>] [<c01601ae>] Jan 16 12:37:38 frost kernel: [write_dquot+165/256] [dqput+124/240] [dquot_drop+62/80] [ext3_free_inode+230/1 040] [ext3_mark_iloc_dirty+36/80] [ext3_mark_iloc_dirty+53/80] Jan 16 12:37:38 frost kernel: [<c0145ac5>] [<c0145ebc>] [<c0146dbe>] [<c0153aa6>] [<c0157a74>] [<c0157a85>] Jan 16 12:37:38 frost kernel: [ext3...
2009 Feb 26
1
[PATCH 0/7] OCFS2 locking fixes and lockdep annotations
Hi, the first four patches in this series fix locking problems in OCFS2 quota code (three of them can lead to potential deadlocks). The fifth patch reorders ip_alloc_sem for directories to be acquired before localalloc locks. Mark would you please merge these? The last two patches implement lockdep annotations for OCFS2 cluster locks. We annotate all the cluster locks except for special ones
2009 Jun 02
10
[PATCH 0/7] [RESEND] Fix some deadlocks in quota code and implement lockdep for cluster locks
Hi, I'm resending this patch series. It's rediffed against linux-next branch of Joel's git tree. The first four patches are obvious fixes of deadlocks in quota code and should go in as soon as possible. The other three patches implement lockdep support for OCFS2 cluster locks. So you can have a look whether the code make sence to you and possibly merge them. They should be NOP when
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