All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yaniv Gardi <ygardi@codeaurora.org>
To: linux-mmc@vger.kernel.org
Cc: axboe@kernel.dk, ygardi@codeaurora.org, linux-arm-msm@vger.kernel.org
Subject: [PATCH v5 0/2] *** exposing SANITIZE capability to the user space via a unique IOCTL ***
Date: Mon, 27 Feb 2012 13:17:27 +0200	[thread overview]
Message-ID: <1330341449-25686-1-git-send-email-ygardi@codeaurora.org> (raw)

*** exposing SANITIZE capability to the user space via a unique IOCTL ***

changes patch v5:
added BUG_ON() where needed

changes patch v4:
removed a few debug printouts

changes patch v3:
split the patch into 2 commits - block and mmc/card
added capability MMC_CAP2_SANITIZE to mmc controller

Yaniv Gardi (2):
  block: IOCTL support for Sanitize in eMMC v4.5
  mmc: card: Adding support for Sanitize in eMMC v4.5

 block/blk-core.c          |   15 +++++++++--
 block/blk-lib.c           |   44 +++++++++++++++++++++++++++++++++++
 block/blk-merge.c         |    6 +++++
 block/elevator.c          |    8 +++++-
 block/ioctl.c             |    9 +++++++
 drivers/mmc/card/block.c  |   56 +++++++++++++++++++++++++++++++++++++-------
 drivers/mmc/card/queue.c  |   10 +++++++-
 include/linux/blk_types.h |    6 +++-
 include/linux/blkdev.h    |    3 ++
 include/linux/fs.h        |    1 +
 include/linux/mmc/card.h  |    7 +++++
 include/linux/mmc/host.h  |    1 +
 kernel/trace/blktrace.c   |    2 +
 13 files changed, 152 insertions(+), 16 deletions(-)

-- 
1.7.6
-- 
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum

             reply	other threads:[~2012-02-27 11:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-27 11:17 Yaniv Gardi [this message]
2012-02-27 11:17 ` [PATCH v5 1/2] block: IOCTL support for Sanitize in eMMC v4.5 Yaniv Gardi
2012-02-27 11:17   ` Yaniv Gardi
2012-02-27 11:17 ` [PATCH v5 2/2] mmc: card: Adding " Yaniv Gardi
2012-02-27 11:17   ` Yaniv Gardi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1330341449-25686-1-git-send-email-ygardi@codeaurora.org \
    --to=ygardi@codeaurora.org \
    --cc=axboe@kernel.dk \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.