All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3.18.y 0/5] Backports for 3.18.y
@ 2018-04-22 20:07 Harsh Shandilya
  2018-04-22 20:07 ` [PATCH 3.18.y 1/5] ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() Harsh Shandilya
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Harsh Shandilya @ 2018-04-22 20:07 UTC (permalink / raw)
  To: stable; +Cc: Harsh Shandilya

A few more patches that were Cc'd stable but failed to apply
to 3.18, backported with the 4.4 queue variants as reference
wherever required.

Matthew Wilcox (1):
  mm/filemap.c: fix NULL pointer in page_cache_tree_insert()

Michal Hocko (1):
  mm: allow GFP_{FS,IO} for page_cache_read page cache allocation

Theodore Ts'o (2):
  ext4: fix deadlock between inline_data and
    ext4_expand_extra_isize_ea()
  ext4: don't update checksum of new initialized bitmaps

wangguang (1):
  ext4: bugfix for mmaped pages in mpage_release_unused_pages()

 fs/ext4/balloc.c   |  3 +--
 fs/ext4/ialloc.c   | 43 +++---------------------------
 fs/ext4/inline.c   | 66 +++++++++++++++++++++-------------------------
 fs/ext4/inode.c    |  2 ++
 fs/ext4/xattr.c    | 30 +++++++++------------
 fs/ext4/xattr.h    | 32 ++++++++++++++++++++++
 include/linux/mm.h |  4 +++
 mm/filemap.c       | 12 ++++-----
 mm/memory.c        | 17 ++++++++++++
 9 files changed, 107 insertions(+), 102 deletions(-)

-- 
2.15.0.2308.g658a28aa74af

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

end of thread, other threads:[~2018-04-24 14:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-22 20:07 [PATCH 3.18.y 0/5] Backports for 3.18.y Harsh Shandilya
2018-04-22 20:07 ` [PATCH 3.18.y 1/5] ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() Harsh Shandilya
2018-04-22 20:07 ` [PATCH 3.18.y 2/5] ext4: bugfix for mmaped pages in mpage_release_unused_pages() Harsh Shandilya
2018-04-22 20:07 ` [PATCH 3.18.y 3/5] mm: allow GFP_{FS,IO} for page_cache_read page cache allocation Harsh Shandilya
2018-04-22 22:46   ` Michal Hocko
2018-04-23  3:16     ` Harsh Shandilya
2018-04-22 20:07 ` [PATCH 3.18.y 4/5] mm/filemap.c: fix NULL pointer in page_cache_tree_insert() Harsh Shandilya
2018-04-22 20:07 ` [PATCH 3.18.y 5/5] ext4: don't update checksum of new initialized bitmaps Harsh Shandilya
2018-04-24 12:30 ` [PATCH 3.18.y 0/5] Backports for 3.18.y Greg KH
2018-04-24 12:59   ` Harsh Shandilya
2018-04-24 13:11   ` Harsh Shandilya
2018-04-24 14:03     ` Greg KH
2018-04-24 14:11       ` Harsh Shandilya
2018-04-24 14:24         ` Greg KH

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.