messages from 2024-08-31 00:49:20 to 2024-09-02 22:55:48 UTC [more...]
[PATCH v2 0/8] tmpfs: Add case-insesitive support for tmpfs
2024-09-02 22:55 UTC (4+ messages)
` [PATCH v2 1/8] unicode: Fix utf8_load() error path
` [PATCH v2 2/8] unicode: Create utf8_check_strict_name
` [PATCH v2 3/8] ext4: Use utf8_check_strict_name helper
[PATCH 0/2 v2] remove PF_MEMALLOC_NORECLAIM
2024-09-02 22:32 UTC (6+ messages)
` [PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
` [PATCH 2/2] Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"
[PATCH v3] fuse: Allow page aligned writes
2024-09-02 20:59 UTC (6+ messages)
[PATCH] mm: don't convert the page to folio before splitting in split_huge_page()
2024-09-02 19:35 UTC (7+ messages)
[PATCH RFC 0/8] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
2024-09-02 19:23 UTC (14+ messages)
` [PATCH RFC 1/8] uaccess: add copy_struct_to_user helper
` [PATCH RFC 2/8] sched_getattr: port to copy_struct_to_user
` [PATCH RFC 3/8] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
` [PATCH RFC 4/8] openat2: add CHECK_FIELDS flag to usize argument
` [PATCH RFC 5/8] clone3: "
` [PATCH RFC 6/8] selftests: openat2: add 0xFF poisoned data after misaligned struct
` [PATCH RFC 7/8] selftests: openat2: add CHECK_FIELDS selftests
` [PATCH RFC 8/8] selftests: clone3: "
[PATCH v5 0/5] Wire up getrandom() vDSO implementation on powerpc
2024-09-02 19:17 UTC (6+ messages)
` [PATCH v5 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v5 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v5 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v5 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
` [PATCH v5 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64
[PATCH v5 00/30] Permission Overlay Extension
2024-09-02 19:08 UTC (8+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
[PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace
2024-09-02 18:58 UTC (8+ messages)
` [PATCH v12 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files
[GIT PULL 1/8] xfs: atomic file content commits
2024-09-02 18:41 UTC
[PATCHSET v31.1 1/8] xfs: atomic file content commits
2024-09-02 18:23 UTC (2+ messages)
` [PATCH 1/1] xfs: introduce new file range commit ioctls
[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
2024-09-02 17:21 UTC (13+ messages)
` [PATCH RESEND v3 1/2] uapi: explain how per-syscall AT_* flags should be allocated
` [PATCH RESEND v3 2/2] fhandle: expose u64 mount id to name_to_handle_at(2)
` [PATCH xfstests v1 1/2] statx: update headers to include newer statx fields
` [PATCH xfstests v1 2/2] open_by_handle: add tests for u64 mount ID
` [PATCH xfstests v2 1/2] statx: update headers to include newer statx fields
` [PATCH xfstests v2 2/2] open_by_handle: add tests for u64 mount ID
[syzbot] [fs?] [mm?] INFO: task hung in page_cache_ra_unbounded (2)
2024-09-02 15:28 UTC (3+ messages)
[PATCH v4 0/5] Wire up getrandom() vDSO implementation on powerpc
2024-09-02 14:37 UTC (15+ messages)
` [PATCH v4 1/5] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v4 2/5] powerpc/vdso32: Add crtsavres
` [PATCH v4 3/5] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v4 4/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC32
` [PATCH v4 5/5] powerpc/vdso: Wire up getrandom() vDSO implementation on PPC64
[PATCH v9 0/8] File abstractions needed by Rust Binder
2024-09-02 14:16 UTC (4+ messages)
[PATCH] dax: Remove an unused field in struct dax_operations
2024-09-02 14:09 UTC (2+ messages)
[PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
2024-09-02 14:07 UTC (13+ messages)
` [PATCH 1/2 v2] "
[PATCH] inotify: set ret in inotify_read() to -EAGAIN only when O_NONBLOCK is set
2024-09-02 14:04 UTC (4+ messages)
[PATCH] isofs: Annotate struct SL_component with __counted_by()
2024-09-02 13:55 UTC (2+ messages)
[PATCH v3 00/13] nfsd: implement the "delstid" draft
2024-09-02 13:22 UTC (3+ messages)
` [PATCH v3 11/13] fs: handle delegated timestamps in setattr_copy_mgtime
[PATCH] kernel: add pid_max to pid_namespace
2024-09-02 11:49 UTC
[PATCH v2] ovl: don't set the superblock's errseq_t manually
2024-09-02 11:32 UTC (3+ messages)
[PATCH v4 00/16] fanotify: add pre-content hooks
2024-09-02 11:19 UTC (6+ messages)
` [PATCH v4 16/16] xfs: add pre-content fsnotify hook for write faults
[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
2024-09-02 11:17 UTC (7+ messages)
` [PATCH -next 12/15] fs: dcache: move the sysctl into its own file
[PATCH v6 0/2] fuse: add timeout option for requests
2024-09-02 11:11 UTC (5+ messages)
` [PATCH v6 1/2] fuse: add optional kernel-enforced timeout "
[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
2024-09-02 9:19 UTC (4+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables
[PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations
2024-09-02 9:09 UTC (18+ messages)
BUG: general protection fault in put_links
2024-09-02 7:34 UTC (4+ messages)
[syzbot] [iomap?] [xfs?] WARNING in iomap_write_begin
2024-09-02 5:28 UTC (3+ messages)
[PATCH v4 0/5] Write-placement hints and FDP
2024-09-02 5:18 UTC (4+ messages)
` [PATCH v4 1/5] fs, block: refactor enum rw_hint
[PATCH v15 00/26] nfs/nfsd: add support for LOCALIO
2024-09-01 23:52 UTC (31+ messages)
` [PATCH v15 01/26] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
` [PATCH v15 02/26] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
` [PATCH v15 03/26] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v15 04/26] NFSD: Handle @rqstp == NULL in check_nfsd_access()
` [PATCH v15 05/26] NFSD: Refactor nfsd_setuser_and_check_port()
` [PATCH v15 06/26] NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()
` [PATCH v15 07/26] NFSD: Short-circuit fh_verify tracepoints for LOCALIO
` [PATCH v15 08/26] nfsd: factor out __fh_verify to allow NULL rqstp to be passed
` [PATCH v15 09/26] nfsd: add nfsd_file_acquire_local()
` [PATCH v15 10/26] nfsd: add nfsd_serv_try_get and nfsd_serv_put
` [PATCH v15 11/26] SUNRPC: remove call_allocate() BUG_ONs
` [PATCH v15 12/26] SUNRPC: add svcauth_map_clnt_to_svc_cred_local
` [PATCH v15 13/26] SUNRPC: replace program list with program array
` [PATCH v15 14/26] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v15 15/26] nfs_common: prepare for the NFS client to use nfsd_file for LOCALIO
` [PATCH v15 16/26] nfsd: add LOCALIO support
` [PATCH v15 17/26] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH v15 18/26] nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
` [PATCH v15 19/26] nfs: add LOCALIO support
` [PATCH v15 20/26] nfs: enable localio for non-pNFS IO
` [PATCH v15 21/26] pnfs/flexfiles: enable localio support
` [PATCH v15 22/26] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v15 23/26] nfs: implement client support for NFS_LOCALIO_PROGRAM
` [PATCH v15 24/26] nfs: add Documentation/filesystems/nfs/localio.rst
` [PATCH v15 25/26] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst
` [PATCH v15 26/26] nfs: add "NFS Client and Server Interlock" section to localio.rst
[PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
2024-09-01 23:41 UTC (4+ messages)
` [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
` (subset) "
[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
2024-09-01 20:42 UTC (10+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
[PATCH RFC 00/20] file: remove f_version
2024-09-01 19:36 UTC (3+ messages)
` [PATCH RFC 11/20] ext4: store cookie in private data
[PATCH 5.15 056/215] binfmt_misc: cleanup on filesystem umount
2024-09-01 16:16 UTC
[PATCH 5.10 041/151] binfmt_misc: cleanup on filesystem umount
2024-09-01 16:16 UTC
[PATCH 6.1 34/71] mm: Fix missing folio invalidation calls during truncation
2024-09-01 16:17 UTC
[PATCH 5.4 036/134] binfmt_misc: cleanup on filesystem umount
2024-09-01 16:16 UTC
[PATCH 6.10 014/149] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
2024-09-01 16:16 UTC (7+ messages)
` [PATCH 6.10 065/149] mm: Fix missing folio invalidation calls during truncation
` [PATCH 6.10 066/149] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 6.10 067/149] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 6.10 068/149] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 6.10 069/149] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6.10 070/149] netfs: Fix interaction of streaming writes with zero-point tracker
[PATCH 6.6 39/93] mm: Fix missing folio invalidation calls during truncation
2024-09-01 16:16 UTC
[PATCH 4.19 21/98] binfmt_misc: cleanup on filesystem umount
2024-09-01 16:15 UTC
[PATCH RFC v3 00/17] fuse: fuse-over-io-uring
2024-09-01 13:37 UTC (18+ messages)
` [PATCH RFC v3 01/17] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v3 02/17] fuse: Move fuse_get_dev to header file
` [PATCH RFC v3 03/17] fuse: Move request bits
` [PATCH RFC v3 04/17] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v3 05/17] fuse: Add a uring config ioctl
` [PATCH RFC v3 06/17] fuse: Add the queue configuration ioctl
` [PATCH RFC v3 07/17] fuse: {uring} Add a dev_release exception for fuse-over-io-uring
` [PATCH RFC v3 08/17] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v3 09/17] fuse: Make fuse_copy non static
` [PATCH RFC v3 10/17] fuse: Add buffer offset for uring into fuse_copy_state
` [PATCH RFC v3 11/17] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v3 12/17] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v3 13/17] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v3 14/17] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v3 15/17] ate: 2024-08-30 15:43:32 +0100
` [PATCH RFC v3 16/17] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v3 17/17] fuse: {uring} Pin the user buffer
[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
2024-09-01 12:07 UTC (27+ messages)
` [PATCH RFC v2 11/19] fuse: Add support to copy from/to the ring buffer
` [PATCH RFC v2 15/19] export __wake_on_current_cpu
[PATCH v3 0/5] Wire up getrandom() vDSO implementation on powerpc
2024-09-01 11:17 UTC (3+ messages)
` [PATCH v3 1/5] mm: Define VM_DROPPABLE for powerpc/32
[GIT PULL] bcachefs fixes for 6.11-rc6
2024-09-01 3:30 UTC (5+ messages)
[PATCH v13 00/10] enable bs > ps in XFS
2024-08-31 22:38 UTC (11+ messages)
` [PATCH v13 04/10] mm: split a folio in minimum folio order chunks
[GIT PULL] xfs: bug fixes for 6.11
2024-08-31 19:13 UTC (2+ messages)
[PATCH] buffer: Associate the meta bio with blkg from buffer page
2024-08-31 9:48 UTC (5+ messages)
[PATCH v4 0/2] virtiofs: fix the warning for kernel direct IO
2024-08-31 9:37 UTC (3+ messages)
` [PATCH v4 1/2] virtiofs: use pages instead of pointer "
` [PATCH v4 2/2] virtiofs: use GFP_NOFS when enqueuing request through kworker
[syzbot] [netfs?] possible deadlock in lock_mm_and_find_vma (2)
2024-08-31 4:17 UTC
[PATCH 0/9] f2fs: new mount API conversion
2024-08-31 1:45 UTC (4+ 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).