All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7][linux-next v2] ramzswap: bug fixes and some cleanups
@ 2010-01-28 15:43 Nitin Gupta
  2010-01-28 15:43 ` [PATCH 1/7] Use lock for 64-bit stats Nitin Gupta
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Nitin Gupta @ 2010-01-28 15:43 UTC (permalink / raw)
  To: Greg KH; +Cc: Pekka Enberg, linux-kernel

 * Changelog v2
 - replace stat_*() with rzs_stat*() to avoid conflict with core kernel
 - split changes across separate patches

ramzswap driver creates virtual block devices which can
be used (only) as swap disks. Pages swapped to these disks
are compressed and stored in memory itself. Project home:
http://code.google.com/p/compcache/

These patches apply to linux-next.

Signed-off-by: Nitin Gupta <ngupta@vflare.org>

Nitin Gupta (7):
  Use lock for 64-bit stats
  Flush block device before reset
  Set block size to PAGE_SIZE
  Return proper error code on device create failure
  Remove redundant check for zero page
  Handle case for invalid backing swap
  Update copyright notice

 drivers/staging/ramzswap/ramzswap_drv.c   |  148 +++++++++++++++++------------
 drivers/staging/ramzswap/ramzswap_drv.h   |   61 ++++++++++--
 drivers/staging/ramzswap/ramzswap_ioctl.h |    3 +-
 drivers/staging/ramzswap/xvmalloc.c       |    2 +-
 drivers/staging/ramzswap/xvmalloc.h       |    2 +-
 drivers/staging/ramzswap/xvmalloc_int.h   |    2 +-
 6 files changed, 141 insertions(+), 77 deletions(-)


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

end of thread, other threads:[~2010-01-28 15:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-28 15:43 [PATCH 0/7][linux-next v2] ramzswap: bug fixes and some cleanups Nitin Gupta
2010-01-28 15:43 ` [PATCH 1/7] Use lock for 64-bit stats Nitin Gupta
2010-01-28 15:43 ` [PATCH 2/7] Flush block device before reset Nitin Gupta
2010-01-28 15:43 ` [PATCH 3/7] Set block size to PAGE_SIZE Nitin Gupta
2010-01-28 15:43 ` [PATCH 4/7] Return proper error code on device create failure Nitin Gupta
2010-01-28 15:43 ` [PATCH 5/7] Remove redundant check for zero page Nitin Gupta
2010-01-28 15:49 ` [PATCH 6/7] Handle case for invalid backing swap Nitin Gupta
2010-01-28 15:51 ` [PATCH 7/7] Update copyright notice Nitin Gupta

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.