messages from 2025-11-13 16:38:23 to 2025-11-14 14:53:03 UTC [more...]
[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
2025-11-14 14:52 UTC (6+ messages)
[PATCH v5 00/22] Live Update Orchestrator
2025-11-14 14:48 UTC (23+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 03/22] reboot: call liveupdate_reboot() before kexec
` [PATCH v5 06/22] liveupdate: luo_session: add sessions support
` [PATCH v5 07/22] liveupdate: luo_ioctl: add user interface
` [PATCH v5 18/22] docs: add documentation for memfd preservation via LUO
[PATCH 0/9] netfs: Miscellaneous prep patches for rewrite of I/O layer
2025-11-14 14:42 UTC (10+ messages)
` [PATCH 1/9] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH 2/9] cifs: Rename mid_q_entry to smb_message
` [PATCH 3/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH 4/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH 5/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH 6/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH 7/9] cifs: Remove the server pointer from smb_message
` [PATCH 8/9] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH 9/9] cifs: Don't need state locking in smb2_get_mid_entry()
[PATCH] mm/huge_memory: consolidate order-related checks into folio_split_supported()
2025-11-14 14:30 UTC (4+ messages)
[PATCH v2 0/4] initial work on making VMA flags a bitmap
2025-11-14 14:22 UTC (10+ messages)
` [PATCH v2 1/4] mm: declare VMA flags by bit
` [PATCH v2 2/4] mm: simplify and rename mm flags function for clarity
` [PATCH v2 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags
` [PATCH v2 4/4] mm: introduce VMA flags bitmap type
[Patch v3 0/3] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-14 14:22 UTC (5+ messages)
` [PATCH v3 1/3] locks: Introduce lm_breaker_timedout operation to lease_manager_operations
` [PATCH v3 2/3] locks: Threads with layout conflict must wait until the client was fenced
` [PATCH v3 3/3] FSD: Fix NFS server hang when there are multiple layout conflicts
[PATCH] hfs: Validate CNIDs in hfs_read_inode
2025-11-14 14:18 UTC (9+ messages)
` [PATCH v2 2/2] hfs: Update sanity check of the root record
[PATCH 0/2] autofs: fairly minor fixes
2025-11-14 13:42 UTC (13+ messages)
` [PATCH 2/2] autofs: dont trigger mount if it cant succeed
[PATCH 0/6] ovl: convert creation credential override to cred guard
2025-11-14 13:34 UTC (13+ messages)
` [PATCH 1/6] ovl: add prepare_creds_ovl cleanup guard
` [PATCH 2/6] ovl: port ovl_create_tmpfile() to new "
` [PATCH 3/6] ovl: reflow ovl_create_or_link()
` [PATCH 4/6] ovl: mark ovl_setup_cred_for_create() as unused temporarily
` [PATCH 5/6] ovl: port ovl_create_or_link() to new prepare_creds_ovl cleanup guard
` [PATCH 6/6] ovl: drop ovl_setup_cred_for_create()
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-14 13:18 UTC (11+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic
[PATCH v3 00/42] ovl: convert to cred guard
2025-11-14 13:01 UTC (63+ messages)
` [PATCH v3 01/42] ovl: add override_creds cleanup guard extension for overlayfs
` [PATCH v3 02/42] ovl: port ovl_copy_up_flags() to cred guards
` [PATCH v3 03/42] ovl: port ovl_create_or_link() to cred guard
` [PATCH v3 04/42] ovl: port ovl_set_link_redirect() "
` [PATCH v3 05/42] ovl: port ovl_do_remove() "
` [PATCH v3 06/42] ovl: port ovl_create_tmpfile() "
` [PATCH v3 07/42] ovl: port ovl_open_realfile() "
` [PATCH v3 08/42] ovl: port ovl_llseek() "
` [PATCH v3 09/42] ovl: port ovl_fsync() "
` [PATCH v3 10/42] ovl: port ovl_fallocate() "
` [PATCH v3 11/42] ovl: port ovl_fadvise() "
` [PATCH v3 12/42] ovl: port ovl_flush() "
` [PATCH v3 13/42] ovl: port ovl_setattr() "
` [PATCH v3 14/42] ovl: port ovl_getattr() "
` [PATCH v3 15/42] ovl: port ovl_permission() "
` [PATCH v3 16/42] ovl: port ovl_get_link() "
` [PATCH v3 17/42] ovl: port do_ovl_get_acl() "
` [PATCH v3 18/42] ovl: port ovl_set_or_remove_acl() "
` [PATCH v3 19/42] ovl: port ovl_fiemap() "
` [PATCH v3 20/42] ovl: port ovl_fileattr_set() "
` [PATCH v3 21/42] ovl: port ovl_fileattr_get() "
` [PATCH v3 22/42] ovl: port ovl_maybe_validate_verity() "
` [PATCH v3 23/42] ovl: port ovl_maybe_lookup_lowerdata() "
` [PATCH v3 24/42] ovl: don't override credentials for ovl_check_whiteouts()
` [PATCH v3 25/42] ovl: refactor ovl_iterate() and port to cred guard
` [PATCH v3 26/42] ovl: port ovl_dir_llseek() "
` [PATCH v3 27/42] ovl: port ovl_check_empty_dir() "
` [PATCH v3 28/42] ovl: port ovl_nlink_start() "
` [PATCH v3 29/42] ovl: port ovl_nlink_end() "
` [PATCH v3 30/42] ovl: port ovl_xattr_set() "
` [PATCH v3 31/42] ovl: port ovl_xattr_get() "
` [PATCH v3 32/42] ovl: port ovl_listxattr() "
` [PATCH v3 33/42] ovl: introduce struct ovl_renamedata
` [PATCH v3 34/42] ovl: extract do_ovl_rename() helper function
` [PATCH v3 35/42] ovl: port ovl_rename() to cred guard
` [PATCH v3 36/42] ovl: port ovl_copyfile() "
` [PATCH v3 37/42] ovl: refactor ovl_lookup()
` [PATCH v3 38/42] ovl: port ovl_lookup() to cred guard
` [PATCH v3 39/42] ovl: port ovl_lower_positive() "
` [PATCH v3 40/42] ovl: refactor ovl_fill_super()
` [PATCH v3 41/42] ovl: port ovl_fill_super() to cred guard
` [PATCH v3 42/42] ovl: remove ovl_revert_creds()
fall back from direct to buffered I/O when stable writes are required
2025-11-14 12:31 UTC (14+ messages)
[syzbot] [hfs?] memory leak in hfs_init_fs_context
2025-11-14 11:55 UTC (9+ messages)
` (no subject)
` [PATCH] fs/super: fix memory leak of s_fs_info on setup_bdev_super failure
enable iomap dio write completions from interrupt context v2
2025-11-14 11:47 UTC (8+ messages)
` [PATCH 1/5] fs, iomap: remove IOCB_DIO_CALLER_COMP
` [PATCH 2/5] iomap: always run error completions in user context
` [PATCH 3/5] iomap: rework REQ_FUA selection
` [PATCH 4/5] iomap: support write completions from interrupt context
` [PATCH 5/5] iomap: invert the polarity of IOMAP_DIO_INLINE_COMP
[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
2025-11-14 11:42 UTC (10+ messages)
` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
[PATCH v8 0/9] erofs: inode page cache share feature
2025-11-14 9:55 UTC (10+ messages)
` [PATCH v8 1/9] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v8 2/9] erofs: hold read context in iomap_iter if needed
` [PATCH v8 3/9] erofs: move `struct erofs_anon_fs_type` to super.c
` [PATCH v8 4/9] erofs: support user-defined fingerprint name
` [PATCH v8 5/9] erofs: support domain-specific page cache share
` [PATCH v8 6/9] erofs: introduce the page cache share feature
` [PATCH v8 7/9] erofs: support unencoded inodes for page cache share
` [PATCH v8 8/9] erofs: support compressed "
` [PATCH v8 9/9] erofs: implement .fadvise "
[PATCH 0/8] ns: fixes for namespace iteration and active reference counting
2025-11-14 10:00 UTC (2+ messages)
[PATCH v3 0/2] block: enable per-cpu bio cache by default
2025-11-14 9:21 UTC (3+ messages)
` [PATCH v3 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v3 2/2] block: enable per-cpu bio cache "
move blk-crypto-fallback to sit above the block layer
2025-11-14 5:57 UTC (10+ messages)
` [PATCH 6/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 7/9] blk-crypto: handle the fallback above the block layer
` [PATCH 8/9] blk-crypto: use on-stack skciphers for fallback en/decryption
[PATCH v3] ceph: fix crash in process_v2_sparse_read() for fscrypt-encrypted directories
2025-11-13 22:36 UTC
[PATCH 0/2] fuse: Avoid reading stale page cache after competing DIO write
2025-11-13 22:27 UTC (3+ messages)
[Patch v2 0/2] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-13 22:05 UTC (4+ messages)
` [PATCH v2 1/2] locks: Introduce lm_breaker_timedout op to lease_manager_operations
` [PATCH v2 2/2] NFSD: Fix server hang when there are multiple layout conflicts
[PATCH v2 00/42] ovl: convert to cred guard
2025-11-13 21:31 UTC (17+ messages)
` [PATCH v2 29/42] ovl: port ovl_nlink_end() "
` [PATCH v2 30/42] ovl: port ovl_xattr_set() "
` [PATCH v2 31/42] ovl: port ovl_xattr_get() "
` [PATCH v2 32/42] ovl: port ovl_listxattr() "
` [PATCH v2 33/42] ovl: refactor ovl_rename()
` [PATCH v2 34/42] ovl: port ovl_rename() to cred guard
` [PATCH v2 35/42] ovl: port ovl_copyfile() "
` [PATCH v2 36/42] ovl: refactor ovl_lookup()
` [PATCH v2 37/42] ovl: port ovl_lookup() to cred guard
` [PATCH v2 38/42] ovl: port ovl_lower_positive() "
` [PATCH v2 39/42] ovl: refactor ovl_fill_super()
` [PATCH v2 40/42] ovl: port ovl_fill_super() to cred guard
` [PATCH v2 41/42] ovl: remove ovl_revert_creds()
` [PATCH v2 42/42] ovl: detect double credential overrides
[PATCH] gfs2: Prevent recursive memory reclaim
2025-11-13 19:13 UTC
[PATCH v3 1/2] filelock: use a consume fence in locks_inode_context()
2025-11-13 17:58 UTC (2+ messages)
` [PATCH v3 2/2] fs: track the inode having file locks with a flag in ->i_opflags
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