messages from 2022-04-08 20:39:01 to 2022-04-12 13:12:47 UTC [more...]
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-12 13:00 UTC (26+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
[PATCH] binfmt_flat: do not stop relocating GOT entries prematurely
2022-04-12 12:26 UTC (3+ messages)
[PATCH v3 1/5] idmapped-mounts: Reset errno to zero after detect fs_allow_idmap
2022-04-12 11:33 UTC (5+ messages)
` [PATCH v3 2/5] idmapped-mounts: Add mknodat operation in setgid test
` [PATCH v3 3/5] idmapped-mounts: Add open with O_TMPFILE "
` [PATCH v3 4/5] idmapped-mounts: Add new setgid_create_umask test
` [PATCH v3 5/5] idmapped-mounts: Add new setgid_create_acl test
[PATCH v7 0/6] DAX poison recovery
2022-04-12 10:07 UTC (19+ messages)
` [PATCH v7 1/6] x86/mm: fix comment
` [PATCH v7 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v7 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v7 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v7 5/6] pmem: refactor pmem_clear_poison()
[PATCH v2 1/3] fat: split fat_truncate_time() into separate functions
2022-04-12 9:55 UTC (8+ messages)
` [PATCH v2 2/3] fat: make ctime and mtime identical explicitly
` [PATCH v2 3/3] fat: report creation time in statx
[PATCH] stat: don't fail if the major number is >= 256
2022-04-12 9:41 UTC (12+ messages)
` [PATCH] stat: fix inconsistency between struct stat and struct compat_stat
[PATCH v2 00/16] Evictable fanotify marks
2022-04-12 8:07 UTC (18+ messages)
` [PATCH v2 06/16] fsnotify: create helpers for group mark_mutex lock
` [PATCH v2 12/16] fanotify: factor out helper fanotify_mark_update_flags()
` [PATCH v2 13/16] fanotify: implement "evictable" inode marks
` [PATCH v2 14/16] fanotify: add FAN_IOC_SET_MARK_PAGE_ORDER ioctl for testing
[PATCH] tmpfs: fix regressions from wider use of ZERO_PAGE
2022-04-12 4:57 UTC (4+ messages)
` making x86 clear_user not suck, was "
[PATCH] MAINTAINERS: update IOMAP FILESYSTEM LIBRARY and XFS FILESYSTEM
2022-04-12 4:55 UTC (4+ messages)
[PATCH v3 1/2] block: add sync_blockdev_range()
2022-04-12 3:37 UTC (5+ messages)
[PATCH v8 02/20] cachefiles: extract write routine
2022-04-12 3:35 UTC (20+ messages)
` [PATCH v8 00/20] fscache,erofs: fscache-based on-demand read semantics
` [PATCH v8 03/20] cachefiles: notify user daemon with anon_fd when looking up cookie
` [PATCH v8 04/20] cachefiles: notify user daemon when withdrawing cookie
` [PATCH v8 05/20] cachefiles: implement on-demand read
` [PATCH v8 07/20] cachefiles: document on-demand read mode
sporadic hangs on generic/186
2022-04-12 3:13 UTC (12+ messages)
[PATCH v1 00/14] Add support for shared PTEs across processes
2022-04-11 22:21 UTC (24+ messages)
` [PATCH v1 01/14] mm: Add new system calls mshare, mshare_unlink
` [PATCH v1 02/14] mm/mshare: Add msharefs filesystem
` [PATCH v1 03/14] mm/mshare: Add read for msharefs
` [PATCH v1 04/14] mm/mshare: implement mshare_unlink syscall
` [PATCH v1 05/14] mm/mshare: Add locking to msharefs syscalls
` [PATCH v1 06/14] mm/mshare: Check for mounted filesystem
` [PATCH v1 07/14] mm/mshare: Add vm flag for shared PTE
` [PATCH v1 08/14] mm/mshare: Add basic page table sharing using mshare
` [PATCH v1 09/14] mm/mshare: Do not free PTEs for mshare'd PTEs
` [PATCH v1 10/14] mm/mshare: Check for mapped vma when mshare'ing existing mshare'd range
` [PATCH v1 11/14] mm/mshare: unmap vmas in mshare_unlink
` [PATCH v1 12/14] mm/mshare: Add a proc file with mshare alignment/size information
` [PATCH v1 13/14] mm/mshare: Enforce mshare'd region permissions
` [PATCH v1 14/14] mm/mshare: Copy PTEs to host mm
use block_device based APIs in block layer consumers
2022-04-11 18:24 UTC (3+ messages)
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [f2fs-dev] "
use block_device based APIs in block layer consumers v2
2022-04-11 17:25 UTC (38+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [Drbd-dev] "
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches
INVESTMENT/LOAN OFFER
2022-04-11 14:00 UTC
[PATCH] fuse: avoid unnecessary spinlock bump
2022-04-11 14:00 UTC (11+ messages)
[PATCH v12 0/7] fsdax: introduce fs query to support reflink
2022-04-11 9:40 UTC (19+ messages)
` [PATCH v12 1/7] dax: Introduce holder for dax_device
` [PATCH v12 2/7] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v12 3/7] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v12 4/7] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v12 5/7] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v12 6/7] xfs: Implement ->notify_failure() for XFS
` [PATCH v12 7/7] fsdax: set a CoW flag when associate reflink mappings
[PATCH v5 RESEND 0/3] Convert vmcore to use an iov_iter
2022-04-11 8:59 UTC (3+ messages)
Reiserfs deprecation
2022-04-11 8:00 UTC
[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-04-11 7:06 UTC (2+ messages)
[PATCH] fs/proc: Introduce list_for_each_table_entry for proc sysctl
2022-04-11 5:12 UTC
[PATCH] exfat: introduce mount option 'sys_tz'
2022-04-11 2:03 UTC (3+ messages)
[PATCH v5 RESEND 1/3] vmcore: Convert copy_oldmem_page() to take an iov_iter
2022-04-11 1:58 UTC (8+ messages)
` [kbuild-all] "
[LSF/MM TOPIC] FS, MM, and stable trees
2022-04-10 15:11 UTC (6+ messages)
[regression] 5.15 kernel triggering 100x more inode evictions
2022-04-10 7:27 UTC (12+ messages)
[RFC][PATCH 0/8] fscache, cachefiles: Fixes
2022-04-08 23:07 UTC (9+ messages)
` [PATCH 1/8] cachefiles: unmark inode in use in error path
` [PATCH 2/8] cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
` [PATCH 3/8] docs: filesystems: caching/backend-api.rst: correct two relinquish APIs use
` [PATCH 4/8] docs: filesystems: caching/backend-api.rst: fix an object withdrawn API
` [PATCH 5/8] fscache: Remove the cookie parameter from fscache_clear_page_bits()
` [PATCH 6/8] fscache: Move fscache_cookies_seq_ops specific code under CONFIG_PROC_FS
` [PATCH 7/8] fscache: Use wrapper fscache_set_cache_state() directly when relinquishing
` [PATCH 8/8] fscache: remove FSCACHE_OLD_API Kconfig option
[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be
2022-04-08 21:04 UTC
[PATCH v8 07/20] cachefiles: document on-demand read mode
2022-04-06 7:55 UTC
[PATCH v8 05/20] cachefiles: implement on-demand read
2022-04-06 7:55 UTC
[PATCH v8 03/20] cachefiles: notify user daemon with anon_fd when looking up cookie
2022-04-06 7:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).