All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [Bug 215900] New: kernel hangs when running commands on F2FS file system
@ 2022-04-27 12:59 bugzilla-daemon
  2022-04-30 13:32 ` [f2fs-dev] [Bug 215900] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2022-04-27 12:59 UTC (permalink / raw)
  To: linux-f2fs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=215900

            Bug ID: 215900
           Summary: kernel hangs when running commands on F2FS file system
           Product: File System
           Version: 2.5
    Kernel Version: 5.17
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: f2fs
          Assignee: filesystem_f2fs@kernel-bugs.kernel.org
          Reporter: yanming@tju.edu.cn
        Regression: No

Created attachment 300824
  --> https://bugzilla.kernel.org/attachment.cgi?id=300824&action=edit
case.c

I have mounted a F2FS image on the Linux system. When I was performing file
operations on the mounted directory, the kernel hangs. I tried to kill the
running process but failed. Any operations on the directory have no response. I
am wondering whether a deadlock is in the kernel.

This issue can be reproduced by running the following scripts:

gcc -o case case.c
losetup /dev/loop0 case.img
mount -o
"disable_ext_identify,inline_data,nobarrier,extent_cache,grpquota,fsync_mode=nobarrier,test_dummy_encryption"
-t f2fs /dev/loop0 /root/mnt
./case

The image can be found at
(https://drive.google.com/file/d/1bjCQR_-Sz6iF_wshMGU3wWZDQ8tQIFdj/view?usp=sharing)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [f2fs-dev] [Bug 215900] kernel hangs when running commands on F2FS file system
  2022-04-27 12:59 [f2fs-dev] [Bug 215900] New: kernel hangs when running commands on F2FS file system bugzilla-daemon
@ 2022-04-30 13:32 ` bugzilla-daemon
  2022-04-30 14:23 ` bugzilla-daemon
  2022-05-03  0:56 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2022-04-30 13:32 UTC (permalink / raw)
  To: linux-f2fs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=215900

Chao Yu (chao@kernel.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |chao@kernel.org

--- Comment #1 from Chao Yu (chao@kernel.org) ---
I doubt this has been fixed, could you please help to verify with recent fixing
patches in below branch?

https://git.kernel.org/pub/scm/linux/kernel/git/chao/linux.git/log/?h=dev-test

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [f2fs-dev] [Bug 215900] kernel hangs when running commands on F2FS file system
  2022-04-27 12:59 [f2fs-dev] [Bug 215900] New: kernel hangs when running commands on F2FS file system bugzilla-daemon
  2022-04-30 13:32 ` [f2fs-dev] [Bug 215900] " bugzilla-daemon
@ 2022-04-30 14:23 ` bugzilla-daemon
  2022-05-03  0:56 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2022-04-30 14:23 UTC (permalink / raw)
  To: linux-f2fs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=215900

--- Comment #2 from bughunter (yanming@tju.edu.cn) ---
Yes, after adding these patches, this bug has been fixed! Thank you~

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [f2fs-dev] [Bug 215900] kernel hangs when running commands on F2FS file system
  2022-04-27 12:59 [f2fs-dev] [Bug 215900] New: kernel hangs when running commands on F2FS file system bugzilla-daemon
  2022-04-30 13:32 ` [f2fs-dev] [Bug 215900] " bugzilla-daemon
  2022-04-30 14:23 ` bugzilla-daemon
@ 2022-05-03  0:56 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2022-05-03  0:56 UTC (permalink / raw)
  To: linux-f2fs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=215900

Chao Yu (chao@kernel.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |CODE_FIX

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-03  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 12:59 [f2fs-dev] [Bug 215900] New: kernel hangs when running commands on F2FS file system bugzilla-daemon
2022-04-30 13:32 ` [f2fs-dev] [Bug 215900] " bugzilla-daemon
2022-04-30 14:23 ` bugzilla-daemon
2022-05-03  0:56 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.