All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] btrfs: some minor log tree updates
@ 2023-05-17 11:02 fdmanana
  2023-05-17 11:02 ` [PATCH 1/5] btrfs: use inode_logged() at need_log_inode() fdmanana
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: fdmanana @ 2023-05-17 11:02 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Add two optimizations to avoid falling back to transaction commits after
an inode is evicted and some cleanups. More details on the changelogs.

Filipe Manana (5):
  btrfs: use inode_logged() at need_log_inode()
  btrfs: use inode_logged() at btrfs_record_unlink_dir()
  btrfs: update comments at btrfs_record_unlink_dir() to be more clear
  btrfs: remove pointless label and goto at btrfs_record_unlink_dir()
  btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool

 fs/btrfs/inode.c    |  8 ++++----
 fs/btrfs/tree-log.c | 34 +++++++++++++++++-----------------
 fs/btrfs/tree-log.h |  2 +-
 3 files changed, 22 insertions(+), 22 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-05-22 11:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17 11:02 [PATCH 0/5] btrfs: some minor log tree updates fdmanana
2023-05-17 11:02 ` [PATCH 1/5] btrfs: use inode_logged() at need_log_inode() fdmanana
2023-05-17 11:02 ` [PATCH 2/5] btrfs: use inode_logged() at btrfs_record_unlink_dir() fdmanana
2023-05-17 11:02 ` [PATCH 3/5] btrfs: update comments at btrfs_record_unlink_dir() to be more clear fdmanana
2023-05-17 11:02 ` [PATCH 4/5] btrfs: remove pointless label and goto at btrfs_record_unlink_dir() fdmanana
2023-05-17 11:02 ` [PATCH 5/5] btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool fdmanana
2023-05-19  4:15   ` Anand Jain
2023-05-22 11:20 ` [PATCH 0/5] btrfs: some minor log tree updates David Sterba

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.