LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] Btrfs updates for 4.20, part 2
@ 2018-10-30 13:23 David Sterba
2018-10-30 15:28 ` Linus Torvalds
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2018-10-30 13:23 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, clm, linux-btrfs, linux-kernel
Hi,
this part contains a few minor updates and fixes that were under testing
or arrived shortly after the merge window freeze, mostly stable material.
Please pull, thanks.
----------------------------------------------------------------
The following changes since commit d9352794dad9f28535439d85a815978878c141ab:
btrfs: switch return_bigger to bool in find_ref_head (2018-10-15 17:23:41 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-4.20-part2-tag
for you to fetch changes up to 9084cb6a24bf5838a665af92ded1af8363f9e563:
Btrfs: fix use-after-free when dumping free space (2018-10-22 20:31:22 +0200)
----------------------------------------------------------------
Filipe Manana (5):
Btrfs: fix null pointer dereference on compressed write path error
Btrfs: fix assertion on fsync of regular file when using no-holes feature
Btrfs: fix deadlock when writing out free space caches
Btrfs: fix use-after-free during inode eviction
Btrfs: fix use-after-free when dumping free space
Josef Bacik (8):
MAINTAINERS: update my email address for btrfs
btrfs: reset max_extent_size properly
btrfs: set max_extent_size properly
btrfs: don't use ctl->free_space for max_extent_size
btrfs: only free reserved extent if we didn't insert it
btrfs: fix insert_reserved error handling
btrfs: don't run delayed_iputs in commit
btrfs: move the dio_sem higher up the callchain
Lu Fengqi (1):
btrfs: delayed-ref: extract find_first_ref_head from find_ref_head
MAINTAINERS | 2 +-
fs/btrfs/ctree.c | 17 +++++++++++++++
fs/btrfs/delayed-ref.c | 50 ++++++++++++++++++++++++---------------------
fs/btrfs/extent-tree.c | 37 +++++++++++++++------------------
fs/btrfs/file.c | 12 +++++++++++
fs/btrfs/free-space-cache.c | 32 ++++++++++++++++++++---------
fs/btrfs/inode.c | 15 ++++++++++++--
fs/btrfs/transaction.c | 9 --------
fs/btrfs/tree-log.c | 5 ++---
9 files changed, 111 insertions(+), 68 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-30 15:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-30 13:23 [GIT PULL] Btrfs updates for 4.20, part 2 David Sterba
2018-10-30 15:28 ` Linus Torvalds
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).