messages from 2025-10-02 08:13:30 to 2025-10-04 02:37:48 UTC [more...]
[PATCH v4 00/30] Live Update Orchestrator
2025-10-04 2:37 UTC (8+ messages)
` [PATCH v4 18/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v4 26/30] selftests/liveupdate: Add multi-kexec session lifecycle test
[PATCH v2] nsfs: handle inode number mismatches gracefully in file handles
2025-10-04 1:34 UTC
[PATCH] hfs: Validate CNIDs in hfs_read_inode
2025-10-04 1:25 UTC (3+ messages)
[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
2025-10-04 1:11 UTC (6+ messages)
` [PATCH v2 10/12] iomap: refactor dirty bitmap iteration
[syzbot] [fs?] kernel BUG in qlist_free_all (2)
2025-10-04 1:04 UTC (2+ messages)
[git pull] pile 6: f_path stuff
2025-10-04 0:44 UTC (4+ messages)
[GIT PULL] udf and quota fixes for 6.18-rc1
2025-10-03 22:08 UTC (5+ messages)
[PATCH] hfs: fix potential use after free in hfs_correct_next_unused_CNID()
2025-10-03 21:47 UTC (2+ messages)
[GIT PULL] orangefs pull request for 6.18
2025-10-03 21:31 UTC (2+ messages)
[GIT PULL] Fsnotify changes for 6.18-rc1
2025-10-03 21:31 UTC (2+ messages)
[GIT PULL] ntfs3: bugfixes for 6.18
2025-10-03 21:31 UTC (2+ messages)
[GIT PULL] fuse update for 6.18
2025-10-03 21:31 UTC (2+ messages)
[GIT PULL] overlayfs updates for 6.18
2025-10-03 21:31 UTC (2+ messages)
[git pull] pile 1: mount stuff
2025-10-03 21:19 UTC (5+ messages)
[RFC PATCH] fs: Plumb case sensitivity bits into statx
2025-10-03 21:15 UTC (9+ messages)
[PATCH v2] ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usage
2025-10-03 20:22 UTC (3+ messages)
` [External] : "
Mainlining the kernel module for TernFS, a distributed filesystem
2025-10-03 19:01 UTC (6+ messages)
[git pull] pile 5: simplifying ->d_name audits, easy part
2025-10-03 18:41 UTC (2+ messages)
[git pull] pile 4: finish_no_open()
2025-10-03 18:41 UTC (2+ messages)
[git pull] pile 3: nfsctl
2025-10-03 18:41 UTC (2+ messages)
[git pull] pile 2: fs_context
2025-10-03 18:41 UTC (2+ messages)
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2025-10-03 17:23 UTC (3+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-10-03 16:11 UTC (10+ messages)
` [RFC PATCH v2 10/51] KVM: selftests: Refactor vm_mem_add to be more flexible
` [RFC PATCH v2 11/51] KVM: selftests: Allow cleanup of ucall_pool from host
` [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages
[PATCH] fs: doc: Fix typos
2025-10-03 15:52 UTC (4+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-03 14:36 UTC (57+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH v5 0/7] iomap: zero range folio batch support
2025-10-03 13:46 UTC (8+ messages)
` [PATCH v5 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v5 2/7] iomap: remove pos+len BUG_ON() to after folio lookup
` [PATCH v5 3/7] iomap: optional zero range dirty folio processing
` [PATCH v5 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v5 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v5 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v5 7/7] xfs: error tag to force zeroing on debug kernels
[PATCH] vfs: Don't leak disconnected dentries on umount
2025-10-03 13:33 UTC (3+ messages)
[PATCH v2 0/7] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-10-03 10:06 UTC (8+ messages)
` [PATCH v2 1/7] fuse: {io-uring} Add queue length counters
` [PATCH v2 2/7] fuse: {io-uring} Rename ring->nr_queues to max_nr_queues
` [PATCH v2 3/7] fuse: {io-uring} Use bitmaps to track registered queues
` [PATCH v2 4/7] fuse: {io-uring} Distribute load among queues
` [PATCH v2 5/7] fuse: {io-uring} Allow reduced number of ring queues
` [PATCH v2 6/7] fuse: {io-uring} Queue background requests on a different core
` [PATCH v2 7/7] fuse: Wake requests on the same cpu
[PATCH] init: Use kcalloc() instead of kzalloc()
2025-10-03 10:40 UTC (3+ messages)
[PATCH v4 0/3] Test file_getattr and file_setattr syscalls
2025-10-03 9:32 UTC (4+ messages)
` [PATCH v4 1/3] file_attr: introduce program to set/get fsxattr
` [PATCH v4 2/3] generic: introduce test to test file_getattr/file_setattr syscalls
` [PATCH v4 3/3] xfs: test quota's project ID on special files
[PATCH] fs: Propagate FMODE_NOCMTIME flag to user-facing O_NOCMTIME
2025-10-03 9:32 UTC
[PATCH V4 0/6] loop: improve loop aio perf by IOCB_NOWAIT
2025-10-03 7:06 UTC (9+ messages)
` [PATCH V4 1/6] loop: add helper lo_cmd_nr_bvec()
` [PATCH V4 2/6] loop: add helper lo_rw_aio_prep()
` [PATCH V4 3/6] loop: add lo_submit_rw_aio()
` [PATCH V4 6/6] loop: add hint for handling aio via IOCB_NOWAIT
[PATCH 0/4] export mount info for "unmounted" mounts
2025-10-03 5:03 UTC (7+ messages)
` [PATCH 1/4] fs/namespace: add umount_mnt_ns mount namespace for unmounted mounts
` [PATCH 2/4] fs/namespace: add umounted mounts to umount_mnt_ns
` [PATCH 3/4] statmount: allow for "unmounted" mounts
` [PATCH 4/4] fs/stat: export mnt_ns_id through statx
[PATCH v5 7/8] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
2025-10-03 4:22 UTC (5+ messages)
[syzbot] kernel BUG in hfs_write_inode
2025-10-03 1:27 UTC (7+ messages)
` [syzbot] [hfs?] "
[PATCH] isofs: fix inode leak caused by disconnected dentries from exportfs
2025-10-02 23:23 UTC
shrink_dcache_parent contention can make it stall for hours
2025-10-02 20:43 UTC (4+ messages)
[PATCH] hfs/hfsplus: prevent getting negative values of offset/length
2025-10-02 20:00 UTC
[patch V2 0/6] uaccess: Provide and use scopes for user masked access
2025-10-02 18:47 UTC (12+ messages)
` [patch V2 2/6] kbuild: Disable asm goto on clang < 17
` [patch V2a 2/6] kbuild: Disable CC_HAS_ASM_GOTO_OUTPUT on clang < version 17
[PATCH v4] mm: redefine VM_* flag constants with BIT()
2025-10-02 17:43 UTC (2+ messages)
[PATCH 00/11] Create APIs to centralise locking for directory ops
2025-10-02 17:19 UTC (21+ messages)
` [PATCH 03/11] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH 04/11] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH 05/11] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH 06/11] VFS: introduce start_removing_dentry()
` [PATCH 09/11] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH 11/11] ecryptfs: use new start_creaing/start_removing APIs
[PATCH v2 0/2] iomap: ->iomap_end() error handling fixes
2025-10-02 17:20 UTC (3+ messages)
` [PATCH v2 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH v2 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error
[6.16.9 / 6.17.0 PANIC REGRESSION] block: fix lockdep warning caused by lock dependency in elv_iosched_store
2025-10-02 16:54 UTC (6+ messages)
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-10-02 16:45 UTC (9+ messages)
[PATCH] ns: Fix mnt ns ida handling in copy_mnt_ns()
2025-10-02 16:10 UTC
[PATCH] isofs: fix inode leak caused by disconnected dentries from exportfs
2025-10-02 16:08 UTC (2+ messages)
[PATCH AUTOSEL 6.17-5.4] hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()
2025-10-02 15:58 UTC (11+ messages)
` [PATCH AUTOSEL 6.17-5.4] hfs: clear offset and space out of valid records in b-tree node
` [PATCH AUTOSEL 6.17-5.4] hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super()
` [PATCH AUTOSEL 6.17-5.4] hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()
` [PATCH AUTOSEL 6.17-5.4] exec: Fix incorrect type for ret
` [PATCH AUTOSEL 6.17-5.4] hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()
` [PATCH AUTOSEL 6.17-5.4] hfs: make proper initalization of struct hfs_find_data
` [PATCH AUTOSEL 6.17-5.4] hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
` [PATCH AUTOSEL 6.17-5.4] hfs: validate record offset in hfsplus_bmap_alloc
` [PATCH AUTOSEL 6.17-6.12] binfmt_elf: preserve original ELF e_flags for core dumps
[syzbot] [fs?] WARNING in copy_mnt_ns
2025-10-02 14:36 UTC (5+ messages)
[syzbot] [fs?] WARNING in free_mnt_ns
2025-10-02 13:35 UTC (2+ messages)
[PATCH 0/2] ext4: fix an data corruption issue in nojournal mode
2025-10-02 11:42 UTC (2+ messages)
[PATCH] dax: fix assertion in dax_iomap_rw()
2025-10-02 9:56 UTC (2+ messages)
[PATCH] expfs: Fix exportfs_can_encode_fh() for EXPORT_FH_FID
2025-10-02 9:35 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;
as well as URLs for NNTP newsgroup(s).