linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-15 16:53:50 to 2025-05-19 09:18:54 UTC [more...]

[PATCH v16 00/42] DEPT(DEPendency Tracker)
 2025-05-19  9:18 UTC  (21+ messages)
` [PATCH v16 01/42] llist: move llist_{head,node} definition to types.h
` [PATCH v16 02/42] dept: implement DEPT(DEPendency Tracker)
` [PATCH v16 03/42] dept: add single event dependency tracker APIs
` [PATCH v16 04/42] dept: add lock "
` [PATCH v16 05/42] dept: tie to lockdep and IRQ tracing
` [PATCH v16 06/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v16 07/42] dept: distinguish each kernel context from another
` [PATCH v16 08/42] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v16 09/42] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v16 10/42] dept: distinguish each work from another
` [PATCH v16 11/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v16 12/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v16 13/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v16 14/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v16 15/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v16 16/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v16 17/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v16 18/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v16 19/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v16 20/42] dept: apply timeout consideration to swait

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-05-19  9:07 UTC  (5+ messages)
` [PATCH 1/4] netfs: Fix oops in write-retry from mis-resetting the subreq iterator
` [PATCH 2/4] netfs: Fix setting of transferred bytes with short DIO reads
` [PATCH 3/4] netfs: Fix the request's work item to not require a ref
` [PATCH 4/4] netfs: Fix wait/wake to be consistent about the waitqueue used

[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
 2025-05-19  8:51 UTC  (5+ messages)
` [PATCH 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer
` [PATCH 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
` [PATCH 3/4] mm: prevent KSM from completely breaking VMA merging
` [PATCH 4/4] tools/testing/selftests: add VMA merge tests for KSM merge

[PATCH] block: support mtd:<name> syntax for block devices
 2025-05-19  8:12 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] eventpoll: Fix priority inversion problem
 2025-05-19  7:40 UTC 

[PATCH] selftests: Add functional test for the abort file in fusectl
 2025-05-19  6:27 UTC  (4+ messages)

[linux-next:master] [super] 1af3331764: stress-ng.unlink.unlink_calls_per_sec 23.3% regression
 2025-05-19  4:50 UTC 

[PATCH v2 0/8] ext4: enable large folio for regular files
 2025-05-19  2:48 UTC  (5+ messages)
` [PATCH v2 5/8] ext4: correct the journal credits calculations of allocating blocks

[PATCH V3 0/7] f2fs: new mount API conversion
 2025-05-19  2:38 UTC  (10+ messages)
` [PATCH V3 7/7] f2fs: switch to the new mount api

[PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags
 2025-05-18 14:01 UTC  (2+ messages)

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-17 13:46 UTC  (18+ messages)
    ` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024

[PATCH v2] selftests: Add functional test for the abort file in fusectl
 2025-05-17  1:23 UTC 

[PATCH] fs: Rename the parameter of mnt_get_write_access()
 2025-05-17  0:09 UTC  (5+ messages)

[PATCH v2] fuse: use splice for reading user pages on servers that enable it
 2025-05-16 23:38 UTC  (12+ messages)

[syzbot] [fs?] INFO: task hung in vfs_rename (2)
 2025-05-16 23:20 UTC  (4+ messages)
` [PATCH] fs: Additional checks on new and old dir
    ` [pox on syzbot - again][exfat] exfat_mkdir() breakage on corrupted image

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-16 23:17 UTC  (12+ messages)
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps

[syzbot] [netfs?] KASAN: slab-out-of-bounds Read in iov_iter_revert
 2025-05-16 22:58 UTC  (4+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-16 22:43 UTC  (27+ messages)
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 51/51] KVM: selftests: Test guest_memfd for accuracy of st_blocks

[RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
 2025-05-16 20:33 UTC  (3+ messages)

[PATCH v3 0/2] User namespace aware fanotify
 2025-05-16 19:28 UTC  (3+ messages)
` [PATCH v3 1/2] fanotify: remove redundant permission checks
` [PATCH v3 2/2] fanotify: support watching filesystems and mounts inside userns

[PATCH v2 0/2] User namespace aware fanotify
 2025-05-16 18:52 UTC  (8+ messages)
` [PATCH v2 2/2] fanotify: support watching filesystems and mounts inside userns

[PATCH v5 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-16 18:13 UTC  (17+ messages)
` [PATCH v5 1/7] ext4: Document an edge case for overwrites
` [PATCH v5 2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write()
` [PATCH v5 3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use
` [PATCH v5 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v5 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v5 6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
` [PATCH v5 7/7] ext4: Add atomic block write documentation

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-16 15:34 UTC  (9+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[RFC 0/3] add large zero page for zeroing out larger segments
 2025-05-16 14:54 UTC  (7+ messages)
` [RFC 1/3] mm: add large zero page for efficient zeroing of "
` [RFC 2/3] block: use LARGE_ZERO_PAGE in __blkdev_issue_zero_pages()
` [RFC 3/3] iomap: use LARGE_ZERO_PAGE in iomap_dio_zero()

[PATCH v8 0/9] coredump: add coredump socket
 2025-05-16 14:37 UTC  (12+ messages)
` [PATCH v8 1/9] coredump: massage format_corename()
` [PATCH v8 2/9] coredump: massage do_coredump()
` [PATCH v8 3/9] coredump: reflow dump helpers a little
` [PATCH v8 4/9] coredump: add coredump socket
` [PATCH v8 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP
` [PATCH v8 6/9] coredump: show supported coredump modes
` [PATCH v8 7/9] coredump: validate socket name as it is written
` [PATCH v8 8/9] selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure
` [PATCH v8 9/9] selftests/coredump: add tests for AF_UNIX coredumps

[PATCH v7 0/9] coredump: add coredump socket
 2025-05-16 14:26 UTC  (29+ messages)
` [PATCH v7 1/9] coredump: massage format_corname()
` [PATCH v7 2/9] coredump: massage do_coredump()
` [PATCH v7 3/9] coredump: reflow dump helpers a little
` [PATCH v7 4/9] coredump: add coredump socket
` [PATCH v7 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP
` [PATCH v7 6/9] coredump: show supported coredump modes
` [PATCH v7 7/9] coredump: validate socket name as it is written

[PATCH -next 0/4] fs/buffer: misc optimizations
 2025-05-16 10:17 UTC  (9+ messages)
` [PATCH 1/4] fs/buffer: use sleeping lookup in __getblk_slowpath()
` [PATCH 2/4] fs/buffer: avoid redundant lookup in getblk slowpath
` [PATCH 3/4] fs/buffer: remove superfluous statements
` [PATCH 4/4] fs/buffer: optimize discard_buffer()

Machine lockup with large d_invalidate()
 2025-05-16  9:48 UTC  (4+ messages)

[PATCH v6 00/11] fuse: support large folios
 2025-05-16  9:47 UTC  (9+ messages)
` [PATCH v6 01/11] fuse: support copying "

Request for clarification about FILESYSTEM_MAX_STACK_DEPTH
 2025-05-16  9:07 UTC  (5+ messages)
` [PATCH] fuse: add max_stack_depth to fuse_init_in

[PATCH v2 8/8] ext4: enable large folio for regular file
 2025-05-16  9:05 UTC  (2+ messages)

[BUG] propagate_umount() breakage
 2025-05-16  5:21 UTC  (6+ messages)
        ` [RFC][CFT][PATCH] Rewrite of propagate_umount() (was Re: [BUG] propagate_umount() breakage)

[PATCH 5.10.y] fs: relax assertions on failure to encode file handles
 2025-05-16  1:06 UTC 

[PATCH 5.15.y] fs: relax assertions on failure to encode file handles
 2025-05-16  1:05 UTC 

[PATCH 6.1.y] fs: relax assertions on failure to encode file handles
 2025-05-16  0:53 UTC 

[GIT PULL] bcachefs fixes for 6.15-rc7
 2025-05-15 21:38 UTC  (2+ messages)

[PATCH v4 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-15 19:12 UTC  (10+ messages)
` [PATCH v4 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v4 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v4 7/7] ext4: Add atomic block write documentation

[PATCH v3 0/3] fuse: Expose more information of fuse backing files to userspace
 2025-05-15 19:02 UTC  (8+ messages)

[PATCH] XArray: fix kmemleak false positive in xas_shrink()
 2025-05-15 17:34 UTC  (3+ 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).