linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-23 08:21:20 to 2021-12-29 14:44:14 UTC [more...]

pstore/ramoops - why only collect a partial dmesg?
 2021-12-29 14:43 UTC 

[PATCH v9 0/5] io_uring: add xattr support
 2021-12-29 14:31 UTC  (7+ messages)
` [PATCH v9 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v9 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v9 3/5] fs: split off do_getxattr from getxattr
` [PATCH v9 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v9 5/5] io_uring: add fgetxattr and getxattr support

[PATCH bpf-next v2] net: don't include filter.h from net/sock.h
 2021-12-29 14:05 UTC  (4+ messages)

Inquiries about how to ignore sub-events when using a designated directory as 'ignore mark'
 2021-12-29  7:10 UTC 

[PATCH v2] fuse: fix deadlock between atomic O_TRUNC open() and page invalidations
 2021-12-29  4:02 UTC 

[syzbot] possible deadlock in snd_pcm_period_elapsed (3)
 2021-12-29  1:23 UTC 

Bug using new ntfs3 file system driver (5.15.2 on Arch Linux)
 2021-12-29  1:13 UTC  (4+ messages)

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-28 22:14 UTC  (32+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 kvm/queue 02/16] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v3 kvm/queue 03/16] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 kvm/queue 04/16] KVM: Extend the memslot to support fd-based private memory
` [PATCH v3 kvm/queue 05/16] KVM: Maintain ofs_tree for fast memslot lookup by file offset
` [PATCH v3 kvm/queue 06/16] KVM: Implement fd-based memory using MEMFD_OPS interfaces
` [PATCH v3 kvm/queue 07/16] KVM: Refactor hva based memory invalidation code
` [PATCH v3 kvm/queue 08/16] KVM: Special handling for fd-based memory invalidation
` [PATCH v3 kvm/queue 09/16] KVM: Split out common memory invalidation code
` [PATCH v3 kvm/queue 10/16] KVM: Implement fd-based memory invalidation
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range
` [PATCH v3 kvm/queue 12/16] KVM: Implement fd-based memory fallocation
` [PATCH v3 kvm/queue 13/16] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for private memory
` [PATCH v3 kvm/queue 15/16] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v3 kvm/queue 16/16] KVM: Register/unregister private memory slot to memfd

[PATCH bpf-next] net: don't include filter.h from net/sock.h
 2021-12-28 19:25 UTC 

[PATCH RFC v2 0/4] coredump: mitigate privilege escalation of process coredump
 2021-12-28 17:09 UTC  (5+ messages)
` [PATCH RFC v2 1/4] exec: add a flag indicating if an exec file is a suid/sgid
` [PATCH RFC v2 2/4] process: add the PF_SUID flag
` [PATCH RFC v2 3/4] coredump: mitigate privilege escalation of process coredump
` [PATCH RFC v2 4/4] exec: only set the suid flag if the current proc isn't root

[PATCH v1 00/23] fscache,erofs: fscache-based demand-read semantics
 2021-12-28 12:34 UTC  (32+ messages)
` [PATCH v1 01/23] cachefiles: add cachefiles_demand devnode
` [PATCH v1 02/23] cachefiles: add mode command to distinguish modes
` [PATCH v1 03/23] cachefiles: detect backing file size in demand-read mode
` [PATCH v1 04/23] netfs: make ops->init_rreq() optional
` [PATCH v1 05/23] netfs: add inode parameter to netfs_alloc_read_request()
` [PATCH v1 06/23] erofs: export erofs_map_blocks()
` [PATCH v1 07/23] erofs: add nodev mode
` [PATCH v1 08/23] erofs: register global fscache volume
` [PATCH v1 09/23] erofs: add cookie context helper functions
` [PATCH v1 10/23] erofs: add anonymous inode managing page cache of blob file
` [PATCH v1 11/23] erofs: register cookie context for bootstrap
` [PATCH v1 12/23] erofs: implement fscache-based metadata read
` [PATCH v1 13/23] erofs: implement fscache-based data read
` [PATCH v1 14/23] erofs: register cookie context for data blobs
` [PATCH v1 15/23] erofs: implement fscache-based data read "
` [PATCH v1 16/23] erofs: add 'uuid' mount option
` [PATCH v1 17/23] netfs: support on demand read
` [PATCH v1 18/23] cachefiles: use idr tree managing pending "
` [PATCH v1 19/23] cachefiles: implement .demand_read() for "
` [PATCH v1 20/23] cachefiles: implement .poll() "
` [PATCH v1 21/23] cachefiles: implement .read() "
` [PATCH v1 22/23] cachefiles: add done command "
` [PATCH v1 23/23] erofs: support on "

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-12-28 11:24 UTC  (5+ messages)

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-28 10:04 UTC  (2+ messages)

[BUG] fs: super: possible ABBA deadlocks in do_thaw_all_callback() and freeze_bdev()
 2021-12-28  2:31 UTC  (6+ messages)

[PATCH RFC 0/4] coredump: mitigate privilege escalation of process coredump
 2021-12-27 22:34 UTC  (5+ messages)
` [PATCH RFC 1/4] exec: add a flag indicating if an exec file is a suid/sgid
` [PATCH RFC 2/4] process: add the PF_SUID flag
` [PATCH RFC 3/4] coredump: mitigate privilege escalation of process coredump
` [PATCH RFC 4/4] exec: only set the suid flag if the current proc isn't root

[PATCH 0/3] Some improvements on panic_print
 2021-12-27  3:14 UTC  (8+ messages)
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH REPOST REPOST v2] fscache: Use only one fscache_object_cong_wait
 2021-12-27  0:20 UTC  (4+ messages)

[PATCH 00/48] Folios for 5.17
 2021-12-26 22:26 UTC  (59+ messages)
` [PATCH 02/48] fs/writeback: Convert inode_switch_wbs_work_fn to folios
` [PATCH 05/48] pagevec: Add folio_batch
` [PATCH 06/48] iov_iter: Add copy_folio_to_iter()
` [PATCH 07/48] iov_iter: Convert iter_xarray to use folios
` [PATCH 09/48] filemap: Add folio_put_wait_locked()
` [PATCH 25/48] filemap: Add read_cache_folio and read_mapping_folio
` [PATCH 30/48] filemap: Use a folio in filemap_page_mkwrite
` [PATCH 31/48] filemap: Add filemap_release_folio()
` [PATCH 32/48] truncate: Add truncate_cleanup_folio()
` [PATCH 35/48] truncate,shmem: Add truncate_inode_folio()
` [PATCH 36/48] truncate: Skip known-truncated indices
` [PATCH 37/48] truncate: Convert invalidate_inode_pages2_range() to use a folio
` [PATCH 38/48] truncate: Add invalidate_complete_folio2()
` [PATCH 39/48] filemap: Convert filemap_read() to use a folio
` [PATCH 40/48] filemap: Convert filemap_get_read_batch() to use a folio_batch
` [PATCH 41/48] filemap: Return only folios from find_get_entries()
` [PATCH 42/48] mm: Convert find_lock_entries() to use a folio_batch
` [PATCH 43/48] mm: Remove pagevec_remove_exceptionals()
` [PATCH 44/48] fs: Convert vfs_dedupe_file_range_compare to folios
` [PATCH 45/48] truncate: Convert invalidate_inode_pages2_range "
` [PATCH 46/48] truncate,shmem: Handle truncates that split large folios
` [PATCH 47/48] XArray: Add xas_advance()
` [PATCH 48/48] mm: Use multi-index entries in the page cache

Problem with data=ordered ext4 mount option in linux-next
 2021-12-26 20:01 UTC  (8+ messages)

[PATCH] exec: Make suid_dumpable apply to SUID/SGID binaries irrespective of invoking users
 2021-12-26 15:03 UTC  (11+ messages)

[PATCH v9 00/10] fsdax: introduce fs query to support reflink
 2021-12-26 14:34 UTC  (11+ messages)
` [PATCH v9 01/10] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v9 02/10] dax: Introduce holder for dax_device
` [PATCH v9 03/10] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v9 04/10] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v9 05/10] fsdax: fix function description
` [PATCH v9 06/10] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v9 07/10] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v9 08/10] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v9 09/10] xfs: Implement ->notify_failure() for XFS
` [PATCH v9 10/10] fsdax: set a CoW flag when associate reflink mappings

[PATCH v2 1/2] binfmt_misc: cleanup on filesystem umount
 2021-12-26 13:31 UTC  (3+ messages)
` [PATCH v2 2/2] binfmt_misc: enable sandboxed mounts

Happy Weekend:
 2021-12-26  9:29 UTC 

remove Xen tmem leftovers
 2021-12-25 10:35 UTC  (17+ messages)
` [PATCH 01/13] mm: remove cleancache
` [PATCH 02/13] frontswap: remove frontswap_writethrough
` [PATCH 03/13] frontswap: remove frontswap_tmem_exclusive_gets
` [PATCH 04/13] frontswap: remove frontswap_shrink
` [PATCH 05/13] frontswap: remove frontswap_curr_pages
` [PATCH 06/13] frontswap: simplify frontswap_init
` [PATCH 07/13] frontswap: remove the frontswap exports
` [PATCH 08/13] mm: simplify try_to_unuse
` [PATCH 09/13] frontswap: remove frontswap_test
` [PATCH 10/13] frontswap: simplify frontswap_register_ops
` [PATCH 11/13] mm: mark swap_lock and swap_active_head static
` [PATCH 12/13] frontswap: remove support for multiple ops
` [PATCH 13/13] mm: hide the FRONTSWAP Kconfig symbol

[PATCH v8 0/5] io_uring: add xattr support
 2021-12-24 12:47 UTC  (7+ messages)
` [PATCH v8 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v8 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v8 3/5] fs: split off do_getxattr from getxattr
` [PATCH v8 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v8 5/5] io_uring: add fgetxattr and getxattr support

[PATCH v7 0/5] io_uring: add xattr support
 2021-12-23 23:54 UTC  (8+ messages)
` [PATCH v7 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v7 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v7 3/5] fs: split off do_getxattr from getxattr
` [PATCH v7 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v7 5/5] io_uring: add fgetxattr and getxattr support

[PATCH v6 0/5] io_uring: add xattr support
 2021-12-23 20:00 UTC  (12+ messages)
` [PATCH v6 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v6 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v6 3/5] fs: split off do_getxattr from getxattr
` [PATCH v6 4/5] io_uring: add fsetxattr and setxattr support

[PATCH 0/2] Forced idle time accounting per cpu
 2021-12-23 12:40 UTC  (4+ messages)
` [PATCH 1/2] sched/core: Cookied forceidle "
` [PATCH 2/2] sched/core: Uncookied force idle "

[PATCH] fuse: async processing of F_SETLK with FL_SLEEP flag
 2021-12-23 11:31 UTC 


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