messages from 2022-09-26 15:24:42 to 2022-09-28 13:30:41 UTC [more...]
[PATCH v10 00/27] Rust support
2022-09-28 13:30 UTC (70+ messages)
` [PATCH v10 01/27] kallsyms: use `ARRAY_SIZE` instead of hardcoded size
` [PATCH v10 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v10 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v10 04/27] kallsyms: support "big" kernel symbols
` [PATCH v10 05/27] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v10 06/27] rust: add C helpers
` [PATCH v10 07/27] rust: import upstream `alloc` crate
` [PATCH v10 08/27] rust: adapt `alloc` crate to the kernel
` [PATCH v10 09/27] rust: add `compiler_builtins` crate
` [PATCH v10 10/27] rust: add `macros` crate
` [PATCH v10 11/27] rust: add `bindings` crate
` [PATCH v10 12/27] rust: add `kernel` crate
` [PATCH v10 13/27] rust: export generated symbols
` [PATCH v10 14/27] vsprintf: add new `%pA` format specifier
` [PATCH v10 15/27] scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
` [PATCH v10 16/27] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v10 17/27] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v10 18/27] scripts: add `generate_rust_analyzer.py`
` [PATCH v10 19/27] scripts: add `generate_rust_target.rs`
` [PATCH v10 20/27] scripts: add `rust_is_available.sh`
` [PATCH v10 21/27] scripts: add `is_rust_module.sh`
` [PATCH v10 22/27] rust: add `.rustfmt.toml`
` [PATCH v10 23/27] Kbuild: add Rust support
` [PATCH v10 24/27] docs: add Rust documentation
` [PATCH v10 25/27] x86: enable initial Rust support
` [PATCH v10 26/27] samples: add first Rust examples
` [PATCH v10 27/27] MAINTAINERS: Rust
[PATCH] statx, inode: document the new STATX_VERSION field
2022-09-28 13:00 UTC (3+ messages)
[PATCH 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
2022-09-28 12:31 UTC (34+ messages)
` [PATCH 01/26] bpf: verifier: Allow for multiple packets
` [PATCH 02/26] bpf: verifier: Allow single packet invalidation
` [PATCH 03/26] fuse-bpf: Update uapi for fuse-bpf
` [PATCH 04/26] fuse-bpf: Add BPF supporting functions
` [PATCH 05/26] fs: Generic function to convert iocb to rw flags
` [PATCH 06/26] bpf: Export bpf_prog_fops
` [PATCH 07/26] fuse-bpf: Prepare for fuse-bpf patch
` [PATCH 08/26] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [PATCH 09/26] fuse-bpf: Don't support export_operations
` [PATCH 10/26] fuse-bpf: Partially add mapping support
` [PATCH 11/26] fuse-bpf: Add lseek support
` [PATCH 12/26] fuse-bpf: Add support for fallocate
` [PATCH 13/26] fuse-bpf: Support file/dir open/close
` [PATCH 14/26] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [PATCH 15/26] fuse-bpf: Add support for read/write iter
` [PATCH 16/26] fuse-bpf: support FUSE_READDIR
` [PATCH 17/26] fuse-bpf: Add support for sync operations
` [PATCH 18/26] fuse-bpf: Add Rename support
` [PATCH 19/26] fuse-bpf: Add attr support
` [PATCH 20/26] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [PATCH 21/26] fuse-bpf: Add xattr support
` [PATCH 22/26] fuse-bpf: Add symlink/link support
` [PATCH 23/26] fuse-bpf: allow mounting with no userspace daemon
` [PATCH 24/26] fuse-bpf: Call bpf for pre/post filters
` [PATCH 25/26] fuse-bpf: Add userspace "
` [PATCH 26/26] fuse-bpf: Add selftests
thoughts about fanotify and HSM
2022-09-28 12:29 UTC (11+ messages)
[PATCH] fuse: always revalidate rename target dentry
2022-09-28 12:19 UTC
[syzbot] WARNING in folio_account_dirtied
2022-09-28 11:35 UTC
[PATCH v2] block: add filemap_invalidate_lock_killable()
2022-09-28 11:16 UTC (3+ messages)
ext4_writepages: jbd2_start: 5120 pages, ino 11; err -5
2022-09-28 10:10 UTC (5+ messages)
[syzbot] WARNING: suspicious RCU usage in evict
2022-09-28 7:45 UTC (2+ messages)
[PATCH v2 00/30] acl: add vfs posix acl api
2022-09-28 7:41 UTC (42+ messages)
` [PATCH v2 10/30] security: add set acl hook
` [PATCH v2 11/30] selinux: implement "
` [PATCH v2 12/30] smack: "
` [PATCH v2 13/30] evm: "
` [PATCH v2 14/30] acl: use "
` [PATCH v2 15/30] evm: add post "
` [PATCH v2 16/30] acl: add vfs_get_acl()
` [PATCH v2 17/30] acl: add vfs_remove_acl()
` [PATCH v2 18/30] evm: simplify evm_xattr_acl_change()
` [PATCH v2 19/30] ksmbd: use vfs_remove_acl()
` [PATCH v2 20/30] ecryptfs: implement get acl method
` [PATCH v2 21/30] ecryptfs: implement set "
` [PATCH v2 22/30] ovl: implement get "
` [PATCH v2 23/30] ovl: implement set "
` [PATCH v2 24/30] ovl: use posix acl api
` [PATCH v2 25/30] xattr: "
` [PATCH v2 26/30] ecryptfs: use stub posix acl handlers
` [PATCH v2 27/30] ovl: "
` [PATCH v2 28/30] cifs: "
` [PATCH v2 29/30] 9p: "
` [PATCH v2 30/30] acl: remove a slew of now unused helpers
[syzbot] unexpected kernel reboot (8)
2022-09-28 7:35 UTC
[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
2022-09-28 7:26 UTC (11+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
` [PATCH v2 02/16] slab: Introduce kmalloc_size_roundup()
` [PATCH v2 06/16] igb: Proactively round up to kmalloc bucket size
` [PATCH v2 13/16] mempool: Use kmalloc_size_roundup() to match ksize() usage
[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
2022-09-28 6:03 UTC (2+ messages)
[RFC PATCH 0/2] iomap/xfs: fix data corruption due to stale cached iomaps
2022-09-28 5:16 UTC (12+ messages)
` [PATCH 1/2] iomap: write iomap validity checks
` [PATCH 2/2] xfs: use iomap_valid method to detect stale cached iomaps
[PATCH] vfs: parse sloppy mount option in correct order
2022-09-28 1:09 UTC
[RFC PATCH] xfs: drop experimental warning for fsdax
2022-09-27 23:51 UTC (6+ messages)
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-09-27 23:23 UTC (19+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
[PATCH][CFT] [coredump] don't use __kernel_write() on kmap_local_page()
2022-09-27 22:51 UTC
[PATCH printk 00/18] preparation for threaded/atomic printing
2022-09-27 14:07 UTC (5+ messages)
` [PATCH printk 02/18] printk: Declare log_wait properly
` [PATCH printk 07/18] printk: Convert console list walks for readers to list lock
[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
2022-09-27 13:18 UTC (16+ messages)
[PATCH v2 10/18] fsdax: Manage pgmap references at entry insertion and deletion
2022-09-27 12:56 UTC (13+ messages)
[PATCH v9 01/27] kallsyms: use `sizeof` instead of hardcoded size
2022-09-27 12:48 UTC (6+ messages)
[PATCH] fs/ceph/super: add mount options "snapdir{mode,uid,gid}"
2022-09-27 12:08 UTC
[syzbot] WARNING in brelse
2022-09-27 11:45 UTC
[RFC v2 0/8] ext4: Convert inode preallocation list to an rbtree
2022-09-27 9:28 UTC (2+ messages)
[RFC v2 0/8] ext4: Convert inode preallocation list to an rbtree
2022-09-27 9:16 UTC (9+ messages)
` [RFC v3 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [RFC v3 2/8] ext4: Refactor code related to freeing PAs
` [RFC v3 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [RFC v3 4/8] ext4: Move overlap assert logic into a separate function
` [RFC v3 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [RFC v3 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [RFC v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [RFC v3 8/8] ext4: Remove the logic to trim inode PAs
Wycena paneli fotowoltaicznych
2022-09-27 8:16 UTC
[RFC PATCH 00/29] acl: add vfs posix acl api
2022-09-27 7:34 UTC (11+ messages)
` [PATCH 10/29] selinux: implement set acl hook
[PATCH v2 00/18] Fix the DAX-gup mistake
2022-09-27 6:20 UTC (3+ messages)
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core
[PATCH v2 0/3] Check content after reading from quota file
2022-09-27 1:07 UTC (4+ messages)
` [PATCH v2 2/3] quota: Replace all block number checking with helper function
[PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
2022-09-26 19:55 UTC (12+ messages)
[PATCH v6 0/5] landlock: truncate support
2022-09-26 16:07 UTC (5+ messages)
` [PATCH v6 1/5] security: create file_truncate hook from path_truncate hook
[PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
2022-09-26 14:10 UTC (11+ 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 NNTP newsgroup(s).