messages from 2024-08-06 15:53:21 to 2024-08-07 15:05:04 UTC [more...]
Are jump labels broken on 6.11-rc1?
2024-08-07 15:05 UTC (15+ messages)
[PATCH v8 0/8] File abstractions needed by Rust Binder
2024-08-07 15:04 UTC (17+ messages)
` [PATCH v8 1/8] rust: types: add `NotThreadSafe`
` [PATCH v8 2/8] rust: task: add `Task::current_raw`
` [PATCH v8 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v8 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v8 5/8] rust: security: add abstraction for secctx
` [PATCH v8 6/8] rust: file: add `FileDescriptorReservation`
[PATCH v1 00/11] mm: replace follow_page() by folio_walk
2024-08-07 14:52 UTC (19+ messages)
` [PATCH v1 02/11] mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
` [PATCH v1 08/11] s390/uv: convert gmap_destroy_page() "
` [PATCH v1 09/11] s390/mm/fault: convert do_secure_storage_access() "
[PATCH v3 00/14] forcealign for xfs
2024-08-07 14:40 UTC (34+ messages)
` [PATCH v3 01/14] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v3 03/14] xfs: simplify extent allocation alignment
` [PATCH v3 04/14] xfs: make EOF allocation simpler
` [PATCH v3 07/14] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 08/14] xfs: Update xfs_inode_alloc_unitsize() for forcealign
` [PATCH v3 09/14] xfs: Update xfs_setattr_size() "
` [PATCH v3 10/14] xfs: Do not free EOF blocks "
` [PATCH v3 11/14] xfs: Only free full extents "
` [PATCH v3 12/14] xfs: Unmap blocks according to forcealign
` [PATCH v3 14/14] xfs: Enable file data forcealign feature
[PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr
2024-08-07 14:40 UTC (6+ messages)
` [PATCH v4 bpf-next 1/3] bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
` [PATCH v4 bpf-next 2/3] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr
[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
2024-08-07 14:36 UTC (13+ messages)
[PATCH RFC 0/6] proc: restrict overmounting of ephemeral entities
2024-08-07 14:33 UTC (9+ messages)
` [PATCH RFC 1/6] proc: proc_readfd() -> proc_fd_iterate_shared()
` [PATCH RFC 2/6] proc: proc_readfdinfo() -> proc_fdinfo_iterate_shared()
` [PATCH RFC 3/6] proc: add proc_splice_unmountable()
` [PATCH RFC 4/6] proc: block mounting on top of /proc/<pid>/map_files/*
` [PATCH RFC 5/6] proc: block mounting on top of /proc/<pid>/fd/*
` [PATCH RFC 6/6] proc: block mounting on top of /proc/<pid>/fdinfo/*
[PATCH net-next] eventpoll: Don't re-zero eventpoll fields
2024-08-07 14:29 UTC (3+ messages)
[PATCH v3] fs: try an opportunistic lookup for O_CREAT opens too
2024-08-07 14:28 UTC (4+ messages)
[PATCH] Fix spelling and gramatical errors
2024-08-07 14:25 UTC (4+ messages)
[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
2024-08-07 13:37 UTC (5+ messages)
` [PATCH v2 03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
[PATCH v2 0/3] ida: Remove the ida_simple_xxx() API
2024-08-07 12:57 UTC (2+ messages)
[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
2024-08-07 12:43 UTC (20+ messages)
[PATCH 0/4] Remove uses of aops->writepage from gfs2
2024-08-07 12:21 UTC (2+ messages)
[PATCH v4 0/7] Make core VMA operations internal and testable
2024-08-07 12:03 UTC (5+ messages)
` [PATCH v4 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
[PATCH 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
2024-08-07 11:39 UTC (10+ messages)
` [PATCH 5/6] iomap: drop unnecessary state_lock when setting ifs uptodate bits
[PATCHSET][RFC] struct fd and memory safety
2024-08-07 10:51 UTC (74+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
` [PATCH 02/39] introduce fd_file(), convert all accessors to it
` [PATCH 03/39] struct fd: representation change
` [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
` [PATCH 15/39] convert vmsplice() "
` [PATCH 16/39] convert __bpf_prog_get() "
` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
` [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
` [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)
` [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it
` [PATCH 23/39] fdget(), trivial conversions
` [PATCH 24/39] fdget(), more "
` [PATCH 25/39] convert do_preadv()/do_pwritev()
` [PATCH 26/39] convert cachestat(2)
` [PATCH 28/39] convert spu_run(2)
` [PATCH 29/39] convert media_request_get_by_fd()
` [PATCH 30/39] convert coda_parse_fd()
` [PATCH 31/39] convert cifs_ioctl_copychunk()
` [PATCH 32/39] convert vfs_dedupe_file_range()
` [PATCH 33/39] convert do_select()
` [PATCH 34/39] do_pollfd(): convert to CLASS(fd)
` [PATCH 35/39] convert bpf_token_create()
` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)
` [PATCH 37/39] memcg_write_event_control(): switch "
` [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...)
` [PATCH 39/39] deal with the last remaing boolean uses of fd_file()
[PATCH 0/3] binfmt_elf: Honor PT_LOAD alignment for static PIE
2024-08-07 10:22 UTC (5+ messages)
` [PATCH 1/3] selftests/exec: Build both static and non-static load_address tests
[PATCH][RFC] fs: add levels to inode write access
2024-08-07 9:59 UTC (8+ messages)
` [PATCH] fs: don't block i_writecount during exec
[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
2024-08-07 9:35 UTC (4+ messages)
[PATCH] vfs: dodge smp_mb in break_lease and break_deleg in the common case
2024-08-07 9:22 UTC (3+ messages)
[jlayton:openfast2] [fs] 49d6daad7b: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP_KASAN
2024-08-07 6:55 UTC
[PATCH v1 1/2] exfat: drop ->i_size_ondisk
2024-08-07 5:45 UTC
[PATCH v1 0/2] exfat: direct IO refine and code cleanup
2024-08-07 5:45 UTC
[PATCH v1 2/2] exfat: do not fallback to buffered write
2024-08-07 5:45 UTC
[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
2024-08-07 5:21 UTC (4+ messages)
[PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree
2024-08-07 3:48 UTC (10+ messages)
[PATCH] fs: Add a new flag RWF_IOWAIT for preadv2(2)
2024-08-07 3:01 UTC (9+ messages)
[PATCH 08/10] tools/include: Sync filesystem headers with the kernel sources
2024-08-06 22:50 UTC
[PATCH v13] mm: report per-page metadata information
2024-08-06 22:32 UTC (7+ messages)
[PATCH v3 bpf-next 0/3] Add bpf_get_dentry_xattr
2024-08-06 22:22 UTC (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
` [PATCH v3 bpf-next 2/3] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr
bcachefs mount issue
2024-08-06 20:27 UTC (4+ messages)
[PATCH v2 0/2] fuse: add timeout option for requests
2024-08-06 20:08 UTC (25+ messages)
` [PATCH v2 1/2] fuse: add optional kernel-enforced timeout "
[GIT PULL] sysctl changes for v6.11-rc1
2024-08-06 19:24 UTC (4+ messages)
[PATCH v2 00/13] forcealign for xfs
2024-08-06 18:58 UTC (3+ messages)
` [PATCH v2 04/13] xfs: make EOF allocation simpler
[PATCH v5 0/9] Improve the copy of task comm
2024-08-06 17:28 UTC
[PATCH v2 bpf-next 0/2] Add bpf_get_dentry_xattr
2024-08-06 17:16 UTC (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
[PATCH] fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
2024-08-06 17:01 UTC (12+ messages)
[PATCH v2] vfs: avoid spurious dentry ref/unref cycle on open
2024-08-06 16:32 UTC
[PATCH v4 bpf-next 0/3] bpf: introduce new VFS based BPF kfuncs
2024-08-06 16:07 UTC (4+ messages)
` [PATCH v4 bpf-next 1/3] "
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