All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Btrfs: inode cache fixes
@ 2013-12-16  7:25 Liu Bo
  2013-12-16  7:25 ` [PATCH v2 1/3] Btrfs: avoid building inode cache repeatly Liu Bo
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Liu Bo @ 2013-12-16  7:25 UTC (permalink / raw)
  To: linux-btrfs

The first patch aims to fix the bug of repeatly building inode cache.
The next two patches fix problems with the first one applied.

Liu Bo (3):
  Btrfs: avoid building inode cache repeatly
  Btrfs: don't build inode cache for orphan root
  Btrfs: fix EEXIST error when creating new file in subvolume/snapshot

 fs/btrfs/disk-io.c   |  3 +++
 fs/btrfs/inode-map.c | 25 +++++++++++++++++++++----
 fs/btrfs/inode-map.h |  1 +
 fs/btrfs/root-tree.c |  3 +++
 4 files changed, 28 insertions(+), 4 deletions(-)

-- 
1.8.2.1


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

end of thread, other threads:[~2013-12-16 15:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-16  7:25 [PATCH v2 0/3] Btrfs: inode cache fixes Liu Bo
2013-12-16  7:25 ` [PATCH v2 1/3] Btrfs: avoid building inode cache repeatly Liu Bo
2013-12-16  9:04   ` Miao Xie
2013-12-16 10:26     ` Liu Bo
2013-12-16 10:54       ` Miao Xie
2013-12-16 15:09   ` Chris Mason
2013-12-16  7:25 ` [PATCH v2 2/3] Btrfs: don't build inode cache for orphan root Liu Bo
2013-12-16  7:25 ` [PATCH v2 3/3] Btrfs: fix EEXIST error when creating new file in subvolume/snapshot Liu Bo

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.