Linux Overlay Filesystem development
 help / color / mirror / Atom feed
 messages from 2018-05-07 18:10:25 to 2018-05-29 14:43:05 UTC [more...]

[PATCH 00/39] overlayfs: stack file operations
 2018-05-29 14:43 UTC  (6+ messages)
` [PATCH 01/39] vfs: dedpue: return loff_t
` [PATCH 02/39] vfs: dedupe: rationalize args
` [PATCH 03/39] vfs: dedupe: extract helper for a single dedup
` [PATCH 04/39] vfs: add path_open()
` [PATCH 05/39] vfs: optionally don't account file in nr_files

[PATCH 00/11] overlayfs fixes
 2018-05-29 14:41 UTC  (12+ messages)
` [PATCH 01/11] ovl: update documentation for unionmount-testsuite
` [PATCH 02/11] ovl: remove WARN_ON() real inode attributes mismatch
` [PATCH 03/11] ovl: strip debug argument from ovl_do_ helpers
` [PATCH 04/11] ovl: struct cattr cleanups
` [PATCH 05/11] ovl: return dentry from ovl_create_real()
` [PATCH 06/11] ovl: create helper ovl_create_temp()
` [PATCH 07/11] ovl: make ovl_create_real() cope with vfs_mkdir() safely
` [PATCH 08/11] ovl: clean up copy-up error paths
` [PATCH 09/11] vfs: factor out inode_insert5()
` [PATCH 10/11] ovl: Pass argument to ovl_get_inode() in a structure
` [PATCH 11/11] ovl: use inode_insert5() to hash a newly created inode

[GIT PULL] overlayfs update for 4.18
 2018-05-29 14:12 UTC  (3+ messages)

Question about CAP_SYS_RESOURCES in overlayfs
 2018-05-28 15:46 UTC  (4+ messages)

[PATCH v15 00/30] overlayfs: Delayed copy up of data
 2018-05-23 20:00 UTC  (56+ messages)
` [PATCH v15 01/30] ovl: Pass argument to ovl_get_inode() in a structure
` [PATCH v15 02/30] ovl: Initialize ovl_inode->redirect in ovl_get_inode()
` [PATCH v15 10/30] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [PATCH v15 15/30] ovl: Store lower data inode in ovl_inode
` [PATCH v15 16/30] ovl: Add helper ovl_inode_real_data()
` [PATCH v15 17/30] ovl: Open file with data except for the case of fsync
` [PATCH v15 18/30] ovl: Do not expose metacopy only dentry from d_real()
` [PATCH v15 24/30] ovl: Set redirect on metacopy files upon rename
` [PATCH v15 26/30] ovl: Check redirect on index as well

[PATCH v4 0/9] Overlayfs create object related fixes
 2018-05-23  8:11 UTC  (24+ messages)
` [PATCH v4 1/9] ovl: remove WARN_ON() real inode attributes mismatch
` [PATCH v4 2/9] ovl: strip debug argument from ovl_do_ helpers
` [PATCH v4 3/9] ovl: struct cattr cleanups
` [PATCH v4 4/9] ovl: create helper ovl_create_temp()
` [PATCH v4 5/9] ovl: make ovl_create_real() cope with vfs_mkdir() safely
` [PATCH v4 6/9] vfs: factor out iget5_prealloc()
` [PATCH v4 7/9] vfs: export alloc_inode() and destroy_inode()
` [PATCH v4 8/9] ovl: Pass argument to ovl_get_inode() in a structure
` [PATCH v4 9/9] ovl: use iget5_prealloc() to hash a newly created inode

[PATCH] ovl: copy up files with incompatible xattrs
 2018-05-21 18:53 UTC  (6+ messages)

[PATCH v3 0/4] Overlayfs mkdir related fixes
 2018-05-17 16:14 UTC  (27+ messages)
` [PATCH v3 1/4] ovl: use insert_inode_locked4() to hash a newly created inode
` [PATCH v3 2/4] ovl: relax WARN_ON() real inode attributes mismatch
` [PATCH v3 3/4] ovl: create helper ovl_create_temp()
` [PATCH v3 4/4] ovl: make ovl_create_real() cope with vfs_mkdir() safely

[PATCH v2] ovl: add warning and replace some errnos when failing from copy-up
 2018-05-17  6:29 UTC 

[PATCH] ovl: add warning and replace errno when failing from copy-up
 2018-05-17  5:34 UTC  (2+ messages)

[PATCH v2 00/35] overlayfs: stack file operations
 2018-05-15 20:42 UTC  (20+ messages)
` [PATCH v2 15/35] ovl: add ovl_fsync()
` [PATCH v2 21/35] ovl: add reflink/copyfile/dedup support
` [PATCH v2 22/35] vfs: don't open real
` [PATCH v2 23/35] ovl: copy-up on MAP_SHARED
` [PATCH v2 32/35] Partially revert "locks: fix file locking on overlayfs"

[PATCH v2 0/3] Overlayfs mkdir related fixes
 2018-05-15  5:20 UTC  (7+ messages)
` [PATCH v2 1/3] ovl: use d_instantiate_new() to instantiate a new dentry
` [PATCH v2 2/3] ovl: create helper ovl_create_temp()
` [PATCH v2 3/3] ovl: make ovl_create_real() cope with vfs_mkdir() safely

[RFC][PATCH] ovl_create_index(): vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-14 15:39 UTC  (2+ messages)

[PATCH v3 0/4] Enable holes in copy_file_range()
 2018-05-14 14:56 UTC  (5+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH V2] xfstest: overlay: Add tests for overlay metadata only copy up feature
 2018-05-11 10:41 UTC  (3+ messages)

[PATCH] ovl: be more prudent when instantiating a new dentry
 2018-05-11  8:46 UTC 

[PATCH v5] ovl: Check link ability between upperdir and workdir
 2018-05-11  6:26 UTC  (6+ messages)

[PATCH v2 0/4] Enable holes in copy_file_range()
 2018-05-10 10:45 UTC  (10+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH v1 0/5] Enable holes on copy_file_range()
 2018-05-10  4:52 UTC  (15+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH 0/2] Another overlay test for online inconsistency detection
 2018-05-09 16:20 UTC  (3+ messages)

[PATCH] xfstest: overlay: Add tests for overlay metadata only copy up feature
 2018-05-08 18:24 UTC  (2+ messages)

[PATCH 0/3] Holey splice! copy_file_range() with holes
 2018-05-08 16:24 UTC  (13+ messages)
` [PATCH 3/3] ovl: Use splice_with_holes in copy_up

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-05-08 14:25 UTC  (4+ messages)

[PATCH] ovl: update documentation for unionmount-testsuite
 2018-05-08 10:11 UTC  (2+ messages)


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