public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-04 00:15:30 to 2023-02-09 10:32:15 UTC [more...]

[PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
 2023-02-09 10:29 UTC  (11+ messages)
` [PATCH v13 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
` [PATCH v13 02/12] mm: Pass info, not iter, into filemap_get_pages() and unstatic it
` [PATCH v13 03/12] splice: Do splice read from a buffered file without using ITER_PIPE
` [PATCH v13 04/12] iov_iter: Kill ITER_PIPE
` [PATCH v13 05/12] iov_iter: Define flags to qualify page extraction
` [PATCH v13 06/12] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v13 07/12] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v13 08/12] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v13 09/12] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v13 10/12] block: Add BIO_PAGE_PINNED and associated infrastructure

[LSF/MM/BPF TOPIC]: File system data placement for zoned block devices
 2023-02-09 10:22 UTC  (9+ messages)
  ` [External] "

[PATCH v7 0/3] fanotify: Allow user space to pass back additional audit info
 2023-02-09  9:07 UTC  (11+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-09  7:25 UTC  (9+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[RFC 0/5] mm/bpf/perf: Store build id in file object
 2023-02-09  7:23 UTC  (12+ messages)
` [PATCH RFC 1/5] mm: "
` [PATCH RFC 2/5] bpf: Use file object build id in stackmap
` [PATCH RFC 4/5] selftests/bpf: Add file_build_id test
` [PATCH RFC 5/5] selftests/bpf: Add iter_task_vma_buildid test

[PATCH v2 0/7] task comm cleanups
 2023-02-09  6:20 UTC  (9+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-02-09  5:47 UTC  (15+ messages)
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 07/14] xfs: document pageable kernel memory

[PATCH 0/3] Prevent ->map_pages from sleeping
 2023-02-09  2:44 UTC  (8+ messages)
` [PATCH 1/3] xfs: Remove xfs_filemap_map_pages() wrapper
` [PATCH 2/3] afs: Split afs_pagecache_valid() out of afs_validate()
` [PATCH 3/3] mm: Hold the RCU read lock over calls to ->map_pages

[RFC PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-02-08 22:28 UTC  (7+ messages)

[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-08 22:22 UTC  (8+ messages)
` [PATCH v10 1/6] userfaultfd: Add UFFD WP Async support
` [PATCH v10 2/6] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC
` [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[GIT PULL] Add trusted_for(2) (was O_MAYEXEC)
 2023-02-08 19:32 UTC  (9+ messages)

Backup/restore of fscrypt files and directories
 2023-02-08 19:28 UTC  (2+ messages)

[PATCH v12 00/10] iov_iter: Improve page extraction (pin or just list)
 2023-02-08 18:15 UTC  (18+ messages)
` [PATCH v12 01/10] vfs, iomap: Fix generic_file_splice_read() to avoid reversion of ITER_PIPE
` [PATCH v12 02/10] iov_iter: Kill ITER_PIPE
` [PATCH v12 03/10] iov_iter: Define flags to qualify page extraction
` [PATCH v12 04/10] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v12 05/10] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v12 06/10] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v12 07/10] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v12 08/10] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v12 09/10] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v12 10/10] block: convert bio_map_user_iov "

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-02-08 16:04 UTC  (3+ messages)

[PATCH 0/5] Add the test_dummy_encryption key on-demand
 2023-02-08 15:38 UTC  (7+ messages)
` [PATCH 1/5] fscrypt: add the test dummy encryption "
` [PATCH 2/5] ext4: stop calling fscrypt_add_test_dummy_key()
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
` [PATCH 5/5] fscrypt: clean up fscrypt_add_test_dummy_key()

[PATCH 0/2] Remove lock_page_killable()
 2023-02-08 14:56 UTC  (3+ messages)
` [PATCH 1/2] cifs: Use a folio in cifs_page_mkwrite()
` [PATCH 2/2] filemap: Remove lock_page_killable()

[PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree
 2023-02-08 11:25 UTC  (9+ messages)
` [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list

[RFC PATCH v2 00/18] fs: Remove usage of broken nls_utf8 and drop it
 2023-02-08 10:10 UTC  (5+ messages)
` [RFC PATCH v2 01/18] fat: Fix iocharset=utf8 mount option

[PATCH v4] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-02-08  6:53 UTC  (23+ messages)
        ` xen: sleeping in atomic warnings
      ` block: "

[PATCH] [PATCH V2] mm/filemap: fix page end in filemap_get_read_batch
 2023-02-08  2:28 UTC  (2+ messages)

[syzbot] general protection fault in iomap_dio_bio_iter
 2023-02-08  0:21 UTC 

[PATCH v2] proc: remove mark_inode_dirty() in .setattr()
 2023-02-07 18:17 UTC  (2+ messages)

[PATCH] fs: remove obsolete comments on member ordering of random layout struct
 2023-02-07 18:04 UTC  (2+ messages)

[PATCH] Fix warning messages during documentation compilation
 2023-02-07 16:32 UTC 

[PATCH 0/2] iomap, splice: Fix DIO/splice_read race memory corruptor and kill off ITER_PIPE
 2023-02-07 15:22 UTC  (5+ messages)
` [PATCH 1/2] vfs, iomap: Fix generic_file_splice_read() to avoid reversion of ITER_PIPE
` [PATCH 2/2] iov_iter: Kill ITER_PIPE

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-02-07  8:12 UTC  (35+ messages)

[PATCH] sched: Consider capacity for certain load balancing decisions
 2023-02-07  8:08 UTC  (6+ messages)

[PATCH v4 00/14] Introduce Copy-On-Write to Page Table
 2023-02-07  3:51 UTC  (15+ messages)
` [PATCH v4 01/14] mm: Allow user to control COW PTE via prctl
` [PATCH v4 02/14] mm: Add Copy-On-Write PTE to fork()
` [PATCH v4 03/14] mm: Add break COW PTE fault and helper functions
` [PATCH v4 04/14] mm/rmap: Break COW PTE in rmap walking
` [PATCH v4 05/14] mm/khugepaged: Break COW PTE before scanning pte
` [PATCH v4 06/14] mm/ksm: Break COW PTE before modify shared PTE
` [PATCH v4 07/14] mm/madvise: Handle COW-ed PTE with madvise()
` [PATCH v4 08/14] mm/gup: Trigger break COW PTE before calling follow_pfn_pte()
` [PATCH v4 09/14] mm/mprotect: Break COW PTE before changing protection
` [PATCH v4 10/14] mm/userfaultfd: Support COW PTE
` [PATCH v4 11/14] mm/migrate_device: "
` [PATCH v4 12/14] fs/proc: Support COW PTE with clear_refs_write
` [PATCH v4 13/14] events/uprobes: Break COW PTE before replacing page
` [PATCH v4 14/14] mm: fork: Enable COW PTE to fork system call

[RFC PATCH] vfs: Delay root FS switch after UMH completion
 2023-02-06 17:10 UTC 

[PATCH 00/11] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-06 15:48 UTC  (3+ messages)
` [PATCH 03/11] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE

[LSF/MM/BPF TOPIC] sframe: An orc like stack unwinder for the kernel to get a user space stacktrace
 2023-02-06 15:38 UTC 

[PATCH v15 11/26] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable()
 2023-02-06 14:02 UTC 

[PATCH v2 00/10] Performance fixes for 9p filesystem
 2023-02-06 13:37 UTC  (9+ messages)
` [PATCH v3 00/11] "

[syzbot] KMSAN: uninit-value in hfs_brec_find
 2023-02-06 12:05 UTC  (2+ messages)
` [syzbot] [hfs?] "

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in ni_find_attr
 2023-02-06 10:20 UTC  (2+ messages)

[PATCH] fs-writeback: remove unnecessary ‘false’ values from wakeup_bdi
 2023-02-08  1:17 UTC 

[RESEND PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-02-06  6:45 UTC  (9+ messages)
` [PATCH v9 1/3] xfs: fix the calculation of length and end
` [PATCH v9 2/3] fs: move drop_pagecache_sb() for others to use
` [PATCH v9 3/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

[PATCH] f2fs: fix cgroup writeback accounting with fs-layer encryption
 2023-02-06  3:40 UTC  (2+ messages)
` [f2fs-dev] "

[ANNOUNCE] xfs-linux: for-next updated to c85007e2e394
 2023-02-05 17:11 UTC 

git regression failures with v6.2-rc NFS client
 2023-02-05 16:11 UTC  (10+ messages)

[PATCH 1/2] proc: fix to check name length in proc_lookup_de()
 2023-02-05 12:21 UTC  (4+ messages)

[LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] fuse uring communication
 2023-02-05  0:59 UTC 

[RFC PATCH 0/3] fs: nls: Simplification of ASCII and ISO-8859-1
 2023-02-04 10:58 UTC  (4+ messages)
` [RFC PATCH 3/3] nls: Replace default nls table by correct iso8859-1 table

FIDEDUPERANGE claims to succeed for non-identical files
 2023-02-04  7:00 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox