linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-29 23:09:03 to 2024-05-01 01:47:43 UTC [more...]

[PATCH v3 00/21] block atomic writes for XFS
 2024-05-01  1:47 UTC  (17+ messages)
` [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 09/21] xfs: Do not free EOF blocks for forcealign
` [PATCH v3 10/21] xfs: Update xfs_is_falloc_aligned() mask "
` [PATCH RFC v3 11/21] xfs: Unmap blocks according to forcealign
` [PATCH RFC v3 12/21] xfs: Only free full extents for forcealign
` [PATCH v3 14/21] iomap: Sub-extent zeroing
` [PATCH v3 15/21] fs: xfs: "
` [PATCH v3 17/21] iomap: Atomic write support

[PATCH] proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
 2024-05-01  0:56 UTC 

[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-04-30 21:01 UTC  (11+ messages)
` [RFC PATCH v2 01/12] famfs: Introduce famfs documentation
` [RFC PATCH v2 08/12] famfs: module operations & fs_context

[linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5
 2024-04-30 20:14 UTC 

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-30 19:27 UTC  (12+ messages)
` [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement

[PATCHBOMB v5.6] fs-verity support for XFS
 2024-04-30 18:06 UTC  (107+ messages)
` [PATCHSET v5.6 1/2] fs-verity: support merkle tree access by blocks
  ` [PATCH 01/18] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 02/18] fsverity: pass tree_blocksize to end_enable_verity()
  ` [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets
  ` [PATCH 04/18] fsverity: support block-based Merkle tree caching
  ` [PATCH 05/18] fsverity: pass the merkle tree block level to fsverity_read_merkle_tree_block
  ` [PATCH 06/18] fsverity: add per-sb workqueue for post read processing
  ` [PATCH 07/18] fsverity: add tracepoints
  ` [PATCH 08/18] fsverity: pass the new tree size and block size to ->begin_enable_verity
  ` [PATCH 09/18] fsverity: expose merkle tree geometry to callers
  ` [PATCH 10/18] fsverity: box up the write_merkle_tree_block parameters too
  ` [PATCH 11/18] fsverity: pass the zero-hash value to the implementation
  ` [PATCH 12/18] fsverity: report validation errors back to the filesystem
  ` [PATCH 13/18] fsverity: pass super_block to fsverity_enqueue_verify_work
  ` [PATCH 14/18] ext4: use a per-superblock fsverity workqueue
  ` [PATCH 15/18] f2fs: "
  ` [PATCH 16/18] btrfs: "
  ` [PATCH 17/18] fsverity: remove system-wide workqueue
  ` [PATCH 18/18] iomap: integrate fs-verity verification into iomap's read path
` [PATCHSET v5.6 2/2] xfs: fs-verity support
  ` [PATCH 01/26] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
  ` [PATCH 02/26] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
  ` [PATCH 03/26] xfs: create a helper to compute the blockcount of a max sized remote value
  ` [PATCH 04/26] xfs: minor cleanups of xfs_attr3_rmt_blocks
  ` [PATCH 05/26] xfs: use an empty transaction to protect xfs_attr_get from deadlocks
  ` [PATCH 06/26] xfs: add attribute type for fs-verity
  ` [PATCH 07/26] xfs: do not use xfs_attr3_rmt_hdr for remote verity value blocks
  ` [PATCH 08/26] xfs: add fs-verity ro-compat flag
  ` [PATCH 09/26] xfs: add inode on-disk VERITY flag
  ` [PATCH 10/26] xfs: initialize fs-verity on file open and cleanup on inode destruction
  ` [PATCH 11/26] xfs: don't allow to enable DAX on fs-verity sealed inode
  ` [PATCH 12/26] xfs: disable direct read path for fs-verity files
  ` [PATCH 13/26] xfs: widen flags argument to the xfs_iflags_* helpers
  ` [PATCH 14/26] xfs: add fs-verity support
  ` [PATCH 15/26] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
  ` [PATCH 16/26] xfs: shrink verity blob cache
  ` [PATCH 17/26] xfs: don't store trailing zeroes of merkle tree blocks
  ` [PATCH 18/26] xfs: use merkle tree offset as attr hash
  ` [PATCH 19/26] xfs: don't bother storing merkle tree blocks for zeroed data blocks
  ` [PATCH 20/26] xfs: add fs-verity ioctls
  ` [PATCH 21/26] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 22/26] xfs: check and repair the verity inode flag state
  ` [PATCH 23/26] xfs: teach online repair to evaluate fsverity xattrs
  ` [PATCH 24/26] xfs: report verity failures through the health system
  ` [PATCH 25/26] xfs: make it possible to disable fsverity
  ` [PATCH 26/26] xfs: enable ro-compat fs-verity flag
` [PATCHSET v5.6] xfsprogs: fs-verity support for XFS
  ` [PATCH 01/38] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 02/38] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
  ` [PATCH 03/38] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
  ` [PATCH 04/38] xfs: create a helper to compute the blockcount of a max sized remote value
  ` [PATCH 05/38] xfs: minor cleanups of xfs_attr3_rmt_blocks
  ` [PATCH 06/38] xfs: use an empty transaction to protect xfs_attr_get from deadlocks
  ` [PATCH 07/38] xfs: add attribute type for fs-verity
  ` [PATCH 08/38] xfs: do not use xfs_attr3_rmt_hdr for remote verity value blocks
  ` [PATCH 09/38] xfs: add fs-verity ro-compat flag
  ` [PATCH 10/38] xfs: add inode on-disk VERITY flag
  ` [PATCH 11/38] xfs: add fs-verity support
  ` [PATCH 12/38] xfs: use merkle tree offset as attr hash
  ` [PATCH 13/38] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 14/38] xfs: report verity failures through the health system
  ` [PATCH 15/38] xfs: enable ro-compat fs-verity flag
  ` [PATCH 16/38] libfrog: add fsverity to xfs_report_geom output
  ` [PATCH 17/38] xfs_db: introduce attr_modify command
  ` [PATCH 18/38] xfs_db: add ATTR_PARENT support to "
  ` [PATCH 19/38] xfs_db: make attr_set/remove/modify be able to handle fs-verity attrs
  ` [PATCH 20/38] man: document attr_modify command
  ` [PATCH 21/38] xfs_db: create hex string as a field type
  ` [PATCH 22/38] xfs_db: dump verity features and metadata
  ` [PATCH 23/38] xfs_db: dump merkle tree data
  ` [PATCH 24/38] xfs_db: dump the verity descriptor
  ` [PATCH 25/38] xfs_db: don't obfuscate verity xattrs
  ` [PATCH 26/38] xfs_db: dump the inode verity flag
  ` [PATCH 27/38] xfs_db: compute hashes of merkle tree blocks
  ` [PATCH 28/38] xfs_repair: junk fsverity xattrs when unnecessary
  ` [PATCH 29/38] xfs_repair: clear verity iflag when verity isn't supported
  ` [PATCH 30/38] xfs_repair: handle verity remote attrs
  ` [PATCH 31/38] xfs_repair: allow upgrading filesystems with verity
  ` [PATCH 32/38] xfs_scrub: check verity file metadata
  ` [PATCH 33/38] xfs_scrub: validate verity file contents when doing a media scan
  ` [PATCH 34/38] xfs_scrub: use MADV_POPULATE_READ to check verity files
  ` [PATCH 35/38] xfs_spaceman: report data corruption
  ` [PATCH 36/38] xfs_io: report fsverity status via statx
  ` [PATCH 37/38] xfs_io: create magic command to disable verity
  ` [PATCH 38/38] mkfs.xfs: add verity parameter
` [PATCHSET v5.6] fstests: fs-verity support for XFS
  ` [PATCH 1/6] common/verity: enable fsverity "
  ` [PATCH 2/6] xfs/{021,122}: adapt to fsverity xattrs
  ` [PATCH 3/6] xfs/122: adapt to fsverity
  ` [PATCH 4/6] xfs: test xfs_scrub detection and correction of corrupt fsverity metadata
  ` [PATCH 5/6] xfs: test disabling fsverity
  ` [PATCH 6/6] common/populate: add verity files to populate xfs images

[RFC PATCH] fs/coredump: Enable dynamic configuration of max file note size
 2024-04-30 17:51 UTC  (7+ messages)

[PATCH v3 00/12] mm/swap: clean up and optimize swap cache index
 2024-04-30 15:40 UTC  (15+ messages)
` [PATCH v3 02/12] nilfs2: drop usage of page_index
` [PATCH v3 05/12] cifs: drop usage of page_file_offset
  ` [EXTERNAL] "

[PATCH] fs/xattr: unify *at syscalls
 2024-04-30 15:19 UTC 

[linux-next:master 7116/7122] init/main.c:613:(.init.text+0x358): relocation truncated to fit: R_RISCV_GPREL_I against symbol `__setup_start' defined in .init.rodata section in .tmp_vmlinux.kallsyms1
 2024-04-30 15:09 UTC 

[syzbot] [ext4?] WARNING in mb_cache_destroy
 2024-04-30 15:04 UTC  (2+ messages)

[PATCH v7 00/16] netfs, cifs: Delegate high-level I/O to netfslib
 2024-04-30 14:58 UTC  (19+ messages)
` [PATCH v7 01/16] cifs: Use alternative invalidation to using launder_folio
` [PATCH v7 02/16] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v7 03/16] cifs: Replace cifs_writedata "
` [PATCH v7 04/16] cifs: Use more fields from netfs_io_subrequest
` [PATCH v7 05/16] cifs: Make wait_mtu_credits take size_t args
` [PATCH v7 06/16] cifs: Replace the writedata replay bool with a netfs sreq flag
` [PATCH v7 07/16] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v7 08/16] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v7 09/16] cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs
` [PATCH v7 10/16] cifs: Make add_credits_and_wake_if() clear deducted credits
` [PATCH v7 11/16] cifs: Implement netfslib hooks
` [PATCH v7 12/16] cifs: Cut over to using netfslib
` [PATCH v7 13/16] cifs: Remove some code that's no longer used, part 1
` [PATCH v7 14/16] cifs: Remove some code that's no longer used, part 2
` [PATCH v7 15/16] cifs: Remove some code that's no longer used, part 3
` [PATCH v7 16/16] cifs: Enable large folio support

[RFC v2 0/1] fs/namespace: defer RCU sync for MNT_DETACH umount
 2024-04-30 14:14 UTC  (5+ messages)
` [RFC v2 1/1] "

[PATCH v2 00/22] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-30 14:00 UTC  (23+ messages)
` [PATCH v2 01/22] netfs: Update i_blocks when write committed to pagecache
` [PATCH v2 02/22] netfs: Replace PG_fscache by setting folio->private and marking dirty
` [PATCH v2 03/22] mm: Remove the PG_fscache alias for PG_private_2
` [PATCH v2 04/22] netfs: Remove deprecated use of PG_private_2 as a second writeback flag
` [PATCH v2 05/22] netfs: Make netfs_io_request::subreq_counter an atomic_t
` [PATCH v2 06/22] netfs: Use subreq_counter to allocate subreq debug_index values
` [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio
` [PATCH v2 08/22] 9p: Use alternative invalidation to "
` [PATCH v2 09/22] afs: "
` [PATCH v2 10/22] netfs: Remove ->launder_folio() support
` [PATCH v2 11/22] netfs: Use mempools for allocating requests and subrequests
` [PATCH v2 12/22] mm: Export writeback_iter()
` [PATCH v2 13/22] netfs: Switch to using unsigned long long rather than loff_t
` [PATCH v2 14/22] netfs: New writeback implementation
` [PATCH v2 15/22] netfs: Add some write-side stats and clean up some stat names
` [PATCH v2 16/22] netfs, afs: Implement helpers for new write code
` [PATCH v2 17/22] netfs, 9p: "
` [PATCH v2 18/22] netfs, cachefiles: "
` [PATCH v2 19/22] netfs: Cut over to using new writeback code
` [PATCH v2 20/22] netfs: Remove the old "
` [PATCH v2 21/22] netfs: Miscellaneous tidy ups
` [PATCH v2 22/22] netfs, afs: Use writeback retry to deal with alternate keys

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-30 12:40 UTC  (5+ messages)
` [PATCH v3 1/2] fs: rename struct xattr_ctx to kernel_xattr_ctx

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-30 11:35 UTC  (10+ messages)
` [PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format()

[PATCH 6.6 001/186] cifs: Fix reacquisition of volume cookie on still-live connection
 2024-04-30 10:37 UTC 

[PATCH 6.8 001/228] cifs: Fix reacquisition of volume cookie on still-live connection
 2024-04-30 10:38 UTC  (3+ messages)
` [PATCH 6.8 063/228] netfs: Fix writethrough-mode error handling
` [PATCH 6.8 119/228] netfs: Fix the pre-flush when appending to a file in writethrough mode

[syzbot] [f2fs?] kernel BUG in f2fs_write_inline_data
 2024-04-30 10:04 UTC 

[BUG] 6.8.x general protection fault during cifs/netfs write
 2024-04-30  7:49 UTC 

[PATCH 09/10] writeback: factor out wb_dirty_exceeded to remove repeated code
 2024-04-30  7:24 UTC  (2+ messages)

[syzbot] Monthly v9fs report (Apr 2024)
 2024-04-30  7:12 UTC 

[syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2)
 2024-04-30  3:29 UTC 

[PATCHES][RFC] set_blocksize() rework
 2024-04-30  2:05 UTC  (4+ messages)
` [PATCH 6/7] btrfs_get_dev_args_from_path(): don't call set_blocksize()

[PATCH] Docs: fs: prove directory locking more formally
 2024-04-30  1:44 UTC  (2+ messages)

[PATCH -next] proc: Remove unnecessary interrupts.c include
 2024-04-30  1:23 UTC  (3+ 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).