Linux NILFS development
 help / color / mirror / Atom feed
 messages from 2014-01-20 10:52:27 to 2014-02-12 01:23:40 UTC [more...]

[PATCH v2 0/1] nilfs2: add mount option that reduces super block writes
 2014-02-12  1:23 UTC  (11+ messages)
  ` [PATCH v2 1/1] "

[PATCH 0/2] nilfs-utils: move generic definitions into util.h
 2014-02-11 16:23 UTC  (3+ messages)
  ` [PATCH 1/2] nilfs-utils: move utility "
  ` [PATCH 2/2] nilfs-utils: use min_t() and max_t()

[PATCH] cldconfig: fix inconsistency in rounding percent values
 2014-02-11 11:22 UTC  (2+ messages)

[PATCH] lssu: display a "p" flag on protected segments
 2014-02-11  7:56 UTC 

[PATCH] lssu: fix protection period option
 2014-02-11  3:10 UTC 

[patch 0/2] add live block count option to lssu command
 2014-02-09 18:48 UTC  (3+ messages)
  ` [PATCH 1/2] nilfs-utils: renew parser library
  ` [PATCH 2/2] lssu: add option to print count of live blocks

[PATCH] nilfs-clean: fix build warning at nilfs_clean_usage()
 2014-02-09 16:32 UTC 

[PATCH] lib/gc.c: remove redundant NULL check before nilfs_vector_destroy()
 2014-02-08  7:20 UTC 

[PATCH v6 0/6] nilfs-utils: shortcut for certain GC operations
 2014-02-08  6:59 UTC  (8+ messages)
  ` [PATCH v6 1/6] nilfs-utils: cldconfig add an option to set min. reclaimable blocks
  ` [PATCH v6 2/6] nilfs-utils: add NILFS_OPT_SET_SUINFO
  ` [PATCH v6 3/6] nilfs-utils: nilfs-clean add cmdline param min-reclaimable-blocks
  ` [PATCH v6 4/6] nilfs-utils: add suport for NILFS_IOCTL_SET_SUINFO ioctl
  ` [PATCH v6 5/6] nilfs-utils: add optimized version of nilfs_xreclaim_segments
  ` [PATCH v6 6/6] nilfs-utils: add a no_timeout flag to enable faster loop

Does nilfs2 do any in-place writes?
 2014-02-07  6:43 UTC  (34+ messages)
        ` [writable snapshots discussion] "
        ` [static superblock "
                ` [PATCH 0/1] nilfs2: add mount option that reduces super block writes
                    ` [PATCH 1/1] "

[PATCH v5 0/6] nilfs-utils: shortcut for certain GC operations
 2014-02-07  5:34 UTC  (13+ messages)
  ` [PATCH v5 1/6] nilfs-utils: cldconfig add an option to set min. reclaimable blocks
  ` [PATCH v5 2/6] nilfs-utils: add NILFS_OPT_SET_SUINFO
  ` [PATCH v5 3/6] nilfs-utils: nilfs-clean add cmdline param min-reclaimable-blocks
  ` [PATCH v5 4/6] nilfs-utils: add suport for NILFS_IOCTL_SET_SUINFO ioctl
  ` [PATCH v5 5/6] nilfs-utils: add optimized version of nilfs_xreclaim_segments
  ` [PATCH v5 6/6] nilfs-utils: add a no_timeout flag to enable faster loop

[PATCH 0/2] refactor reclaim function
 2014-02-06 15:07 UTC  (23+ messages)
  ` [PATCH 1/2] lib/gc.c: "
  ` [PATCH 2/2] cleanerd: use nilfs_xreclaim_segment()
      ` [PATCH v4 0/6] nilfs-utils: shortcut for certain GC operations
          ` [PATCH v4 1/6] nilfs-utils: cldconfig add an option to set min. reclaimable blocks
          ` [PATCH v4 2/6] nilfs-utils: add NILFS_OPT_SET_SUINFO
          ` [PATCH v4 3/6] nilfs-utils: nilfs-clean add cmdline param min-reclaimable-blocks
          ` [PATCH v4 4/6] nilfs-utils: add suport for NILFS_IOCTL_SET_SUINFO ioctl
          ` [PATCH v4 5/6] nilfs-utils: add optimized version of nilfs_xreclaim_segments
          ` [PATCH v4 6/6] nilfs-utils: add a no_timeout flag to enable faster loop

[PATCH 0/4] nilfs2 updates
 2014-02-04 17:23 UTC  (10+ messages)
` [PATCH 1/4] nilfs2: update MAINTAINERS file entries
` [PATCH 2/4] nilfs2: add struct nilfs_suinfo_update and flags
  ` [PATCH 3/4] nilfs2: add nilfs_sufile_set_suinfo to update segment usage
` [PATCH 4/4] nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl

[PATCH] nilfs2: add description of NILFS_IOCTL_SET_SUINFO ioctl
 2014-02-04  1:50 UTC 

[PATCH v5 1/3] nilfs2: add struct nilfs_suinfo_update and flags
 2014-01-31 11:10 UTC  (6+ messages)
  ` [PATCH v5 2/3] nilfs2: add nilfs_sufile_set_suinfo to update segment usage
  ` [PATCH v5 3/3] nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl

[PATCH v4 1/3] nilfs2: add struct nilfs_suinfo_update and flags
 2014-01-31 10:25 UTC  (7+ messages)
  ` [PATCH v4 2/3] nilfs2: add nilfs_sufile_set_suinfo to update segment usage
  ` [PATCH v4 3/3] nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl

[PATCH v3 0/4] nilfs-utils: shortcut for certain GC operations
 2014-01-30  8:09 UTC  (21+ messages)
  ` [PATCH v3 1/4] nilfs-utils: cldconfig add an option to set min. reclaimable blocks
  ` [PATCH v3 2/4] nilfs-utils: nilfs-clean add cmdline param min-reclaimable-blocks
  ` [PATCH v3 3/4] nilfs-utils: add suport for NILFS_IOCTL_SET_SUINFO ioctl
  ` [PATCH v3 4/4] nilfs-utils: add optimized version of nilfs_reclaim_segments
  ` [PATCH v3 1/3] nilfs2: add struct nilfs_suinfo_update and flags
      ` [PATCH v3 2/3] nilfs2: add nilfs_sufile_set_suinfo to update segment usage
      ` [PATCH v3 3/3] nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl

[ANNOUNCE] NILFS utils 2.1.6 release
 2014-01-27  3:40 UTC 

[PATCH] nilfs-utils: fix build of dist archives
 2014-01-26 17:58 UTC 

[PATCH v2 0/5] nilfs-utils: skip inefficient gc operations
 2014-01-26 11:24 UTC  (44+ messages)
  ` [PATCH v2 1/5] nilfs-utils: cldconfig add an option to set minimal free blocks
  ` [PATCH v2 2/5] nilfs-utils: cleanerd: add custom error value to enable fast retry
  ` [PATCH v2 3/5] nilfs-utils: refactoring of nilfs_reclaim_segment to add minblocks param
  ` [PATCH v2 4/5] nilfs-utils: add support for NILFS_IOCTL_SET_SUINFO ioctl
  ` [PATCH v2 5/5] nilfs-utils: man: add description of min_free_blocks_threshold
  ` [PATCH v2 1/3] nilfs2: add new nilfs_suinfo_update struct
      ` [PATCH v2 2/3] nilfs2: add nilfs_sufile_set_suinfo to update segment usage info
      ` [PATCH v2 3/3] nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl

[PATCH] lib/nilfs.c: remove broken readonly fs check at nilfs_sync()
 2014-01-26  8:02 UTC 

[PATCH] lib/cleaner_exec.c: get process ID of cleanerd through pipe
 2014-01-25 16:46 UTC  (2+ messages)

[PATCH] lib/nilfs.c: add missing comments of API functions
 2014-01-25  5:22 UTC 

[PATCH] mount.nilfs2: ensure gcpid option is dropped if the value is zero
 2014-01-22 17:18 UTC 

[ANNOUNCE] nilfs2-kmod-0.5.1 release
 2014-01-22  0:18 UTC  (2+ messages)

[PATCH 0/4] nilfs-utils: new feature to skip inefficient gc
 2014-01-21 14:17 UTC  (16+ messages)
` [PATCH 1/4] nilfs-utils: cldconfig add an option to set minimal free blocks
` [PATCH 2/4] nilfs-utils: cleanerd: add custom error value to enable fast retry
` [PATCH] nilfs2: depending on flags, update segment usage instead of cleaning


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox