linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-01 07:04:05 to 2020-02-24 02:45:56 UTC [more...]

[RFC PATCH 0/5] allow unprivileged overlay mounts
 2020-02-24  2:45 UTC  (4+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-02-22 17:51 UTC  (2+ messages)

[PATCH v2 0/5] Misc overlay ino issues
 2020-02-21 14:34 UTC  (6+ messages)
` [PATCH v2 1/5] ovl: fix some xino configurations
` [PATCH v2 2/5] ovl: use a private non-persistent ino pool
` [PATCH v2 3/5] ovl: avoid possible inode number collisions with xino=on
` [PATCH v2 4/5] ovl: enable xino automatically in more cases
` [PATCH v2 5/5] ovl: document xino expected behavior

[PATCH 1/3] ovl: resurrect ovl_dentry_remote()
 2020-02-21 14:12 UTC  (3+ messages)
` [PATCH 2/3] ovl: check if upper fs supports RENAME_WHITEOUT
` [PATCH 3/3] ovl: strict upper fs requirements for remote upper fs

[PATCH 0/7] Sort out overlay ino numbers
 2020-02-21  1:10 UTC  (14+ messages)
` [PATCH 1/7] ovl: fix value of i_ino for lower hardlink corner case
` [PATCH 2/7] ovl: fix out of date comment and unreachable code
` [PATCH 3/7] ovl: factor out helper ovl_get_root()
` [PATCH 4/7] ovl: simplify i_ino initialization
` [PATCH 5/7] ovl: avoid possible inode number collisions with xino=on
` [PATCH 6/7] ovl: enable xino automatically in more cases
` [PATCH 7/7] ovl: document xino expected behavior

[PATCH 0/4] ovl: allow virtiofs as upper
 2020-02-20 20:00 UTC  (19+ messages)
` [PATCH 1/4] ovl: restructure dentry revalidation
` [PATCH 2/4] ovl: separate detection of remote upper layer from stacked overlay
` [PATCH 3/4] ovl: decide if revalidate needed on a per-dentry bases
` [PATCH 4/4] ovl: alllow remote upper

[PATCH v3 0/3] introduce a uid/gid shifting bind mount
 2020-02-19 22:26 UTC  (16+ messages)
` [PATCH v3 1/3] fs: rethread notify_change to take a path instead of a dentry
` [PATCH v3 2/3] fs: introduce uid/gid shifting bind mount
` [PATCH v3 3/3] fs: expose shifting bind mount to userspace

[PATCH v2 0/5] fstests: overlay: initial support for aufs and
 2020-02-17 15:44 UTC  (6+ messages)
  ` [PATCH v2 1/5] common/overlay,rc,config: introduce OVL_FSTYP variable and aufs
  ` [PATCH v2 3/5] common/rc: introduce new helper function _fs_type_dev_dir()
  ` [PATCH v2 4/5] common/rc: add quirks for fuse-overlayfs device/mount point
  ` [PATCH v2 5/5] common/overlay: silence some mount messages for fuse-overlayfs

[RFC PATCH] ovl: copy-up on MAP_SHARED
 2020-02-14 13:50 UTC  (4+ messages)

[PATCH] ovl: fix a typo in comment
 2020-02-10  3:11 UTC 

[PATCH v11] ovl: Improving syncfs efficiency
 2020-02-10  3:10 UTC 

[4.4.y PATCH] Revert "ovl: modify ovl_permission() to do checks on two inodes"
 2020-02-07 10:13 UTC  (2+ messages)

[GIT PULL] overlayfs update for 5.6
 2020-02-04 13:25 UTC  (2+ messages)

lore archive
 2020-02-04 10:19 UTC 

syncfs improvement for overlayfs
 2020-01-30  3:17 UTC  (3+ messages)

[PATCH] fs/overlayfs: add splice file read write helper
 2020-01-27 11:04 UTC  (2+ messages)

[PATCH V2 0/2] ovl: implement async IO routines
 2020-01-24 12:10 UTC  (4+ messages)

[PATCH] ovl: fix wrong WARN_ON() in ovl_cache_update_ino()
 2020-01-24  6:49 UTC  (5+ messages)

[PATCH v2] overlayfs: print format optimization
 2020-01-22  8:12 UTC 

[PATCH] overlayfs: print format optimization
 2020-01-22  7:51 UTC  (2+ messages)

[PATCH] ovl: remove unused macro
 2020-01-21 10:25 UTC 

Contact Diplomatic Agent, Mr. Mcclaine John to receive your ATM CARD valued the sum of $12.8Million United States Dollars
 2020-01-20 19:32 UTC 

HELLO
 2020-01-19 18:44 UTC 

[PATCH v2 0/3] introduce a uid/gid shifting bind mount
 2020-01-17 22:52 UTC  (16+ messages)
` [PATCH v2 1/3] fs: rethread notify_change to take a path instead of a dentry
` [PATCH v2 2/3] fs: introduce uid/gid shifting bind mount
` [PATCH v2 3/3] fs: expose shifting bind mount to userspace

[PATCH v2 0/5] Sort out overlay layers and fs arrays
 2020-01-14 20:58 UTC  (14+ messages)
` [PATCH v2 1/5] ovl: generalize the lower_layers[] array
` [PATCH v2 2/5] ovl: simplify ovl_same_sb() helper
` [PATCH v2 3/5] ovl: generalize the lower_fs[] array
` [PATCH v2 4/5] ovl: fix corner case of conflicting lower layer uuid
` [PATCH v2 5/5] ovl: fix corner case of non-constant st_dev;st_ino

OverlaysFS offline tools
 2020-01-13 20:07 UTC  (6+ messages)

Virtio-fs as upper layer for overlayfs
 2020-01-13 19:56 UTC  (7+ messages)

I wait for your swift response,
 2020-01-13  5:52 UTC 

Investment opportunity
 2020-01-12  5:00 UTC 

possible deadlock in seq_read (2)
 2020-01-02 19:21 UTC 

[RESEND PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2020-01-01 10:52 UTC  (2+ messages)
` [RESEND PATCH 1/1] fs: "

[PATCH v2 0/5] Nested overlay tests
 2019-12-30 14:14 UTC  (6+ messages)
` [PATCH v2 1/5] overlay: create the overlay/nested test group
` [PATCH v2 2/5] overlay: test file handles with nested overlay over samefs lower
` [PATCH v2 3/5] overlay: test file handles with nested overlay over non-samefs lower
` [PATCH v2 4/5] overlay: test constant ino with nested overlay over samefs lower
` [PATCH v2 5/5] overlay: test constant ino with nested overlay over non-samefs lower

[PATCH] locks: print unsigned ino in /proc/locks
 2019-12-29 13:19 UTC  (4+ messages)

[PATCH v3 0/6] Overlayfs stacked f_op fixes
 2019-12-28 10:10 UTC  (4+ messages)
` [PATCH v3 6/6] ovl: add ovl_fadvise()

[PATCH 0/3] Nested overlay exportfs tests
 2019-12-22 21:19 UTC  (5+ messages)
` [PATCH 1/3] overlay: create the overlay/nested test group
` [PATCH 2/3] overlay: test file handles with nested overlay on the same fs
` [PATCH 3/3] overlay: test file handles with nested overlay on another fs

[PATCH v2] overlay: Test unique st_dev;st_ino on non-samefs setup
 2019-12-21 17:04 UTC 

[PATCH] ovl: use ovl_inode_lock in ovl_llseek()
 2019-12-21 16:52 UTC 

[PATCH v4] ovl: improving copy-up efficiency for big sparse file
 2019-12-21 11:36 UTC  (6+ messages)

[PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2019-12-17  8:12 UTC  (6+ messages)
` [PATCH 1/1] fs: "

[PATCH v2] ovl: use pr_fmt auto generate prefix
 2019-12-16 11:12 UTC 

[GIT PULL] overlayfs fixes for 5.5-rc2
 2019-12-14 22:05 UTC  (2+ messages)

[PATCH 0/1] preparatory patch for a uid/gid shifting bind mount
 2019-12-14 11:56 UTC  (9+ messages)
` [PATCH 1/1] fs: rethread notify_change to take a path instead of a dentry
    ` [PATCH v2] "
  ` [fs] 53d4a4300b: WARNING:at_fs/overlayfs/copy_up.c:#ovl_copy_up_inode[overlay]

[bug report] ovl: make sure that real fid is 32bit aligned in memory
 2019-12-13 12:58 UTC  (3+ messages)

[PATCH] ovl: use pr_fmt auto generate prefix
 2019-12-13 12:19 UTC  (2+ messages)

Overlayfs fixes queue
 2019-12-09 16:47 UTC  (3+ messages)

WARNING in ovl_rename
 2019-12-06  6:46 UTC  (3+ messages)

[PATCH] ovl: relax WARN_ON() on rename to self
 2019-12-06  6:33 UTC 

[LTP] [f*xattr] ab91fe640f: ltp.open13.fail
 2019-12-05 12:36 UTC 

overlayfs does not pin underlying layers
 2019-12-04 20:36 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).