linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-16 10:11:22 to 2025-05-19 15:20:35 UTC [more...]

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-19 15:20 UTC  (6+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys

[PATCH] block: support mtd:<name> syntax for block devices
 2025-05-19 15:03 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH 0/2] Add a documentation for FUSE passthrough
 2025-05-19 15:02 UTC  (4+ messages)
` [PATCH 2/2] docs: filesystems: add fuse-passthrough.rst

[PATCH] eventpoll: Fix priority inversion problem
 2025-05-19 14:22 UTC  (4+ messages)

mlock ulimits for SHM_HUGETLB
 2025-05-19 14:02 UTC  (6+ messages)

[PATCH 00/11] netfs: Miscellaneous cleanups
 2025-05-19 13:48 UTC  (12+ messages)
` [PATCH 01/11] netfs: Update main API document
` [PATCH 02/11] fs/netfs: remove unused flag NETFS_SREQ_SEEK_DATA_READ
` [PATCH 03/11] fs/netfs: remove unused source NETFS_INVALID_WRITE
` [PATCH 04/11] fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
` [PATCH 05/11] fs/netfs: remove unused enum choice NETFS_READ_HOLE_CLEAR
` [PATCH 06/11] fs/netfs: reorder struct fields to eliminate holes
` [PATCH 07/11] fs/netfs: remove `netfs_io_request.ractl`
` [PATCH 08/11] fs/netfs: declare field `proc_link` only if CONFIG_PROC_FS=y
` [PATCH 09/11] folio_queue: remove unused field `marks3`
` [PATCH 10/11] fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
` [PATCH 11/11] fs/netfs: remove unused flag NETFS_RREQ_BLOCKED

[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
 2025-05-19 13:36 UTC  (11+ 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 v15 00/27] riscv control-flow integrity for usermode
 2025-05-19 12:39 UTC  (10+ 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

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-19 11:37 UTC  (6+ messages)

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

[PATCH v5 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-19 10:07 UTC  (12+ messages)
` [PATCH v5 7/7] ext4: Add atomic block write documentation

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

[PATCH] ext4: inline: do not convert when writing to memory map
 2025-05-19 10:42 UTC 

[PATCH -next 0/4] fs/buffer: misc optimizations
 2025-05-19 10:06 UTC  (10+ 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()

[PATCH] fs/ntfs3: remove ability to change compression on mounted volume
 2025-05-19  9:47 UTC 

[PATCH] fs/ntfs3: Fix handling of InitializeFileRecordSegment
 2025-05-19  9:51 UTC 

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

[PATCH v16 00/42] DEPT(DEPendency Tracker)
 2025-05-19  9:18 UTC  (43+ 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 v16 21/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v16 22/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v16 23/42] dept: apply timeout consideration to dma fence wait
` [PATCH v16 24/42] dept: make dept able to work with an external wgen
` [PATCH v16 25/42] dept: track PG_locked with dept
` [PATCH v16 26/42] dept: print staged wait's stacktrace on report
` [PATCH v16 27/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v16 28/42] dept: add documentation for dept
` [PATCH v16 29/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v16 30/42] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v16 31/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v16 32/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v16 33/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v16 34/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v16 35/42] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v16 36/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v16 37/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v16 38/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v16 39/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v16 40/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v16 41/42] dept: implement a basic unit test for dept
` [PATCH v16 42/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state

[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] 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 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)

[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 13/19] famfs_fuse: Create files with famfs fmaps
 2025-05-16 23:17 UTC  (11+ messages)

[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  (26+ 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 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

[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  (15+ messages)
` [PATCH v7 4/9] "
` [PATCH v7 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP
` [PATCH v7 7/9] coredump: validate socket name as it is written


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