linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-15 09:45:36 to 2024-07-17 19:46:34 UTC [more...]

[GIT PULL] sysctl changes for v6.11-rc1
 2024-07-17 19:46 UTC  (4+ messages)

[GIT PULL] bcachefs changes for 6.11
 2024-07-17 18:53 UTC  (2+ messages)

[PATCH] proc: add config to block FOLL_FORCE in mem writes
 2024-07-17 18:16 UTC  (3+ messages)

[RFC PATCH v19 0/5] Script execution control (was O_MAYEXEC)
 2024-07-17 17:59 UTC  (15+ messages)
` [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)

[PATCH v2 00/13] forcealign for xfs
 2024-07-17 16:42 UTC  (7+ messages)
` [PATCH v2 10/13] xfs: Unmap blocks according to forcealign

[PATCH 0/2] mm: skip memcg for certain address space
 2024-07-17 16:14 UTC  (4+ messages)

[PATCH 00/23] Convert write_begin / write_end to take a folio
 2024-07-17 15:47 UTC  (24+ messages)
` [PATCH 01/23] reiserfs: Convert grab_tail_page() to use "
` [PATCH 02/23] reiserfs: Convert reiserfs_write_begin() "
` [PATCH 03/23] block: Use a folio in blkdev_write_end()
` [PATCH 04/23] buffer: Use a folio in generic_write_end()
` [PATCH 05/23] nilfs2: Use a folio in nilfs_recover_dsync_blocks()
` [PATCH 06/23] ntfs3: Remove reset_log_file()
` [PATCH 07/23] buffer: Convert block_write_end() to take a folio
` [PATCH 08/23] ecryptfs: Convert ecryptfs_write_end() to use "
` [PATCH 09/23] ecryptfs: Use a folio in ecryptfs_write_begin()
` [PATCH 10/23] f2fs: Convert f2fs_write_end() to use a folio
` [PATCH 11/23] f2fs: Convert f2fs_write_begin() "
` [PATCH 12/23] fuse: Convert fuse_write_end() "
` [PATCH 13/23] fuse: Convert fuse_write_begin() "
` [PATCH 14/23] hostfs: Convert hostfs_write_end() "
` [PATCH 15/23] jffs2: Convert jffs2_write_end() "
` [PATCH 16/23] jffs2: Convert jffs2_write_begin() "
` [PATCH 17/23] orangefs: Convert orangefs_write_end() "
` [PATCH 18/23] orangefs: Convert orangefs_write_begin() "
` [PATCH 19/23] vboxsf: Use a folio in vboxsf_write_end()
` [PATCH 20/23] fs: Convert aops->write_end to take a folio
` [PATCH 21/23] fs: Convert aops->write_begin "
` [PATCH 22/23] ocfs2: Convert ocfs2_write_zero_page to use "
` [PATCH 23/23] buffer: Convert __block_write_begin() to take "

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-17 15:28 UTC  (9+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS

[PATCH v10 00/10] enable bs > ps in XFS
 2024-07-17 15:26 UTC  (21+ messages)
` [PATCH v10 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v10 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v10 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v10 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v10 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v10 08/10] xfs: expose block size in stat
` [PATCH v10 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v10 10/10] xfs: enable block size larger than page size support

[GIT PULL] udf, ext2, isofs fixes and cleanups
 2024-07-17 15:16 UTC 

[GIT PULL] Fsnotify fix for 6.11-rc1
 2024-07-17 15:06 UTC 

[PATCH v3] fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_watched()
 2024-07-17 14:52 UTC  (2+ messages)

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-07-17 14:50 UTC  (11+ messages)
` [PATCH v4 0/3] fs/file.c: optimize the critical section of file_lock in
  ` [PATCH v4 1/3] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
  ` [PATCH v4 3/3] fs/file.c: add fast path in find_next_fd()
` [PATCH v5 0/3] fs/file.c: optimize the critical section of file_lock in
  ` [PATCH v5 1/3] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
  ` [PATCH v5 2/3] fs/file.c: conditionally clear full_fds
  ` [PATCH v5 3/3] fs/file.c: add fast path in find_next_fd()

[PATCH] shmem_quota: Build the object file conditionally to the config option
 2024-07-17 14:07 UTC  (2+ messages)

[PATCH] fs: buffer: set the expression type to unsigned long in folio_create_buffers()
 2024-07-17 13:41 UTC  (4+ messages)

[PATCH v2] fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_watched()
 2024-07-17 13:16 UTC  (4+ messages)

[PATCH v6 0/9] fs: multigrain timestamp redux
 2024-07-17 12:02 UTC  (27+ messages)
` [PATCH v6 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v6 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v6 3/9] fs: add percpu counters for significant "
` [PATCH v6 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v6 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v6 6/9] xfs: switch to "
` [PATCH v6 7/9] ext4: "
` [PATCH v6 8/9] btrfs: convert "
` [PATCH v6 9/9] tmpfs: add support for "

[PATCH v4 0/3] man2: Document RWF_ATOMIC
 2024-07-17  9:36 UTC  (4+ messages)
` [PATCH v4 1/3] statx.2: Document STATX_WRITE_ATOMIC
` [PATCH v4 2/3] readv.2: Document RWF_ATOMIC flag
` [PATCH v4 3/3] io_submit.2: Document RWF_ATOMIC

[syzbot] [fs?] KASAN: slab-use-after-free Read in lockref_get
 2024-07-17  8:31 UTC  (3+ messages)

[GIT PULL] xfs: new code for 6.11
 2024-07-17  3:44 UTC 

[syzbot] [lsm?] WARNING in current_check_refer_path - bcachefs bug
 2024-07-17  3:22 UTC  (3+ messages)

[PATCH] vfs: ensure mount source is set to "none" if empty string specified
 2024-07-16 23:12 UTC  (3+ messages)

[PATCH 00/10] Convert UFS directory handling to folios
 2024-07-16 22:46 UTC  (4+ messages)
` [PATCH 01/10] ufs: Convert ufs_get_page() to use a folio

[PATCH AUTOSEL 4.19 3/3] hfsplus: fix uninit-value in copy_name
 2024-07-16 18:35 UTC 

[PATCH AUTOSEL 5.4 3/3] hfsplus: fix uninit-value in copy_name
 2024-07-16 18:34 UTC 

[PATCH AUTOSEL 5.10 3/4] hfsplus: fix uninit-value in copy_name
 2024-07-16 18:34 UTC 

[PATCH AUTOSEL 5.15 3/4] hfsplus: fix uninit-value in copy_name
 2024-07-16 18:34 UTC 

[PATCH AUTOSEL 6.1 4/5] hfsplus: fix uninit-value in copy_name
 2024-07-16 18:34 UTC 

[PATCH AUTOSEL 6.6 6/8] hfsplus: fix uninit-value in copy_name
 2024-07-16 18:33 UTC 

[PATCH AUTOSEL 6.9 09/11] hfsplus: fix uninit-value in copy_name
 2024-07-16 18:31 UTC 

[RFC PATCH v19 2/5] security: Add new SHOULD_EXEC_CHECK and SHOULD_EXEC_RESTRICT securebits
 2024-07-16 15:18 UTC  (15+ messages)

[PATCH AUTOSEL 4.19 3/3] fs: better handle deep ancestor chains in is_subdir()
 2024-07-16 14:30 UTC 

[PATCH AUTOSEL 5.4 7/7] fs: better handle deep ancestor chains in is_subdir()
 2024-07-16 14:30 UTC 

[PATCH AUTOSEL 5.10 7/7] fs: better handle deep ancestor chains in is_subdir()
 2024-07-16 14:29 UTC 

[PATCH AUTOSEL 5.15 8/9] fs: better handle deep ancestor chains in is_subdir()
 2024-07-16 14:29 UTC 

[PATCH AUTOSEL 6.1 12/15] fs: better handle deep ancestor chains in is_subdir()
 2024-07-16 14:28 UTC 

[PATCH AUTOSEL 6.6 15/18] fs: better handle deep ancestor chains in is_subdir()
 2024-07-16 14:26 UTC 

[PATCH AUTOSEL 6.9 19/22] fs: better handle deep ancestor chains in is_subdir()
 2024-07-16 14:24 UTC 

[PATCH] vfs: use RCU in ilookup
 2024-07-16 13:55 UTC  (3+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-16 13:46 UTC  (27+ messages)
` [PATCH v4 06/29] arm64: context switch POR_EL0 register
` [PATCH v4 10/29] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 14/29] arm64: mask out POIndex when modifying a PTE
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 16/29] arm64: add pte_access_permitted_no_overlay()
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 19/29] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v4 20/29] arm64: enable POE and PIE to coexist
` [PATCH v4 21/29] arm64/ptrace: add support for FEAT_POE
` [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig

[PATCH 0/7] Convert sysv directory handling to folios
 2024-07-16  8:17 UTC  (2+ messages)

[PATCH 0/6] Convert qnx6 directory handling to folios
 2024-07-16  8:12 UTC  (2+ messages)

[syzbot] [mm?] BUG: sleeping function called from invalid context in vma_alloc_folio_noprof
 2024-07-16  7:28 UTC  (4+ messages)
` [PATCH] nsfs: use cleanup guard

Uses of ->write_begin/write_end
 2024-07-16  4:25 UTC  (3+ messages)

[PATCH] filemap: fix error pointer dereference in filemap_fault()
 2024-07-16  2:30 UTC  (2+ messages)

[GIT PULL] zonefs changes for 6.11-rc1
 2024-07-15 22:53 UTC 

[GIT PULL for v6.11] vfs inode
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs mount
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs nsfs
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs pidfs
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs iomap
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs misc
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs module descriptions
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs pg_error
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs mount api
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs casefold
 2024-07-15 20:34 UTC  (2+ messages)

[GIT PULL for v6.11] vfs procfs
 2024-07-15 19:20 UTC  (3+ messages)

[syzbot] Monthly hfs report (Jul 2024)
 2024-07-15 18:58 UTC 

Shared test cluster for filesystem testing
 2024-07-15 15:58 UTC  (3+ messages)

[PATCH] fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_watched()
 2024-07-15 12:56 UTC  (2+ messages)

[syzbot] [fs?] KCSAN: data-race in __fsnotify_parent / __fsnotify_recalc_mask (5)
 2024-07-15 12:20 UTC  (3+ messages)

[GIT PULL] AFFS updates for 6.11
 2024-07-15 12:08 UTC 

[PATCH] fs/adfs: add MODULE_DESCRIPTION
 2024-07-15 11:48 UTC  (2+ messages)

Possible circular dependency between i_data_sem and folio lock in ext4 filesystem
 2024-07-15 10:32 UTC  (6+ messages)

[PATCH] exfat: check disk status during buffer write
 2024-07-15 10:28 UTC  (4+ 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).