[PATCH 0/5] blkdev: discard optimizations v2 RESEND2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dmitry Monakhov
Date: Wednesday, March 24, 2010 - 10:33 am

Wow. lkml seem don't like 'XXX' in the subject
So post it one more time.

This is second version of generic discard optimizations
first was submitted here: http://lwn.net/Articles/373994

Currently there are many file-systems which has implemented
discard support, but SSD discs not widely used yet.
This patch-set introduce compat helpers which simulate
discard requests with zeroing semantics.

__blkdev_issue_zeroout: explicitly zeroout given range via write request.
blkdev_issue_clear: zeroout given range, use discard request if possible.

Later filesystem admin may select which behavior is suitable for his needs
discard without zeroing or explicit zeroing even if discard is not supported.

Advantages:
- Hope that this helps in real filesystem testing.
- People who are crazy about data security would be really happy.
- Virtual machine developers also would like this feature.

Other optimization:
- Convert all blkdev_issue_xxx function to common set of flags
- Optimize generic discard submitting procedure.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/5] blkdev: discard optimizations v2 RESEND2, Dmitry Monakhov, (Wed Mar 24, 10:33 am)
[PATCH 3/5] blkdev: add blkdev_issue helper functions, Dmitry Monakhov, (Wed Mar 24, 10:33 am)
[PATCH 4/5] blkdev: add discard payload flag, Dmitry Monakhov, (Wed Mar 24, 10:33 am)
[PATCH 5/5] blkdev: optimize discard request logic, Dmitry Monakhov, (Wed Mar 24, 10:33 am)
Re: [PATCH 0/5] blkdev: discard optimizations v2 RESEND2, Dmitry Monakhov, (Wed Mar 24, 11:00 am)
Re: [PATCH 4/5] blkdev: add discard payload flag, Christoph Hellwig, (Mon Apr 5, 1:00 pm)
Re: [PATCH 4/5] blkdev: add discard payload flag, Dmitry Monakhov, (Tue Apr 6, 1:29 am)