linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-30 22:04:23 to 2025-10-02 23:20:11 UTC [more...]

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02 23:19 UTC  (56+ 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 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [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 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [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

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-10-02 22:10 UTC  (5+ 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

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 

[syzbot] [fs?] kernel BUG in qlist_free_all (2)
 2025-10-02 19:42 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  (3+ messages)

[PATCH 00/11] Create APIs to centralise locking for directory ops
 2025-10-02 17:19 UTC  (28+ 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 10/11] Add start_renaming_two_dentrys()
` [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  (13+ messages)

[PATCH] vfs: Don't leak disconnected dentries on umount
 2025-10-02 16:36 UTC  (2+ messages)

[PATCH 0/4] export mount info for "unmounted" mounts
 2025-10-02 16:34 UTC  (6+ 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

[syzbot] kernel BUG in hfs_write_inode
 2025-10-02 16:31 UTC  (3+ messages)
  ` [syzbot] [hfs?] "

[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  (6+ 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)

[syzbot] [erofs?] WARNING in dax_iomap_rw
 2025-10-02  8:07 UTC  (2+ messages)

[git pull] pile 5: simplifying ->d_name audits, easy part
 2025-10-02  6:09 UTC 

[git pull] pile 4: finish_no_open()
 2025-10-02  6:02 UTC 

[git pull] pile 3: nfsctl
 2025-10-02  6:00 UTC 

[git pull] pile 2: fs_context
 2025-10-02  5:57 UTC 

[git pull] pile 1: mount stuff
 2025-10-02  5:54 UTC 

[PATCH] init: Use kcalloc() instead of kzalloc()
 2025-10-02  2:36 UTC  (2+ messages)

[GIT PULL] ntfs3: bugfixes for 6.18
 2025-10-02  1:28 UTC  (2+ messages)

[PATCH v1] dax: skip read lock assertion for read-only filesystems
 2025-10-02  0:46 UTC  (2+ messages)

[PATCH v7 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-10-01 23:08 UTC  (5+ messages)
` [PATCH v7 1/1] "

[PATCH v5 0/8] man2: document "new" mount API
 2025-10-01 18:20 UTC  (4+ messages)
` [PATCH v5 6/8] man/man2/open_tree.2: "

[PATCH v5 7/8] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
 2025-10-01 18:02 UTC  (6+ messages)

[PATCH] fs: doc: Fix typos
 2025-10-01 16:53 UTC  (5+ messages)

[PATCH] f2fs: don't call iput() from f2fs_drop_inode()
 2025-10-01 15:39 UTC  (2+ messages)

[PATCH] fs: assert on ->i_count in iput_final()
 2025-10-01 15:11 UTC  (6+ messages)

[PATCH 1/4] fuse: remove FUSE_NOTIFY_CODE_MAX from <uapi/linux/fuse.h>
 2025-10-01 14:44 UTC  (6+ messages)
` [PATCH 4/4] fuse: add prune notification

[GIT PULL 00/12 for v6.18] vfs 6.18
 2025-10-01 14:18 UTC  (3+ messages)
` [GIT PULL 05/12 for v6.18] pidfs

[PATCH AUTOSEL 6.17-6.16] mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
 2025-10-01 13:36 UTC  (9+ messages)
` [PATCH AUTOSEL 6.17-5.15] writeback: Avoid softlockup when switching many inodes
` [PATCH AUTOSEL 6.17-6.16] mount: handle NULL values in mnt_ns_release()
` [PATCH AUTOSEL 6.17-6.12] copy_file_range: limit size if in compat mode
` [PATCH AUTOSEL 6.17-5.4] fs: Add 'initramfs_options' to set initramfs mount options
` [PATCH AUTOSEL 6.17-6.16] pidfs: validate extensible ioctls
` [PATCH AUTOSEL 6.17-6.16] nsfs: "
` [PATCH AUTOSEL 6.17-5.15] writeback: Avoid excessively long inode switching times
` [PATCH AUTOSEL 6.17] iomap: error out on file IO when there is no inline_data buffer

[PATCH] isofs: fix inode leak caused by disconnected dentries from exportfs
 2025-10-01 12:56 UTC 

[PATCH] isofs: fix inode leak caused by disconnected dentries from exportfs
 2025-10-01 12:26 UTC  (2+ messages)

[PATCH 5.10 000/122] 5.10.245-rc1 review
 2025-10-01 12:22 UTC  (6+ messages)

[PATCH] fs/notify: call exportfs_encode_fid with s_umount
 2025-10-01 12:15 UTC  (2+ messages)

[PATCH] fs: assert ->i_lock held in __iget()
 2025-10-01 11:54 UTC  (2+ messages)

[GIT PULL] udf and quota fixes for 6.18-rc1
 2025-10-01 11:29 UTC 

[GIT PULL] Fsnotify changes for 6.18-rc1
 2025-10-01 11:24 UTC 

New September Order. 00461 Wednesday, October 1, 2025 at 12:18:18 PM
 2025-10-01 10:18 UTC 

[PATCH] ovl: check before dereferencing s_root field
 2025-10-01 10:14 UTC  (10+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-10-01  9:29 UTC  (5+ messages)
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "

[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-10-01  9:04 UTC  (5+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v12 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v12 4/4] rust: Add `OwnableRefCounted`

Direct IO reads being split unexpected at page boundary, but in the middle of a fs block (bs > ps cases)
 2025-10-01  1:29 UTC 

[PATCH] fuse: fix readahead reclaim deadlock
 2025-10-01  0:18 UTC  (9+ messages)

[syzbot] [fs?] [mm?] WARNING in path_noexec (2)
 2025-09-30 22:04 UTC  (2+ messages)


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).