linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-03 15:12:14 to 2023-02-08 16:20:16 UTC [more...]

[PATCH v12 00/10] iov_iter: Improve page extraction (pin or just list)
 2023-02-08 16:19 UTC  (16+ 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 v7 0/3] fanotify: Allow user space to pass back additional audit info
 2023-02-08 15:27 UTC  (10+ messages)
` [PATCH v7 1/3] fanotify: Ensure consistent variable type for response
` [PATCH v7 2/3] fanotify: define struct members to hold response decision context
` [PATCH v7 3/3] fanotify,audit: Allow audit to use the full permission event response

[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 0/3] Prevent ->map_pages from sleeping
 2023-02-08 14:53 UTC  (4+ 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

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-08 12:24 UTC  (7+ messages)

Backup/restore of fscrypt files and directories
 2023-02-08 12:09 UTC 

[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

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

[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  (13+ messages)
` [PATCH 01/11] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH 02/11] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH 03/11] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH 04/11] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH 05/11] cifs: Add a function to Hash the contents of "
` [PATCH 06/11] cifs: Add some helper functions
` [PATCH 07/11] cifs: Add a function to read into an iter from a socket
` [PATCH 08/11] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH 09/11] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH 10/11] cifs: Remove unused code
` [PATCH 11/11] cifs: DIO to/from KVEC-type iterators should now work

[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  (3+ 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)

[RFC PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-02-04  0:26 UTC  (9+ messages)
` [RFC PATCH v1 1/2] mm: vmscan: refactor updating reclaimed pages in reclaim_state

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-02-03 22:01 UTC  (2+ messages)

[PATCH] fsverity: support verifying data from large folios
 2023-02-03 21:58 UTC  (2+ messages)

[PATCH] fscrypt: support decrypting data from large folios
 2023-02-03 21:57 UTC  (2+ messages)

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-02-03 21:00 UTC  (8+ messages)
` [PATCH v2 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH v2 2/7] fs: Add DCACHE_CASEFOLD_LOOKUP flag
` [PATCH v2 3/7] libfs: Validate negative dentries in case-insensitive directories
` [PATCH v2 4/7] libfs: Support revalidation of encrypted case-insensitive dentries
` [PATCH v2 5/7] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v2 6/7] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH v2 7/7] f2fs: "

[PATCH 05/12] cifs: Add a function to Hash the contents of an iterator
 2023-02-03 21:00 UTC  (4+ messages)

[PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
 2023-02-03 18:19 UTC  (2+ messages)

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (5+ messages)
` [PATCH 12/23] ceph: use bvec_set_page to initialize a bvec
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs

[PATCH 0/5] Fix a minor POSIX conformance problem
 2023-02-03 16:35 UTC  (7+ messages)
` [PATCH 6/5] generic: test ftruncate zeroes bytes after EOF

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-02-03 16:32 UTC  (3+ messages)

[PATCH v3 7/9] erofs: implement .mmap for page cache sharing
 2023-02-03 15:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).