Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH v9 0/3] SELinux support for anonymous inodes and UFFD
2020-10-09 4:52 UTC (7+ messages)
` [PATCH v9 1/3] Add a new LSM-supporting anonymous inode interface
` [PATCH v9 3/3] Wire UFFD up to SELinux
[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
2020-10-09 4:13 UTC (4+ messages)
` [External] "
general protection fault in percpu_ref_exit
2020-10-09 4:05 UTC (4+ messages)
general protection fault in utf8_casefold
2020-10-09 2:40 UTC (5+ messages)
` [PATCH] f2fs: reject CASEFOLD inode flag without casefold feature
[PATCH] fs: use correct parameter in notes of generic_file_llseek_size()
2020-10-09 1:33 UTC (5+ messages)
[PATCH 00/35] Enhance memory utilization with DMEMFS
2020-10-09 1:26 UTC (42+ messages)
` [PATCH 01/35] fs: introduce dmemfs module
` [PATCH 02/35] mm: support direct memory reservation
` [PATCH 03/35] dmem: implement dmem memory management
` [PATCH 04/35] dmem: let pat recognize dmem
` [PATCH 05/35] dmemfs: support mmap
` [PATCH 06/35] dmemfs: support truncating inode down
` [PATCH 07/35] dmem: trace core functions
` [PATCH 08/35] dmem: show some statistic in debugfs
` [PATCH 09/35] dmemfs: support remote access
` [PATCH 10/35] dmemfs: introduce max_alloc_try_dpages parameter
` [PATCH 11/35] mm: export mempolicy interfaces to serve dmem allocator
` [PATCH 12/35] dmem: introduce mempolicy support
` [PATCH 13/35] mm, dmem: introduce PFN_DMEM and pfn_t_dmem
` [PATCH 14/35] mm, dmem: dmem-pmd vs thp-pmd
` [PATCH 15/35] mm: add pmd_special() check for pmd_trans_huge_lock()
` [PATCH 16/35] dmemfs: introduce ->split() to dmemfs_vm_ops
` [PATCH 17/35] mm, dmemfs: support unmap_page_range() for dmemfs pmd
` [PATCH 18/35] mm: follow_pmd_mask() for dmem huge pmd
` [PATCH 19/35] mm: gup_huge_pmd() "
` [PATCH 20/35] mm: support dmem huge pmd for vmf_insert_pfn_pmd()
` [PATCH 21/35] mm: support dmem huge pmd for follow_pfn()
` [PATCH 22/35] kvm, x86: Distinguish dmemfs page from mmio page
` [PATCH 23/35] kvm, x86: introduce VM_DMEM
` [PATCH 24/35] dmemfs: support hugepage for dmemfs
` [PATCH 25/35] mm, x86, dmem: fix estimation of reserved page for vaddr_get_pfn()
` [PATCH 26/35] mm, dmem: introduce pud_special()
` [PATCH 27/35] mm: add pud_special() to support dmem huge pud
` [PATCH 28/35] mm, dmemfs: support huge_fault() for dmemfs
` [PATCH 29/35] mm: add follow_pte_pud()
` [PATCH 30/35] dmem: introduce dmem_bitmap_alloc() and dmem_bitmap_free()
` [PATCH 31/35] dmem: introduce mce handler
` [PATCH 32/35] mm, dmemfs: register and handle the dmem mce
` [PATCH 33/35] kvm, x86: temporary disable record_steal_time for dmem
` [PATCH 34/35] dmem: add dmem unit tests
` [PATCH 35/35] Add documentation for dmemfs
io_uring: process task work in io_uring_register()
2020-10-09 1:09 UTC (4+ messages)
inconsistent lock state in xa_destroy
2020-10-09 0:55 UTC (9+ messages)
[PATCH v4 0/2] Control over userfaultfd kernel-fault handling
2020-10-08 23:22 UTC (4+ messages)
[PATCH 0/4] Remove nrexceptional tracking
2020-10-08 19:33 UTC (4+ messages)
[PATCH] xfs: flush new eof page on truncate to avoid post-eof corruption
2020-10-08 19:11 UTC (3+ messages)
[PATCH] enable core.fsyncObjectFiles by default
2020-10-08 18:53 UTC (6+ messages)
` [RFC PATCH 2/2] core.fsyncObjectFiles: make the docs less flippant
[PATCH 00/14] Small step toward KSM for file back page
2020-10-08 18:48 UTC (25+ messages)
` [PATCH 01/14] mm/pxa: page exclusive access add header file for all helpers
` [PATCH 02/14] fs: define filler_t as a function pointer type
` [PATCH 03/14] fs: directly use a_ops->freepage() instead of a local copy of it
` [PATCH 04/14] mm: add struct address_space to readpage() callback
` [PATCH 05/14] mm: add struct address_space to writepage() callback
` [PATCH 06/14] mm: add struct address_space to set_page_dirty() callback
` [PATCH 07/14] mm: add struct address_space to invalidatepage() callback
` [PATCH 08/14] mm: add struct address_space to releasepage() callback
` [PATCH 09/14] mm: add struct address_space to freepage() callback
` [PATCH 10/14] mm: add struct address_space to putback_page() callback
` [PATCH 11/14] mm: add struct address_space to launder_page() callback
` [PATCH 12/14] mm: add struct address_space to is_partially_uptodate() callback
` [PATCH 13/14] mm: add struct address_space to isolate_page() callback
` [PATCH 14/14] mm: add struct address_space to is_dirty_writeback() callback
[RESEND^2 PATCH v3 0/3] Clean up and fix error handling in DIO
2020-10-08 16:27 UTC (7+ messages)
` [RESEND^2 PATCH 1/3] direct-io: clean up error paths of do_blockdev_direct_IO
` [RESEND^2 PATCH 2/3] direct-io: don't force writeback for reads beyond EOF
` [RESEND^2 PATCH 3/3] direct-io: defer alignment check until after the EOF check
[PATCH 1/1] ext4: Fix bs < ps issue reported with dioread_nolock mount opt
2020-10-08 16:04 UTC (2+ messages)
[PATCH v21 00/12] Landlock LSM
2020-10-08 15:31 UTC (13+ messages)
` [PATCH v21 01/12] landlock: Add object management
` [PATCH v21 02/12] landlock: Add ruleset and domain management
` [PATCH v21 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v21 04/12] landlock: Add ptrace restrictions
` [PATCH v21 05/12] LSM: Infrastructure management of the superblock
` [PATCH v21 06/12] fs,security: Add sb_delete hook
` [PATCH v21 07/12] landlock: Support filesystem access-control
` [PATCH v21 08/12] landlock: Add syscall implementations
` [PATCH v21 09/12] arch: Wire up Landlock syscalls
` [PATCH v21 10/12] selftests/landlock: Add initial tests
` [PATCH v21 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v21 12/12] landlock: Add user and kernel documentation
[PATCH 10/13] selftests: proc: fix warning: _GNU_SOURCE redefined
2020-10-08 12:26 UTC
[PATCH] virtiofs: Fix false positive warning
2020-10-08 10:13 UTC (4+ messages)
[PATCH v2] ext4/xfs: add page refcount helper
2020-10-08 9:01 UTC (2+ messages)
WARNING: ODEBUG bug in exit_to_user_mode_prepare
2020-10-08 8:44 UTC (2+ messages)
[PATCH V3] fuse: Remove __GFP_FS flag to avoid allocator recursing
2020-10-08 6:03 UTC (4+ messages)
[PATCH] buffer: Add tracepoints to buffer write path
2020-10-08 5:19 UTC
mmotm 2020-10-07-15-48 uploaded
2020-10-07 22:49 UTC
[PATCH] ext4/xfs: add page refcount helper
2020-10-07 21:59 UTC (7+ messages)
INFO: task can't die in corrupted
2020-10-07 21:32 UTC (2+ messages)
` [f2fs bug] infinite loop in f2fs_get_meta_page_nofail()
mmotm 2020-10-06-15-50 uploaded
2020-10-07 21:03 UTC (3+ messages)
` mmotm 2020-10-06-15-50 uploaded (crypto/asymmetric_keys/public_key*)
INFO: task can't die in request_wait_answer
2020-10-07 20:58 UTC (2+ messages)
WARN_ON(fuse_insert_writeback(root, wpa)) in tree_insert()
2020-10-07 20:08 UTC
[PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
2020-10-07 18:47 UTC (7+ messages)
` [PATCH 1/7] 9P: Cast to loff_t before multiplying
` [PATCH 3/7] ceph: Promote to unsigned long long before shifting
[PATCH v2] kernel/sysctl.c: drop unneeded assignment in proc_do_large_bitmap()
2020-10-07 18:44 UTC (2+ messages)
[PATCH v3 0/4] io_uring: Fix async workqueue is not canceled on some corner case
2020-10-07 15:34 UTC (6+ messages)
` [PATCH v3 1/4] io_uring: Fix resource leaking when kill the process
` [PATCH v3 2/4] io_uring: Fix missing smp_mb() in io_cancel_async_work()
` [PATCH v3 3/4] io_uring: Fix remove irrelevant req from the task_list
` [PATCH v3 4/4] io_uring: Fix double list add in io_queue_async_work()
[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
2020-10-07 15:23 UTC
[PATCH] afs: Fix deadlock between writeback and truncate
2020-10-07 14:59 UTC (2+ messages)
[PATCH v2] block: soft limit zone-append sectors as well
2020-10-07 14:23 UTC (3+ messages)
[PATCH] block: soft limit zone-append sectors as well
2020-10-07 14:19 UTC (8+ messages)
KASAN: use-after-free Read in __d_alloc
2020-10-07 11:31 UTC
[PATCH] openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
2020-10-07 10:36 UTC
[PATCH] block: make maximum zone append size configurable
2020-10-07 9:02 UTC (7+ messages)
WARNING: locking bug in clear_inode
2020-10-07 8:38 UTC
[PATCH v3 1/2] exfat: add exfat_update_inode()
2020-10-07 8:13 UTC (3+ messages)
[PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case
2020-10-07 1:50 UTC (6+ messages)
` [PATCH v2 4/5] io_uring: Fix missing save the current thread files
` [External] Re: [PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case
[PATCH ghak90 V9 00/13] audit: implement container identifier
2020-10-06 20:03 UTC (6+ messages)
` [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting
[PATCH 2/2] xfs: kick extra large ioends to completion workqueue
2020-10-06 14:07 UTC (5+ messages)
` [PATCH v2 "
virtiofs: WARN_ON(out_sgs + in_sgs != total_sgs)
2020-10-06 13:06 UTC (5+ messages)
[RFC PATCH 0/1] overlayfs: C/R enhancments (RFC)
2020-10-06 9:54 UTC (7+ messages)
` [RFC PATCH] overlayfs: add OVL_IOC_GETINFOFD ioctl that opens ovlinfofd
page: next (older) | prev (newer) | latest
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).