linux-nilfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-24 08:01:05 to 2015-05-10 18:23:23 UTC [more...]

[PATCH v2 0/9] nilfs2: implementation of cost-benefit GC policy
 2015-05-10 18:23 UTC  (38+ messages)
  ` [PATCH v2 1/9] nilfs2: copy file system feature flags to the nilfs object
  ` [PATCH v2 2/9] nilfs2: extend SUFILE on-disk format to enable tracking of live blocks
  ` [PATCH v2 3/9] nilfs2: introduce new feature flag for tracking "
  ` [PATCH v2 4/9] nilfs2: add kmem_cache for SUFILE cache nodes
  ` [PATCH v2 5/9] nilfs2: add SUFILE cache for changes to su_nlive_blks field
  ` [PATCH v2 6/9] nilfs2: add tracking of block deletions and updates
  ` [PATCH v2 7/9] nilfs2: ensure that all dirty blocks are written out
  ` [PATCH v2 8/9] nilfs2: correct live block tracking for GC protection period
  ` [PATCH v2 9/9] nilfs2: prevent starvation of segments protected by snapshots
  ` [PATCH v2 1/5] nilfs-utils: extend SUFILE on-disk format to enable track live blocks
  ` [PATCH v2 2/5] nilfs-utils: add additional flags for nilfs_vdesc
  ` [PATCH v2 3/5] nilfs-utils: add support for tracking live blocks
  ` [PATCH v2 4/5] nilfs-utils: implement the tracking of live blocks for set_suinfo
  ` [PATCH v2 5/5] nilfs-utils: add support for greedy/cost-benefit policies

[PATCH 0/3] make BTRFS, UDF, NILFS2 work with NFSv2
 2015-05-10 16:31 UTC  (5+ messages)
  ` [PATCH 1/3] BTRFS: support NFSv2 export
` [PATCH 2/3] NILFS2: "
` [PATCH 3/3] UDF: "

[PATCH] nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
 2015-04-29 13:18 UTC 

nilfs2-kmod6 v1.0 was released: back-port improvements from the latest mainline kernel
 2015-04-19  5:04 UTC 

nilfs2-kmod7 v1.0 was released: back-port improvements from the latest mainline kernel
 2015-04-19  4:49 UTC 

[PATCH 0/2] nilfs2: fix issues with nilfs_set_inode_flags()
 2015-04-08 14:49 UTC  (3+ messages)
  ` [PATCH 1/2] nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()
  ` [PATCH 2/2] nilfs2: use inode_set_flags() in nilfs_set_inode_flags()

[RFC PATCH 0/5] Remove rw parameter from direct_IO()
 2015-04-05 16:27 UTC  (12+ messages)
` [RFC PATCH 1/5] new helper: iov_iter_rw()
` [RFC PATCH 2/5] Remove rw from {,__,do_}blockdev_direct_IO()
` [RFC PATCH 3/5] Remove rw from dax_{do_,}io()
  ` [RFC PATCH 4/5] direct_IO: use iov_iter_rw() instead of rw everywhere
` [RFC PATCH 5/5] direct_IO: remove rw from a_ops->direct_IO()

[PATCH] lib/nilfs: add missing initialization of nilfs->n_opts
 2015-04-03 13:40 UTC 

[PATCH] nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()
 2015-04-02 14:38 UTC 

Making Nilfs ZAC Compliant
 2015-03-27 22:35 UTC  (3+ messages)

[PATCH 0/7] nilfs2 updates
 2015-03-25 15:19 UTC  (9+ messages)
` [PATCH 1/7] nilfs2: do not use async write flag for segment summary buffers
  ` [PATCH 2/7] nilfs2: use set_mask_bits() for operations on buffer state bitmap
  ` [PATCH 3/7] nilfs2: use bgl_lock_ptr()
  ` [PATCH 4/7] nilfs2: unify type of key arguments in bmap interface
` [PATCH 5/7] nilfs2: add bmap function to seek a valid key
` [PATCH 6/7] nilfs2: add helper to find existent block on metadata file
` [PATCH 7/7] nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl

[PATCH 0/9] nilfs2: implementation of cost-benefit GC policy
 2015-03-14 15:40 UTC  (36+ messages)
  ` [PATCH 1/9] nilfs2: refactor nilfs_sufile_updatev()
  ` [PATCH 2/9] nilfs2: add simple cache for modifications to SUFILE
  ` [PATCH 3/9] nilfs2: extend SUFILE on-disk format to enable counting of live blocks
  ` [PATCH 4/9] nilfs2: add function to modify su_nlive_blks
  ` [PATCH 5/9] nilfs2: add simple tracking of block deletions and updates
  ` [PATCH 6/9] nilfs2: use modification cache to improve performance
  ` [PATCH 7/9] nilfs2: add additional flags for nilfs_vdesc
  ` [PATCH 8/9] nilfs2: improve accuracy and correct for invalid GC values
  ` [PATCH 9/9] nilfs2: prevent starvation of segments protected by snapshots
  ` [PATCH 1/6] nilfs-utils: extend SUFILE on-disk format to enable track live blocks
      ` [PATCH 2/6] nilfs-utils: add additional flags for nilfs_vdesc
      ` [PATCH 3/6] nilfs-utils: add support for tracking live blocks
      ` [PATCH 4/6] nilfs-utils: implement the tracking of live blocks for set_suinfo
      ` [PATCH 5/6] nilfs-utils: add support for greedy/cost-benefit policies
      ` [PATCH 6/6] nilfs-utils: add su_nsnapshot_blks field to indicate starvation

nilfs-cleanerd startup on boot
 2015-03-04 21:13 UTC  (5+ messages)
      ` [systemd-devel] "

[PATCH 0/1] nilfs2: fix deadlock of segment constructor during recovery
 2015-03-03 11:59 UTC  (2+ messages)
  ` [PATCH 1/1] "

[PATCH 0/4] nilfs2: shorten execution time of lscp command
 2015-02-22 12:34 UTC  (5+ messages)
  ` [PATCH 1/4] nilfs2: unify type of key arguments in bmap interface
  ` [PATCH 2/4] nilfs2: add bmap function to seek a valid key
  ` [PATCH 3/4] nilfs2: add helper to find existent block on metadata file
  ` [PATCH 4/4] nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl

[ANNOUNCE] nilfs-utils 2.2.3 release
 2015-02-21 17:48 UTC  (2+ messages)

[PATCH 0/1] nilfs2: fix potential memory overrun on inode
 2015-02-21  2:37 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH] lscp: accelerate backward checkpoint listing
 2015-02-14 16:00 UTC 

[PATCH] nilfs2: use bgl_lock_ptr()
 2015-02-08 16:26 UTC 

[PATCH 0/2] nilfs2: simplify atomic bit operations on buffer state bitmap
 2015-02-08 15:30 UTC  (3+ messages)
  ` [PATCH 1/2] nilfs2: do not use async write flag for segment summary buffers
  ` [PATCH 2/2] nilfs2: use set_mask_bits() for operations on buffer state bitmap

[PATCH 0/1] fix deadlock of segment constructor over I_SYNC flag
 2015-02-04 13:26 UTC  (2+ messages)
` [PATCH] nilfs2: "

[PATCH v2 0/3] nilfs-utils: fix leak at nilfs_open and remove null checks before free()
 2015-01-18 18:02 UTC  (4+ messages)
  ` [PATCH v2 1/3] lib/nilfs.c: fix potential leak at nilfs_open()
  ` [PATCH v2 2/3] nilfs-utils: get rid of my_free()
  ` [PATCH v2 3/3] nilfs-utils: get rid of null checks before calling free()

[PATCH 0/3] nilfs-utils: fix leak at nilfs_open and remove null checks before calling free()
 2015-01-18 17:34 UTC  (4+ messages)
  ` [PATCH 1/3] lib/nilfs.c: fix potential leak at nilfs_open()
  ` [PATCH 2/3] nilfs-utils: get rid of my_free()
  ` [PATCH 3/3] nilfs-utils: get rid of null checks before calling free()

[PATCH tracepoints 0/2] refine coding style of the tracepoints branch
 2015-01-04  3:39 UTC  (4+ messages)
  ` [PATCH tracepoints 1/2] nilfs2: add a tracepoint for tracking stage transition of segment construction
  ` [PATCH tracepoints 2/2] nilfs2: add a tracepoint for transaction events

Binary diff between two snapshots?
 2014-12-15 15:18 UTC  (3+ messages)

[PATCH 0/3] a few nilfs2 updates for 3.19
 2014-12-01 22:08 UTC  (5+ messages)
` [PATCH 1/3] nilfs2: avoid duplicate segment construction for fsync()
` [PATCH 2/3] nilfs2: Deletion of an unnecessary check before the function call "iput"
` [PATCH 3/3] nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races

[PATCH v3] nilfs2: avoid duplicate segment construction for fsync()
 2014-12-01 18:03 UTC 

[PATCH v2] nilfs2: avoid duplicate segment construction for fsync()
 2014-12-01 17:51 UTC  (4+ messages)

[PATCH 1/1] nilfs2: Deletion of an unnecessary check before the function call "iput"
 2014-11-19  0:09 UTC  (2+ messages)

[PATCH 34/56] fs/nilfs2: support compiling out splice
 2014-11-13 21:23 UTC 

[PATCH 1/1] nilfs2: remove unnecessary call to nilfs_construct_dsync_segment()
 2014-11-11 21:19 UTC  (7+ messages)

[PATCH 0/1] improve inode allocation
 2014-10-21 18:22 UTC  (3+ messages)
  ` [PATCH 1/1] nilfs2: "

[PATCH 0/2] nilfs2: improve inode allocation algorithm
 2014-10-13 16:18 UTC  (6+ messages)
  ` [PATCH 1/2] nilfs2: support the allocation of whole blocks of meta data entries
  ` [PATCH 2/2] nilfs2: improve inode allocation algorithm

[PATCH tracepoints v3] nilfs2: add a tracepoint for transaction events
 2014-10-11  7:18 UTC  (4+ messages)

nilfs-diff experimental branch
 2014-10-10 13:47 UTC  (4+ messages)

[PATCH tracepoints v2] nilfs2: add a tracepoint for transaction events
 2014-09-28 10:18 UTC  (3+ messages)

[PATCH tracepoints] nilfs2: add a tracepoint for transaction events
 2014-09-25 13:20 UTC  (3+ messages)

[PATCH v2] nilfs2: improve the performance of fdatasync()
 2014-09-24 16:18 UTC  (7+ messages)
    ` improve inode allocation (was Re: [PATCH v2] nilfs2: improve the performance of fdatasync())
            ` improve inode allocation


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).