[ANNOUNCE] nilfs.org was expired

2014-09-01 Thread Ryusuke Konishi
As we announced previously, we have fully moved the NILFS project site to nilfs.sourceforge.net. The prior address "www.nilfs.org" will be unavailable shortly. Please refer to nilfs.sourceforge.net hereafter. Thanks, Ryusuke Konishi -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [PATCH v2 1/1] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()

2014-09-01 Thread Ryusuke Konishi
Hi Andreas, On Sun, 31 Aug 2014 17:47:13 +0200, Andreas Rohner wrote: > Under normal circumstances nilfs_sync_fs() writes out the super block, > which causes a flush of the underlying block device. But this depends on > the THE_NILFS_SB_DIRTY flag, which is only set if the pointer to the > last seg

Re: [PATCH v2 1/1] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()

2014-09-01 Thread Andreas Rohner
Hi Ryusuke, On 2014-09-01 19:59, Ryusuke Konishi wrote: > On Sun, 31 Aug 2014 17:47:13 +0200, Andreas Rohner wrote: >> Under normal circumstances nilfs_sync_fs() writes out the super block, >> which causes a flush of the underlying block device. But this depends on >> the THE_NILFS_SB_DIRTY flag, w

Re: [PATCH v2 1/1] nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()

2014-09-01 Thread Andreas Rohner
On 2014-09-01 20:43, Andreas Rohner wrote: > Hi Ryusuke, > On 2014-09-01 19:59, Ryusuke Konishi wrote: >> On Sun, 31 Aug 2014 17:47:13 +0200, Andreas Rohner wrote: >>> Under normal circumstances nilfs_sync_fs() writes out the super block, >>> which causes a flush of the underlying block device. But

[PATCH] libmount: don't base GC startup on no-mtab context

2014-09-01 Thread Dan McGee
When mtab is a symlink to /proc/mounts, libmount uses /run/mount/utab to store filesystem-specific mount attributes, making this check unnecessary. Worse, it now breaks nilfs_cleanerd under systemd 216+ since it always passes `-n` to the mount command. Signed-off-by: Dan McGee --- sbin/mount/mou

[PATCH] lscp: always show snapshots, even if marked minor

2014-09-01 Thread Dan McGee
When the average user types `lscp` and doesn't see the snapshot they just tried to make, it can be very confusing. Add an additional check to ensure snapshots are never omitted from lscp output. Signed-off-by: Dan McGee --- Thoughts? I notice this quite often due to a "snapshot-on-shutdown" job