* [Bug 16334] New: reiserfs locking (v2)
@ 2010-07-03 18:43 bugzilla-daemon
2010-07-03 18:43 ` [Bug 16334] " bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-07-03 18:43 UTC (permalink / raw)
To: reiserfs-devel
https://bugzilla.kernel.org/show_bug.cgi?id=16334
Summary: reiserfs locking (v2)
Product: File System
Version: 2.5
Kernel Version: 2.6.35-rc3
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: ReiserFS
AssignedTo: reiserfs-devel@vger.kernel.org
ReportedBy: maciej.rutecki@gmail.com
CC: rjw@sisk.pl, maciej.rutecki@gmail.com,
sergey.senozhatsky@gmail.com
Regression: Yes
Subject : reiserfs locking (v2)
Submitter : Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Date : 2010-07-02 9:34
Message-ID : 20100702093451.GA3973@swordfish.minsk.epam.com
References : http://marc.info/?l=linux-kernel&m=127806306303590&w=2
This entry is being used for tracking a regression from 2.6.34. Please don't
close it until the problem is fixed in the mainline.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 16334] reiserfs locking (v2) 2010-07-03 18:43 [Bug 16334] New: reiserfs locking (v2) bugzilla-daemon @ 2010-07-03 18:43 ` bugzilla-daemon 2010-07-09 21:39 ` bugzilla-daemon ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: bugzilla-daemon @ 2010-07-03 18:43 UTC (permalink / raw) To: reiserfs-devel https://bugzilla.kernel.org/show_bug.cgi?id=16334 Maciej Rutecki <maciej.rutecki@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16055 -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 16334] reiserfs locking (v2) 2010-07-03 18:43 [Bug 16334] New: reiserfs locking (v2) bugzilla-daemon 2010-07-03 18:43 ` [Bug 16334] " bugzilla-daemon @ 2010-07-09 21:39 ` bugzilla-daemon 2010-07-09 21:40 ` bugzilla-daemon ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: bugzilla-daemon @ 2010-07-09 21:39 UTC (permalink / raw) To: reiserfs-devel https://bugzilla.kernel.org/show_bug.cgi?id=16334 --- Comment #1 from Rafael J. Wysocki <rjw@sisk.pl> 2010-07-09 21:39:36 --- On Friday, July 09, 2010, Frederic Weisbecker wrote: > On Thu, Jul 08, 2010 at 06:34:25PM -0700, Linus Torvalds wrote: > > On Thu, Jul 8, 2010 at 4:33 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote: > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16334 > > > Subject : reiserfs locking (v2) > > > Submitter : Sergey Senozhatsky <sergey.senozhatsky@gmail.com> > > > Date : 2010-07-02 9:34 (7 days old) > > > Message-ID : <20100702093451.GA3973@swordfish.minsk.epam.com> > > > References : http://marc.info/?l=linux-kernel&m=127806306303590&w=2 > > > > Frederic? Al? I assume this is some late fallout from the BKL removal > > ages ago.. It's the old filldir-vs-mmap crud, but normally it should > > be impossible to trigger because the inode for a directory should > > never be mmap'able, so we should never have the same i_mutex lock used > > for both mmap and for filldir protection. > > > > We saw some of that oddity long ago, I wonder if it's lockdep being > > confused about some inodes. > > > > I think it has been there from the beginning. At least it was there before > the reiserfs bkl removal in .32. > > > Indeed the readdir <-> unmap/release inversion problem can not happen. > But Al said that can happen between write and release. (Although I don't see > where write takes the inode mutex). > > He also highlighted the fact that reiserfs refcounting based on i_count > was totally broken. > > He has a fix the whole in the vfs tree, in the for-next branch on commit > 6c2bdaf089a3876226893fab00dd83596c465ad2 > "Fix reiserfs_file_release()" > > No more uses of the i_mutex on release after that, nor i_count, but a private > openers refcount and a tailpack mutex per reiserfs inode. > > > -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 16334] reiserfs locking (v2) 2010-07-03 18:43 [Bug 16334] New: reiserfs locking (v2) bugzilla-daemon 2010-07-03 18:43 ` [Bug 16334] " bugzilla-daemon 2010-07-09 21:39 ` bugzilla-daemon @ 2010-07-09 21:40 ` bugzilla-daemon 2010-07-10 13:03 ` bugzilla-daemon 2013-12-10 21:48 ` bugzilla-daemon 4 siblings, 0 replies; 6+ messages in thread From: bugzilla-daemon @ 2010-07-09 21:40 UTC (permalink / raw) To: reiserfs-devel https://bugzilla.kernel.org/show_bug.cgi?id=16334 Rafael J. Wysocki <rjw@sisk.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|16055 | Regression|Yes |No --- Comment #2 from Rafael J. Wysocki <rjw@sisk.pl> 2010-07-09 21:40:47 --- Not a recent regression, dropping from the list. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 16334] reiserfs locking (v2) 2010-07-03 18:43 [Bug 16334] New: reiserfs locking (v2) bugzilla-daemon ` (2 preceding siblings ...) 2010-07-09 21:40 ` bugzilla-daemon @ 2010-07-10 13:03 ` bugzilla-daemon 2013-12-10 21:48 ` bugzilla-daemon 4 siblings, 0 replies; 6+ messages in thread From: bugzilla-daemon @ 2010-07-10 13:03 UTC (permalink / raw) To: reiserfs-devel https://bugzilla.kernel.org/show_bug.cgi?id=16334 --- Comment #3 from Rafael J. Wysocki <rjw@sisk.pl> 2010-07-10 13:02:55 --- *** Bug 15805 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 16334] reiserfs locking (v2) 2010-07-03 18:43 [Bug 16334] New: reiserfs locking (v2) bugzilla-daemon ` (3 preceding siblings ...) 2010-07-10 13:03 ` bugzilla-daemon @ 2013-12-10 21:48 ` bugzilla-daemon 4 siblings, 0 replies; 6+ messages in thread From: bugzilla-daemon @ 2013-12-10 21:48 UTC (permalink / raw) To: reiserfs-devel https://bugzilla.kernel.org/show_bug.cgi?id=16334 Alan <alan@lxorguk.ukuu.org.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alan@lxorguk.ukuu.org.uk Resolution|--- |OBSOLETE -- You are receiving this mail because: You are the assignee for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-12-10 21:48 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-07-03 18:43 [Bug 16334] New: reiserfs locking (v2) bugzilla-daemon 2010-07-03 18:43 ` [Bug 16334] " bugzilla-daemon 2010-07-09 21:39 ` bugzilla-daemon 2010-07-09 21:40 ` bugzilla-daemon 2010-07-10 13:03 ` bugzilla-daemon 2013-12-10 21:48 ` bugzilla-daemon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).