Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 09/31] ext4: Convert ext4_readpage_inline() to take a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 08/31] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 07/31] ext4: Convert mpage_submit_page() to mpage_submit_folio()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 06/31] ext4: Turn mpage_process_page() into mpage_process_folio()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 05/31] ext4: Convert ext4_writepage() to use a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 6/7] mm/slob: remove slob.c
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH 5/7] mm/slab: remove CONFIG_SLOB code from slab common code
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- [PATCH v5 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v5 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v5 2/4] mm: userfaultfd: don't pass around both mm and vma
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v5 1/4] mm: userfaultfd: rename functions for clarity + consistency
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH 3/7] mm, page_flags: remove PG_slob_free
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- [PATCH v5 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH 1/7] mm/slob: remove CONFIG_SLOB
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- [PATCH v18 14/15] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 15/15] block: convert bio_map_user_iov to use iov_iter_extract_pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 09/15] iov_iter: Kill ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 12/15] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 11/15] block: Fix bio_flagged() so that gcc can better optimise it
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 13/15] block: Add BIO_PAGE_PINNED and associated infrastructure
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 10/15] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 05/15] coda: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 07/15] splice: Do splice read from a file without using ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 06/15] tty, proc, kernfs, random: Use direct_splice_read()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 08/15] cifs: Use generic_file_splice_read()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 04/15] overlayfs: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 03/15] shmem: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 02/15] splice: Make do_splice_to() generic and export it
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 00/15] splice, block: Use page pinning and kill ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v18 01/15] splice: Clean up direct_splice_read() a bit
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 02/31] fscrypt: Add some folio helper functions
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 01/31] fs: Add FGP_WRITEBEGIN
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v17 07/14] splice: Do splice read from a file without using ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v17 02/14] splice: Make do_splice_to() generic and export it
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] Minor documentation clean-up in fs
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/2] docs: actualize file_system_type and super_operations descriptions
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] Documentation: fs/proc: corrections and update
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v17 07/14] splice: Do splice read from a file without using ITER_PIPE
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v17 02/14] splice: Make do_splice_to() generic and export it
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v17 01/14] splice: Clean up direct_splice_read() a bit
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: Patch for a overwriting/corruption of the file system
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: Patch for a overwriting/corruption of the file system
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCHSET v2 for-next 0/3] Add FMODE_NOWAIT support to pipes
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/3] fs: add 'nonblock' parameter to pipe_buf_confirm() and fops method
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/3] pipe: set FMODE_NOWAIT on pipes
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v1 1/1] fs/namespace: fnic: Switch to use %ptTd
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- RFC: Filesystem metadata in HIGHMEM
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: AUTOSEL process
- From: Jan Kara <jack@xxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Filesystem backporting to stable
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] nfs: use vfs setgid helper
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2] nfs: use vfs setgid helper
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2] nfs: use vfs setgid helper
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [syzbot] [btrfs?] WARNING in btrfs_run_delayed_refs
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: Patch for a overwriting/corruption of the file system
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 6/7] mm/slob: remove slob.c
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH] Documentation: fs/proc: corrections and update
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 5/7] mm/slab: remove CONFIG_SLOB code from slab common code
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH 1/3] fscrypt: destroy keyring after security_sb_delete()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 3/3] pipe: set FMODE_NOWAIT on pipes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 1/3] fs: add 'nonblock' parameter to pipe_buf_confirm() and fops method
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 3/7] mm, page_flags: remove PG_slob_free
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH 1/7] mm/slob: remove CONFIG_SLOB
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [PATCH] Documentation: fs/proc: corrections and update
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [LSF TOPIC] online repair of filesystems: what next?
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
- From: kernel test robot <yujie.liu@xxxxxxxxx>
- Re: [PATCH] nfs: use vfs setgid helper
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [syzbot] [reiserfs?] KASAN: use-after-free Read in leaf_paste_in_buffer
- From: syzbot <syzbot+55b82aea13452e3d128f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [fscrypt?] WARNING in fscrypt_destroy_keyring
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/3] fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 2/3] fscrypt: improve fscrypt_destroy_keyring() documentation
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 1/3] fscrypt: destroy keyring after security_sb_delete()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 0/3] Fix crash with fscrypt + Landlock
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] fs: prevent out-of-bounds array speculation when closing a file descriptor
- From: Sedat Dilek <sedat.dilek@xxxxxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Michał Mirosław <emmir@xxxxxxxxxx>
- [syzbot] [fscrypt?] WARNING in fscrypt_destroy_keyring
- From: syzbot <syzbot+93e495f6a4f748827c88@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] nfs: use vfs setgid helper
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] nfs: use vfs setgid helper
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/5] pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi header
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v3 2/2] docs: filesystems: vfs: actualize struct super_operations description
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v3 1/2] docs: filesystems: vfs: actualize struct file_system_type description
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v17 05/14] coda: Implement splice-read
- From: Jan Harkes <jaharkes@xxxxxxxxxx>
- [PATCH] nfs: use vfs setgid helper
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 4/5] coda: simplify one-level sysctl registration for coda_table
- From: Jan Harkes <jaharkes@xxxxxxxxxx>
- Re: [PATCH 0/6] s390: simplify sysctl registration
- From: Vasily Gorbik <gor@xxxxxxxxxxxxx>
- Re: [PATCH 6/6] s390: simplify dynamic sysctl registration for appldata_register_ops
- From: Vasily Gorbik <gor@xxxxxxxxxxxxx>
- [PATCH v3 2/2] docs: filesystems: vfs: actualize struct super_operations description
- From: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- [PATCH v3 1/2] docs: filesystems: vfs: actualize struct file_system_type description
- From: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- [PATCH v3 0/2] docs: actualize file_system_type and super_operations descriptions
- From: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: [PATCHES] fget()-to-fdget() whack-a-mole
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 2/5] devpts: simplify two-level sysctl registration for pty_kern_table
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] utsname: simplify one-level sysctl registration for uts_kern_table
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: nfs/lockd: simplify sysctl registration
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v3 0/5] sunrpc: simplfy sysctl registrations
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 3/5] quota: simplify two-level sysctl registration for fs_dqstats_table
- From: Jan Kara <jack@xxxxxxx>
- Re: Patch for a overwriting/corruption of the file system
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: Patch for a overwriting/corruption of the file system
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] selftests/mount_setattr: fix redefine struct mount_attr build error
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] eventpoll: align comment with nested epoll limitation
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Filesystem backporting to stable
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] xfs: simplify two-level sysctl registration for xfs_table
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] utsname: simplify one-level sysctl registration for uts_kern_table
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] utsname: simplify one-level sysctl registration for uts_kern_table
- From: Petr Vorel <pvorel@xxxxxxx>
- Re: AUTOSEL process
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [GIT PULL] vfs fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Mark Brown <broonie@xxxxxxxxxx>
- [GIT PULL] vfs fixes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
- From: Mike Rapoport <mike.rapoport@xxxxxxxxx>
- Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
- From: Mike Rapoport <mike.rapoport@xxxxxxxxx>
- [PATCH] eventpoll: align comment with nested epoll limitation
- From: Changcheng Liu <changchengx.liu@xxxxxxxxxxx>
- Re: AUTOSEL process
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: AUTOSEL process
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: AUTOSEL process
- From: Willy Tarreau <w@xxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: AUTOSEL process
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: AUTOSEL process
- From: Willy Tarreau <w@xxxxxx>
- Re: AUTOSEL process
- From: Willy Tarreau <w@xxxxxx>
- Re: AUTOSEL process
- From: Willy Tarreau <w@xxxxxx>
- Re: [PATCH v3 1/5] sunrpc: simplify two-level sysctl registration for tsvcrdma_parm_table
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- Re: [PATCH v3 1/5] sunrpc: simplify two-level sysctl registration for tsvcrdma_parm_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v3 1/5] sunrpc: simplify two-level sysctl registration for tsvcrdma_parm_table
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- [PATCH v3 3/5] sunrpc: simplify one-level sysctl registration for xs_tunables_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 0/5] sunrpc: simplfy sysctl registrations
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 4/5] sunrpc: move sunrpc_table and proc routines above
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 2/5] sunrpc: simplify one-level sysctl registration for xr_tunables_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 1/5] sunrpc: simplify two-level sysctl registration for tsvcrdma_parm_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v3 5/5] sunrpc: simplify one-level sysctl registration for debug_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- RE: AUTOSEL process
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v2] mm: hugetlb: move hugeltb sysctls to its own file
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 3/5] sunrpc: simplify one-level sysctl registration for xs_tunables_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 5/5] sunrpc: simplify one-level sysctl registration for debug_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 4/5] sunrpc: move sunrpc_table and proc routines above
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 0/5] sunrpc: simplfy sysctl registrations
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 1/5] sunrpc: simplify two-level sysctl registration for tsvcrdma_parm_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 2/5] sunrpc: simplify one-level sysctl registration for xr_tunables_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Willy Tarreau <w@xxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Willy Tarreau <w@xxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Willy Tarreau <w@xxxxxx>
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [ANNOUNCE] erofs-utils: release 1.6
- From: Gao Xiang <xiang@xxxxxxxxxx>
- Re: [git pull] common helper for kmap_local_page() users in local filesystems
- From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx>
- Re: AUTOSEL process
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: AUTOSEL process
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Greg KH <greg@xxxxxxxxx>
- Re: AUTOSEL process
- From: Pavel Machek <pavel@xxxxxx>
- Re: AUTOSEL process
- From: Willy Tarreau <w@xxxxxx>
- Re: [PATCH] utsname: simplify one-level sysctl registration for uts_kern_table
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2] mm: hugetlb: move hugeltb sysctls to its own file
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [git pull] common helper for kmap_local_page() users in local filesystems
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [git pull] vfs.git fixes
- From: pr-tracker-bot@xxxxxxxxxx
- [syzbot] [ntfs?] kernel BUG in ntfs_end_buffer_async_read
- From: syzbot <syzbot+72ba5fe5556d82ad118b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH 2/6] s390: simplify one-level syctl registration for s390dbf_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 5/6] s390: simplify one-level sysctl registration for page_table_sysctl
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 3/6] s390: simplify one-level sysctl registration for appldata_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 4/6] s390: simplify one level sysctl registration for cmm_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 6/6] s390: simplify dynamic sysctl registration for appldata_register_ops
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 0/6] s390: simplify sysctl registration
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 1/6] s390: simplify one-level sysctl registration for topology_ctl_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH] arm: simplify two-level sysctl registration for ctl_isa_vars
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 1/2] x86: simplify one-level sysctl registration for abi_table2
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 2/2] x86: simplify one-level sysctl registration for itmt_kern_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 0/2] x86: simplify sysctl registrations
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 0/2] ppc: simplify sysctl registration
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 2/2] ppc: simplify one-level sysctl registration for nmi_wd_lpm_factor_ctl_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 1/2] ppc: simplify one-level sysctl registration for powersave_nap_ctl_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH] ia64: simplify one-level sysctl registration for kdump_ctl_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH] crypto: simplify one-level sysctl registration for crypto_sysctl_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH] utsname: simplify one-level sysctl registration for uts_kern_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 1/5] fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctls
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 2/5] devpts: simplify two-level sysctl registration for pty_kern_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 5/5] ntfs: simplfy one-level sysctl registration for ntfs_sysctls
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 3/5] quota: simplify two-level sysctl registration for fs_dqstats_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 0/5] misc filesystems: simplify sysctl registration
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 4/5] coda: simplify one-level sysctl registration for coda_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] xfs: simplify two-level sysctl registration for xfs_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 1/3] lockd: simplify two-level sysctl registration for nlm_sysctls
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- nfs/lockd: simplify sysctl registration
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 3/3] nfs: simplify two-level sysctl registration for nfs_cb_sysctls
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 2/3] nfs: simplify two-level sysctl registration for nfs4_cb_sysctls
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 4/5] sunrpc: move sunrpc_table above
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 2/5] sunrpc: simplify one-level sysctl registration for xr_tunables_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 1/5] sunrpc: simplify two-level sysctl registration for tsvcrdma_parm_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 0/5] sunrpc: simplfy sysctl registrations
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 5/5] sunrpc: simplify one-level sysctl registration for debug_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 3/5] sunrpc: simplify one-level sysctl registration for xs_tunables_table
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH] proc_sysctl: enhance documentation
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 7/8] cgroup_get_from_fd(): switch to fdget_raw()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 8/8] fuse_dev_ioctl(): switch to fdget()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 6/8] bpf: switch to fdget_raw()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 3/8] SVM-SEV: convert the rest of fget() uses to fdget() in there
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 5/8] build_mount_idmapped(): switch to fdget()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 4/8] kill the last remaining user of proc_ns_fget()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 2/8] convert sgx_set_attribute() to fdget()/fdput()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 1/8] convert setns(2) to fdget()/fdput()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES] fget()-to-fdget() whack-a-mole
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [syzbot] unexpected kernel reboot (8)
- From: syzbot <syzbot+8346a1aeed52cb04c9ba@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [git pull] common helper for kmap_local_page() users in local filesystems
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [git pull] vfs.git fixes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/5] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [PATCH] mm: hugetlb: move hugeltb sysctls to its own file
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v2 3/5] Move bp_type_idx to include/linux/hw_breakpoint.h
- From: Thomas Huth <thuth@xxxxxxxxxx>
- [PATCH v2 2/5] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
- From: Thomas Huth <thuth@xxxxxxxxxx>
- [PATCH v2 4/5] pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi header
- From: Thomas Huth <thuth@xxxxxxxxxx>
- [PATCH v2 1/5] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
- From: Thomas Huth <thuth@xxxxxxxxxx>
- [PATCH v2 5/5] scripts: Update the CONFIG_* ignore list in headers_install.sh
- From: Thomas Huth <thuth@xxxxxxxxxx>
- [PATCH v2 0/5] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
- From: Thomas Huth <thuth@xxxxxxxxxx>
- Re: [PATCH] mm: hugetlb: move hugeltb sysctls to its own file
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [ANNOUNCE] util-linux v2.39-rc1
- From: Karel Zak <kzak@xxxxxxxxxx>
- Re: WIP: verity support for overlayfs
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- Re: [PATCH v4 4/5] ocfs2: convert to use i_blockmask()
- From: Joseph Qi <joseph.qi@xxxxxxxxxxxxxxxxx>
- [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 1/7] mm/slob: remove CONFIG_SLOB
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 6/7] mm/slob: remove slob.c
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 5/7] mm/slab: remove CONFIG_SLOB code from slab common code
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 3/7] mm, page_flags: remove PG_slob_free
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 2/7] net: skbuff: remove SLOB-specific ifdefs
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [linus:master] [mpage] 7d28631786: fio.write_iops 27.8% improvement
- From: kernel test robot <yujie.liu@xxxxxxxxx>
- Re: [PATCH v5] epoll: use refcount to reduce ep_mutex contention
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] fs/locks: Remove redundant assignment to cmd
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] splice: Remove redundant assignment to ret
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
- From: Naoya Horiguchi <naoya.horiguchi@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Javier González <javier.gonz@xxxxxxxxxxx>
- [syzbot] [ext4?] KMSAN: uninit-value in mb_find_extent
- From: syzbot <syzbot+b6451edec162751aba49@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 11/11] proc_sysctl: deprecate register_sysctl_paths()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: erofs: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- Re: [PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v4 2/5] erofs: convert to use i_blockmask()
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 2/5] erofs: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- Re: [PATCH v4 2/5] erofs: convert to use i_blockmask()
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- [PATCH v4 5/5] fs/remap_range: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v4 4/5] ocfs2: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v4 3/5] gfs2: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v4 2/5] erofs: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v4 1/5] fs: add i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- Re: [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
- From: Naoya Horiguchi <naoya.horiguchi@xxxxxxxxx>
- Re: [PATCH 11/11] proc_sysctl: deprecate register_sysctl_paths()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: erofs: convert to use i_blockmask()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [syzbot] [ext4?] WARNING in ext4_expand_extra_isize_ea (2)
- From: syzbot <syzbot+7f99d7ca409ff61ff282@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: erofs: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- Re: [PATCH 2/3] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] splice: Remove redundant assignment to ret
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/6] erofs: convert to use i_blockmask()
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] fs: Fix description of vfs_tmpfile()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/6] erofs: convert to use i_blockmask()
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] fs/locks: Remove redundant assignment to cmd
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2] mm: memory-failure: Move memory failure sysctls to its own file
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v3 4/6] ext4: convert to use i_blockmask()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 5/6] ocfs2: convert to use i_blockmask()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 4/6] ext4: convert to use i_blockmask()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/6] erofs: convert to use i_blockmask()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] mm: hugetlb: move hugeltb sysctls to its own file
- From: Muchun Song <muchun.song@xxxxxxxxx>
- Re: [PATCH v2 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH V3 2/2] mm: compaction: limit illegal input parameters of compact_memory interface
- From: ye xingchen <yexingchen116@xxxxxxxxx>
- RE: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Dan Helmick <dan.helmick@xxxxxxxxxxx>
- Re: [PATCH] mm: memory-failure: Move memory failure sysctls to its own file
- From: HORIGUCHI NAOYA(堀口 直也) <naoya.horiguchi@xxxxxxx>
- Re: [PATCH v4 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH v4 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH] mm: hugetlb: move hugeltb sysctls to its own file
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH] filelocks: use mount idmapping for setlease permission check
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] mm: hugetlb: move hugeltb sysctls to its own file
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH] filelocks: use mount idmapping for setlease permission check
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH] mm: hugetlb: move hugeltb sysctls to its own file
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH] filelocks: use mount idmapping for setlease permission check
- From: "Seth Forshee (DigitalOcean)" <sforshee@xxxxxxxxxx>
- Re: [PATCH] mm: hugetlb: move hugeltb sysctls to its own file
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [LSF TOPIC] online repair of filesystems: what next?
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [LSF TOPIC] online repair of filesystems: what next?
- From: Jan Kara <jack@xxxxxxx>
- [PATCH v1 1/5] hostfs: Fix ephemeral inodes
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v1 0/5] Landlock support for UML
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v1 4/5] selftests/landlock: Make mounts configurable
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v1 5/5] selftests/landlock: Add tests for pseudo filesystems
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v1 3/5] selftests/landlock: Add supports_filesystem() helper
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v1 2/5] selftests/landlock: Don't create useless file layouts
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [LSF TOPIC] online repair of filesystems: what next?
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: WIP: verity support for overlayfs
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- Re: WIP: verity support for overlayfs
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- naming: Re: [PATCH printk v1 05/18] printk: Add non-BKL console basic infrastructure
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: [PATCH] [REGRESSION] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: WIP: verity support for overlayfs
- From: "Colin Walters" <walters@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- [PATCH v3 6/6] fs/remap_range: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v3 5/6] ocfs2: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v3 4/6] ext4: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v3 3/6] gfs2: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v3 2/6] erofs: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v3 1/6] fs: add i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)
- From: Jan Kara <jack@xxxxxxx>
- Re: WIP: verity support for overlayfs
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH v2 1/5] fs: add i_blockmask()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC 10/11] ext4: Abstract out logic to search average fragment list
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC 09/11] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
- From: Jan Kara <jack@xxxxxxx>
- global states: was: Re: [PATCH printk v1 05/18] printk: Add non-BKL console basic infrastructure
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Keith Busch <kbusch@xxxxxxxxxx>
- [PATCH v11 7/7] selftests: mm: add pagemap ioctl tests
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v11 6/7] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v11 5/7] tools headers UAPI: Update linux/fs.h with the kernel sources
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v11 3/7] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v11 2/7] userfaultfd: Define dummy uffd_wp_range()
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [git pull] vfs.git sysv pile
- From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 15/28] security: Introduce inode_post_removexattr hook
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH v5] epoll: use refcount to reduce ep_mutex contention
- From: Paolo Abeni <pabeni@xxxxxxxxxx>
- [PATCH v2 5/5] ocfs2: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v2 4/5] ext4: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v2 3/5] gfs2: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v2 2/5] erofs: convert to use i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH v2 1/5] fs: add i_blockmask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- Re: [RFC 07/11] ext4: Avoid scanning smaller extents in BG during CR1
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC 06/11] ext4: Add counter to track successful allocation of goal length
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC 05/11] ext4: Add per CR extent scanned counter
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] mm: hugetlb: move hugeltb sysctls to its own file
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [syzbot] [btrfs?] WARNING in btrfs_run_delayed_refs
- From: syzbot <syzbot+ebdb2403435c4136db2b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] fs/locks: Remove redundant assignment to cmd
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC 03/11] ext4: mballoc: Fix getting the right group desc in ext4_mb_prefetch_fini
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC 02/11] ext4: Remove unused extern variables declaration
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC 01/11] ext4: mballoc: Remove useless setting of ac_criteria
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v5] epoll: use refcount to reduce ep_mutex contention
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH printk v1 00/18] threaded/atomic console support
- From: John Ogness <john.ogness@xxxxxxxxxxxxx>
- [PATCH v2 2/3] kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.
- From: Imran Khan <imran.f.khan@xxxxxxxxxx>
- [PATCH v2 0/3] kernfs: Introduce separate rwsem to protect inode
- From: Imran Khan <imran.f.khan@xxxxxxxxxx>
- [PATCH v2 1/3] kernfs: Introduce separate rwsem to protect inode attributes.
- From: Imran Khan <imran.f.khan@xxxxxxxxxx>
- [PATCH v2 3/3] kernfs: change kernfs_rename_lock into a read-write lock.
- From: Imran Khan <imran.f.khan@xxxxxxxxxx>
- Re: [PATCH printk v1 00/18] threaded/atomic console support
- From: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Qu Wenruo <quwenruo.btrfs@xxxxxxx>
- Re: [PATCH 1/4] fs: add i_blocksize_mask()
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- Re: [PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 4/4] ext4: convert to use i_blocksize_mask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH 3/4] gfs2: convert to use i_blocksize_mask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH 2/4] erofs: convert to use i_blocksize_mask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- [PATCH 1/4] fs: add i_blocksize_mask()
- From: Yangtao Li <frank.li@xxxxxxxx>
- Re: [PATCH v2 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH v2 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH v2 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH v2 0/3] Ignore non-LRU-based reclaim in memcg reclaim
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH v2 1/3] mm: vmscan: move set_task_reclaim_state() after cgroup_reclaim()
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v16 03/13] overlayfs: Implement splice-read
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] fs/locks: Remove redundant assignment to cmd
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] splice: Remove redundant assignment to ret
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 03/28] ima: Align ima_post_create_tmpfile() definition with LSM infrastructure
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v4 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v4 2/4] mm: userfaultfd: don't pass around both mm and vma
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v4 1/4] mm: userfaultfd: rename functions for clarity + consistency
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Javier González <javier.gonz@xxxxxxxxxxx>
- Re: [PATCH] fs/ceph/mds_client: ignore responses for waiting requests
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] fs/ceph/mds_client: ignore responses for waiting requests
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH] mm: memory-failure: Move memory failure sysctls to its own file
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH] fs/ceph/mds_client: ignore responses for waiting requests
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] mm: memory-failure: Move memory failure sysctls to its own file
- From: HORIGUCHI NAOYA(堀口 直也) <naoya.horiguchi@xxxxxxx>
- [PATCH] mm: memory-failure: Move memory failure sysctls to its own file
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH V3 2/2] mm: compaction: limit illegal input parameters of compact_memory interface
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
- From: <ye.xingchen@xxxxxxxxxx>
- [PATCH V3 2/2] mm: compaction: limit illegal input parameters of compact_memory interface
- From: <ye.xingchen@xxxxxxxxxx>
- Re: [PATCH] splice: Remove redundant assignment to ret
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH] splice: Remove redundant assignment to ret
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH] fs/locks: Remove redundant assignment to cmd
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Qu Wenruo <quwenruo.btrfs@xxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v4 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v17 03/14] shmem: Implement splice-read
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v4 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v4 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v4 2/4] mm: userfaultfd: don't pass around both mm and vma
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v4 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v4 1/4] mm: userfaultfd: rename functions for clarity + consistency
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [LSF TOPIC] online repair of filesystems: what next?
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH v5] epoll: use refcount to reduce ep_mutex contention
- From: Paolo Abeni <pabeni@xxxxxxxxxx>
- Re: [PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
- From: Paolo Abeni <pabeni@xxxxxxxxxx>
- Re: [PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [GIT PULL] udf fixes for 6.3-rc2
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [reiserfs?] divide error in flush_journal_list
- From: syzbot <syzbot+c559e4d7d61c16608cb1@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [git pull] vfs.git sysv pile
- From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx>
- Re: [LSF TOPIC] online repair of filesystems: what next?
- From: Jan Kara <jack@xxxxxxx>
- [syzbot] [ext4?] WARNING in ext4_xattr_block_set (2)
- From: syzbot <syzbot+6385d7d3065524c5ca6d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 08/14] iov_iter: Kill ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 14/14] block: convert bio_map_user_iov to use iov_iter_extract_pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 10/14] block: Fix bio_flagged() so that gcc can better optimise it
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 13/14] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 11/14] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 07/14] splice: Do splice read from a file without using ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 12/14] block: Add BIO_PAGE_PINNED and associated infrastructure
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 06/14] tty, proc, kernfs, random: Use direct_splice_read()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 05/14] coda: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 04/14] overlayfs: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 03/14] shmem: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 02/14] splice: Make do_splice_to() generic and export it
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v17 01/14] splice: Clean up direct_splice_read() a bit
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH v16 03/13] overlayfs: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH v16 03/13] overlayfs: Implement splice-read
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v16 03/13] overlayfs: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 23/28] security: Introduce LSM_ORDER_LAST
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH 22/28] security: Introduce key_post_create_or_update hook
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH 18/28] security: Introduce path_post_mknod hook
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- [GIT PULL] udf fixes for 6.3-rc2
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 15/28] security: Introduce inode_post_removexattr hook
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH v16 03/13] overlayfs: Implement splice-read
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- WIP: verity support for overlayfs
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- Re: [PATCH 14/28] security: Introduce inode_post_setattr hook
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH] fs/ceph/mds_client: ignore responses for waiting requests
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH 03/28] ima: Align ima_post_create_tmpfile() definition with LSM infrastructure
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH] MAINTAINERS: repair a malformed T: entry in IDMAPPED MOUNTS
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v16 05/13] tty, proc, kernfs, random: Use direct_splice_read()
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v16 13/13] block: convert bio_map_user_iov to use iov_iter_extract_pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 08/13] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 09/13] block: Fix bio_flagged() so that gcc can better optimise it
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 11/13] block: Add BIO_PAGE_PINNED and associated infrastructure
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 07/13] iov_iter: Kill ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 10/13] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 12/13] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 05/13] tty, proc, kernfs, random: Use direct_splice_read()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 03/13] overlayfs: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 04/13] coda: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 06/13] splice: Do splice read from a file without using ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 01/13] splice: Clean up direct_splice_read() a bit
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 02/13] shmem: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v16 00/13] splice, block: Use page pinning and kill ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH] MAINTAINERS: repair a malformed T: entry in IDMAPPED MOUNTS
- From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
- Re: [PATCH 23/28] security: Introduce LSM_ORDER_LAST
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCHSET for-next 0/3] Add FMODE_NOWAIT support to pipes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 23/28] security: Introduce LSM_ORDER_LAST
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH 23/28] security: Introduce LSM_ORDER_LAST
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- I haven't heard back
- From: audu bello <essj7302@xxxxxxxxx>
- Re: [PATCH 23/28] security: Introduce LSM_ORDER_LAST
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH v2] vfs: parse sloppy mount option in correct order
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2] watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
- From: Paolo Abeni <pabeni@xxxxxxxxxx>
- Re: [PATCH 23/28] security: Introduce LSM_ORDER_LAST
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH] fs/locks: Remove redundant assignment to cmd
- From: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCHSET for-next 0/3] Add FMODE_NOWAIT support to pipes
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Qu Wenruo <quwenruo.btrfs@xxxxxxx>
- Re: [PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] fs/ceph/mds_client: ignore responses for waiting requests
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCHSET for-next 0/3] Add FMODE_NOWAIT support to pipes
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/3] fs: add 'nonblock' parameter to pipe_buf_confirm() and fops method
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/3] pipe: set FMODE_NOWAIT on pipes
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET for-next 0/3] Add FMODE_NOWAIT support to pipes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHSET for-next 0/2] Make pipe honor IOCB_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] bpf iterator for file-system
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHSET for-next 0/2] Make pipe honor IOCB_NOWAIT
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- Re: [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH 5/7] sgi-xp: simplify sysctl registration
- From: Steve Wahl <steve.wahl@xxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Qu Wenruo <quwenruo.btrfs@xxxxxxx>
- Re: AUTOSEL process
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
- From: Soheil Hassas Yeganeh <soheil@xxxxxxxxxx>
- Re: AUTOSEL process
- From: Pavel Machek <pavel@xxxxxx>
- RE: [PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
- From: "Keller, Jacob E" <jacob.e.keller@xxxxxxxxx>
- [syzbot] [9p?] KASAN: wild-memory-access Write in v9fs_get_acl
- From: syzbot <syzbot+cb1d16facb3cc90de5fb@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 09/11] fs-verity: simplify sysctls with register_sysctl()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Giuseppe Scrivano <gscrivan@xxxxxxxxxx>
- Re: [syzbot] [ext4?] WARNING: bad unlock balance in ext4_rename2
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
- From: Paolo Abeni <pabeni@xxxxxxxxxx>
- Re: [RFC 2/3] file: allow callers to free the old file descriptor after dup2
- From: Alok Tiagi <aloktiagi@xxxxxxxxx>
- Re: [PATCH 23/28] security: Introduce LSM_ORDER_LAST
- From: Stefan Berger <stefanb@xxxxxxxxxxxxx>
- Re: [PATCH 22/28] security: Introduce key_post_create_or_update hook
- From: Stefan Berger <stefanb@xxxxxxxxxxxxx>
- Re: [PATCH] docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH 2/2] io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need it
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] [REGRESSION] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
- From: Jonathan Katz <jkatz@xxxxxxxxxxxx>
- Re: [PATCH 26/28] evm: Move to LSM infrastructure
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH 26/28] evm: Move to LSM infrastructure
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH 3/3] mm,jfs: move write_one_page/folio_write_one to jfs
- From: Dave Kleikamp <dave.kleikamp@xxxxxxxxxx>
- [PATCHSET for-next 0/2] Make pipe honor IOCB_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/2] io_uring: assume read_iter/write_iter are safe for nonblocking
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/2] pipe: honor iocb IOCB_NOWAIT flag as well
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [Cluster-devel] return an ERR_PTR from __filemap_get_folio v3
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v2] watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
- From: David Disseldorp <ddiss@xxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 6/7] mm: remove FGP_ENTRY
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/7] shmem: remove shmem_get_partial_folio
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
- From: Christoph Hellwig <hch@xxxxxx>
- return an ERR_PTR from __filemap_get_folio v3
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/3] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
- From: Christoph Hellwig <hch@xxxxxx>
- remove most callers of write_one_page v4
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/3] mm,jfs: move write_one_page/folio_write_one to jfs
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- [syzbot] [fs?] KMSAN: uninit-value in vfs_write
- From: syzbot <syzbot+c9bfd85eca611ebf5db1@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- Re: [PATCH 11/28] evm: Complete description of evm_inode_setattr()
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH] nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
- From: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx>
- [PATCH] splice: Remove redundant assignment to ret
- From: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] [REGRESSION] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] bcachefs
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] bcachefs
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] bcachefs
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] bcachefs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
- From: Qu Wenruo <quwenruo.btrfs@xxxxxxx>
- Re: [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
- From: Nadav Amit <namit@xxxxxxxxxx>
- [PATCH 14/14] xfs: document future directions of online fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/14] xfs: document the userspace fsck driver program
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/14] xfs: document directory tree repairs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/14] xfs: document metadata file repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/14] xfs: document full filesystem scans for online fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/14] xfs: document btree bulk loading
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/14] xfs: document online file metadata repair code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/14] xfs: document pageable kernel memory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/14] xfs: document the filesystem metadata checking strategy
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/14] xfs: document the general theory underlying online fsck design
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/14] xfs: document the user interface for online fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/14] xfs: document the testing plan for online fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v24.3 00/14] xfs: design documentation for online fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/14] xfs: document the motivation for online fsck design
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v24.3 00/14] xfs: design documentation for online fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [PATCH v3 5/5] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH] [REGRESSION] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
- From: Jonathan Katz <jkatz@xxxxxxxxxxxx>
- Re: [PATCH v3 1/5] mm: userfaultfd: rename functions for clarity + consistency
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
- From: "Colin Walters" <walters@xxxxxxxxxx>
- [PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v3 5/5] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v3 1/5] mm: userfaultfd: rename functions for clarity + consistency
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH v3 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [RFC PATCH 0/9] fuse: API for Checkpoint/Restore
- From: Aleksandr Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: [RFC PATCH 0/9] fuse: API for Checkpoint/Restore
- From: Bernd Schubert <bschubert@xxxxxxx>
- Re: [PATCH 20/28] security: Introduce inode_post_set_acl hook
- From: Stefan Berger <stefanb@xxxxxxxxxxxxx>
- Re: [PATCH 19/28] security: Introduce inode_post_create_tmpfile hook
- From: Stefan Berger <stefanb@xxxxxxxxxxxxx>
- Re: [PATCH 18/28] security: Introduce path_post_mknod hook
- From: Stefan Berger <stefanb@xxxxxxxxxxxxx>
- Re: [PATCH 17/28] security: Introduce file_pre_free_security hook
- From: Stefan Berger <stefanb@xxxxxxxxxxxxx>
- Re: [PATCH 16/28] security: Introduce file_post_open hook
- From: Stefan Berger <stefanb@xxxxxxxxxxxxx>
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[Linux XFS]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]