Show patches with: Submitter = Amir Goldstein       |    Archived = No       |   134 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/10] fsnotify: rename fsnotify_{get,put}_sb_connectors() Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[01/15] ovl: add permission hooks outside of do_splice_direct() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[02/10] fsnotify: create helpers to get sb and connp from object Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[02/15] splice: remove permission hook from do_splice_direct() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[03/10] fsnotify: create a wrapper fsnotify_find_inode_mark() Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[03/15] splice: move permission hook out of splice_direct_to_actor() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[04/10] fanotify: merge two checks regarding add of ignore mark Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[04/15] splice: move permission hook out of splice_file_to_pipe() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[05/10] fsnotify: pass object pointer and type to fsnotify mark helpers Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[05/15] splice: remove permission hook from iter_file_splice_write() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[06/10] fsnotify: create helper fsnotify_update_sb_watchers() Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[06/15] remap_range: move permission hooks out of do_clone_file_range() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[07/10] fsnotify: lazy attach fsnotify_sb_info state to sb Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[07/15] remap_range: move file_start_write() to after permission hook Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[08/10] fsnotify: move s_fsnotify_connectors into fsnotify_sb_info Further reduce overhead of fsnotify permission hooks - 1 - --- 2024-03-17 Amir Goldstein New
[08/15] btrfs: move file_start_write() to after permission hook Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[09/10] fsnotify: use an enum for group priority constants Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[09/15] fs: move file_start_write() into vfs_iter_write() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[1/2] fanotify: store fsid in mark instead of in connector Support fanotify FAN_REPORT_FID on all filesystems - - - --- 2023-11-18 Amir Goldstein New
[1/2] fs: fork do_splice_copy_file_range() from do_splice_direct() Avert possible deadlock with splice() and fanotify - 1 - --- 2023-11-29 Amir Goldstein New
[1/2] fs: make file_dentry() a simple accessor Decomplicate file_dentry() - - 1 --- 2024-02-02 Amir Goldstein New
[1/3] fs: define a new super operation to get fsid fanotify support for btrfs sub-volumes - - - --- 2023-10-25 Amir Goldstein New
[1/3] fs: use fake_file container for internal files with fake f_path Reduce impact of overlayfs fake path files - - - --- 2023-06-09 Amir Goldstein Under Review
[1/3] fuse: fix wrong ff->iomode state changes from parallel dio write FUSE passthrough fixes - - - --- 2024-04-07 Amir Goldstein New
[1/4] fs: use splice_copy_file_range() inline helper Prepare for fsnotify pre-content permission events - 1 - --- 2023-12-07 Amir Goldstein New
[10/10] fsnotify: optimize the case of no permission event watchers Further reduce overhead of fsnotify permission hooks - - - --- 2024-03-17 Amir Goldstein New
[10/15] fs: move permission hook out of do_iter_write() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[11/15] fs: move permission hook out of do_iter_read() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[12/15] fs: move kiocb_start_write() into vfs_iocb_iter_write() Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[13/15] fs: create __sb_write_started() helper Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[14/15] fs: create file_write_started() helper Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[15/15] fs: create {sb,file}_write_not_started() helpers Tidy up file permission hooks - - - --- 2023-11-14 Amir Goldstein New
[2/2] fanotify: allow "weak" fsid when watching a single filesystem Support fanotify FAN_REPORT_FID on all filesystems - - - --- 2023-11-18 Amir Goldstein New
[2/2] fs: move file_start_write() into direct_splice_actor() Avert possible deadlock with splice() and fanotify - 1 - --- 2023-11-29 Amir Goldstein New
[2/2] fs: remove the inode argument to ->d_real() method Decomplicate file_dentry() - - 1 --- 2024-02-02 Amir Goldstein New
[2/3] btrfs: implement super operation to get fsid fanotify support for btrfs sub-volumes - - - --- 2023-10-25 Amir Goldstein New
[2/3] fs: use file_fake_path() to get path of mapped files for display Reduce impact of overlayfs fake path files - - - --- 2023-06-09 Amir Goldstein Under Review
[2/3] fuse: fix parallel dio write on file open in passthrough mode FUSE passthrough fixes - - - --- 2024-04-07 Amir Goldstein New
[2/4] fsnotify: split fsnotify_perm() into two hooks Prepare for fsnotify pre-content permission events - 1 - --- 2023-12-07 Amir Goldstein New
[3/3] fanotify: support reporting events with fid on btrfs sub-volumes fanotify support for btrfs sub-volumes - - - --- 2023-10-25 Amir Goldstein New
[3/3] fs: store fake path in file_fake along with real path Reduce impact of overlayfs fake path files - - - --- 2023-06-09 Amir Goldstein Under Review
[3/3] fuse: prepare for long lived reference on backing file FUSE passthrough fixes - - - --- 2024-04-07 Amir Goldstein New
[3/4] fsnotify: assert that file_start_write() is not held in permission hooks Prepare for fsnotify pre-content permission events - 1 - --- 2023-12-07 Amir Goldstein New
[4/4] fsnotify: pass access range in file permission hooks Prepare for fsnotify pre-content permission events - - - --- 2023-12-07 Amir Goldstein New
[GIT,PULL] overlayfs backing file helpers for 6.8 [GIT,PULL] overlayfs backing file helpers for 6.8 - - - --- 2023-12-23 Amir Goldstein New
[GIT,PULL] overlayfs fixes for 6.7-rc2 [GIT,PULL] overlayfs fixes for 6.7-rc2 - - - --- 2023-11-17 Amir Goldstein New
[GIT,PULL] overlayfs fixes for 6.7-rc7 [GIT,PULL] overlayfs fixes for 6.7-rc7 - - - --- 2023-12-20 Amir Goldstein New
[GIT,PULL] overlayfs fixes for 6.8-rc2 [GIT,PULL] overlayfs fixes for 6.8-rc2 - - - --- 2024-01-25 Amir Goldstein New
[GIT,PULL] overlayfs fixes for 6.9-rc1 [GIT,PULL] overlayfs fixes for 6.9-rc1 - - - --- 2024-03-18 Amir Goldstein New
[GIT,PULL] overlayfs update for 6.7 [GIT,PULL] overlayfs update for 6.7 - - - --- 2023-11-06 Amir Goldstein New
[GIT,PULL] overlayfs updates for 6.8 [GIT,PULL] overlayfs updates for 6.8 - - - --- 2024-01-10 Amir Goldstein New
[REPOST,v2,1/2] fanotify: store fsid in mark instead of in connector Support fanotify FAN_REPORT_FID on all filesystems - - - --- 2023-11-30 Amir Goldstein New
[REPOST,v2,2/2] fanotify: allow "weak" fsid when watching a single filesystem Support fanotify FAN_REPORT_FID on all filesystems - - - --- 2023-11-30 Amir Goldstein New
[RFC,1/4] fs: prepare for stackable filesystems backing file helpers Intruduce stacking filesystem vfs helpers - - - --- 2023-12-21 Amir Goldstein New
[RFC,2/4] fs: factor out backing_file_{read,write}_iter() helpers Intruduce stacking filesystem vfs helpers - - - --- 2023-12-21 Amir Goldstein New
[RFC,3/4] fs: factor out backing_file_splice_{read,write}() helpers Intruduce stacking filesystem vfs helpers - - - --- 2023-12-21 Amir Goldstein New
[RFC,4/4] fs: factor out backing_file_mmap() helper Intruduce stacking filesystem vfs helpers - - - --- 2023-12-21 Amir Goldstein New
[RFC,v2] fsnotify: optimize the case of no content event watchers [RFC,v2] fsnotify: optimize the case of no content event watchers - - - --- 2024-01-11 Amir Goldstein New
[RFC] fanotify: allow to set errno in FAN_DENY permission response [RFC] fanotify: allow to set errno in FAN_DENY permission response - - - --- 2023-12-08 Amir Goldstein New
[RFC] fsnotify: optimize the case of no access event watchers [RFC] fsnotify: optimize the case of no access event watchers - - - --- 2024-01-09 Amir Goldstein New
[v15,1/9] fuse: factor out helper for FUSE_DEV_IOC_CLONE FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v15,2/9] fuse: introduce FUSE_PASSTHROUGH capability FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v15,3/9] fuse: implement ioctls to manage backing files FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v15,4/9] fuse: prepare for opening file in passthrough mode FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v15,5/9] fuse: implement open in passthrough mode FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v15,6/9] fuse: implement read/write passthrough FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v15,7/9] fuse: implement splice read/write passthrough FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v15,8/9] fuse: implement passthrough for mmap FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v15,9/9] fuse: auto-invalidate inode attributes in passthrough mode FUSE passthrough for file io - - - --- 2024-02-06 Amir Goldstein New
[v2,01/16] ovl: add permission hooks outside of do_splice_direct() Tidy up file permission hooks - 3 - --- 2023-11-22 Amir Goldstein New
[v2,02/16] splice: remove permission hook from do_splice_direct() Tidy up file permission hooks - 3 - --- 2023-11-22 Amir Goldstein New
[v2,03/16] splice: move permission hook out of splice_direct_to_actor() Tidy up file permission hooks 1 3 - --- 2023-11-22 Amir Goldstein New
[v2,04/16] splice: move permission hook out of splice_file_to_pipe() Tidy up file permission hooks - 3 - --- 2023-11-22 Amir Goldstein New
[v2,05/16] splice: remove permission hook from iter_file_splice_write() Tidy up file permission hooks - 1 - --- 2023-11-22 Amir Goldstein New
[v2,06/16] remap_range: move permission hooks out of do_clone_file_range() Tidy up file permission hooks - 3 - --- 2023-11-22 Amir Goldstein New
[v2,07/16] remap_range: move file_start_write() to after permission hook Tidy up file permission hooks - 3 - --- 2023-11-22 Amir Goldstein New
[v2,08/16] btrfs: move file_start_write() to after permission hook Tidy up file permission hooks - 3 - --- 2023-11-22 Amir Goldstein New
[v2,09/16] coda: change locking order in coda_file_write_iter() Tidy up file permission hooks 1 - - --- 2023-11-22 Amir Goldstein New
[v2,1/2] fanotify: store fsid in mark instead of in connector Support fanotify FAN_REPORT_FID on all filesystems - - - --- 2023-11-30 Amir Goldstein New
[v2,1/3] fanotify: store fsid in mark instead of in connector fanotify support for btrfs sub-volumes - - - --- 2023-10-26 Amir Goldstein New
[v2,1/3] fs: fork splice_file_range() from do_splice_direct() Avert possible deadlock with splice() and fanotify 1 1 - --- 2023-11-30 Amir Goldstein New
[v2,1/4] exportfs: add helpers to check if filesystem can encode/decode file handles Support more filesystems with FAN_REPORT_FID - 3 - --- 2023-10-23 Amir Goldstein New
[v2,1/5] splice: return type ssize_t from all helpers Prepare for fsnotify pre-content permission events - - - --- 2023-12-10 Amir Goldstein New
[v2,10/16] fs: move file_start_write() into vfs_iter_write() Tidy up file permission hooks - 1 - --- 2023-11-22 Amir Goldstein New
[v2,11/16] fs: move permission hook out of do_iter_write() Tidy up file permission hooks - 2 - --- 2023-11-22 Amir Goldstein New
[v2,12/16] fs: move permission hook out of do_iter_read() Tidy up file permission hooks - 2 - --- 2023-11-22 Amir Goldstein New
[v2,13/16] fs: move kiocb_start_write() into vfs_iocb_iter_write() Tidy up file permission hooks - 1 - --- 2023-11-22 Amir Goldstein New
[v2,14/16] fs: create __sb_write_started() helper Tidy up file permission hooks - 1 - --- 2023-11-22 Amir Goldstein New
[v2,15/16] fs: create file_write_started() helper Tidy up file permission hooks - - - --- 2023-11-22 Amir Goldstein New
[v2,16/16] fs: create {sb,file}_write_not_started() helpers Tidy up file permission hooks - - - --- 2023-11-22 Amir Goldstein New
[v2,2/2] fanotify: allow "weak" fsid when watching a single filesystem Support fanotify FAN_REPORT_FID on all filesystems - - - --- 2023-11-30 Amir Goldstein New
[v2,2/3] fanotify: report the most specific fsid for btrfs fanotify support for btrfs sub-volumes - - - --- 2023-10-26 Amir Goldstein New
[v2,2/3] fs: move file_start_write() into direct_splice_actor() Avert possible deadlock with splice() and fanotify - 2 - --- 2023-11-30 Amir Goldstein New
[v2,2/4] exportfs: make ->encode_fh() a mandatory method for NFS export Support more filesystems with FAN_REPORT_FID 2 2 - --- 2023-10-23 Amir Goldstein New
[v2,2/5] fs: use splice_copy_file_range() inline helper Prepare for fsnotify pre-content permission events - 1 - --- 2023-12-10 Amir Goldstein New
[v2,3/3] fanotify: support setting marks in btrfs sub-volumes fanotify support for btrfs sub-volumes - - - --- 2023-10-26 Amir Goldstein New
[v2,3/3] fs: use do_splice_direct() for nfsd/ksmbd server-side-copy Avert possible deadlock with splice() and fanotify - 2 - --- 2023-11-30 Amir Goldstein New
[v2,3/4] exportfs: define FILEID_INO64_GEN* file handle types Support more filesystems with FAN_REPORT_FID - 2 - --- 2023-10-23 Amir Goldstein New
[v2,3/5] fsnotify: split fsnotify_perm() into two hooks Prepare for fsnotify pre-content permission events - 2 - --- 2023-12-10 Amir Goldstein New
[v2,4/4] exportfs: support encoding non-decodeable file handles by default Support more filesystems with FAN_REPORT_FID - 2 - --- 2023-10-23 Amir Goldstein New
« 1 2 »