All of lore.kernel.org
 help / color / mirror / Atom feed
* Btrfs stable fixes for 4.5.x (with added commit references)
@ 2016-05-11 12:45 David Sterba
  2016-05-11 12:47 ` [PATCH 01/17] btrfs: reada: Fix in-segment calculation for reada David Sterba
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: David Sterba @ 2016-05-11 12:45 UTC (permalink / raw)
  To: stable

Hi,

(resending original text, patches with "commit SHA upstream." lines added to all patches)

please queue the following patches to 4.5 stable. There are fixes for user
visible bugs, improved error handling and stability fixes.

There are 3 patches that do not apply directly to 4.5.3 so I'm sending the full
patch set for ease of application.

I have tested the patches on top of 4.5. Some patches may apply to older stable
branches but haven't been tested nor reviewed in that respect.

Thanks.

Subjects:
	btrfs: reada: Fix in-segment calculation for reada
	Btrfs: fix truncate_space_check
	btrfs: remove error message from search ioctl for nonexistent tree
	btrfs: change max_inline default to 2048
	Btrfs: fix unreplayable log after snapshot delete + parent dir fsync
	Btrfs: fix file loss on log replay after renaming a file and fsync
	Btrfs: fix extent_same allowing destination offset beyond i_size
	Btrfs: fix deadlock between direct IO reads and buffered writes
	Btrfs: fix race when checking if we can skip fsync'ing an inode
	Btrfs: do not collect ordered extents when logging that inode exists
	btrfs: csum_tree_block: return proper errno value
	btrfs: do not write corrupted metadata blocks to disk
	Btrfs: fix invalid reference in replace_path
	btrfs: handle non-fatal errors in btrfs_qgroup_inherit()
	btrfs: fallback to vmalloc in btrfs_compare_tree
	Btrfs: don't use src fd for printk
	btrfs: Reset IO error counters before start of device replacing

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Btrfs stable fixes for 4.5.x
@ 2016-05-05  9:40 David Sterba
  2016-05-05  9:43 ` [PATCH 01/17] btrfs: reada: Fix in-segment calculation for reada David Sterba
  0 siblings, 1 reply; 21+ messages in thread
From: David Sterba @ 2016-05-05  9:40 UTC (permalink / raw)
  To: stable; +Cc: clm

Hi,

please queue the following patches to 4.5 stable. There are fixes for user
visible bugs, improved error handling and stability fixes.

There are 3 patches that do not apply directly to 4.5.3 so I'm sending the full
patch set for ease of application.

I have tested the patches on top of 4.5. Some patches may apply to older stable
branches but haven't been tested nor reviewed in that respect.

Thanks.

Subjects:
	btrfs: reada: Fix in-segment calculation for reada
	Btrfs: fix truncate_space_check
	btrfs: remove error message from search ioctl for nonexistent tree
	btrfs: change max_inline default to 2048
	Btrfs: fix unreplayable log after snapshot delete + parent dir fsync
	Btrfs: fix file loss on log replay after renaming a file and fsync
	Btrfs: fix extent_same allowing destination offset beyond i_size
	Btrfs: fix deadlock between direct IO reads and buffered writes
	Btrfs: fix race when checking if we can skip fsync'ing an inode
	Btrfs: do not collect ordered extents when logging that inode exists
	btrfs: csum_tree_block: return proper errno value
	btrfs: do not write corrupted metadata blocks to disk
	Btrfs: fix invalid reference in replace_path
	btrfs: handle non-fatal errors in btrfs_qgroup_inherit()
	btrfs: fallback to vmalloc in btrfs_compare_tree
	Btrfs: don't use src fd for printk
	btrfs: Reset IO error counters before start of device replacing
Commits:
	503785306d182ab624a2232856ef8ab503ee85f9
	dc95f7bfc57fa4b75a77d0da84d5db249d74aa3f
	11ea474f74709fc764fb7e80306e0776f94ce8b8
	f7e98a7fff8634ae655c666dc2c9fc55a48d0a73
	1ec9a1ae1e30c733077c0b288c4301b66b7a81f2
	2be63d5ce929603d4e7cedabd9e992eb34a0ff95
	f4dfe6871006c62abdccc77b2818b11f376e98e2
	ade770294df29e08f913e5d733a756893128f45e
	affc0ff902d539ebe9bba405d330410314f46e9f
	5e33a2bd7ca7fa687fb0965869196eea6815d1f3
	8bd98f0e6bf792e8fa7c3fed709321ad42ba8d2e
	0f805531daa2ebfb5706422dc2ead1cff9e53e65
	264813acb1c756aebc337b16b832604a0c9aadaf
	918c2ee103cf9956f1c61d3f848dbb49fd2d104a
	8f282f71eaee7ac979cdbe525f76daa0722798a8
	c79b4713304f812d3d6c95826fc3e5fc2c0b0c14
	7ccefb98ce3e5c4493cd213cd03714b7149cf0cb

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

end of thread, other threads:[~2016-05-17  1:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-11 12:45 Btrfs stable fixes for 4.5.x (with added commit references) David Sterba
2016-05-11 12:47 ` [PATCH 01/17] btrfs: reada: Fix in-segment calculation for reada David Sterba
2016-05-11 12:47 ` [PATCH 02/17] Btrfs: fix truncate_space_check David Sterba
2016-05-11 12:47 ` [PATCH 03/17] btrfs: remove error message from search ioctl for nonexistent tree David Sterba
2016-05-11 12:47 ` [PATCH 04/17] btrfs: change max_inline default to 2048 David Sterba
2016-05-11 12:47 ` [PATCH 05/17] Btrfs: fix unreplayable log after snapshot delete + parent dir fsync David Sterba
2016-05-11 12:47 ` [PATCH 06/17] Btrfs: fix file loss on log replay after renaming a file and fsync David Sterba
2016-05-11 12:47 ` [PATCH 07/17] Btrfs: fix extent_same allowing destination offset beyond i_size David Sterba
2016-05-11 12:47 ` [PATCH 08/17] Btrfs: fix deadlock between direct IO reads and buffered writes David Sterba
2016-05-11 12:47 ` [PATCH 09/17] Btrfs: fix race when checking if we can skip fsync'ing an inode David Sterba
2016-05-11 12:47 ` [PATCH 10/17] Btrfs: do not collect ordered extents when logging that inode exists David Sterba
2016-05-11 12:47 ` [PATCH 11/17] btrfs: csum_tree_block: return proper errno value David Sterba
2016-05-11 12:47 ` [PATCH 12/17] btrfs: do not write corrupted metadata blocks to disk David Sterba
2016-05-11 12:47 ` [PATCH 13/17] Btrfs: fix invalid reference in replace_path David Sterba
2016-05-11 12:47 ` [PATCH 14/17] btrfs: handle non-fatal errors in btrfs_qgroup_inherit() David Sterba
2016-05-11 12:47 ` [PATCH 15/17] btrfs: fallback to vmalloc in btrfs_compare_tree David Sterba
2016-05-11 12:47 ` [PATCH 16/17] Btrfs: don't use src fd for printk David Sterba
2016-05-11 12:47 ` [PATCH 17/17] btrfs: Reset IO error counters before start of device replacing David Sterba
2016-05-17  1:12 ` Btrfs stable fixes for 4.5.x (with added commit references) Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2016-05-05  9:40 Btrfs stable fixes for 4.5.x David Sterba
2016-05-05  9:43 ` [PATCH 01/17] btrfs: reada: Fix in-segment calculation for reada David Sterba
2016-05-05 12:37   ` 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.