Linux NILFS development
 help / color / mirror / Atom feed
 messages from 2014-09-03 18:23:01 to 2015-03-16 11:33:52 UTC [more...]

[RFC PATCH 0/5] Remove rw parameter from direct_IO()
 2015-03-16 11:33 UTC  (5+ 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

[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

[PATCH 0/7] nilfs2 updates
 2015-03-12 14:38 UTC  (8+ 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

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] "

Making Nilfs ZAC Compliant
 2015-02-27 18:50 UTC  (2+ messages)

[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  (10+ messages)
                  ` improve inode allocation (was Re: [PATCH v2] nilfs2: improve the performance of fdatasync())
                          ` improve inode allocation

[PATCH 0/1] nilfs2: improve the performance of fdatasync()
 2014-09-23 10:18 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] nilfs2: improve the performance of fdatasync()
 2014-09-23  7:45 UTC  (4+ messages)

[PATCH 0/1] nilfs2: fix data loss with mmap()
 2014-09-19  6:12 UTC  (5+ messages)
  ` [PATCH] "
              ` [PATCH v2] "

[ANNOUNCE] nilfs-utils 2.2.2 release
 2014-09-18 17:51 UTC 

[PATCH] nilfs2: fix data loss with mmap()
 2014-09-18 10:44 UTC  (11+ messages)

[PATCH] mount.nilfs2: invoke cleanerd even if no-mtab option is specified
 2014-09-17 14:09 UTC 

[PATCH 0/1] nilfs2: fix device cache flush in nilfs_sync_fs()
 2014-09-14 10:11 UTC  (2+ messages)
` [PATCH] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()

[PATCH v3] nilfs2: add a tracepoint for tracking stage transition of segment construction
 2014-09-14  7:20 UTC  (3+ messages)

[PATCH v6 0/1] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()
 2014-09-13 17:06 UTC  (3+ messages)
  ` [PATCH v6 1/1] "

[PATCH v2] nilfs2: add a tracepoint for tracking stage transition of segment construction
 2014-09-13 15:13 UTC  (3+ messages)

[PATCH v5 0/1] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()
 2014-09-13 14:23 UTC  (3+ messages)
  ` [PATCH v5 1/1] "

[PATCH v4 0/1] nilfs2: add missing blkdev_issue_flush() to
 2014-09-13 11:35 UTC  (4+ messages)
  ` [PATCH v4 1/1] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()

[PATCH] lscp: always show snapshots, even if marked minor
 2014-09-09 20:29 UTC  (3+ messages)

[PATCH] lscp: show snapshots, even if marked minor (reverse mode)
 2014-09-09 20:24 UTC 

[PATCH 0/1] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()
 2014-09-09 19:58 UTC  (4+ messages)
  ` [PATCH 1/1] "

[PATCH v2 1/1] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()
 2014-09-09 18:55 UTC  (6+ messages)

[PATCH RFC] nilfs2: add a tracepoint for tracking stage transition of segment construction
 2014-09-05  2:39 UTC  (3+ messages)


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