linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ext4 inline cleanup patches
@ 2017-01-12  3:49 Theodore Ts'o
  2017-01-12  3:49 ` [PATCH 1/4] ext4: add debug_want_extra_isize mount option Theodore Ts'o
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Theodore Ts'o @ 2017-01-12  3:49 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: linux, Theodore Ts'o

George Spelvin reported a deadlock problem when using a file system
with inline data enabled when it tries to expand the inode's extra
inode field space.  The second patch is the critical one; the last two
are some cleanups.

Theodore Ts'o (4):
  ext4: add debug_want_extra_isize mount option
  ext4: fix deadlock between inline_data and
    ext4_expand_extra_isize_ea()
  ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores
  ext4: propagate error values from ext4_inline_data_truncate()

 fs/ext4/ext4.h   |   2 +-
 fs/ext4/inline.c | 111 +++++++++++++++++++++++++++----------------------------
 fs/ext4/inode.c  |   6 ++-
 fs/ext4/super.c  |   9 ++++-
 fs/ext4/xattr.c  |  30 ++++++---------
 fs/ext4/xattr.h  |  32 ++++++++++++++++
 6 files changed, 110 insertions(+), 80 deletions(-)

-- 
2.11.0.rc0.7.gbe5a750


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

end of thread, other threads:[~2017-01-25  1:32 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12  3:49 [PATCH 0/4] ext4 inline cleanup patches Theodore Ts'o
2017-01-12  3:49 ` [PATCH 1/4] ext4: add debug_want_extra_isize mount option Theodore Ts'o
2017-01-12 19:19   ` Andreas Dilger
2017-01-13  2:58     ` Theodore Ts'o
2017-01-12  3:49 ` [PATCH -v2] overlay: stress test changes to top and bottom layers simultaneously Theodore Ts'o
2017-01-12  3:54   ` Theodore Ts'o
2017-01-12  3:49 ` [PATCH 2/4] ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() Theodore Ts'o
2017-01-20 13:53   ` Jan Kara
2017-01-22 22:25     ` Theodore Ts'o
2017-01-24 12:27       ` Jan Kara
2017-01-25  1:32         ` Theodore Ts'o
2017-01-12  3:49 ` [PATCH 3/4] ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores Theodore Ts'o
2017-01-20 13:37   ` Jan Kara
2017-01-12  3:49 ` [PATCH 4/4] ext4: propagate error values from ext4_inline_data_truncate() Theodore Ts'o
2017-01-20 13:39   ` Jan Kara
2017-01-12  9:12 ` [PATCH 0/4] ext4 inline cleanup patches George Spelvin
2017-01-12 14:46   ` Theodore Ts'o
2017-01-18  8:21     ` kernel BUG at fs/ext4/inline.c:1943! George Spelvin
2017-01-19 17:50       ` ext4_iget:4740: inode #%ld: block 48: comm find: invalid block George Spelvin
2017-01-19 22:58       ` kernel BUG at fs/ext4/inline.c:1943! Theodore Ts'o
2017-01-20 19:14         ` Damien Guibouret
2017-01-20 19:17           ` Andreas Dilger
2017-01-20 22:24             ` Damien Guibouret

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).