public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-04 13:26:30 to 2017-06-08 15:00:40 UTC [more...]

[PATCH v2 00/20] Overlayfs inodes index
 2017-06-08 15:00 UTC  (31+ messages)
` [PATCH v2 01/20] vfs: introduce inode 'inuse' lock
` [PATCH v2 02/20] ovl: get exclusive ownership on upper/work dirs
` [PATCH v2 03/20] ovl: relax same fs constrain for ovl_check_origin()
` [PATCH v2 04/20] ovl: generalize ovl_create_workdir()
` [PATCH v2 05/20] ovl: introduce the inodes index dir feature
` [PATCH v2 06/20] ovl: verify upper root dir matches lower root dir
` [PATCH v2 07/20] ovl: verify index dir matches upper dir
` [PATCH v2 08/20] ovl: lookup index entry for non-dir
` [PATCH v2 09/20] ovl: move inode helpers to inode.c
` [PATCH v2 10/20] ovl: use ovl_inode_init() for initializing new inode
` [PATCH v2 11/20] ovl: hash overlay non-dir inodes by copy up origin inode
` [PATCH v2 12/20] ovl: fix nlink leak in ovl_rename()
` [PATCH v2 13/20] ovl: adjust overlay inode nlink for indexed inodes
` [PATCH v2 14/20] ovl: defer upper dir lock to tempfile link
` [PATCH v2 15/20] ovl: factor out ovl_copy_up_inode() helper
` [PATCH v2 16/20] ovl: generalize ovl_copy_up_locked() using actors
` [PATCH v2 17/20] ovl: generalize ovl_copy_up_one() "
` [PATCH v2 18/20] ovl: implement index dir copy up method
` [PATCH v2 19/20] ovl: handle race of concurrent lower hardlinks copy up
` [PATCH v2 20/20] ovl: constant inode number for hardlinks
  ` [PATCH v2 21/23] ovl: use inodes index on readonly mount
    ` [PATCH v2 22/23] ovl: move copy up helpers to copy_up.c

Unique st_ino/st_dev for non-samefs
 2017-06-06 14:38 UTC 

[PATCH 00/17] Avoid breaking lower hardlinks on copy up
 2017-06-05 12:42 UTC  (19+ messages)
` [PATCH 01/17] vfs: add helper wait_on_inode_inuse()
` [PATCH 02/17] ovl: generalize ovl_create_workdir()
` [PATCH 03/17] ovl: introduce the inodes index dir feature
` [PATCH 04/17] ovl: verify index dir matches upper dir
` [PATCH 05/17] ovl: create helper ovl_lookup_index()
` [PATCH 06/17] ovl: move inode helpers to inode.c
` [PATCH 07/17] ovl: create helpers for initializing hashed inode
` [PATCH 08/17] ovl: use ovl_inode_init() for initializing new inode
` [PATCH 09/17] ovl: allow hashing non upper inodes
` [PATCH 10/17] ovl: allow hashing inodes by arbitrary key
` [PATCH 11/17] ovl: hash overlay non-dir inodes by copy up origin inode
` [PATCH 12/17] ovl: defer upper dir lock to tempfile link
` [PATCH 13/17] ovl: factor out ovl_copy_up_inode() helper
` [PATCH 14/17] ovl: generalize ovl_copy_up_locked() using actors
` [PATCH 15/17] ovl: generalize ovl_copy_up_one() "
` [PATCH 16/17] ovl: implement index dir copy up method
` [PATCH 17/17] ovl: handle race of concurrent lower hardlinks copy up

[PATCH v3 0/5] ovl: constant inode numbers (cont.)
 2017-06-05 12:36 UTC  (15+ messages)
` [PATCH v3 1/5] ovl: relax same fs constrain for ovl_check_origin()
` [PATCH v3 2/5] ovl: relax same fs constrain for constant st_ino
` [PATCH v3 3/5] vfs: factor out lookup_one_len_init()
` [PATCH v3 4/5] vfs: add helper lookup_one_len_noperm()
` [PATCH v3 5/5] ovl: consistent st_ino/d_ino

[PATCH v2 0/5] overlayfs upperdir/workdir verifications
 2017-06-01 17:01 UTC  (6+ messages)
` [PATCH v2 1/5] vfs: introduce inode 'inuse' lock
` [PATCH v2 2/5] ovl: get exclusive ownership on upper/work dirs
` [PATCH v2 3/5] ovl: add support for verify_lower mount option
` [PATCH v2 4/5] ovl: verify lower root dir by file handle
` [PATCH v2 5/5] ovl: document the 'verify_lower' feature

unionmount-testsuite: backward compat support for REDIRECT_DIR=n
 2017-05-31 18:53 UTC  (4+ messages)

[PATCH 0/2] overlayfs multiple mount protection
 2017-05-31 15:16 UTC  (11+ messages)
` [PATCH 1/2] vfs: introduce inode 'inuse' lock
` [PATCH 2/2] ovl: get exclusive ownership on upper/work dirs

[PATCH v3] ovl: mark upper merge dir with type origin entries "impure"
 2017-05-31 12:31 UTC  (3+ messages)

[GIT PULL] overlayfs fixes for 4.12-rc4
 2017-05-31  8:57 UTC 

ovl_dir_read_merged: Redundant call to list_add()
 2017-05-30  8:47 UTC  (3+ messages)

[PATCH REGRESSION 4.12-rc1] ovl: add missing CONFIG_EXPORTFS dependency
 2017-05-29  7:52 UTC  (2+ messages)

constant st_ino/st_dev for non-samefs case
 2017-05-26  9:42 UTC  (5+ messages)

[PATCH 2/2] ovl: constant d_ino across copy up
 2017-05-23 22:40 UTC  (3+ messages)

[WIP][RFC] questions about overlay index dir design
 2017-05-23 10:04 UTC  (6+ messages)

[PATCH v2] ovl: mark upper merge dir with type origin entries "impure"
 2017-05-21 11:00 UTC 

[PATCH] ovl: mark upper merge dir with type origin entries "impure"
 2017-05-21  8:54 UTC 

[PATCH v2 0/3] ovl: consistent st_ino/d_ino
 2017-05-19 15:27 UTC  (4+ messages)
` [PATCH v2 1/3] vfs: factor out lookup_one_len_init()
` [PATCH v2 2/3] vfs: add helper lookup_one_len_noperm()
` [PATCH v2 3/3] ovl: constant d_ino across copy up

[PATCH 0/2] ovl: constant d_ino across copy up
 2017-05-19 13:09 UTC  (9+ messages)
` [PATCH 1/2] ovl: mark upper dir with type origin entries "impure"
` [PATCH 2/2] ovl: constant d_ino across copy up

[PATCH] ovl: fix ovl_rename error handling
 2017-05-18 15:16 UTC  (7+ messages)

[PATCH v2] tmpfs: generate random sb->s_uuid
 2017-05-18 12:29 UTC 

[PATCH] ovl: potential Oops in ovl_rename()
 2017-05-17 20:02 UTC  (2+ messages)

Overlayfs TODOs
 2017-05-17 12:46 UTC 

[PATCH 0/3] ovl: corner cases of upper with no xattr support
 2017-05-16 21:12 UTC  (4+ messages)
` [PATCH 1/3] ovl: fix wrong error handling of ovl_set_impure()
` [PATCH 2/3] ovl: check on mount time if upper fs supports setting xattr
` [PATCH 3/3] ovl: handle rename when upper doesn't supports xattr

overlayfs in 4.12-rc1. Files in lower become unwritable in the overlay
 2017-05-16 16:19 UTC  (7+ messages)

[PATCH] ovl: fix creds leak in copy up error path
 2017-05-16  9:25 UTC  (2+ messages)

[PATCH] ovl: select EXPORTFS
 2017-05-15  9:21 UTC  (2+ messages)

[PATCH] ovl: Select EXPORTFS for exportfs_{en,de}code_fh
 2017-05-13  6:37 UTC  (2+ messages)

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

[PATCH 0/4] overlay/017: fix false negatives
 2017-05-12  6:16 UTC  (7+ messages)
` [PATCH 1/4] src/t_dir_type: support filtering by inode number
` [PATCH 2/4] overlay/017: use t_dir_type to find file by d_ino
` [PATCH 3/4] overlay/017: test consistent st_ino/d_ino for hardlinks
` [PATCH 4/4] overlay: tag tests 016-018 as experimental

[PATCH v4 00/15] overlayfs constant inode numbers
 2017-05-10 16:00 UTC  (19+ messages)

[GIT PULL] overlayfs update for 4.12
 2017-05-10 13:39 UTC 

[PATCH] tmpfs: generate random sb->s_uuid
 2017-05-10  2:51 UTC  (11+ messages)

[PATCH] ovl: fix dir cache leak for ovl_cache_get
 2017-05-08 10:05 UTC  (6+ messages)

[PATCH v2 0/8] hoist uuid helpers from xfs to linux/uuid.h
 2017-05-04 14:36 UTC  (19+ messages)
` [PATCH v2 1/8] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH v2 2/8] xfs: re-define uuid_t as common struct uuid_v1
` [PATCH v2 3/8] xfs: dismiss xfs_uu_t
` [PATCH v2 4/8] xfs: namespace the helper uuid_getnodeuniq()
` [PATCH v2 7/8] linux/uuid.h: hoist uuid_is_null() helper from libnvdimm
` [PATCH v2 8/8] xfs: use the common helper uuid_is_null()


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