messages from 2026-02-26 03:15:32 to 2026-02-26 20:21:56 UTC [more...]
[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
2026-02-26 20:21 UTC (10+ messages)
[PATCH v2] fs: remove stale and duplicate forward declarations
2026-02-26 20:18 UTC
[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
2026-02-26 20:09 UTC (95+ 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 v6 0/3] fuse: compound commands
2026-02-26 19:12 UTC (5+ messages)
` [PATCH v6 1/3] fuse: add compound command to combine multiple requests
` [PATCH v6 2/3] fuse: create helper functions for filling in fuse args for open and getattr
` [PATCH v6 3/3] fuse: add an implementation of open+getattr
[PATCH v3] hfsplus: validate btree bitmap during mount and handle corruption gracefully
2026-02-26 19:02 UTC (7+ messages)
[PATCH v4 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2026-02-26 18:21 UTC (6+ messages)
` [PATCH v4 19/25] fuse: add io-uring kernel-managed buffer ring
[PATCH] iomap: reject delalloc mappings during writeback
2026-02-26 18:00 UTC
[PATCH] hfs: evaluate the upper 32bits for detecting overflow
2026-02-26 17:45 UTC (16+ messages)
` [PATCH] hfs: don't fail operations when files/directories counter overflows
[RFC PATCH v3 0/8] fuse: LOOKUP_HANDLE operation
2026-02-26 16:17 UTC (10+ messages)
` [RFC PATCH v3 6/8] fuse: implementation of lookup_handle+statx compound operation
[PATCH 0/3] ntfs: Bug fixes for attrib.c
2026-02-26 16:09 UTC (4+ messages)
` [PATCH 1/3] ntfs: Place check before dereference
` [PATCH 2/3] ntfs: Add missing error code
` [PATCH 3/3] ntfs: Fix possible deadlock
[PATCH AUTOSEL 6.19-5.15] fsnotify: Shutdown fsnotify before destroying sb's dcache
2026-02-26 15:57 UTC (5+ messages)
[PATCH 0/4] tighten nstree visibility checks
2026-02-26 15:18 UTC (6+ messages)
` [PATCH 1/4] nsfs: tighten permission checks for ns iteration ioctls
` [PATCH 2/4] nsfs: tighten permission checks for handle opening
` [PATCH 3/4] nstree: tighten permission checks for listing
` [PATCH 4/4] selftests: fix mntns iteration selftests
[RFC PATCH v1 0/4] ceph: manual client session reset via debugfs
2026-02-26 14:54 UTC (6+ messages)
` [RFC PATCH v1 1/4] ceph: convert inode flags to named bit positions
` [EXTERNAL] "
` [EXTERNAL] [RFC PATCH v1 0/4] ceph: manual client session reset via debugfs
fscrypt API cleanups v2
2026-02-26 14:49 UTC (15+ messages)
` [PATCH 01/14] ext4: initialize the write hint in io_submit_init_bio
` [PATCH 02/14] ext4: open code fscrypt_set_bio_crypt_ctx_bh
` [PATCH 03/14] ext4: factor out a io_submit_need_new_bio helper
` [PATCH 04/14] ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
` [PATCH 05/14] fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
` [PATCH 06/14] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 07/14] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 08/14] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 09/14] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 10/14] fscrypt: pass a byte length "
` [PATCH 11/14] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 12/14] fscrypt: pass a byte length "
` [PATCH 13/14] fscrypt: pass a real sector_t "
` [PATCH 14/14] ext4: use a byte granularity cursor in ext4_mpage_readpages
[PATCH v1] mm: annotate data race of f_ra.prev_pos
2026-02-26 14:29 UTC (3+ messages)
[PATCH 0/2] fanotify: avid some premature LSM checks
2026-02-26 14:19 UTC (3+ messages)
[PATCH] inotify: fix watch count leak when fsnotify_add_inode_mark_locked() fails
2026-02-26 14:12 UTC (3+ messages)
[PATCH v5 0/6] pidfd: add CLONE_AUTOREAP, CLONE_NNP, and CLONE_PIDFD_AUTOKILL
2026-02-26 13:51 UTC (7+ messages)
` [PATCH v5 1/6] clone: add CLONE_AUTOREAP
` [PATCH v5 2/6] clone: add CLONE_NNP
` [PATCH v5 3/6] pidfd: add CLONE_PIDFD_AUTOKILL
` [PATCH v5 4/6] selftests/pidfd: add CLONE_AUTOREAP tests
` [PATCH v5 5/6] selftests/pidfd: add CLONE_NNP tests
` [PATCH v5 6/6] selftests/pidfd: add CLONE_PIDFD_AUTOKILL tests
[PATCH] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
2026-02-26 13:45 UTC (2+ messages)
Generic approach to avoid truncation of file on pseudo fs
2026-02-26 13:38 UTC (3+ messages)
[PATCH 2/2] mm: zero range of eof folio exposed by inode size extension
2026-02-26 13:31 UTC (2+ messages)
` [PATCH] mm: fix pagecache_isize_extended() early-return bypass for large folio mappings
[PATCH v3 0/3] Automatic NFSv4 state revocation on filesystem unmount
2026-02-26 13:32 UTC (6+ messages)
` [PATCH v3 1/3] fs: add umount notifier chain for filesystem unmount notification
[PATCH v2 0/4] mm: Remove stray references to pagevec
2026-02-26 13:20 UTC (9+ messages)
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [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] hpfs: obsolete check=none mount option
2026-02-26 13:19 UTC
[linus:master] [fs] 761475268f: BUG:KCSAN:data-race_in_atime_needs_update/touch_atime
2026-02-26 13:02 UTC
[ANNOUNCE] util-linux v2.42-rc1
2026-02-26 12:53 UTC
[PATCH v2] fuse: send forget req when lookup outarg is invalid
2026-02-26 12:50 UTC
[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
2026-02-26 12:31 UTC (3+ messages)
` [PATCH RFC v2 3/6] fs: Add .unaccount_folio callback
[PATCH 0/2] mount: add OPEN_TREE_NAMESPACE
2026-02-26 11:54 UTC (7+ messages)
` [PATCH 1/2] "
[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
2026-02-26 11:09 UTC (5+ messages)
[LSF/MM/BPF TOPIC] Large folio support: iomap framework changes versus filesystem-specific implementations
2026-02-26 10:13 UTC (5+ messages)
[PATCH RFC v2] pidfs: convert rb-tree to rhashtable
2026-02-26 9:47 UTC (8+ messages)
` make_task_dead() & kthread_exit()
[PATCH] Subject: [PATCH] exfat: use truncate_inode_pages_final() at evict_inode()
2026-02-26 9:35 UTC (2+ messages)
[PATCH 0/2] ntfs: Fix two minor issues in namei.c
2026-02-26 9:29 UTC (6+ messages)
` [PATCH 1/2] ntfs: Replace ERR_PTR(0) with NULL
` [PATCH 2/2] ntfs: Remove impossible condition
[PATCH] ntfs: repair docum. malformed table
2026-02-26 9:28 UTC (3+ messages)
[PATCH] ntfs: Fix null pointer dereference
2026-02-26 9:28 UTC (2+ messages)
[PATCH] ntfs: Remove unneeded semicolon
2026-02-26 9:28 UTC (3+ messages)
[PATCH v4 0/2] hfsplus: validate btree bitmap during mount and handle corruption gracefully
2026-02-26 9:12 UTC (3+ messages)
` [PATCH v4 1/2] hfsplus: refactor b-tree map page access and add node-type validation
` [PATCH v4 2/2] hfsplus: validate b-tree node 0 bitmap at mount time
[PATCH] iomap: don't report direct-io retries to fserror
2026-02-26 8:23 UTC (2+ messages)
PROBLEM: Duplicated entries in /proc/<pid>/mountinfo
2026-02-26 8:20 UTC (7+ messages)
[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
2026-02-26 7:18 UTC (8+ messages)
[PATCH RFC v2 0/2] block: enable RWF_DONTCACHE for block devices
2026-02-26 3:15 UTC (5+ messages)
` [PATCH RFC v2 1/2] filemap: defer dropbehind invalidation from IRQ context
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