messages from 2025-11-19 09:36:58 to 2025-11-20 19:33:13 UTC [more...]
[PATCH v2] hfsplus: fix uninit-value in hfsplus_cat_build_record
2025-11-20 19:33 UTC (2+ messages)
[PATCH v6 00/20] Live Update Orchestrator
2025-11-20 19:22 UTC (22+ messages)
` [PATCH v6 05/20] liveupdate: luo_ioctl: add user interface
` [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks
` [PATCH v6 08/20] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd
` [PATCH v6 18/20] selftests/liveupdate: Add kexec-based selftest for session lifecycle
[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2025-11-20 18:17 UTC (11+ messages)
` [PATCH v4 1/9] dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is ready
` [PATCH v4 2/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v4 3/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v4 4/9] dax/hmem: Defer handling of Soft Reserved ranges that overlap CXL windows
` [PATCH v4 5/9] cxl/region, dax/hmem: Arbitrate Soft Reserved ownership with cxl_regions_fully_map()
` [PATCH v4 6/9] cxl/region: Add register_dax flag to defer DAX setup
` [PATCH v4 7/9] cxl/region, dax/hmem: Register cxl_dax only when CXL owns Soft Reserved span
` [PATCH v4 8/9] cxl/region, dax/hmem: Tear down CXL regions when HMEM reclaims Soft Reserved
` [PATCH v4 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-20 17:29 UTC (11+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
` [PATCH v18] "
[PATCH] hfsplus: fix uninit-value in hfsplus_cat_build_record
2025-11-20 17:34 UTC (2+ messages)
[PATCH] mm/filemap: Fix logic around SIGBUS in filemap_map_pages()
2025-11-20 16:59 UTC (2+ messages)
[syzbot] [ext4?] WARNING in __folio_mark_dirty (3)
2025-11-20 16:41 UTC
[linux-next:master] [iomap] f8eaf79406: xfstests.generic.439.fail
2025-11-20 16:02 UTC (2+ messages)
[PATCH v2 0/3] Allow knfsd to use atomic_open()
2025-11-20 15:57 UTC (4+ messages)
` [PATCH v2 1/3] VFS: move dentry_create() from fs/open.c to fs/namei.c
` [PATCH v2 2/3] VFS: Prepare atomic_open() for dentry_create()
` [PATCH v2 3/3] VFS/knfsd: Teach dentry_create() to use atomic_open()
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-20 15:44 UTC (13+ messages)
` [PATCH 30/44] fs: use min() or umin() instead of min_t()
` [PATCH 39/44] mm: use min() "
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits
[PATCH v2 0/9] netfs: Miscellaneous prep patches for rewrite of I/O layer
2025-11-20 15:25 UTC (10+ messages)
` [PATCH v2 1/9] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v2 2/9] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v2 3/9] cifs: Rename mid_q_entry to smb_message
` [PATCH v2 4/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v2 5/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v2 6/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v2 7/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v2 8/9] cifs: Remove the server pointer from smb_message
` [PATCH v2 9/9] cifs: Don't need state locking in smb2_get_mid_entry()
[PATCH v2 0/4] initial work on making VMA flags a bitmap
2025-11-20 14:27 UTC (3+ messages)
` [PATCH v2 1/4] mm: declare VMA flags by bit
[PATCH] ceph: fix kernel crash in ceph_open()
2025-11-20 14:20 UTC (5+ messages)
re-enable IOCB_NOWAIT writes to files v2
2025-11-20 14:16 UTC (20+ messages)
` [PATCH 01/16] fs: refactor file timestamp update logic
` [PATCH 02/16] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/16] fs: export vfs_utimes
` [PATCH 04/16] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/16] btrfs: fix the comment on btrfs_update_time
` [PATCH 06/16] orangefs: use inode_update_timestamps directly
` [PATCH 07/16] fs: remove inode_update_time
` [PATCH 08/16] fs: allow error returns from generic_update_time
` [PATCH 09/16] fs: exit early in generic_update_time when there is no work
` [PATCH 10/16] fs: factor out a mark_inode_dirty_time helper
` [PATCH 11/16] fs: allow error returns from inode_update_timestamps
` [PATCH 12/16] fs: factor out a sync_lazytime helper
` [PATCH 13/16] fs: add a ->sync_lazytime method
` [PATCH 14/16] fs: add support for non-blocking timestamp updates
` [PATCH 15/16] xfs: implement ->sync_lazytime
` [PATCH 16/16] xfs: enable non-blocking timestamp updates
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-20 12:14 UTC (11+ messages)
[RFC PATCH v1 0/3] fuse: LOOKUP_HANDLE operation
2025-11-20 10:55 UTC (4+ messages)
` [RFC PATCH v1 1/3] fuse: initial infrastructure for FUSE_LOOKUP_HANDLE support
` [RFC PATCH v1 2/3] fuse: move fuse_entry_out structs out of the stack
` [RFC PATCH v1 3/3] fuse: implementation of the FUSE_LOOKUP_HANDLE operation
Safety of resolving untrusted paths with detached mount dirfd
2025-11-20 9:24 UTC (5+ messages)
[PATCH 0/3] Compression fixes for ntfs3
2025-11-20 8:41 UTC (2+ messages)
[PATCH v4 0/3] initrd: remove half of classic initrd support
2025-11-20 8:20 UTC (5+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v4 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v4 3/3] init: remove /proc/sys/kernel/real-root-dev
[Patch v4 0/3] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-20 6:59 UTC (32+ messages)
` [PATCH v4 1/3] locks: Introduce lm_breaker_timedout operation to lease_manager_operations
` [PATCH v4 2/3] locks: Threads with layout conflict must wait until client was fenced
` [PATCH v4 3/3] FSD: Fix NFS server hang when there are multiple layout conflicts
[FS-DEV][NTFSPLUS][BUGREPORT]NtfsPlus extend mft data allocation error
2025-11-20 6:20 UTC (3+ messages)
[PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
2025-11-20 6:11 UTC (8+ messages)
` [PATCH v4 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v4 3/9] mm: update vma_modify_flags() to handle residual flags, document
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-11-20 5:14 UTC (7+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
2025-11-20 1:49 UTC (10+ messages)
[PATCH v2 1/2] fs: tidy up step_into() & friends before inlining
2025-11-20 0:38 UTC (2+ messages)
` [PATCH v2 2/2] fs: inline step_into() and walk_component()
[PATCH v4 0/9] iomap: buffered io changes
2025-11-20 0:38 UTC (8+ messages)
` [PATCH v4 7/9] iomap: use loff_t for file positions and offsets in writeback code
[PATCH] hfsplus: fix volume corruption issue for generic/101
2025-11-19 22:32 UTC
[PATCH v2] fs/hfs: fix s_fs_info leak on setup_bdev_super() failure
2025-11-19 22:24 UTC (6+ messages)
[PATCH v2 22/50] convert efivarfs
2025-11-19 21:15 UTC (11+ messages)
` [REGRESSION] "
[PATCH] fs: inline step_into() and walk_component()
2025-11-19 20:41 UTC (7+ messages)
[PATCH v1 0/2] Only free healthy pages in high-order HWPoison folio
2025-11-19 20:35 UTC (12+ messages)
` [PATCH v1 1/2] mm/huge_memory: introduce uniform_split_unmapped_folio_to_zero_order
[PATCH v6 0/2] statmount: accept fd as a parameter
2025-11-19 17:20 UTC (3+ messages)
` [PATCH v6 2/2] "
[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
2025-11-19 17:12 UTC (12+ messages)
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-11-19 16:40 UTC (4+ messages)
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi
[PATCH fstests v2 0/3] fstests: new testcases for delegation support
2025-11-19 15:43 UTC (4+ messages)
` [PATCH fstests v2 1/3] common/rc: clean up after the _require_test_fcntl_setlease() test
` [PATCH fstests v2 2/3] generic: add test for directory delegations
` [PATCH fstests v2 3/3] generic: add tests for file delegations
[syzbot] [hfs?] memory leak in hfs_init_fs_context
2025-11-19 15:08 UTC (6+ messages)
` [PATCH] fs/super: fix memory leak of s_fs_info on setup_bdev_super failure
[PATCH] fs: mark lookup_slow() as noinline
2025-11-19 14:49 UTC
[PATCH v5] fs: add predicts based on nd->depth
2025-11-19 14:29 UTC
[PATCH] fs: move mntput_no_expire() slowpath into a dedicated routine
2025-11-19 13:50 UTC (2+ messages)
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-19 13:40 UTC (7+ messages)
` [PATCH v3 3/8] mm: implement sticky VMA flags
[PATCH v8 0/3] vfs: expose delegation support to userland
2025-11-19 13:42 UTC (4+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] filelock: add lease_dispose_list() helper
` [PATCH v8 3/3] filelock: allow lease_managers to dictate what qualifies as a conflict
[PATCH v1 0/3] Allow knfsd to use atomic_open()
2025-11-19 13:11 UTC (9+ messages)
` [PATCH v1 2/3] VFS: Prepare atomic_open() for dentry_create()
` [PATCH v1 3/3] VFS/knfsd: Teach dentry_create() to use atomic_open()
[PATCH] fstests: add fuse.gocryptfs support
2025-11-19 12:49 UTC
[PATCH] mm/huge_memory: consolidate order-related checks into folio_split_supported()
2025-11-19 12:39 UTC (3+ messages)
[PATCH] fs: remove spurious exports in fs/file_attr.c
2025-11-19 11:17 UTC (2+ messages)
[PATCH v2] watch_queue: Use local kmap in post_one_notification()
2025-11-19 10:11 UTC (2+ messages)
[PATCH] chardev: fix consistent error handling in cdev_device_add
2025-11-19 10:15 UTC
[PATCH 1/1] autofs: dont trigger mount if it cant succeed
2025-11-19 10:14 UTC (2+ messages)
[PATCH v2 0/1] iomap: fix iomap_read_end() for already uptodate folios
2025-11-19 10:12 UTC (2+ messages)
[PATCH] fs: unexport ioctl_getflags
2025-11-19 9:53 UTC (4+ messages)
[PATCH 0/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents
2025-11-19 9:36 UTC (6+ messages)
` [PATCH 1/4] ext4: make ext4_es_cache_extent() support overwrite existing extents
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).