linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-20 20:00:12 to 2023-11-22 19:11:59 UTC [more...]

[RFC] simplifying fast_dput(), dentry_kill() et.al
 2023-11-22 19:11 UTC  (15+ messages)
` [PATCH 01/15] fast_dput(): having ->d_delete() is not reason to delay refcount decrement
  ` [PATCH 09/15] fold the call of retain_dentry() into fast_dput()
          ` lockless case of retain_dentry() (was Re: [PATCH 09/15] fold the call of retain_dentry() into fast_dput())

[PATCH 0/5] afs: Miscellaneous small fixes
 2023-11-22 19:05 UTC  (6+ messages)
` [PATCH 3/5] afs: Return ENOENT if no cell DNS record can be found
` [PATCH 4/5] afs: Fix file locking on R/O volumes to operate in local mode

xfs-linux: for-next updated to 9c235dfc3d3f
 2023-11-22 18:19 UTC 

[syzbot] [ext4?] WARNING in ext4_dio_write_end_io
 2023-11-22 17:11 UTC  (2+ messages)

proposed libc interface and man page for statmount(2)
 2023-11-22 16:18 UTC  (19+ messages)

[PATCH v2 00/18] btrfs: convert to the new mount API
 2023-11-22 16:12 UTC  (7+ messages)
` [PATCH v2 04/18] btrfs: move space cache settings into open_ctree
` [PATCH v2 09/18] btrfs: add parse_param callback for the new mount api

[syzbot] [reiserfs?] kernel BUG in entry_points_to_object
 2023-11-22 15:43 UTC 

[PATCH v2 00/16] Tidy up file permission hooks
 2023-11-22 15:25 UTC  (21+ messages)
` [PATCH v2 01/16] ovl: add permission hooks outside of do_splice_direct()
` [PATCH v2 02/16] splice: remove permission hook from do_splice_direct()
` [PATCH v2 03/16] splice: move permission hook out of splice_direct_to_actor()
` [PATCH v2 04/16] splice: move permission hook out of splice_file_to_pipe()
` [PATCH v2 05/16] splice: remove permission hook from iter_file_splice_write()
` [PATCH v2 06/16] remap_range: move permission hooks out of do_clone_file_range()
` [PATCH v2 07/16] remap_range: move file_start_write() to after permission hook
` [PATCH v2 08/16] btrfs: "
` [PATCH v2 09/16] coda: change locking order in coda_file_write_iter()
` [PATCH v2 10/16] fs: move file_start_write() into vfs_iter_write()
` [PATCH v2 11/16] fs: move permission hook out of do_iter_write()
` [PATCH v2 12/16] fs: move permission hook out of do_iter_read()
` [PATCH v2 13/16] fs: move kiocb_start_write() into vfs_iocb_iter_write()
` [PATCH v2 14/16] fs: create __sb_write_started() helper
` [PATCH v2 15/16] fs: create file_write_started() helper
` [PATCH v2 16/16] fs: create {sb,file}_write_not_started() helpers

[PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-22 15:19 UTC  (11+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
` [PATCH v2 3/4] eventfd: simplify eventfd_signal_mask()
` [PATCH v2 4/4] eventfd: make eventfd_signal{_mask}() void

[PATCH 0/4] mnt_idmapping: decouple from namespaces
 2023-11-22 15:14 UTC  (8+ messages)
` [PATCH 1/4] mnt_idmapping: remove check_fsmapping()
` [PATCH 2/4] mnt_idmapping: remove nop check
` [PATCH 3/4] mnt_idmapping: decouple from namespaces
` [PATCH 4/4] fs: reformat idmapped mounts entry

[syzbot] [ntfs3?] WARNING in attr_data_get_block (3)
 2023-11-22 14:48 UTC  (2+ messages)

[PATCH 0/4] eventfs: Some more minor fixes
 2023-11-22 14:19 UTC  (6+ messages)
` [PATCH 1/4] eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
` [PATCH 2/4] eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
` [PATCH 3/4] eventfs: Do not allow NULL parent to eventfs_start_creating()
` [PATCH 4/4] eventfs: Make sure that parent->d_inode is locked in creating files/dirs

[PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-22 14:00 UTC  (6+ messages)
` [PATCH v2 1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array
` [PATCH v2 2/4] fs: Remove the now superfluous sentinel elements "
` [PATCH v2 3/4] sysctl: "
` [PATCH v2 4/4] coda: "

[RFC 1/3] ext2: Fix ki_pos update for DIO buffered-io fallback case
 2023-11-22 13:11 UTC  (14+ messages)
` [RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
` [RFC 3/3] ext2: Enable large folio support

[PATCH] fs: allow calling kiocb_end_write() unmatched with kiocb_start_write()
 2023-11-22 10:20 UTC  (6+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-11-22  9:42 UTC  (40+ messages)
` [PATCH v7 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 03/39] mman: Add map_shadow_stack() flags
` [PATCH v7 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v7 05/39] arm64/gcs: Document the ABI "
` [PATCH v7 06/39] arm64/sysreg: Add new system registers for GCS
` [PATCH v7 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v7 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v7 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v7 10/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v7 11/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v7 12/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v7 13/39] arm64/mm: Map pages for guarded control stack
` [PATCH v7 14/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v7 15/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v7 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v7 17/39] arm64/hwcap: Add hwcap "
` [PATCH v7 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v7 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v7 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v7 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v7 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v7 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v7 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v7 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v7 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v7 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v7 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v7 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v7 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v7 39/39] kselftest/clone3: Enable GCS in the clone3 selftests

[syzbot] Monthly v9fs report (Nov 2023)
 2023-11-22  9:42 UTC 

[syzbot] Monthly f2fs report (Nov 2023)
 2023-11-22  9:42 UTC 

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-22  9:22 UTC  (4+ messages)
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access

[PATCHv2] ext2: Fix ki_pos update for DIO buffered-io fallback case
 2023-11-22  9:18 UTC  (2+ messages)

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-11-22  8:15 UTC  (4+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_set_size
 2023-11-22  5:21 UTC 

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-22  3:30 UTC  (10+ messages)
    ` [f2fs-dev] "

[PATCH 04/14] tools headers UAPI: Update tools's copy of mount.h header
 2023-11-21 22:56 UTC 

[PATCH v6 0/4] Add support for Vendor Defined Error Types in Einj Module
 2023-11-21 20:12 UTC  (2+ messages)

[PATCH v4 00/15] Pass data lifetime information to SCSI disk devices
 2023-11-21 19:25 UTC  (3+ messages)
` [PATCH v4 15/15] scsi_debug: Maintain write statistics per group number

[PATCH 00/15] Tidy up file permission hooks
 2023-11-21 18:39 UTC  (14+ messages)
` [PATCH 05/15] splice: remove permission hook from iter_file_splice_write()
` [PATCH 07/15] remap_range: move file_start_write() to after permission hook
` [PATCH 10/15] fs: move permission hook out of do_iter_write()
` [PATCH 11/15] fs: move permission hook out of do_iter_read()

[PATCH 00/35] nilfs2: Folio conversions
 2023-11-21 17:43 UTC  (4+ messages)

[viro-vfs:work.rename 10/10] htmldocs: Documentation/filesystems/directory-locking.rst:33: WARNING: Enumerated list ends without a blank line; unexpected unindent
 2023-11-21 17:33 UTC 

[PATCH v5 0/5] userfaultfd move option
 2023-11-21 17:16 UTC  (6+ messages)
` [PATCH v5 1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v5 2/5] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v5 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test
` [PATCH v5 4/5] selftests/mm: add uffd_test_case_ops to allow test case-specific operations
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-21 17:00 UTC  (5+ messages)
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags

[syzbot] [ntfs3?] general protection fault in ni_readpage_cmpr
 2023-11-21 15:58 UTC  (2+ messages)

[PATCH 00/15] Tidy up file permission hooks
 2023-11-21 15:41 UTC  (3+ messages)

SuperH: fs/namespace.c: In function '__se_sys_listmount': syscalls.h:258:9: internal compiler error: in change_address_1, at emit-rtl.c:2275
 2023-11-21 15:09 UTC  (3+ messages)

[PATCH 0/2] Support fanotify FAN_REPORT_FID on all filesystems
 2023-11-21 13:33 UTC  (4+ messages)
` [PATCH 2/2] fanotify: allow "weak" fsid when watching a single filesystem

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-21 11:54 UTC  (4+ messages)
` [PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc()

[PATCH] fs: Rename mapping private members
 2023-11-21 11:03 UTC  (5+ messages)

[PATCH 0/3] sysctl: Fix out of bounds access for empty syscl ctl_tables
 2023-11-21 11:02 UTC  (4+ messages)
` [PATCH 1/3] sysctl: Fix out of bounds access for empty sysctl registers
` [PATCH 2/3] sysctl: Add a selftest for handling empty dirs
` [PATCH 3/3] sysclt: Clarify the results of selftest run

[PATCH] cachefiles: move kiocb_start_write() after error injection
 2023-11-21  9:28 UTC  (5+ messages)

[PATCH v6 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-11-21  8:02 UTC  (6+ messages)
` [PATCH v6 19/25] ima: Move to "
` [PATCH v6 25/25] security: Enforce ordering of 'ima' and 'evm' LSMs

Add sub-topic on 'exFAT' in man mount
 2023-11-21  6:55 UTC 

[PATCH 00/12] Convert write_cache_pages() to an iterator
 2023-11-21  5:18 UTC  (2+ messages)

Conditions for FOLL_LONGTERM mapping in fsdax
 2023-11-21  4:46 UTC  (4+ messages)

[linus:master] [filemap] c8be038067: vm-scalability.throughput -27.3% regression
 2023-11-21  2:34 UTC  (2+ messages)

[PATCH v9 0/3] [PATCH v9 0/3] Introduce provisioning primitives
 2023-11-20 23:59 UTC  (5+ messages)

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-11-20 23:01 UTC  (2+ messages)

[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
 2023-11-20 21:06 UTC  (4+ messages)

[PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure
 2023-11-20 20:55 UTC  (6+ messages)
` [PATCH v5 11/23] security: Introduce inode_post_removexattr hook

[PATCH v5 0/7] Landlock: IOCTL support
 2023-11-20 20:41 UTC  (3+ messages)
` [PATCH v5 3/7] selftests/landlock: Test "


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