messages from 2015-02-20 13:46:35 to 2015-10-12 03:45:30 UTC [more...]
[PATCH 0/2] nilfs2: fix build warnings
2015-10-12 3:45 UTC (2+ messages)
` [PATCH 1/2] nilfs2: fix gcc unused-but-set-variable warnings
[PATCH 0/5] nilfs2: introduce tracepoints
2015-10-06 17:50 UTC (6+ messages)
` [PATCH 1/5] nilfs2: add a tracepoint for tracking stage transition of segment construction
` [PATCH 2/5] nilfs2: add a tracepoint for transaction events
` [PATCH 3/5] nilfs2: add tracepoints for analyzing sufile manipulation
` [PATCH 4/5] nilfs2: add tracepoints for analyzing reading and writing metadata files
` [PATCH 5/5] MAINTAINERS: nilfs2: add header file for tracing
[PATCH 0/3] make BTRFS, UDF, NILFS2 work with NFSv2
2015-10-05 14:32 UTC (12+ messages)
` [PATCH 1/3] BTRFS: support NFSv2 export
` [PATCH 2/3] NILFS2: "
` [PATCH v2] "
` [PATCH 3/3] UDF: "
[PATCH] nilfs2: add tracepoints for analyzing reading and writing metadata files
2015-10-05 11:25 UTC (4+ messages)
[PATCH tracepoints] nilfs2: add tracepoints for analyzing sufile manipulation
2015-09-30 15:06 UTC (2+ messages)
[PATCH 14/17] fs/nilfs2: remove unnecessary new_valid_dev check
2015-09-29 14:51 UTC (2+ messages)
[PATCH 0/7] nilfs2 updates
2015-09-19 10:33 UTC (8+ messages)
` [PATCH 1/7] nilfs2: drop null test before destroy functions
` [PATCH 3/7] nilfs2: do not call nilfs_mdt_bgl_lock() needlessly
` [PATCH 2/7] nilfs2: use nilfs_warning() in allocator implementation
` [PATCH 4/7] nilfs2: refactor nilfs_palloc_find_available_slot()
` [PATCH 5/7] nilfs2: get rid of nilfs_palloc_group_is_in()
` [PATCH 6/7] nilfs2: add helper functions to delete blocks from dat file
` [PATCH 7/7] nilfs2: free unused dat file blocks during garbage collection
[PATCH 00/39] drop null test before destroy functions
2015-09-14 11:55 UTC (4+ messages)
` [PATCH 02/39] nilfs2: "
nilfs.org pwned
2015-08-29 10:21 UTC (2+ messages)
NILFS2: double uuid
2015-06-09 16:00 UTC (13+ messages)
[PATCH 0/9 linux-next] move dir_pages() to pagemap.h
2015-06-05 14:43 UTC (4+ messages)
` [PATCH 2/9 linux-next] nilfs2: remove dir_pages() declaration
[PATCH v2 0/9] nilfs2: implementation of cost-benefit GC policy
2015-06-01 14:45 UTC (52+ 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/1] NILFS2: support NFSv2 export
2015-05-27 5:22 UTC (2+ messages)
` [PATCH 1/1] "
[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 5/5] direct_IO: remove rw from a_ops->direct_IO()
` [RFC PATCH 4/5] direct_IO: use iov_iter_rw() instead of rw everywhere
[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] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox