messages from 2026-02-18 19:50:35 to 2026-03-02 20:26:27 UTC [more...]
[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
2026-03-02 20:23 UTC (7+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 005/110] trace: store i_ino as u64 instead of ino_t/unsigned long
` [PATCH v2 006/110] trace: reorder TP_STRUCT__entry fields for better packing on 32-bit
[PATCH v4 0/4] OPENAT2_REGULAR flag support in openat2
2026-03-01 15:19 UTC (17+ messages)
` [PATCH v4 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v4 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v4 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v4 4/4] mips/fcntl.h: "
FAILED: Patch "ceph: supply snapshot context in ceph_zero_partial_object()" failed to apply to 5.10-stable tree
2026-03-01 2:04 UTC
FAILED: Patch "ceph: supply snapshot context in ceph_zero_partial_object()" failed to apply to 5.15-stable tree
2026-03-01 1:55 UTC
FAILED: Patch "ceph: supply snapshot context in ceph_zero_partial_object()" failed to apply to 6.1-stable tree
2026-03-01 1:47 UTC
FAILED: Patch "ceph: fix write storm on fscrypted files" failed to apply to 6.6-stable tree
2026-03-01 1:38 UTC
FAILED: Patch "ceph: supply snapshot context in ceph_zero_partial_object()" failed to apply to 6.6-stable tree
2026-03-01 1:38 UTC
FAILED: Patch "ceph: fix write storm on fscrypted files" failed to apply to 6.12-stable tree
2026-03-01 1:28 UTC
FAILED: Patch "ceph: supply snapshot context in ceph_zero_partial_object()" failed to apply to 6.12-stable tree
2026-03-01 1:27 UTC
[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
2026-02-27 21:05 UTC (101+ messages)
` [PATCH 01/61] vfs: widen inode hash/lookup functions "
` [PATCH 02/61] vfs: change i_ino from unsigned long "
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [PATCH 04/61] ext4: update "
` [PATCH 05/61] jbd2: update format strings "
` [PATCH 06/61] f2fs: update "
` [PATCH 07/61] lockd: update format strings "
` [PATCH 08/61] nfs: update "
` [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` [PATCH 11/61] nfs: remove enable_ino64 module parameter
` [PATCH 12/61] nfsd: update format strings for u64 i_ino
` [PATCH 13/61] smb: store full 64-bit uniqueid in i_ino
` [PATCH 14/61] smb: remove cifs_uniqueid_to_ino_t()
` [PATCH 15/61] locks: update /proc/locks format for u64 i_ino
` [PATCH 16/61] proc: update /proc/PID/maps "
` [PATCH 17/61] nilfs2: update "
` [PATCH 18/61] 9p: update format strings "
` [PATCH 19/61] affs: "
` [PATCH 20/61] afs: "
` [PATCH 21/61] autofs: "
` [PATCH 22/61] befs: "
` [PATCH 23/61] bfs: "
` [PATCH 24/61] cachefiles: "
` [PATCH 25/61] ceph: "
` [PATCH 26/61] coda: "
` [PATCH 27/61] cramfs: "
` [PATCH 28/61] ecryptfs: "
` [PATCH 29/61] efs: "
` [PATCH 30/61] exportfs: "
` [PATCH 31/61] ext2: "
` [PATCH 32/61] freevxfs: "
` [PATCH 33/61] hfs: "
` [PATCH 34/61] hfsplus: "
` [PATCH 35/61] hpfs: "
` [PATCH 36/61] isofs: "
` [PATCH 37/61] jffs2: "
` [PATCH 38/61] jfs: "
` [PATCH 39/61] minix: "
` [PATCH 40/61] nsfs: "
` [PATCH 41/61] ntfs3: "
` [PATCH 42/61] ocfs2: "
` [PATCH 43/61] orangefs: "
` [PATCH 44/61] overlayfs: "
` [PATCH 45/61] qnx4: "
` [PATCH 46/61] qnx6: "
` [PATCH 47/61] ubifs: "
` [PATCH 48/61] udf: "
` [PATCH 49/61] ufs: "
` [PATCH 50/61] zonefs: "
` [PATCH 51/61] security: update audit "
` [PATCH 52/61] drm/amdgpu: update "
` [PATCH 53/61] fsnotify: update fdinfo format strings "
` [PATCH 54/61] net: update socket dname format "
` [PATCH 55/61] uprobes: update format strings "
` [PATCH 56/61] dma-buf: update format string "
` [PATCH 57/61] fscrypt: update format strings "
` [PATCH 58/61] fsverity: update format string "
` [PATCH 59/61] iomap: "
` [PATCH 60/61] net: update legacy protocol format strings "
` [PATCH 61/61] vfs: update core "
[PATCH] ceph: Do not skip the first folio of the next object in writeback
2026-02-27 19:43 UTC (11+ messages)
[RFC PATCH] ceph: fix kernel memory exposure issue in ceph_netfs_issue_op_inline()
2026-02-26 22:30 UTC
[PATCH v2 0/4] mm: Remove stray references to pagevec
2026-02-26 21:48 UTC (16+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 2/4] "
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
[PATCH v3] libceph: Use u32 for non-negative values in ceph_monmap_decode()
2026-02-26 20:11 UTC (3+ messages)
[RFC PATCH v1 0/4] ceph: manual client session reset via debugfs
2026-02-26 14:54 UTC (9+ messages)
` [RFC PATCH v1 1/4] ceph: convert inode flags to named bit positions
` [EXTERNAL] "
` [RFC PATCH v1 2/4] ceph: add bounded timeout and diagnostics to wait_caps_flush()
` [RFC PATCH v1 3/4] ceph: implement manual client session reset via debugfs
` [RFC PATCH v1 4/4] ceph: rework mds_peer_reset() for robust session recovery
` [EXTERNAL] [RFC PATCH v1 0/4] ceph: manual client session reset via debugfs
[PATCH v2] libceph: Use u32 for non-negative values in ceph_monmap_decode()
2026-02-26 14:44 UTC (4+ messages)
[PATCH 00/11] VFS: prepare for changes to directory locking
2026-02-26 1:34 UTC (5+ messages)
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-02-25 17:58 UTC (3+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()
[PATCH] libceph: Use u32 for non-negative values in ceph_monmap_decode()
2026-02-24 22:29 UTC (4+ messages)
[PATCH] fs/ceph/dir: fix `i_nlink` underrun during async unlink
2026-02-24 20:10 UTC (3+ messages)
[PATCH] fs/ceph: add a bunch of missing ceph_path_info initializers
2026-02-24 19:52 UTC (2+ messages)
[PATCH] fs/ceph/mds_client: fix memory leaks in ceph_mdsc_build_path()
2026-02-24 19:49 UTC (2+ messages)
[PATCH] net/ceph: update outdated comment
2026-02-24 0:46 UTC (2+ messages)
[bug report] libceph: slab-out-of-bounds memory access in messenger_v2
2026-02-20 17:49 UTC (2+ messages)
[PATCH AUTOSEL 6.19-5.15] libceph: define and enforce CEPH_MAX_KEY_LEN
2026-02-20 12:37 UTC (2+ messages)
` [PATCH AUTOSEL 6.19-6.1] ceph: supply snapshot context in ceph_uninline_data()
[PATCH] ceph: add timeout protection to ceph_mdsc_sync() path
2026-02-19 9:37 UTC (4+ messages)
[PATCH] ceph: add timeout protection to ceph_osdc_sync() path
2026-02-18 20:06 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