Re: [PATCH v4 00/24] Prep work for immutable bio vecs

2012-10-19 Thread Mike Snitzer
t branch. > > Your patch series posting is messed up somehow. I'm gonna review from > the git branch and post comments here but you'll probably have to post > them again. Kent's threading was definitely messed up in this wave. But threading aside, I think all the posted patch

Re: [PATCH v4 00/24] Prep work for immutable bio vecs

2012-10-18 Thread Tejun Heo
Hello, On Mon, Oct 15, 2012 at 01:08:34PM -0700, Kent Overstreet wrote: > Since last time - split bio integrity stuff out into its own 2 patch series. > > Also changed bio_advance() a bit - it now explicitly special cases discard and > WRITE_SAME requests, so that partial completions will work. P

[PATCH v4 00/24] Prep work for immutable bio vecs

2012-10-15 Thread Kent Overstreet
Since last time - split bio integrity stuff out into its own 2 patch series. Also changed bio_advance() a bit - it now explicitly special cases discard and WRITE_SAME requests, so that partial completions will work. Previously, partial completions worked for other requests but would've silently bl