public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-28 15:02:09 to 2025-01-04 09:11:24 UTC [more...]

[syzbot] [jfs?] [nilfs?] WARNING in mnt_ns_release
 2025-01-04  9:11 UTC  (3+ messages)

[linus:master] [fs] 75ead69a71: kernel-selftests.filesystems/statmount.statmount_test.fail
 2025-01-04  9:05 UTC  (2+ messages)

[PATCH] fuse: respect FOPEN_KEEP_CACHE on opendir
 2025-01-04  8:58 UTC  (3+ messages)

[PATCH v3 0/2] fix reading ESP during coredump
 2025-01-04  8:57 UTC  (4+ messages)
` [PATCH v3 1/2] fs/proc: do_task_stat: Fix ESP not readable "
` [PATCH v3 2/2] selftests: coredump: Add stackdump test

Immutable vs read-only for Windows compatibility
 2025-01-04  8:52 UTC  (6+ messages)

Errno codes from symlink() syscall
 2025-01-04  8:46 UTC  (5+ messages)

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-01-04  8:42 UTC  (4+ messages)

[PATCHSET v8 0/12] Uncached buffered IO
 2025-01-04  8:39 UTC  (7+ messages)
` [PATCH 06/12] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/12] fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag
  ` (subset) "

[BUG REPORT] ext4: “errors=remount-ro” has become “errors=shutdown”?
 2025-01-04  3:15 UTC  (7+ messages)

[syzbot] [hfs?] WARNING in check_flush_dependency (3)
 2025-01-04  2:25 UTC 

[PATCH v1] mm: fix div by zero in bdi_ratio_from_pages
 2025-01-04  1:20 UTC 

"INFO: rcu detected stall in sys_sendfile64" in Linux kernel version 6.13.0-rc2
 2025-01-04  0:04 UTC  (2+ messages)

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_revert
 2025-01-03 23:20 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_revert
 2025-01-03 23:11 UTC  (8+ messages)

"divide error in bdi_set_min_bytes" in Linux kernel version 6.13.0-rc2
 2025-01-03 22:24 UTC  (3+ messages)

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-03 20:31 UTC  (23+ messages)

[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
 2025-01-03 15:13 UTC  (4+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd

[RFC PATCH RESEND v2 0/2] Add file seal to prevent future exec mappings
 2025-01-03 15:03 UTC  (4+ messages)
` [RFC PATCH RESEND v2 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd
` [RFC PATCH RESEND v2 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_EXEC

[PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2025-01-03 11:11 UTC  (18+ messages)
` [PATCH v4 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v4 -next 07/15] security: min_addr: move sysctl to security/min_addr.c
` [PATCH v4 -next 08/15] mm: nommu: move sysctl to mm/nommu.c
` [PATCH v4 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v4 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v4 -next 11/15] sunrpc: simplify rpcauth_cache_shrink_count()
` [PATCH v4 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v4 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` [PATCH v4 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v4 -next 15/15] sysctl: remove unneeded include

"WARNING in max_vclocks_store" in Linux kernel version 6.13.0-rc2
 2025-01-03  9:19 UTC  (2+ messages)

"divide error in bdi_set_max_bytes" in Linux kernel version 6.13.0-rc2
 2025-01-03  7:21 UTC 

[syzbot] [fs?] INFO: task hung in __generic_file_fsync (5)
 2025-01-03  6:09 UTC 

[PATCH] filemap: avoid truncating 64-bit offset to 32 bits
 2025-01-02 23:25 UTC  (3+ messages)

PATCH? avoid the unnecessary wakeups in pipe_read()
 2025-01-02 16:33 UTC  (3+ messages)
` wakeup_pipe_readers/writers() && pipe_poll()

[PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2025-01-02 14:09 UTC  (5+ messages)
` [PATCH v4 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v4 -next 08/15] mm: nommu: move sysctl to mm/nommu.c

[PATCH v3 0/7] large atomic writes for xfs
 2025-01-02 14:04 UTC  (8+ messages)
` [PATCH v3 1/7] iomap: Increase iomap_dio_zero() size limit
` [PATCH v3 2/7] iomap: Add zero unwritten mappings dio support
` [PATCH v3 3/7] iomap: Lift blocksize restriction on atomic writes
` [PATCH v3 4/7] xfs: Add extent zeroing support for "
` [PATCH v3 5/7] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v3 6/7] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH v3 7/7] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

[RESEND PATCH] fs/pipe: Introduce a check to skip sleeping processes during pipe read/write
 2025-01-02 13:57 UTC  (21+ messages)

Fuse: directory cache eviction stopped working in the linux 6.9.X and onwards
 2025-01-01 11:55 UTC  (7+ messages)

[viro-vfs:work.debugfs 9/20] drivers/net/wireless/broadcom/b43legacy/debugfs.c:308:34: error: variable has incomplete type 'struct debugfs_short_fops'
 2025-01-01  3:50 UTC 

[syzbot] [fs?] KASAN: slab-out-of-bounds Write in __put_unused_fd
 2025-01-01  2:03 UTC  (6+ messages)

mnt_list corruption triggered during btrfs/326
 2024-12-31 20:35 UTC  (2+ messages)

[syzbot] [kernfs?] [exfat?] INFO: task hung in chmod_common (5)
 2024-12-31 17:07 UTC 

[syzbot] [fuse?] BUG: unable to handle kernel NULL pointer dereference in fuse_copy_one
 2024-12-31 13:20 UTC  (4+ messages)

Doubt regarding fsync behaviour
 2024-12-31 10:46 UTC 

[syzbot] [squashfs?] WARNING in do_open_execat (3)
 2024-12-31  6:22 UTC 

[PATCH v2] exfat: fix the new buffer was not zeroed before writing
 2024-12-31  5:40 UTC 

watchdog: BUG: soft lockup - CPU#1 stuck for 26s!
 2024-12-31  6:09 UTC 

[linux-next:master] [netfs] b4f239c91f: WARNING:at_kernel/sched/core.c:#__might_sleep
 2024-12-31  5:49 UTC 

[PATCH v2] exfat: fix the infinite loop in __exfat_free_cluster()
 2024-12-31  4:55 UTC 

[xfstests PATCH] generic/567: add partial pages zeroing out case
 2024-12-31  1:23 UTC  (5+ messages)

[syzbot] [fs?] [io-uring?] WARNING: locking bug in eventfd_signal_mask
 2024-12-30 23:19 UTC  (3+ messages)

[syzbot] [fs?] [mm?] KCSAN: data-race in page_cache_async_ra / page_cache_async_ra
 2024-12-30 19:55 UTC 

[PATCH v2 0/2] fix reading ESP during coredump
 2024-12-30 18:43 UTC  (5+ messages)
` [PATCH v2 1/2] fs/proc: do_task_stat: Fix ESP not readable "
` [PATCH v2 2/2] selftests: coredump: Add stackdump test

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-30 17:30 UTC  (5+ messages)

[PATCH 1/1] lib/list_debug.c: add object information in case of invalid object
 2024-12-30 10:10 UTC 

[PATCH 0/2] Bad inode handling
 2024-12-30  8:51 UTC  (3+ messages)
` [PATCH 1/2] fs/ntfs3: Mark inode as bad as soon as error detected in mi_enum_attr()
` [PATCH 2/2] fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()

[PATCH v2 0/2] fstests: test reads/writes from hugepages-backed buffers
 2024-12-30  5:00 UTC  (3+ messages)
` [PATCH v2 1/2] fsx: support reads/writes from buffers backed by hugepages

[PATCH v2 1/5] squashfs: Use a folio throughout squashfs_read_folio()
 2024-12-30  0:45 UTC  (3+ messages)
` [PATCH v2 5/5] squashfs: Convert squashfs_fill_page() to take a folio

[PATCH 0/4] squashfs: reduce memory usage and update docs
 2024-12-29 23:37 UTC  (5+ messages)
` [PATCH 1/4] squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)
` [PATCH 2/4] squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configured
` [PATCH 3/4] Documentation: update the Squashfs filesystem documentation
` [PATCH 4/4] squashfs: update Kconfig information

[PATCHES][RFC][CFT] debugfs cleanups
 2024-12-29 20:58 UTC  (23+ messages)
` [PATCH 01/20] debugfs: fix missing mutex_destroy() in short_fops case
  ` [PATCH 02/20] debugfs: separate cache for debugfs inodes
  ` [PATCH 03/20] debugfs: move ->automount into debugfs_inode_info
  ` [PATCH 04/20] debugfs: get rid of dynamically allocation proxy_ops
  ` [PATCH 05/20] debugfs: don't mess with bits in ->d_fsdata
  ` [PATCH 06/20] debugfs: allow to store an additional opaque pointer at file creation
  ` [PATCH 07/20] carl9170: stop embedding file_operations into their objects
  ` [PATCH 08/20] b43: stop embedding struct "
  ` [PATCH 09/20] b43legacy: make use of debugfs_get_aux()
  ` [PATCH 10/20] netdevsim: don't embed file_operations into your structs
  ` [PATCH 11/20] mediatek: stop messing with ->d_iname
  ` [PATCH 12/20] [not even compile-tested] greybus/camera - "
  ` [PATCH 13/20] mtu3: don't mess wiht ->d_iname
  ` [PATCH 14/20] xhci: don't mess with ->d_iname
  ` [PATCH 15/20] qat: don't mess with ->d_name
  ` [PATCH 16/20] sof-client-ipc-flood-test: "
  ` [PATCH 17/20] slub: "
  ` [PATCH 18/20] arm_scmi: don't mess with ->d_parent->d_name
  ` [PATCH 19/20] octeontx2: don't mess with ->d_parent or ->d_parent->d_name
  ` [PATCH 20/20] saner replacement for debugfs_rename()

[syzbot] [io-uring?] WARNING in __io_uring_free
 2024-12-29 19:42 UTC  (2+ messages)

[CFT][PATCH] fix descriptor uses in sound/core/compress_offload.c
 2024-12-29 18:53 UTC  (6+ messages)

[viro-vfs:work.debugfs 20/20] include/linux/debugfs.h:366:16: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast
 2024-12-29  6:41 UTC 

[viro-vfs:work.debugfs 20/20] drivers/net/bonding/bond_debugfs.c:66:2: error: use of undeclared identifier 'err'
 2024-12-29  6:30 UTC 

[viro-vfs:work.debugfs 20/20] include/linux/debugfs.h:366:16: error: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast
 2024-12-29  6:30 UTC 

[syzbot] [exfat?] INFO: task hung in exfat_lookup (3)
 2024-12-29  6:29 UTC 

[PATCH v7 0/5] Improve simple directory offset wrap behavior
 2024-12-28 17:55 UTC  (6+ messages)
` [PATCH v7 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [PATCH v7 2/5] Revert "libfs: Add simple_offset_empty()"
` [PATCH v7 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [PATCH v7 4/5] libfs: Replace simple_offset end-of-directory detection
` [PATCH v7 5/5] libfs: Use d_children list to iterate simple_offset directories


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox