messages from 2024-08-07 01:11:02 to 2024-08-08 10:36:13 UTC [more...]
[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
2024-08-08 10:36 UTC (4+ messages)
Debugging stuck mount
2024-08-08 9:40 UTC
[PATCH] unicode: get rid of obsolete 'utf8data.h'
2024-08-08 8:56 UTC
[dhowells-fs:netfs-writeback] [netfs] 383151c58c: xfstests.generic.465.fail
2024-08-08 8:51 UTC
[dhowells-fs:netfs-writeback] [netfs] 6afe9feeb3: BUG:KASAN:slab-use-after-free_in_copy_from_iter
2024-08-08 8:48 UTC
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-08 8:18 UTC (20+ messages)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v4 0/7] Make core VMA operations internal and testable
2024-08-08 8:10 UTC (7+ messages)
` [PATCH v4 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
2024-08-08 8:07 UTC (3+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers
[PATCH v5 0/9] Improve the copy of task comm
2024-08-08 7:58 UTC (3+ messages)
[PATCH net] eventpoll: Annotate data-race of busy_poll_usecs
2024-08-08 7:13 UTC (3+ messages)
[PATCH v4] exfat: check disk status during buffer write
2024-08-08 6:36 UTC
[PATCH] vfs: avoid spurious dentry ref/unref cycle on open
2024-08-08 6:26 UTC (21+ messages)
[RFC] why do we need smp_rmb/smp_wmb pair in fd_install()/expand_fdtable()?
2024-08-08 6:08 UTC (5+ messages)
[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in do_pagemap_scan
2024-08-08 5:20 UTC (2+ messages)
[PATCH] fs: Add a new flag RWF_IOWAIT for preadv2(2)
2024-08-08 2:51 UTC (10+ messages)
[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
2024-08-08 1:17 UTC (2+ messages)
[PATCH v4 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-08 1:08 UTC (13+ messages)
` [PATCH v4 bpf-next 01/10] lib/buildid: harden "
` [PATCH v4 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v4 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v4 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v4 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v4 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v4 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v4 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v4 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v4 bpf-next 10/10] selftests/bpf: add build ID tests
[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
2024-08-07 23:45 UTC (2+ messages)
[PATCH v2] binfmt_flat: Fix corruption when not offsetting data start
2024-08-07 23:39 UTC (3+ messages)
[PATCH RFC 0/13] fs: generic filesystem shutdown handling
2024-08-07 23:18 UTC (15+ messages)
` [PATCH 01/13] fs: Define bit numbers for SB_I_ flags
` [PATCH 02/13] fs: Convert fs_context use of SB_I_ flags to new constants
` [PATCH 03/13] fs: Convert mount_too_revealing() to new s_iflags handling functions
` [PATCH 04/13] fs: Convert remaining usage of SB_I_ flags
` [PATCH 05/13] fs: Drop old SB_I_ constants
` [PATCH 06/13] fs: Drop unnecessary underscore from _SB_I_ constants
` [PATCH 07/13] overlayfs: Make ovl_start_write() return error
` [PATCH 08/13] fs: Teach callers of kiocb_start_write() to handle errors
` [PATCH 09/13] fs: Teach callers of file_start_write() "
` [PATCH 10/13] fs: Add __must_check annotations to sb_start_write_trylock() and similar
` [PATCH 11/13] fs: Make sb_start_write() return error on shutdown filesystem
` [PATCH 12/13] fs: Make sb_start_pagefault() "
` [PATCH 13/13] ext4: Replace EXT4_FLAGS_SHUTDOWN flag with a generic SB_I_SHUTDOWN
Are jump labels broken on 6.11-rc1?
2024-08-07 22:51 UTC (15+ messages)
[PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree
2024-08-07 22:13 UTC (11+ messages)
[PATCH v8 0/8] File abstractions needed by Rust Binder
2024-08-07 21:59 UTC (18+ 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] kernel/fs: last check for exec credentials on NOEXEC mount
2024-08-07 21:06 UTC (4+ messages)
` [PATCH] exec: drop a racy path_noexec check
[PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
2024-08-07 20:17 UTC (7+ messages)
` [PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
` [RFC][PATCH] netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
[PATCH 00/10] fanotify: add pre-content hooks
2024-08-07 19:04 UTC (6+ messages)
` [PATCH 10/10] fsnotify: generate pre-content permission event on page fault
[PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr
2024-08-07 18:40 UTC (6+ messages)
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr
[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
2024-08-07 17:48 UTC (11+ messages)
` [PATCH v2 03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
` [PATCH v2 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH v2 08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [PATCH v2 09/10] ext4: drop ext4_es_is_delonly()
[PATCH v3 bpf-next 01/10] lib/buildid: harden build ID parsing logic
2024-08-07 16:47 UTC (2+ messages)
[PATCH 0/4] Remove uses of aops->writepage from gfs2
2024-08-07 16:24 UTC (3+ messages)
[PATCH v3 00/14] forcealign for xfs
2024-08-07 16:19 UTC (20+ messages)
` [PATCH v3 07/14] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 10/14] xfs: Do not free EOF blocks for forcealign
` [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
[PATCHSET][RFC] struct fd and memory safety
2024-08-07 15:30 UTC (71+ 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 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 RFC 0/6] proc: restrict overmounting of ephemeral entities
2024-08-07 14:33 UTC (2+ messages)
[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 0/3] ida: Remove the ida_simple_xxx() API
2024-08-07 12:57 UTC (2+ messages)
[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
[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 (2+ 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 (2+ 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).