Show patches with: Submitter = Amir Goldstein       |   1142 patches
« 1 2 3 411 12 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
ovl: use copy_file_range for copy up if possible - - - --- 2016-09-08 Amir Goldstein New
[v1] ovl: use copy_file_clone for copy up if possible - - - --- 2016-09-11 Amir Goldstein New
[v2,1/4] vfs: allow vfs_clone_file_range() across mount points - - - --- 2016-09-12 Amir Goldstein New
[v2,2/4] ovl: use vfs_clone_file_range() for copy up if possible - - - --- 2016-09-12 Amir Goldstein New
[v2,3/4] vfs: allow vfs_copy_file_range() across file systems - - - --- 2016-09-12 Amir Goldstein New
[v2,4/4] ovl: use vfs_copy_file_range() to copy up file data - - - --- 2016-09-12 Amir Goldstein New
[v3,1/4] vfs: allow vfs_clone_file_range() across mount points - - - --- 2016-09-14 Amir Goldstein New
[v3,2/4] ovl: use vfs_clone_file_range() for copy up if possible - - - --- 2016-09-14 Amir Goldstein New
[v3,3/4] vfs: allow vfs_copy_file_range() across file systems - - - --- 2016-09-14 Amir Goldstein New
[v3,4/4] ovl: use vfs_copy_file_range() to copy up file data - - - --- 2016-09-14 Amir Goldstein New
[v4,1/3] vfs: allow vfs_clone_file_range() across mount points - - - --- 2016-09-23 Amir Goldstein New
[v4,2/3] vfs: call vfs_clone_file_range() under mnt_want_write() - - - --- 2016-09-23 Amir Goldstein New
[v4,3/3] ovl: use vfs_clone_file_range() for copy up if possible 1 - - --- 2016-09-23 Amir Goldstein New
[RFC,1/7] fsnotify: pass dentry instead of inode when available - - - --- 2016-10-10 Amir Goldstein New
[RFC,2/7] fsnotify: annotate filename events - - - --- 2016-10-10 Amir Goldstein New
[RFC,3/7] fanotify: new init flag FAN_EVENT_INFO_PARENT - - - --- 2016-10-10 Amir Goldstein New
[RFC,4/7] fanotify: store mount point from which an inode watch was added - - - --- 2016-10-10 Amir Goldstein New
[RFC,5/7] fanotify: support events with data type FSNOTIFY_EVENT_DENTRY - - - --- 2016-10-10 Amir Goldstein New
[RFC,6/7] fanotify: add support for create/attrib/rename/delete events - - - --- 2016-10-10 Amir Goldstein New
[RFC,7/7] fanotify: pass filename info for filename events - - - --- 2016-10-10 Amir Goldstein New
[07/12] vfs: do get_write_access() on upper layer of overlayfs - - - --- 2016-10-19 Amir Goldstein New
orangefs: user file_inode() where it is due - - - --- 2016-10-21 Amir Goldstein New
ovl: check for emptiness of redirect dir - - - --- 2016-10-26 Amir Goldstein New
ovl: update S_ISGID when setting posix ACLs - - - --- 2016-10-26 Amir Goldstein New
[v2] ovl: update S_ISGID when setting posix ACLs - - - --- 2016-10-26 Amir Goldstein New
vfs: fix vfs_clone_file_range() for overlayfs files - - - --- 2016-10-26 Amir Goldstein New
fsnotify_mark_srcu wtf? - - - --- 2016-11-03 Amir Goldstein New
[3/3] ovl: redirect on rename-dir - - - --- 2016-11-04 Amir Goldstein New
[RFC,PATH,1/4] vfs: reinterpret sillyrename flag as delete lock - - - --- 2016-11-10 Amir Goldstein New
[RFC,PATH,2/4] vfs: introduce delete trylock/unlock - - - --- 2016-11-10 Amir Goldstein New
[RFC,PATH,3/4] ovl: delete lock upper dir and work dir - - - --- 2016-11-10 Amir Goldstein New
[RFC,PATH,4/4] ovl: relax lock_rename when moving files between work and upper dir - - - --- 2016-11-10 Amir Goldstein New
[RFC,1/4] vfs: update documentation for inode operation locking rules - - - --- 2016-11-12 Amir Goldstein New
[RFC,2/4] ovl: add helper ovl_dentry_is_upper() - - - --- 2016-11-12 Amir Goldstein New
[RFC,3/4] ovl: fold ovl_copy_up_truncate() into ovl_copy_up() - - - --- 2016-11-12 Amir Goldstein New
[RFC,4/4] ovl: allow concurrent copy up data of different files - - - --- 2016-11-12 Amir Goldstein New
[RFC,1/2] fsnotify: separate fsnotify_mark_srcu for groups with permission events - - - --- 2016-11-14 Amir Goldstein New
[RFC,2/2] fsnotify: handle permission events without holding fsnotify_mark_srcu[0] - - - --- 2016-11-14 Amir Goldstein New
[3/3] ovl: redirect on rename-dir - - - --- 2016-11-18 Amir Goldstein New
vfs: update documentation for inode operation locking rules - - - --- 2016-11-30 Amir Goldstein New
[RFC] vfs: lockdep annotate of stacked inode_lock() - - - --- 2016-12-01 Amir Goldstein New
vfs: remove unused s_lock_key - - - --- 2016-12-03 Amir Goldstein New
[v2] ovl: lockdep annotate of nested stacked overlayfs inode lock - - - --- 2016-12-03 Amir Goldstein New
[v3] ovl: lockdep annotate of nested stacked overlayfs inode lock - - - --- 2016-12-05 Amir Goldstein New
[1/4] fsnotify: pass dentry instead of inode when available - - - --- 2016-12-17 Amir Goldstein New
[2/4] fsnotify: annotate filename events - - - --- 2016-12-17 Amir Goldstein New
[3/4] fsnotify: simplify API for filename events - - - --- 2016-12-17 Amir Goldstein New
[4/4] fsnotify: make MOVED_FROM a dentry event - - - --- 2016-12-17 Amir Goldstein New
[RFC,01/11] fs: common implementation of file type conversions - - - --- 2016-12-19 Amir Goldstein New
[RFC,02/11] ufs: use fs_umode_to_dtype() helper - - - --- 2016-12-19 Amir Goldstein New
[RFC,03/11] hfsplus: use fs_umode_to_dtype() helper - - - --- 2016-12-19 Amir Goldstein New
[RFC,04/11] ext2: use common file type conversion - - - --- 2016-12-19 Amir Goldstein New
[RFC,05/11] exofs: use common file type conversion - - - --- 2016-12-19 Amir Goldstein New
[RFC,06/11] ext4: use common file type conversion - - - --- 2016-12-19 Amir Goldstein New
[RFC,07/11] ocfs2: use common file type conversion - - - --- 2016-12-19 Amir Goldstein New
[RFC,08/11] f2fs: use common file type conversion - - - --- 2016-12-19 Amir Goldstein New
[RFC,09/11] nilfs2: use common file type conversion - - - --- 2016-12-19 Amir Goldstein New
[RFC,10/11] btrfs: use common file type conversion - - - --- 2016-12-19 Amir Goldstein New
[RFC,11/11] xfs: use common file type conversion - - - --- 2016-12-19 Amir Goldstein New
[RFC,v2,01/11] fs: common implementation of file type conversions - - - --- 2016-12-20 Amir Goldstein New
[RFC,1/2] fsnotify: add event mask FS_EVENT_ON_SB - - - --- 2016-12-20 Amir Goldstein New
[RFC,2/2] fsnotify: implement event reporting to super block's root inode - - - --- 2016-12-20 Amir Goldstein New
[RFC,v2,11/11] xfs: use common file type conversion - - - --- 2016-12-21 Amir Goldstein New
[v3,11/11] xfs: use common file type conversion - - - --- 2016-12-21 Amir Goldstein New
[v4] xfs: fix the size of xfs_mode_to_ftype table - - - --- 2016-12-22 Amir Goldstein New
[v5] xfs: fix the size of xfs_mode_to_ftype table - 1 - --- 2016-12-25 Amir Goldstein New
[RFC,1/4] fsnotify: process inode/vfsmount marks independently - - - --- 2016-12-27 Amir Goldstein New
[RFC,2/4] fsnotify: helper to update marks ignored_mask - - - --- 2016-12-27 Amir Goldstein New
[RFC,3/4] fsnotify: return FSNOTIFY_DROPPED when handle_event() dropped event - - - --- 2016-12-27 Amir Goldstein New
[RFC,4/4] fsnotify: pass single mark to handle_event() - - - --- 2016-12-27 Amir Goldstein New
[1/6] vfs: create vfs helper vfs_tmpfile() - - - --- 2017-01-15 Amir Goldstein New
[2/6] ovl: check if upperdir fs supports O_TMPFILE - - - --- 2017-01-15 Amir Goldstein New
[3/6] ovl: rearrange code in ovl_copy_up_locked() - - - --- 2017-01-15 Amir Goldstein New
[4/6] ovl: copy up regular file using O_TMPFILE - - - --- 2017-01-15 Amir Goldstein New
[5/6] ovl: introduce copy up waitqueue - - - --- 2017-01-15 Amir Goldstein New
[6/6] ovl: concurrent copy up of regular files - - - --- 2017-01-15 Amir Goldstein New
[v2,6/6] ovl: concurrent copy up of regular files - - - --- 2017-01-16 Amir Goldstein New
[v3,1/6] vfs: create vfs helper vfs_tmpfile() - - - --- 2017-01-16 Amir Goldstein New
[v3,2/6] ovl: check if upperdir fs supports O_TMPFILE - - - --- 2017-01-16 Amir Goldstein New
[v3,3/6] ovl: rearrange code in ovl_copy_up_locked() - - - --- 2017-01-16 Amir Goldstein New
[v3,4/6] ovl: copy up regular file using O_TMPFILE - - - --- 2017-01-16 Amir Goldstein New
[v3,5/6] ovl: introduce copy up waitqueue - - - --- 2017-01-16 Amir Goldstein New
[v3,6/6] ovl: concurrent copy up of regular files - - - --- 2017-01-16 Amir Goldstein New
[v4,1/6] vfs: create vfs helper vfs_tmpfile() - - - --- 2017-01-17 Amir Goldstein New
[v4,2/6] ovl: check if upperdir fs supports O_TMPFILE - - - --- 2017-01-17 Amir Goldstein New
[v4,3/6] ovl: rearrange code in ovl_copy_up_locked() - - - --- 2017-01-17 Amir Goldstein New
[v4,4/6] ovl: copy up regular file using O_TMPFILE - - - --- 2017-01-17 Amir Goldstein New
[v4,5/6] ovl: introduce copy up waitqueue - - - --- 2017-01-17 Amir Goldstein New
[v4,6/6] ovl: concurrent copy up of regular files - - - --- 2017-01-17 Amir Goldstein New
[1/2] ovl: support freeze/thaw super - - - --- 2017-01-19 Amir Goldstein New
[2/2] ovl: properly implement sync_filesystem() - 1 - --- 2017-01-19 Amir Goldstein New
[RFC,v2,1/3] vfs: freeze protect overlay inode on file_start_write() - - - --- 2017-01-23 Amir Goldstein New
[RFC,v2,2/3] ovl: properly implement sync_filesystem() - - - --- 2017-01-23 Amir Goldstein New
[RFC,v2,3/3] ovl: support freeze/thaw super - - - --- 2017-01-23 Amir Goldstein New
[RFC,v2,4/4] vfs: wrap write f_ops with file_{start,end}_write() - 1 - --- 2017-01-23 Amir Goldstein New
[v3] ovl: properly implement sync_fs() - 2 - --- 2017-01-27 Amir Goldstein New
[v3,1/5] vfs: deny fallocate() on directory - 1 - --- 2017-01-31 Amir Goldstein New
[v3,2/5] vfs: deny copy_file_range() for non regular files - 1 - --- 2017-01-31 Amir Goldstein New
[v3,3/5] vfs: wrap write f_ops with file_{start,end}_write() - 2 - --- 2017-01-31 Amir Goldstein New
[v3,4/5] vfs: freeze protect overlay inode on file_start_write() - - - --- 2017-01-31 Amir Goldstein New
« 1 2 3 411 12 »