messages from 2023-12-05 15:41:25 to 2023-12-07 02:24:00 UTC [more...]
[PATCH 0/11] vfs: inode cache scalability improvements
2023-12-07 2:23 UTC (16+ messages)
` [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists
` [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH 03/11] vfs: Use dlock list for superblock's inode list
` [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH 05/11] selinux: use dlist for isec inode list
` [PATCH 06/11] vfs: factor out inode hash head calculation
` [PATCH 07/11] hlist-bl: add hlist_bl_fake()
` [PATCH 08/11] vfs: inode cache conversion to hash-bl
` [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads
` [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep
` [PATCH 11/11] hlist-bl: introduced nested locking for dm-snap
[RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave
2023-12-07 0:27 UTC (12+ messages)
` [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure
` [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [RFC PATCH 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall
` [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave
[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
2023-12-06 23:28 UTC (16+ messages)
[PATCH 1/3] block: Rework bio_for_each_segment_all()
2023-12-06 23:27 UTC (4+ messages)
[PATCH v14 00/12] FUSE passthrough for file io
2023-12-06 23:11 UTC (19+ messages)
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-12-06 21:44 UTC (7+ messages)
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()
[viro-vfs:work.dcache2] [__dentry_kill()] 1b738f196e: stress-ng.sysinfo.ops_per_sec -27.2% regression
2023-12-06 21:41 UTC (21+ messages)
[PATCH] mm: Support order-1 folios in the page cache
2023-12-06 21:07 UTC (3+ messages)
[PATCH RFC 0/4] dev_dax_iomap: introduce iomap for /dev/dax
2023-12-06 21:03 UTC (5+ messages)
` [PATCH RFC 1/4] dev_dax_iomap: Add add_dax_ops() func for fs-dax to provide dax holder_ops
` [PATCH RFC 2/4] dev_dax_iomap: Temporary hacks due to linkage issues
` [PATCH RFC 3/4] dev_dax_iomap: Add dax_operations to /dev/dax struct dax_device
` [PATCH RFC 4/4] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter
[PATCH] freevxfs: Convert vxfs_immed_read_folio to the new folio APIs
2023-12-06 20:46 UTC
[syzbot] [fs?] general protection fault in pagemap_scan_hugetlb_entry
2023-12-06 20:36 UTC
[PATCH 0/4] listmount changes
2023-12-06 20:24 UTC (4+ messages)
` [PATCH 3/4] listmount: small changes in semantics
[PATCH 0/7] File abstractions needed by Rust Binder
2023-12-06 20:05 UTC (10+ messages)
` [PATCH 5/7] rust: file: add `Kuid` wrapper
[PATCH] gfs2: Remove use of error flag in journal reads
2023-12-06 19:58 UTC
Issues with FIEMAP, xfstests, Samba, ksmbd and CIFS
2023-12-06 18:47 UTC (3+ messages)
[PATCH v12 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-12-06 18:24 UTC (5+ messages)
` [PATCH v12 bpf-next 03/17] bpf: introduce BPF token object
[PATCH] fs: vboxsf: fix a kernel-doc warning
2023-12-06 17:16 UTC (4+ messages)
[RFC] proposed libc interface and man page for listmount
2023-12-06 16:53 UTC (7+ messages)
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-12-06 16:50 UTC (12+ messages)
[PATCH v2 0/7] File abstractions needed by Rust Binder
2023-12-06 16:49 UTC (13+ messages)
` [PATCH v2 1/7] rust: file: add Rust abstraction for `struct file`
` [PATCH v2 2/7] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v2 3/7] rust: security: add abstraction for secctx
` [PATCH v2 4/7] rust: file: add `FileDescriptorReservation`
` [PATCH v2 5/7] rust: file: add `Kuid` wrapper
` [PATCH v2 6/7] rust: file: add `DeferredFdCloser`
` [PATCH v2 7/7] rust: file: add abstraction for `poll_table`
[PATCH v6 0/1] mm: report per-page metadata information
2023-12-06 15:59 UTC (6+ messages)
` [PATCH v6 1/1] "
[PATCH 00/16] fs/ntfs3: Bugfix and refactoring
2023-12-06 15:14 UTC (17+ messages)
` [PATCH 01/16] fs/ntfs3: Improve alternative boot processing
` [PATCH 02/16] fs/ntfs3: Modified fix directory element type detection
` [PATCH 03/16] fs/ntfs3: Improve ntfs_dir_count
` [PATCH 04/16] fs/ntfs3: Correct hard links updating when dealing with DOS neams
` [PATCH 05/16] fs/ntfs3: Print warning while fixing hard links count
` [PATCH 06/16] fs/ntfs3: Reduce stack usage
` [PATCH 07/16] fs/ntfs3: Fix multithreaded stress test
` [PATCH 08/16] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
` [PATCH 09/16] fs/ntfs3: Correct use bh_read
` [PATCH 10/16] fs/ntfs3: Add file_modified
` [PATCH 11/16] fs/ntfs3: Drop suid and sgid bits as a part of fpunch
` [PATCH 12/16] fs/ntfs3: Implement super_operations::shutdown
` [PATCH 13/16] fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
` [PATCH 14/16] fs/ntfs3: Add and fix comments
` [PATCH 15/16] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
` [PATCH 16/16] fs/ntfs3: Fix c/mtime typo
[PATCH 0/2 v2] Move all file-close work for nfsd into nfsd threads
2023-12-06 14:29 UTC (15+ messages)
` [PATCH 1/2] Allow a kthread to declare that it calls task_work_run()
[PATCH v5 0/5] userfaultfd move option
2023-12-06 10:39 UTC (15+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
[PATCH v6 0/5] userfaultfd move option
2023-12-06 10:36 UTC (6+ messages)
` [PATCH v6 1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v6 2/5] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v6 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test
` [PATCH v6 4/5] selftests/mm: add uffd_test_case_ops to allow test case-specific operations
` [PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
[PATCH] gfs2: rgrp: fix kernel-doc warnings
2023-12-06 10:17 UTC (2+ messages)
[PATCH v18 00/12] Implement copy offload support
2023-12-06 10:02 UTC (13+ messages)
` [PATCH v18 01/12] block: Introduce queue limits and sysfs for copy-offload support
` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer
` [PATCH v18 03/12] block: add copy offload support
` [PATCH v18 04/12] block: add emulation for copy
` [PATCH v18 05/12] fs/read_write: Enable copy_file_range for block device
` [PATCH v18 06/12] fs, block: copy_file_range for def_blk_ops for direct "
` [PATCH v18 07/12] nvme: add copy offload support
` [PATCH v18 08/12] nvmet: add copy command support for bdev and file ns
` [PATCH v18 09/12] dm: Add support for copy offload
` [PATCH v18 10/12] dm: Enable copy offload for dm-linear target
` [PATCH v18 11/12] null: Enable trace capability for null block
` [PATCH v18 12/12] null_blk: add support for copy offload
[syzbot] Monthly ntfs report (Dec 2023)
2023-12-06 10:05 UTC
[syzbot] Monthly hfs report (Dec 2023)
2023-12-06 10:05 UTC
[syzbot] Monthly btrfs report (Dec 2023)
2023-12-06 10:05 UTC
[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
2023-12-06 9:55 UTC (5+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array
[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
2023-12-06 9:13 UTC (8+ messages)
` [PATCH v6 42/45] mm: shrinker: make global slab shrink lockless
[PATCH] fs/namei: Don't update atime when some errors occur in get_link
2023-12-06 9:02 UTC (2+ messages)
[PATCH] ubifs: fix kernel-doc warnings
2023-12-06 7:22 UTC (2+ messages)
[PATCH] fscrypt: move the call to fscrypt_destroy_keyring() into ->put_super()
2023-12-06 7:16 UTC (5+ messages)
[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
2023-12-06 5:53 UTC (10+ messages)
` [PATCH v2 13/18] sysctl: move sysctl type to ctl_table_header
[PATCH] fs/hfsplus: wrapper.c: fix kernel-doc warnings
2023-12-06 2:43 UTC
[PATCH] befs: fix datastream.c kernel-doc warnings
2023-12-06 2:34 UTC
[viro-vfs:carved-up-__dentry_kill 22/28] fs/dcache.c:1101:33: error: 'dentry' undeclared
2023-12-06 1:01 UTC (2+ messages)
[PATCH v4 00/46] btrfs: add fscrypt support
2023-12-06 0:01 UTC (12+ messages)
` [PATCH v4 01/46] fs: move fscrypt keyring destruction to after ->put_super
` [PATCH v4 02/46] fscrypt: add per-extent encryption support
Fw: [PATCH] proc: Update inode upon changing task security attribute
2023-12-05 22:31 UTC (4+ messages)
[PATCH 14/16] commoncap: remove cap_inode_getsecurity()
2023-12-05 21:25 UTC (2+ messages)
[PATCH 04/16] capability: use vfsuid_t for vfs_caps rootids
2023-12-05 21:25 UTC (2+ messages)
` [PATCH 4/16] "
[PATCH 03/16] capability: rename cpu_vfs_cap_data to vfs_caps
2023-12-05 21:25 UTC (2+ messages)
` [PATCH 3/16] "
[PATCH 6/7] rust: file: add `DeferredFdCloser`
2023-12-05 18:16 UTC (3+ messages)
[PATCH v2 12/18] sysctl: treewide: constify the ctl_table argument of handlers
2023-12-05 16:05 UTC (2+ messages)
[PATCH v3] exfat/balloc: using hweight instead of internal logic
2023-12-05 15:58 UTC
[PATCH v3 00/25] Permission Overlay Extension
2023-12-05 15:41 UTC (3+ messages)
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 read-only IMAP folder(s) and NNTP newsgroup(s).