LinuxLists
Users
About
Miklos Szeredi (
[email protected]
)
Number of posts: 502 (0.17 per day)
First post: 2016-04-27 09:33:53
Last post: 2024-03-26 15:10:37
Previous Page
/
Next Page
Date
List
Subject
2018-05-29 15:12:01
linux-kernel
[PATCH 34/39] Revert "vfs: update ovl inode before relatime check"
2018-05-29 15:11:52
linux-kernel
[PATCH 21/39] ovl: add lsattr/chattr support
2018-05-29 15:11:24
linux-kernel
[PATCH 31/39] Revert "ovl: don't allow writing ioctl on lower layer"
2018-05-29 15:11:10
linux-kernel
[PATCH 25/39] vfs: don't open real
2018-05-29 15:10:48
linux-kernel
[PATCH 33/39] Revert "ovl: fix relatime for directories"
2018-05-29 15:10:34
linux-kernel
[PATCH 32/39] vfs: fix freeze protection in mnt_want_write_file() for overlayfs
2018-05-29 15:10:05
linux-kernel
[PATCH 24/39] ovl: add reflink/copyfile/dedup support
2018-05-29 15:09:23
linux-kernel
[PATCH 35/39] Revert "vfs: add flags to d_real()"
2018-05-29 15:06:42
linux-kernel
[PATCH 37/39] Partially revert "locks: fix file locking on overlayfs"
2018-05-29 15:06:25
linux-kernel
[PATCH 38/39] Revert "fsnotify: support overlayfs"
2018-05-29 15:06:00
linux-kernel
[PATCH 36/39] Revert "vfs: do get_write_access() on upper layer of overlayfs"
2018-05-29 15:05:33
linux-kernel
[PATCH 00/28] overlayfs: Delayed copy up of data
2018-05-29 15:05:09
linux-kernel
[PATCH 39/39] vfs: remove open_flags from d_real()
2018-05-29 15:04:46
linux-kernel
[PATCH 05/28] ovl: Copy up only metadata during copy up where it makes sense
2018-05-29 15:04:37
linux-kernel
[PATCH 30/39] Revert "ovl: fix may_write_real() for overlayfs directories"
2018-05-29 15:04:01
linux-kernel
[PATCH 01/28] ovl: Initialize ovl_inode->redirect in ovl_get_inode()
2018-05-29 15:00:52
linux-kernel
[PATCH 04/28] ovl: During copy up, first copy up metadata and then data
2018-05-29 15:00:35
linux-kernel
[PATCH 06/28] ovl: Add helper ovl_already_copied_up()
2018-05-29 14:59:23
linux-kernel
[PATCH 02/28] ovl: Move the copy up helpers to copy_up.c
2018-05-29 14:59:06
linux-kernel
[PATCH 14/28] ovl: Add helper ovl_inode_realdata()
2018-05-29 14:58:11
linux-kernel
[PATCH 13/28] ovl: Store lower data inode in ovl_inode
2018-05-29 14:57:01
linux-kernel
[PATCH 11/28] ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
2018-05-29 14:56:28
linux-kernel
[PATCH 20/28] ovl: Add an inode flag OVL_CONST_INO
2018-05-29 14:55:59
linux-kernel
[PATCH 12/28] ovl: Fix ovl_getattr() to get number of blocks from lower
2018-05-29 14:55:56
linux-kernel
[PATCH 07/28] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
2018-05-29 14:55:36
linux-kernel
[PATCH 08/28] ovl: Use out_err instead of out_nomem
2018-05-29 14:55:17
linux-kernel
[PATCH 19/28] ovl: Treat metacopy dentries as type OVL_PATH_MERGE
2018-05-29 14:54:48
linux-kernel
[PATCH 18/28] ovl: Check redirects for metacopy files
2018-05-29 14:54:13
linux-kernel
[PATCH 16/28] ovl: Do not expose metacopy only dentry from d_real()
2018-05-29 14:53:46
linux-kernel
[PATCH 17/28] ovl: Move some dir related ovl_lookup_single() code in else block
2018-05-29 14:53:38
linux-kernel
[PATCH 15/28] ovl: Open file with data except for the case of fsync
2018-05-29 14:53:31
linux-kernel
[PATCH 21/28] ovl: Do not set dentry type ORIGIN for broken hardlinks
2018-05-29 14:51:31
linux-kernel
[PATCH 22/28] ovl: Set redirect on metacopy files upon rename
2018-05-29 14:51:10
linux-kernel
[PATCH 28/28] ovl: Enable metadata only feature
2018-05-29 14:51:07
linux-kernel
[PATCH 25/28] ovl: Disbale metacopy for MAP_SHARED mmap()
2018-05-29 14:50:57
linux-kernel
[PATCH 09/28] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
2018-05-29 14:50:18
linux-kernel
[PATCH 26/28] ovl: Do not do metadata only copy-up for truncate operation
2018-05-29 14:50:12
linux-kernel
[PATCH 23/28] ovl: Set redirect on upper inode when it is linked
2018-05-29 14:50:02
linux-kernel
[PATCH 27/28] ovl: Do not do metacopy only for ioctl modifying file attr
2018-05-29 14:49:33
linux-kernel
[PATCH 24/28] ovl: Check redirect on index as well
2018-05-29 14:48:56
linux-kernel
[PATCH 03/28] ovl: Provide a mount option metacopy=on/off for metadata copyup
2018-05-29 14:48:20
linux-kernel
[PATCH 10/28] ovl: Copy up meta inode data from lowest data inode
2018-05-29 14:48:02
linux-kernel
[PATCH 27/39] ovl: obsolete "check_copy_up" module option
2018-05-29 14:47:21
linux-kernel
[PATCH 29/39] vfs: simplify dentry_open()
2018-05-29 14:47:16
linux-kernel
[PATCH 28/39] ovl: fix documentation of non-standard behavior
2018-05-29 14:46:59
linux-kernel
[PATCH 23/39] ovl: add O_DIRECT support
2018-05-29 14:46:46
linux-kernel
[PATCH 08/39] vfs: export vfs_dedupe_file_range_one() to modules
2018-05-29 14:46:25
linux-kernel
[PATCH 26/39] ovl: copy-up on MAP_SHARED
2018-05-29 14:46:06
linux-kernel
[PATCH 01/39] vfs: dedpue: return loff_t
2018-05-29 14:45:29
linux-kernel
[PATCH 06/11] ovl: create helper ovl_create_temp()
2018-05-29 14:45:29
linux-kernel
[PATCH 09/39] ovl: copy up times