messages from 2017-05-18 14:15:04 to 2017-06-21 08:49:03 UTC [more...]
[PATCH v3 0/5] ovl: constant inode numbers (cont.)
2017-06-21 8:49 UTC (21+ 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
[RFC PATCH V2] ovl:fix rmdir problem on impure dir
2017-06-20 11:19 UTC (9+ messages)
[PATCH] ovl: System-wide unique st_dev
2017-06-20 10:13 UTC (4+ messages)
persistent overlay inode nlink
2017-06-19 12:03 UTC (4+ messages)
[xfstests PATCH] overlay: test whiteout check in impure dir
2017-06-19 11:27 UTC (5+ messages)
[PATCH v3 00/23] Overlayfs inodes index
2017-06-19 10:22 UTC (29+ messages)
` [PATCH v3 01/23] vfs: introduce inode 'inuse' lock
` [PATCH v3 02/23] ovl: get exclusive ownership on upper/work dirs
` [PATCH v3 03/23] ovl: relax same fs constrain for ovl_check_origin()
` [PATCH v3 04/23] ovl: generalize ovl_create_workdir()
` [PATCH v3 05/23] ovl: introduce the inodes index dir feature
` [PATCH v3 06/23] ovl: verify upper root dir matches lower root dir
` [PATCH v3 07/23] ovl: verify index dir matches upper dir
` [PATCH v3 08/23] ovl: store path type in dentry
` [PATCH v3 09/23] ovl: cram dentry state booleans into type flags
` [PATCH v3 10/23] ovl: lookup index entry for copy up origin
` [PATCH v3 11/23] ovl: allocate an ovl_inode struct
` [PATCH v3 12/23] ovl: store upper/lower real inode in ovl_inode_info
` [PATCH v3 13/23] ovl: use ovl_inode_init() for initializing new inode
` [PATCH v3 14/23] ovl: hash overlay non-dir inodes by copy up origin inode
` [PATCH v3 15/23] ovl: defer upper dir lock to tempfile link
` [PATCH v3 16/23] ovl: factor out ovl_copy_up_inode() helper
` [PATCH v3 17/23] ovl: generalize ovl_copy_up_locked() using actors
` [PATCH v3 18/23] ovl: generalize ovl_copy_up_one() "
` [PATCH v3 19/23] ovl: use ovl_inode mutex to synchronize concurrent copy up
` [PATCH v3 20/23] ovl: implement index dir copy up method
` [PATCH v3 21/23] ovl: link up indexed lower hardlink on lookup
` [PATCH v3 22/23] ovl: fix nlink leak in ovl_rename()
` [PATCH v3 23/23] ovl: adjust overlay inode nlink for indexed inodes
[RFC PATCH] ovl:fix rmdir problem on impure dir
2017-06-16 11:02 UTC (8+ messages)
I Would love to discuse something with you
2017-06-12 14:52 UTC
[RFC] ovl: System-wide unique st_dev
2017-06-12 5:10 UTC (3+ messages)
Congratulation
2017-06-11 6:34 UTC
[PATCH v2 00/20] Overlayfs inodes index
2017-06-09 22:56 UTC (41+ 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
` [PATCH v2 23/23] ovl: copy up on read operations on indexed lower
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 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 (4+ 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 (7+ messages)
` [PATCH 2/2] "
[PATCH] ovl: fix ovl_rename error handling
2017-05-18 15:16 UTC (7+ messages)
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