reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] [PATCHv2 0/5] reiser4: discard support: initial implementation.
@ 2014-05-06  5:30 Ivan Shapovalov
  2014-05-06  5:30 ` [RFC] [PATCHv2 1/5] reiser4: discard support: make space_allocator's check_blocks() reusable Ivan Shapovalov
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Ivan Shapovalov @ 2014-05-06  5:30 UTC (permalink / raw)
  To: reiserfs-devel; +Cc: Ivan Shapovalov

Patches 1 and 2 are a re-send of v1 with some cleanup and fixes discovered after
enabling debug mode.
Next patches constitute new code since v1.

Ivan Shapovalov (5):
  reiser4: discard support: make space_allocator's check_blocks() reusable.
  reiser4: discard support: initial implementation using extent lists.
  reiser4: discard support: enable discard functionality through a mount option.
  reiser4: discard support: add assertions to all code written within this feature.
  reiser4: discard support: downgrade all reiser4_log() to reiser4_debug().

 fs/reiser4/Makefile                       |   1 +
 fs/reiser4/block_alloc.c                  |  38 ++-
 fs/reiser4/block_alloc.h                  |  14 +-
 fs/reiser4/debug.h                        |   4 +
 fs/reiser4/dformat.h                      |   2 +
 fs/reiser4/discard.c                      | 484 ++++++++++++++++++++++++++++++
 fs/reiser4/discard.h                      |  38 +++
 fs/reiser4/forward.h                      |   1 +
 fs/reiser4/init_super.c                   |   2 +
 fs/reiser4/plugin/space/bitmap.c          |  81 +++--
 fs/reiser4/plugin/space/bitmap.h          |   2 +-
 fs/reiser4/plugin/space/space_allocator.h |   4 +-
 fs/reiser4/super.h                        |   4 +-
 fs/reiser4/txnmgr.c                       |  19 ++
 fs/reiser4/txnmgr.h                       |   5 +
 fs/reiser4/znode.c                        |   9 +-
 16 files changed, 653 insertions(+), 55 deletions(-)
 create mode 100644 fs/reiser4/discard.c
 create mode 100644 fs/reiser4/discard.h

-- 
1.9.2


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

end of thread, other threads:[~2014-05-07  7:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06  5:30 [RFC] [PATCHv2 0/5] reiser4: discard support: initial implementation Ivan Shapovalov
2014-05-06  5:30 ` [RFC] [PATCHv2 1/5] reiser4: discard support: make space_allocator's check_blocks() reusable Ivan Shapovalov
2014-05-06  5:30 ` [RFC] [PATCHv2 2/5] reiser4: discard support: initial implementation using extent lists Ivan Shapovalov
2014-05-06  5:30 ` [RFC] [PATCHv2 3/5] reiser4: discard support: enable discard functionality through a mount option Ivan Shapovalov
2014-05-06  5:30 ` [RFC] [PATCHv2 4/5] reiser4: discard support: add assertions to all code written within this feature Ivan Shapovalov
2014-05-06  5:30 ` [RFC] [PATCHv2 5/5] reiser4: discard support: downgrade all reiser4_log() to reiser4_debug() Ivan Shapovalov
     [not found] ` <CADW=+3=B7aNyBdKwhHS_r8bMO+ZrjK5WNbdEXVXfGvRP7KQK-g@mail.gmail.com>
2014-05-06  9:56   ` [RFC] [PATCHv2 0/5] reiser4: discard support: initial implementation Ivan Shapovalov
2014-05-06 16:43     ` Edward Shishkin
2014-05-07  7:17 ` Ivan Shapovalov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).