Re: [PATCH v4 0/3] Badblock tracking for gendisks

2015-12-10 Thread Dan Williams
Hi Jens, Are you on-board with this approach? Any concerns with me carrying this through the nvdimm tree along with our other pending error-handling enabling? -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majord

Re: [PATCH v4 0/3] Badblock tracking for gendisks

2015-12-08 Thread Finn Thain
On Wed, 9 Dec 2015, NeilBrown wrote: > On Wed, Dec 09 2015, Vishal Verma wrote: > > > > > Patch 3 converts md over to use the new badblocks 'library'. I have > > done some pretty simple testing on this - created a raid 1 device, > > made sure the sysfs entries show up, and can be used to add

Re: [PATCH v4 0/3] Badblock tracking for gendisks

2015-12-08 Thread NeilBrown
On Wed, Dec 09 2015, Vishal Verma wrote: > > Patch 3 converts md over to use the new badblocks 'library'. I have > done some pretty simple testing on this - created a raid 1 device, > made sure the sysfs entries show up, and can be used to add and view > badblocks. A closer look by the md folks w

[PATCH v4 0/3] Badblock tracking for gendisks

2015-12-08 Thread Vishal Verma
v4: - Rebase to v4.4-rc4 v3: - Add kernel-doc style comments to all exported functions in badblocks.c (James) - Make return values from badblocks functions consistent with themselves and the kernel style. Change the polarity of badblocks_set, and update all callers accordingly (Jame