Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v2 0/6] remove SLOB and allow kfree() with kmem_cache_alloc()
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH v2 4/6] mm/slab: remove CONFIG_SLOB code from slab common code
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH v2 3/6] mm, pagemap: remove SLOB and SLQB from comments and documentation
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: fsnotify: Question on proper use in-kernel
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH v5 1/9] ext4: Stop searching if PA doesn't satisfy non-extent file
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH v5 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH v5 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH v5 4/9] ext4: Move overlap assert logic into a separate function
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH v5 2/9] ext4: Refactor code related to freeing PAs
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH v5 9/9] ext4: Remove the logic to trim inode PAs
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: [PATCH v8 1/3] ksmbd: remove internal.h include
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v5 0/9] ext4: Convert inode preallocation list to an rbtree
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH v5 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH v5 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH v5 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- fsnotify: Question on proper use
- From: Ioannis Zarkadas <iz2175@xxxxxxxxxxxx>
- [RFC PATCH] xfs: check shared state of when CoW, update reflink flag when io ends
- From: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] crypto: simplify one-level sysctl registration for crypto_sysctl_table
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- fsnotify: Question on proper use in-kernel
- From: Ioannis Zarkadas <iz2175@xxxxxxxxxxxx>
- [syzbot] [ext4?] kernel BUG in ext4_write_inline_data
- From: syzbot <syzbot+f4582777a19ec422b517@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH 23/28] algif: Remove hash_sendpage*()
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()
- From: Yujie Liu <yujie.liu@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 1/9] mm: Store build id in file object
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- 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>
- Re: [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: Trond Myklebust <trondmy@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- RE: [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v11 2/7] userfaultfd: Define dummy uffd_wp_range()
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [RFC PATCH 02/28] Add a special allocator for staging netfs protocol to MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [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>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 02/28] Add a special allocator for staging netfs protocol to MSG_SPLICE_PAGES
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 2/9] perf: Use file object build id in perf_event_mmap_event
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 1/9] mm: Store build id in file object
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: Trond Myklebust <trondmy@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
- From: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- Re: [RFCv1][WIP] ext2: Move direct-io to use iomap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- [RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 20/28] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 25/28] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 24/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 26/28] dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 23/28] algif: Remove hash_sendpage*()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 21/28] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 19/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 22/28] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 17/28] Remove file->f_op->sendpage
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 18/28] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 16/28] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 14/28] crypto: af_alg: Support MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 08/28] siw: Inline do_tcp_sendpages()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 13/28] crypto: af_alg: Indent the loop in af_alg_sendmsg()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 15/28] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 07/28] tls: Inline do_tcp_sendpages()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 10/28] ip, udp: Support MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 09/28] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 06/28] espintcp: Inline do_tcp_sendpages()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 11/28] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 12/28] af_unix: Support MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 05/28] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 04/28] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 01/28] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 02/28] Add a special allocator for staging netfs protocol to MSG_SPLICE_PAGES
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 1/3] filemap: convert page_endio to folio_endio
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [RFCv1][WIP] ext2: Move direct-io to use iomap
- From: "Ritesh Harjani (IBM)" <ritesh.list@xxxxxxxxx>
- Re: [syzbot] [ext4?] WARNING: bad unlock balance in ext4_rename
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [syzbot] [ext4?] WARNING: bad unlock balance in ext4_rename
- From: syzbot <syzbot+636aeec054650b49a379@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH RESEND] fs_context: drop the unused lsm_flags member
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v19 04/15] overlayfs: Implement splice-read
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH RESEND] fs_context: drop the unused lsm_flags member
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- [syzbot] [ext4?] WARNING: bad unlock balance in ext4_rename
- From: syzbot <syzbot+636aeec054650b49a379@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v19 09/15] iov_iter: Kill ITER_PIPE
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v19 04/15] overlayfs: Implement splice-read
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v19 07/15] splice: Do splice read from a file without using ITER_PIPE
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC PATCH v2] hostfs: handle idmapped mounts
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [git pull] vfs.git sysv pile
- From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx>
- Re: [RFC PATCH 2/3] mpage: use bio_for_each_folio_all in mpage_end_io()
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- Re: [RFC PATCH 1/3] filemap: convert page_endio to folio_endio
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- Re: [git pull] vfs.git sysv pile
- From: Jan Kara <jack@xxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v11 2/7] userfaultfd: Define dummy uffd_wp_range()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [RFC PATCH v2] hostfs: handle idmapped mounts
- From: Glenn Washburn <development@xxxxxxxxxxxxxxx>
- Re: [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>
- Re: [PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [RFC PATCH 10/10] KVM: selftests: Test KVM exit behavior for private memory/access
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 09/10] KVM: selftests: Add tests around sharing a restrictedmem fd
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 08/10] KVM: selftests: Default private_mem_conversions_test to use 1 restrictedmem file for test data
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 07/10] KVM: selftests: Add vm_userspace_mem_region_add_with_restrictedmem
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 06/10] KVM: selftests: Default private_mem_conversions_test to use 1 memslot for test data
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 05/10] KVM: selftests: Generalize private_mem_conversions_test for parallel execution
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 04/10] KVM: selftests: Exercise restrictedmem allocation and truncation code after KVM invalidation code has been unbound
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 02/10] KVM: selftests: Test that ftruncate to non-page-aligned size on a restrictedmem fd should fail
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 03/10] KVM: selftests: Test that VM private memory should not be readable from host
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 01/10] KVM: selftests: Test error message fixes for memfd_restricted selftests
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- [RFC PATCH 00/10] Additional selftests for restrictedmem
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- Re: [PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl
- From: Catherine Hoang <catherine.hoang@xxxxxxxxxx>
- [PATCH v7 03/11] proc: Use lsmids instead of lsm names for attrs
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- [PATCH v8 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH v8 2/3] fs: introduce lock_rename_child() helper
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH v8 1/3] ksmbd: remove internal.h include
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH v8 0/3] ksmbd patches included vfs changes
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
- From: Victor Hsieh <victorhsieh@xxxxxxxxxx>
- Re: [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v19 02/15] splice: Make do_splice_to() generic and export it
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v19 01/15] splice: Clean up direct_splice_read() a bit
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [git pull] vfs.git sysv pile
- From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx>
- Re: [PATCH 00/31] Convert most of ext4 to folios
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- [syzbot] [ext4?] WARNING in kvfree (2)
- From: syzbot <syzbot+64b645917ce07d89bde5@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v19 00/15] splice, block: Use page pinning and kill ITER_PIPE
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v19 00/15] splice, block: Use page pinning and kill ITER_PIPE
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [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 v19 12/15] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 15/15] block: convert bio_map_user_iov to use iov_iter_extract_pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 10/15] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 11/15] block: Fix bio_flagged() so that gcc can better optimise it
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 07/15] splice: Do splice read from a file without using ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 04/15] overlayfs: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 14/15] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 13/15] block: Add BIO_PAGE_PINNED and associated infrastructure
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 05/15] coda: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 09/15] iov_iter: Kill ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 08/15] cifs: Use generic_file_splice_read()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 06/15] tty, proc, kernfs, random: Use direct_splice_read()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 02/15] splice: Make do_splice_to() generic and export it
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 03/15] shmem: Implement splice-read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 00/15] splice, block: Use page pinning and kill ITER_PIPE
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v19 01/15] splice: Clean up direct_splice_read() a bit
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH] splice: Convert longs and some ints into ssize_t
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 2/3] mpage: use bio_for_each_folio_all in mpage_end_io()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH 3/3] orangefs: use folio in orangefs_readahead()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Peter Xu <peterx@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>
- Re: [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [RFC PATCH 1/3] filemap: convert page_endio to folio_endio
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH 2/3] mpage: use bio_for_each_folio_all in mpage_end_io()
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [RFC PATCH 1/3] filemap: convert page_endio to folio_endio
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [RFC PATCH 3/3] orangefs: use folio in orangefs_readahead()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [RFC PATCH 2/3] mpage: use bio_for_each_folio_all in mpage_end_io()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [RFC PATCH 1/3] filemap: convert page_endio to folio_endio
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- 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 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- 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: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 7/7] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [linus:master] [mpage] 7d28631786: fio.write_iops 27.8% improvement
- From: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
- [RFC PATCH 3/3] orangefs: use folio in orangefs_readahead()
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- [RFC PATCH 1/3] filemap: convert page_endio to folio_endio
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- [RFC PATCH 0/3] convert page_endio to folio_endio
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- [RFC PATCH 2/3] mpage: use bio_for_each_folio_all in mpage_end_io()
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- [PATCH 5.15 142/145] fs: hold writers when changing mounts idmapping
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/7] mm, pagemap: remove SLOB and SLQB from comments and documentation
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 2/4] pcpcntrs: fix dying cpu summation race
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 0/4] pcpctr: fix percpu_counter_sum vs cpu offline race
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 1/4] cpumask: introduce for_each_cpu_or
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 3/4] fork: remove use of percpu_counter_sum_all
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v1 1/1] fs/namespace: fnic: Switch to use %ptTd
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [linus:master] [mpage] 7d28631786: fio.write_iops 27.8% improvement
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [LSF TOPIC] online repair of filesystems: what next?
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- [syzbot] [f2fs?] INFO: task hung in f2fs_balance_fs
- From: syzbot <syzbot+8b85865808c8908a0d8c@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [PATCH 6/7] mm/slob: remove slob.c
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [PATCH 02/31] fscrypt: Add some folio helper functions
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] [REGRESSION] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
- From: Jonathan Katz <jkatz@xxxxxxxxxxxx>
- Re: [PATCH] [REGRESSION] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
- From: Jonathan Katz <jkatz@xxxxxxxxxxxx>
- [PATCH] fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v18 03/15] shmem: Implement splice-read
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 02/31] fscrypt: Add some folio helper functions
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v18 08/15] cifs: Use generic_file_splice_read()
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH 22/31] ext4: Convert ext4_page_nomap_can_writeout() to take a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 18/31] ext4: Use a folio in ext4_journalled_write_end()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 17/31] ext4: Convert ext4_write_end() to use a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 16/31] ext4: Convert ext4_write_begin() to use a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 15/31] ext4: Convert ext4_write_inline_data_end() to use a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 14/31] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 11/31] ext4: Convert ext4_try_to_write_inline_data() to use a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- 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>
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[Linux XFS]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]