messages from 2026-03-14 20:14:53 to 2026-04-24 16:51:55 UTC [more...]
[PATCH v3 0/9] Kernel API Specification Framework
2026-04-24 16:51 UTC (7+ messages)
` [PATCH v3 1/9] kernel/api: introduce kernel API specification framework
` [PATCH v3 2/9] kernel/api: enable kerneldoc-based API specifications
` [PATCH v3 3/9] kernel/api: add debugfs interface for kernel "
` [PATCH v3 4/9] tools/kapi: add kernel API specification extraction tool
` [PATCH v3 5/9] kernel/api: add API specification for sys_open
` [PATCH v3 6/9] kernel/api: add API specification for sys_close
[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
2026-04-24 10:09 UTC (4+ messages)
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] selftest: add tests for mkdirat2()
[PATCH v10 00/17] Exposing case folding behavior
2026-04-23 21:02 UTC (19+ messages)
` [PATCH v10 01/17] fs: Move file_kattr initialization to callers
` [PATCH v10 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v10 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v10 04/17] exfat: "
` [PATCH v10 05/17] ntfs3: "
` [PATCH v10 06/17] hfs: "
` [PATCH v10 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v10 08/17] ext4: "
` [PATCH v10 09/17] xfs: "
` [PATCH v10 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v10 11/17] nfs: "
` [PATCH v10 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v10 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v10 14/17] isofs: "
` [PATCH v10 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v10 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v10 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[PATCH v9 00/17] Exposing case folding behavior
2026-04-23 11:52 UTC (22+ messages)
` [PATCH v9 01/17] fs: Move file_kattr initialization to callers
` [PATCH v9 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v9 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v9 04/17] exfat: "
` [PATCH v9 05/17] ntfs3: "
` [PATCH v9 06/17] hfs: "
` [PATCH v9 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v9 08/17] ext4: "
` [PATCH v9 09/17] xfs: "
` [PATCH v9 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v9 11/17] nfs: "
` [PATCH v9 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v9 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v9 14/17] isofs: "
` [PATCH v9 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v9 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v9 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[PATCH bpf-next v12 0/8] bpf: Extend BPF syscall with common attributes support
2026-04-22 5:44 UTC (13+ messages)
` [PATCH bpf-next v12 1/8] "
` [PATCH bpf-next v12 2/8] libbpf: Add support for extended BPF syscall
` [PATCH bpf-next v12 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v12 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v12 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v12 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v12 7/8] libbpf: "
` [PATCH bpf-next v12 8/8] selftests/bpf: Add tests to verify map create failure log
[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
2026-04-20 14:31 UTC (28+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v6 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v6 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v6 4/4] mips/fcntl.h: "
[PATCH] [PATCH] PM: docs: Add comprehensive wakeup_count documentation
2026-04-19 7:23 UTC
[PATCH v2] f2fs: another way to set large folio by remembering inode number
2026-04-16 1:19 UTC (7+ messages)
[PATCH 1/4] exec: inherit HWCAPs from the parent process
2026-04-15 19:27 UTC (3+ messages)
[RFC PATCH v3 0/6] Rust goldfish_address_space driver (ioctl-only subset)
2026-04-13 16:28 UTC (8+ messages)
` [RFC PATCH v3 1/6] uapi: add goldfish_address_space userspace ABI header
` [RFC PATCH v3 2/6] rust: bindings: expose goldfish address-space headers
` [RFC PATCH v3 3/6] rust: page: add helpers for page-backed ping state
` [RFC PATCH v3 4/6] rust: pci: add shared BAR memremap support
` [RFC PATCH v3 5/6] rust: miscdevice: harden registration and safe file_operations invariants
` [RFC PATCH v3 6/6] platform/goldfish: add Rust goldfish_address_space driver
Avoid reading /sys/kernel/mm/transparent_hugepage/?
2026-04-11 0:12 UTC (4+ messages)
[RFC] Modernizing Linux authentication logs (lastlog, btmp, utmp, wtmp) with SQLite
2026-04-10 12:38 UTC (6+ messages)
[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
2026-04-09 7:58 UTC (18+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()
` [RFC PATCH 2/2] selftest: add tests for mkdirat_fd()
[PATCH 0/9] Kernel API Specification Framework
2026-04-08 12:05 UTC (25+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 5/9] kernel/api: add API specification for sys_open
[PATCH v2 0/9] Kernel API Specification Framework
2026-03-24 11:45 UTC (16+ messages)
` [PATCH v2 1/9] kernel/api: introduce kernel API specification framework
` [PATCH v2 2/9] kernel/api: enable kerneldoc-based API specifications
` [PATCH v2 3/9] kernel/api: add debugfs interface for kernel "
` [PATCH v2 4/9] tools/kapi: Add kernel API specification extraction tool
` [PATCH v2 5/9] kernel/api: add API specification for sys_open
` [PATCH v2 6/9] kernel/api: add API specification for sys_close
` [PATCH v2 7/9] kernel/api: add API specification for sys_read
` [PATCH v2 8/9] kernel/api: add API specification for sys_write
` [PATCH v2 9/9] kernel/api: add runtime verification selftest
fix architecture-specific compat_ftruncate64 implementations
2026-03-23 11:44 UTC (8+ messages)
` [PATCH 1/3] fs: fix archiecture-specific compat_ftruncate64
` [PATCH 2/3] fs: pass on FTRUNCATE_* flags to do_truncate
` [PATCH 3/3] fs: remove do_sys_truncate
[PATCH net-next v2 00/14] tcp: preserve receive-window accounting across ratio drift
2026-03-16 18:03 UTC (20+ messages)
` [PATCH net-next v2 05/14] tcp: grow rcvbuf to back scaled-window quantization slack
` [PATCH net-next v2 07/14] tcp: honor the maximum advertised window after live retraction
` [PATCH net-next v2 08/14] tcp: extend TCP_REPAIR_WINDOW for live and max-window snapshots
` [PATCH net-next v2 09/14] mptcp: refresh TCP receive-window snapshots on subflows
` [PATCH net-next v2 10/14] tcp: expose rmem and backlog in tcp and mptcp rcvbuf_grow tracepoints
` [PATCH net-next v2 11/14] selftests: tcp_ao: cover legacy, v1, and retracted repair windows
` [PATCH net-next v2 12/14] tun/selftests: add RX truesize injection for TCP window tests
` [PATCH net-next v2 13/14] netdevsim: add peer RX truesize support for selftests
` [PATCH net-next v2 14/14] netdevsim: release pinned PSP ext on drop paths
[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
2026-03-16 17:22 UTC (5+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support
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