linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 01:18:28 to 2021-09-28 03:23:54 UTC [more...]

[PATCH v5 0/5] fuse,virtiofs: support per-file DAX
 2021-09-28  3:23 UTC  (12+ messages)
` [PATCH v5 2/5] fuse: make DAX mount option a tri-state

Struct page proposal
 2021-09-28  3:19 UTC  (28+ messages)
    ` Mapcount of subpages

[RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles
 2021-09-28  3:11 UTC  (25+ messages)
` [PATCH v3 1/9] mm: Remove the callback func argument from __swap_writepage()
` [PATCH v3 2/9] mm: Add 'supports' field to the address_space_operations to list features
` [PATCH v3 3/9] mm: Make swap_readpage() void
` [PATCH v3 4/9] Introduce IOCB_SWAP kiocb flag to trigger REQ_SWAP
` [PATCH v3 5/9] mm: Make swap_readpage() for SWP_FS_OPS use ->swap_rw() not ->readpage()
` [PATCH v3 6/9] mm: Make __swap_writepage() do async DIO if asked for it
` [PATCH v3 7/9] nfs: Fix write to swapfile failure due to generic_write_checks()
` [PATCH v3 8/9] block, btrfs, ext4, xfs: Implement swap_rw
` [PATCH v3 9/9] mm: Remove swap BIO paths and only use DIO paths

[PATCH v2 0/2] block: 7th -- last batch of add_disk() error handling conversions
 2021-09-28  0:57 UTC  (5+ messages)
` [PATCH v2 1/2] block: make __register_blkdev() return an error
` [PATCH v2 2/2] block: add __must_check for *add_disk*() callers

[PATCH 3/5] vfs: add a zero-initialization mode to fallocate
 2021-09-28  0:08 UTC  (17+ messages)

[syzbot] upstream test error: KFENCE: use-after-free in kvm_fastop_exception
 2021-09-27 23:45 UTC  (8+ messages)

[regression] fs dax xfstests panic
 2021-09-27 23:14 UTC  (4+ messages)

[lpc-contact] Linux Plumbers Conference Last Day
 2021-09-27 21:51 UTC  (2+ messages)

[PATCH 0/2] fuse: Send file/inode security context during creation
 2021-09-27 21:45 UTC  (19+ messages)
` [PATCH 1/2] fuse: Add a flag FUSE_SECURITY_CTX
` [PATCH 2/2] fuse: Send security context of inode on file creation

[PATCH] proc: Disable /proc/$pid/wchan
 2021-09-27 20:50 UTC  (18+ messages)

[PATCH RFC v4 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-09-27 20:39 UTC  (5+ messages)
` [PATCH RFC v4 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC v4 2/2] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH v2 0/3] fs/ntfs3: Refactoring of xattr.c
 2021-09-27 19:39 UTC  (7+ messages)
` [PATCH v2 1/3] fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_release
` [PATCH v2 2/3] fs/ntfs3: Remove locked argument in ntfs_set_ea
` [PATCH v2 3/3] fs/ntfs3: Refactoring of ntfs_set_ea

[PATCH 0/3] fs/ntfs3: Refactoring of xattr.c
 2021-09-27 19:10 UTC  (9+ messages)
` [PATCH 1/3] fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_release
` [PATCH 2/3] fs/ntfs3: Remove locked argument in ntfs_set_ea
` [PATCH 3/3] fs/ntfs3: Refactoring of ntfs_set_ea

[PATCH 0/3] fs/ntfs3: Refactoring of super.c
 2021-09-27 18:56 UTC  (7+ messages)
` [PATCH 1/3] fs/ntfs3: Fix memory leak if fill_super failed
` [PATCH 2/3] fs/ntfs3: Reject mount if boot's cluster size < media sector size
` [PATCH 3/3] fs/ntfs3: Refactoring of ntfs_init_from_boot

[PATCH] vboxsf: fix old signature detection
 2021-09-27 18:33 UTC  (5+ messages)

[syzbot] upstream test error: KASAN: invalid-access Read in __entry_tramp_text_end
 2021-09-27 17:18 UTC  (7+ messages)

bcachefs - snapshots
 2021-09-27 16:43 UTC  (3+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-09-27 16:38 UTC  (13+ messages)
` [PATCH v8 01/12] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v8 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v8 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal
` [PATCH v8 10/12] test_sysfs: enable deadlock tests by default
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v8 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

[PATCH] aio: convert active_reqs into an array
 2021-09-27 16:15 UTC  (2+ messages)

[PATCH v7 00/12 (RESEND)] syfs: generic deadlock fix with module removal
 2021-09-27 15:11 UTC  (2+ messages)

[PATCH v2] writeback: prefer struct_size over open coded arithmetic
 2021-09-27 14:51 UTC  (2+ messages)

Incorrect handling of . and .. files
 2021-09-27 11:19 UTC 

[PATCH] [RESEND] [v2] posix-acl: avoid -Wempty-body warning
 2021-09-27 10:23 UTC 

[PATCH] [RESEND] hfs/hfsplus: use WARN_ON for sanity check
 2021-09-27 10:21 UTC 

[PATCH v2] ovl: fix null pointer when filesystem doesn't support direct IO
 2021-09-27  9:38 UTC  (7+ messages)
` [PATCH v3] "
      ` [PATCH v3] ovl: fix null pointer when filesystemdoesn'tsupportdirect IO

[PATCH] kernfs: fix the race in the creation of negative dentry
 2021-09-27  5:31 UTC  (8+ messages)

[PATCH v7 0/5] make '%pD' print the full path of file
 2021-09-26 22:57 UTC  (4+ messages)
` [PATCH v7 1/5] d_path: fix Kernel doc validator complaints

[RFC][PATCH] coredump: save timestamp in ELF core
 2021-09-25 18:35 UTC  (3+ messages)

[PATCH RFC v3 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-09-24 20:53 UTC  (6+ messages)
` [PATCH v3 2/3] "

[GIT PULL] Two fixes for 5.15-rc3
 2021-09-24 17:33 UTC  (2+ messages)

[git pull] a couple of do_mounts.c followups
 2021-09-24 17:33 UTC  (2+ messages)

[RFC v2 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-09-24 16:44 UTC  (7+ messages)
` [v2 PATCH 1/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault

Use of uninitialized dentry->d_time in kernfs_dop_revalidate()
 2021-09-24 15:46 UTC 

[PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
 2021-09-24 13:31 UTC  (13+ messages)

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-09-24 13:09 UTC  (9+ messages)
` [PATCH v7 1/8] dax: Use rwsem for dax_{read,write}_lock()
` [PATCH v7 2/8] dax: Introduce holder for dax_device
` [PATCH v7 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v7 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v7 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v7 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v7 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v7 8/8] fsdax: add exception for reflinked files

[PATCH v2 0/6] fs/ntfs3: Refactor locking in inode_operations
 2021-09-24 10:57 UTC  (4+ messages)
` [PATCH v2 5/6] fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_mode

[PATCH v2] ramfs: fix mount source show for ramfs
 2021-09-24  9:17 UTC 

[PATCH 0/3] wchan: Fix ORC support and leaky fallback
 2021-09-24  8:17 UTC  (5+ messages)
` [PATCH 1/3] Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
` [PATCH 2/3] leaking_addresses: Always print a trailing newline
` [PATCH 3/3] x86: Fix get_wchan() to support the ORC unwinder

[PATCH] ramfs: fix mount source show for ramfs
 2021-09-24  7:53 UTC  (3+ messages)

[PATCH] [fuse] alloc_page nofs avoid deadlock
 2021-09-24  7:52 UTC  (6+ 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).