messages from 2017-06-08 15:00:40 to 2017-07-05 12:02:01 UTC [more...]
[PATCH v3 0/7] overlay hardlink tests
2017-07-05 12:02 UTC (5+ messages)
` [PATCH v3 1/7] overlay/018: re-factor and add to hardlink group
` [PATCH v3 2/7] overlay/018: print hardlink content to golden output
` [PATCH v3 3/7] overlay/018: test broken hardlinks after mount cycle
` [PATCH v3 5/7] overlay: test concurrent copy up of lower hardlinks
[PATCH v2 0/7] overlay hardlink tests
2017-07-05 11:49 UTC (15+ messages)
` [PATCH v2 1/7] overlay/018: re-factor and add to hardlink group
` [PATCH v2 2/7] overlay/018: print hardlink content to golden output
` [PATCH v2 3/7] overlay/018: test broken hardlinks after mount cycle
` [PATCH v2 4/7] overlay/018: test lower hardlinks re-unite on copy up
` [PATCH v2 5/7] overlay: test concurrent copy up of lower hardlinks
` [PATCH v2 6/7] overlay: test nlink accounting of overlay hardlinks
` [PATCH v2 7/7] overlay: test dropping nlink below zero
[PATCH][RFC] Run unionmount testsuite with new overlay/union test group
2017-07-05 11:31 UTC (3+ messages)
[PATCH] ovl: mark parent impure on ovl_link()
2017-07-05 6:41 UTC
[PATCH] check_layer: Add tests for constant st_dev
2017-07-04 18:03 UTC (2+ messages)
[PATCH 0/6] overlay hardlink tests
2017-07-04 11:20 UTC (7+ messages)
` [PATCH 1/6] overlay/018: re-factor and add to hardlink group
` [PATCH 2/6] overlay/018: print hardlink content to golden output
` [PATCH 3/6] overlay/018: test broken hardlinks after mount cycle
` [PATCH 4/6] overlay/018: test lower hardlinks re-unite on copy up
` [PATCH 5/6] overlay: test concurrent copy up of lower hardlinks
` [PATCH 6/6] overlay: test dropping nlink below zero
[xfstest PATCH V3 0/2] overlay/031: add two tests of whiteout check in origin dir
2017-07-03 11:39 UTC (4+ messages)
` [xfstest PATCH V3 1/2] overlay/031: factor out _create_whiteout() helper
` [xfstest PATCH V3 2/2] overlay/031: add tests of whiteouts in lowerdir and both dirs
[xfstest PATCH V2 0/2] overlay/031: add two tests of whiteout check in origin dir
2017-07-03 8:10 UTC (8+ messages)
` [xfstest PATCH V2 1/2] overlay/031: factor out _create_whiteout() helper
` [xfstest PATCH V2 2/2] overlay/031: add tests of whiteouts in lowerdir and both dirs
[PATCH v3 0/5] ovl: constant inode numbers (cont.)
2017-06-30 19:01 UTC (17+ messages)
` [PATCH v3 5/5] ovl: consistent st_ino/d_ino
[PATCH V2] ovl: Allocate anonymous devs for lowerdirs
2017-06-30 14:50 UTC (7+ messages)
[GIT PULL] overlayfs fixes for 4.12-final
2017-06-30 8:01 UTC
[RFC PATCH V4] ovl: fix rmdir problem on origin dir
2017-06-29 13:29 UTC (3+ messages)
[xfstest PATCH] overlay/031: add tests of whiteouts in lowerdir and both dirs
2017-06-29 13:18 UTC (3+ messages)
Overlayfs patches to consider for v4.13
2017-06-29 13:15 UTC (2+ messages)
[xfstest PATCH v2] overlay: test whiteout check in origin dir
2017-06-28 9:11 UTC (3+ messages)
Product Inquiry
2017-06-26 21:52 UTC
[RFC PATCH v3] ovl: fix rmdir problem on impure dir
2017-06-26 12:36 UTC (9+ messages)
[PATCH] ovl: no direct iteration for dir with copy up origin
2017-06-26 7:58 UTC (4+ messages)
[PATCH v4 00/25] Overlayfs inodes index
2017-06-23 11:34 UTC (31+ messages)
` [PATCH v4 01/25] vfs: introduce inode 'inuse' lock
` [PATCH v4 02/25] ovl: get exclusive ownership on upper/work dirs
` [PATCH v4 03/25] ovl: relax same fs constrain for ovl_check_origin()
` [PATCH v4 04/25] ovl: generalize ovl_create_workdir()
` [PATCH v4 05/25] ovl: introduce the inodes index dir feature
` [PATCH v4 06/25] ovl: verify upper root dir matches lower root dir
` [PATCH v4 07/25] ovl: verify index dir matches upper dir
` [PATCH v4 08/25] ovl: store path type in dentry
` [PATCH v4 09/25] ovl: cram dentry state booleans into type flags
` [PATCH v4 10/25] ovl: lookup index entry for copy up origin
` [PATCH v4 11/25] ovl: cleanup bad and stale index entries on mount
` [PATCH v4 12/25] ovl: allocate an ovl_inode struct
` [PATCH v4 13/25] ovl: store upper/lower real inode in ovl_inode_info
` [PATCH v4 14/25] ovl: use ovl_inode_init() for initializing new inode
` [PATCH v4 15/25] ovl: hash overlay non-dir inodes by copy up origin inode
` [PATCH v4 16/25] ovl: defer upper dir lock to tempfile link
` [PATCH v4 17/25] ovl: factor out ovl_copy_up_inode() helper
` [PATCH v4 18/25] ovl: generalize ovl_copy_up_locked() using actors
` [PATCH v4 19/25] ovl: generalize ovl_copy_up_one() "
` [PATCH v4 20/25] ovl: use ovl_inode mutex to synchronize concurrent copy up
` [PATCH v4 21/25] ovl: implement index dir copy up method
` [PATCH v4 22/25] ovl: link up indexed lower hardlink on lookup
` [PATCH v4 23/25] ovl: fix nlink leak in ovl_rename()
` [PATCH v4 24/25] ovl: persistent overlay inode nlink for indexed inodes
` [PATCH v4 25/25] ovl: cleanup orphan index entries
` [PATCH v4 26/25] ovl: document copying layers restrictions with inodes index
[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 (13+ messages)
` [PATCH v2 08/20] ovl: lookup index entry for non-dir
[PATCH v2 00/20] Overlayfs inodes index
2017-06-08 15:00 UTC (4+ messages)
` [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
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