linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-26 23:21:28 to 2022-09-28 16:40:21 UTC [more...]

[PATCH v10 00/27] Rust support
 2022-09-28 16:39 UTC  (85+ 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 v3 00/29] acl: add vfs posix acl api
 2022-09-28 16:34 UTC  (31+ messages)
` [PATCH v3 01/29] orangefs: rework posix acl handling when creating new filesystem objects
` [PATCH v3 02/29] fs: pass dentry to set acl method
` [PATCH v3 03/29] fs: rename current get "
` [PATCH v3 04/29] fs: add new "
` [PATCH v3 05/29] cifs: implement "
` [PATCH v3 06/29] cifs: implement set "
` [PATCH v3 07/29] 9p: implement get "
` [PATCH v3 08/29] 9p: implement set "
` [PATCH v3 09/29] security: add get, remove and set acl hook
` [PATCH v3 10/29] selinux: implement get, set and remove "
` [PATCH v3 11/29] smack: "
` [PATCH v3 12/29] integrity: implement get and set "
` [PATCH v3 13/29] evm: add post "
` [PATCH v3 14/29] acl: add vfs_set_acl()
` [PATCH v3 15/29] acl: add vfs_get_acl()
` [PATCH v3 16/29] acl: add vfs_remove_acl()
` [PATCH v3 17/29] ksmbd: use vfs_remove_acl()
` [PATCH v3 18/29] ecryptfs: implement get acl method
` [PATCH v3 19/29] ecryptfs: implement set "
` [PATCH v3 20/29] ovl: implement get "
` [PATCH v3 21/29] ovl: implement set "
` [PATCH v3 22/29] ovl: use posix acl api
` [PATCH v3 23/29] xattr: "
` [PATCH v3 24/29] evm: remove evm_xattr_acl_change()
` [PATCH v3 25/29] ecryptfs: use stub posix acl handlers
` [PATCH v3 26/29] ovl: "
` [PATCH v3 27/29] cifs: "
` [PATCH v3 28/29] 9p: "
` [PATCH v3 29/29] acl: remove a slew of now unused helpers

[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-09-28 16:27 UTC  (4+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions

[PATCH v2 00/30] acl: add vfs posix acl api
 2022-09-28 15:27 UTC  (34+ 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()

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-09-28 14:46 UTC  (7+ messages)

[man-pages RFC PATCH v6] statx, inode: document the new STATX_VERSION field
 2022-09-28 13:42 UTC 

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-28 13:36 UTC  (14+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[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  (13+ messages)
` [PATCH 03/26] fuse-bpf: Update uapi for fuse-bpf
` [PATCH 12/26] fuse-bpf: Add support for fallocate
` [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)

[syzbot] unexpected kernel reboot (8)
 2022-09-28  7:35 UTC 

[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 

[PATCH][CFT] [coredump] don't use __kernel_write() on kmap_local_page()
 2022-09-27 22:51 UTC 

[PATCH 08/26] fuse: Add fuse-bpf, a stacked fs extension for FUSE
 2022-09-27 22:45 UTC  (2+ messages)

[PATCH printk 00/18] preparation for threaded/atomic printing
 2022-09-27 14:07 UTC  (3+ messages)
` [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  (9+ 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 02/26] bpf: verifier: Allow single packet invalidation
 2022-09-27  4:49 UTC  (2+ messages)

[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


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