linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-21 06:50:46 to 2023-01-23 23:59:15 UTC [more...]

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-23 23:59 UTC  (16+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-23 23:38 UTC  (15+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-23 23:07 UTC  (40+ messages)
` [PATCH v7 1/8] iov_iter: Define flags to qualify page extraction
` [PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v7 4/8] block: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v7 5/8] block: Add BIO_PAGE_PINNED
` [PATCH v7 6/8] block: Make bio structs pin pages rather than ref'ing if appropriate

[PATCH v2 1/2] capability: add cap_isidentical
 2023-01-23 21:29 UTC  (5+ messages)
` [PATCH v2 2/2] vfs: avoid duplicating creds in faccessat if possible

[PATCH 1/2] fs/aio: Use kmap_local() instead of kmap()
 2023-01-23 19:54 UTC  (5+ messages)
` [PATCH v2] fs/aio: obey min_nr when doing wakeups

[PATCH v5 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-23 19:52 UTC  (7+ messages)
` [PATCH v5 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

return an ERR_PTR from __filemap_get_folio v2
 2023-01-23 19:18 UTC  (15+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list)
 2023-01-23 18:25 UTC  (20+ messages)
` [PATCH v8 01/10] iov_iter: Define flags to qualify page extraction
` [PATCH v8 02/10] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v8 03/10] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v8 04/10] iomap: don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v8 05/10] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v8 06/10] block: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v8 07/10] block: Switch to pinning pages
` [PATCH v8 08/10] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v8 09/10] block: convert bio_map_user_iov "
` [PATCH v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-23 17:37 UTC  (21+ messages)
` [RESEND RFC PATCH v1 01/20] mm: add new flag to enable ksm per process
` [RESEND RFC PATCH v1 02/20] mm: add flag to __ksm_enter
` [RESEND RFC PATCH v1 03/20] mm: add flag to __ksm_exit call
` [RESEND RFC PATCH v1 04/20] mm: invoke madvise for all vmas in scan_get_next_rmap_item
` [RESEND RFC PATCH v1 05/20] mm: support disabling of ksm for a process
` [RESEND RFC PATCH v1 06/20] mm: add new prctl option to get and set "
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
` [RESEND RFC PATCH v1 08/20] mm: split off pages_volatile function
` [RESEND RFC PATCH v1 09/20] mm: expose general_profit metric
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob
` [RESEND RFC PATCH v1 11/20] mm: calculate ksm process profit metric
` [RESEND RFC PATCH v1 12/20] mm: add ksm_merge_type() function
` [RESEND RFC PATCH v1 13/20] mm: expose ksm process profit metric in ksm_stat
` [RESEND RFC PATCH v1 14/20] mm: expose ksm merge type "
` [RESEND RFC PATCH v1 15/20] docs: document new procfs ksm knobs
` [RESEND RFC PATCH v1 16/20] tools: add new prctl flags to prctl in tools dir
` [RESEND RFC PATCH v1 17/20] selftests/vm: add KSM prctl merge test
` [RESEND RFC PATCH v1 18/20] selftests/vm: add KSM get merge type test
` [RESEND RFC PATCH v1 19/20] selftests/vm: add KSM fork test
` [RESEND RFC PATCH v1 20/20] selftests/vm: add two functions for debugging merge outcome

[RFC] memcpy_from_folio()
 2023-01-23 17:50 UTC  (4+ messages)

[PATCH v2 00/10] Performance fixes for 9p filesystem
 2023-01-23 16:31 UTC  (2+ messages)

[syzbot] [udf?] BUG: unable to handle kernel NULL pointer dereference in __writepage
 2023-01-23 17:18 UTC  (4+ messages)

[PATCH v3 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2023-01-23 17:14 UTC  (14+ messages)
` [PATCH v3 4/4] "

consolidate btrfs checksumming, repair and bio splitting v4
 2023-01-23 16:53 UTC  (50+ messages)
` [PATCH 02/34] btrfs: better document struct btrfs_bio
` [PATCH 03/34] btrfs: add a btrfs_inode pointer to "
` [PATCH 04/34] btrfs: remove the direct I/O read checksum lookup optimization
` [PATCH 05/34] btrfs: simplify btrfs_lookup_bio_sums
` [PATCH 06/34] btrfs: slightly refactor btrfs_submit_bio
` [PATCH 07/34] btrfs: save the bio iter for checksum validation in common code
` [PATCH 08/34] btrfs: pre-load data checksum for reads in btrfs_submit_bio
` [PATCH 09/34] btrfs: add a btrfs_data_csum_ok helper
` [PATCH 10/34] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 11/34] btrfs: remove btrfs_bio_free_csum
` [PATCH 12/34] btrfs: remove btrfs_bio_for_each_sector
` [PATCH 13/34] btrfs: remove now unused checksumming helpers
` [PATCH 14/34] btrfs: remove the device field in struct btrfs_bio
` [PATCH 15/34] btrfs: remove the io_failure_record infrastructure
` [PATCH 16/34] btrfs: rename the iter field in struct btrfs_bio
` [PATCH 17/34] btrfs: remove the is_metadata flag "
` [PATCH 18/34] btrfs: remove the submit_bio_start helpers
` [PATCH 19/34] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 20/34] btrfs: handle checksum generation in the storage layer
` [PATCH 21/34] btrfs: handle recording of zoned writes "
` [PATCH 22/34] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 23/34] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 24/34] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 25/34] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 26/34] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 27/34] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 28/34] btrfs: remove struct btrfs_io_geometry
` [PATCH 29/34] btrfs: remove submit_encoded_read_bio
` [PATCH 30/34] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 31/34] btrfs: remove now spurious bio submission helpers
` [PATCH 32/34] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 33/34] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 34/34] iomap: remove IOMAP_F_ZONE_APPEND

[GIT PULL] gfs2 writepage fix
 2023-01-23 16:03 UTC  (3+ messages)

[RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
 2023-01-23 15:45 UTC 

question about fuse livelock situation
 2023-01-23 13:19 UTC  (4+ messages)
  `  "

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-23 13:15 UTC  (12+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH 1/5] fs: ext4: initialize fsdata in pagecache_write()
 2023-01-23  6:59 UTC  (4+ messages)
` [PATCH 3/5] fs: f2fs: "

[bug report] iomap: write iomap validity checks
 2023-01-23  6:55 UTC  (3+ messages)

[PATCH 0/2] kernfs: remove i_lock usage that isn't needed
 2023-01-23  3:11 UTC  (8+ messages)
` [PATCH 1/2] kernfs: dont take i_lock on inode attr read

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, an expansion plan for the storage stack test framework
 2023-01-23  0:59 UTC  (3+ messages)

[PATCH] Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"
 2023-01-22  8:48 UTC  (3+ messages)

[syzbot] [hfs?] possible deadlock in hfs_find_init (2)
 2023-01-22  5:22 UTC  (2+ messages)

[PATCH v4 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-21 13:04 UTC  (7+ messages)
` [PATCH v4 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH v4 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH v4 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration


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).