public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-04 08:48:08 to 2023-04-06 19:21:46 UTC [more...]

[PATCHSET DELUGE v11] xfs: Parent Pointers
 2023-04-06 19:21 UTC  (33+ messages)
` [PATCHSET v11 00/12] xfs: name-value xattr lookups
  ` [PATCH 01/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 02/12] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 03/12] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 04/12] xfs: preserve NVLOOKUP in xfs_attr_set
  ` [PATCH 05/12] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 06/12] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 07/12] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 08/12] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 09/12] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 10/12] xfs: log NVLOOKUP xattr removal operations
  ` [PATCH 11/12] xfs: log NVLOOKUP xattr setting operations
  ` [PATCH 12/12] xfs: log NVLOOKUP xattr nvreplace operations
` [PATCHSET v11 0/3] xfs: hold ILOCK during deferred dir ops
  ` [PATCH 1/3] xfs: Hold inode locks in xfs_ialloc
  ` [PATCH 2/3] xfs: Hold inode locks in xfs_trans_alloc_dir
  ` [PATCH 3/3] xfs: Hold inode locks in xfs_rename
` [PATCHSET v11 00/23] xfs: Parent Pointers
  ` [PATCH 01/23] xfs: Expose init_xattrs in xfs_create_tmpfile
  ` [PATCH 02/23] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 03/23] xfs: Increase XFS_QM_TRANS_MAXDQS "
  ` [PATCH 04/23] xfs: add parent pointer support to attribute code
  ` [PATCH 05/23] xfs: define parent pointer ondisk extended attribute format
` [PATCHSET v11 0/3] xfs: online repair of directories
` [PATCHSET v11 0/2] xfs: online checking of parent pointers
` [PATCHSET v11 0/3] "
` [PATCHSET v11 0/2] xfs: online checking of directories
` [PATCHSET v11 00/10] xfs: name-value xattr lookups
` [PATCHSET v11 00/32] xfsprogs: Parent Pointers
` [PATCHSET v11 0/7] xfs_repair: support parent pointers
` [PATCHSET v11 00/11] fstests: adjust tests for xfs "

[PATCH v5 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-06 17:52 UTC  (9+ messages)
` [PATCH v5 1/2] mm: vmscan: ignore "
` [PATCH v5 2/2] mm: vmscan: refactor reclaim_state helpers

[PATCH] xfs: Use for_each_perag() to iterate all available AGs
 2023-04-06 16:03 UTC  (5+ messages)

[PATCH v11 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-06 14:54 UTC  (7+ messages)
` [PATCH v11 2/2] "

[RFC PATCH 0/5] fstests specific MAINTAINERS file
 2023-04-06 14:17 UTC  (20+ messages)
` [PATCH 1/5] fstests: add MAINTAINERS and get_maintainer.pl files
` [PATCH 2/5] tools/get_maintainer.pl: remove penguin chiefs
` [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
  ` [f2fs-dev] "
` [PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers
` [PATCH 5/5] fstests/MAINTAINERS: add a co-maintainer for btrfs testing part

[Bug 217303] New: [Syzkaller & bisect] There is task hung in xlog_grant_head_check in v6.3-rc5
 2023-04-06  2:36 UTC 

[Syzkaller & bisect] There is task hung in xlog_grant_head_check in v6.3-rc5
 2023-04-06  2:34 UTC 

[PATCH v2 00/23] fs-verity support for XFS
 2023-04-06  0:44 UTC  (64+ messages)
` [PATCH v2 01/23] xfs: Add new name to attri/d
` [PATCH v2 02/23] xfs: add parent pointer support to attribute code
` [PATCH v2 03/23] xfs: define parent pointer xattr format
` [PATCH v2 04/23] xfs: Add xfs_verify_pptr
` [PATCH v2 05/23] fsverity: make fsverity_verify_folio() accept folio's offset and size
` [PATCH v2 06/23] fsverity: add drop_page() callout
` [PATCH v2 07/23] fsverity: pass Merkle tree block size to ->read_merkle_tree_page()
` [PATCH v2 08/23] iomap: hoist iomap_readpage_ctx from the iomap_readahead/_folio
` [PATCH v2 09/23] iomap: allow filesystem to implement read path verification
` [PATCH v2 10/23] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v2 11/23] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v2 12/23] xfs: introduce workqueue for post read IO work
` [PATCH v2 13/23] xfs: add iomap's readpage operations
` [PATCH v2 14/23] xfs: add attribute type for fs-verity
` [PATCH v2 15/23] xfs: add fs-verity ro-compat flag
` [PATCH v2 16/23] xfs: add inode on-disk VERITY flag
` [PATCH v2 17/23] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v2 18/23] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v2 19/23] xfs: disable direct read path for fs-verity sealed files
` [PATCH v2 20/23] xfs: add fs-verity support
` [PATCH v2 21/23] xfs: handle merkle tree block size != fs blocksize != PAGE_SIZE
` [PATCH v2 22/23] xfs: add fs-verity ioctls
` [PATCH v2 23/23] xfs: enable ro-compat fs-verity flag

[RFC PATCH] fsverity: use shash API instead of ahash API
 2023-04-06  0:37 UTC 

[PATCHSET v2 0/4] xfs: fix ascii-ci problems, then kill it
 2023-04-06  0:11 UTC  (13+ messages)
` [PATCH 1/4] xfs: stabilize the dirent name transformation function used for ascii-ci dir hash computation
` [PATCH 2/4] xfs: test the ascii case-insensitive hash
` [PATCH 3/4] xfs: use the directory name hash function for dir scrubbing
` [PATCH 4/4] xfs: deprecate the ascii-ci feature
` [PATCHSET v2 0/6] xfsprogs: fix ascii-ci problems, then kill it
  ` [PATCH 1/6] xfs: stabilize the dirent name transformation function used for ascii-ci dir hash computation
  ` [PATCH 2/6] xfs: test the ascii case-insensitive hash
  ` [PATCH 3/6] xfs_db: move obfuscate_name assertion to callers
  ` [PATCH 4/6] xfs_db: fix metadump name obfuscation for ascii-ci filesystems
  ` [PATCH 5/6] mkfs.xfs.8: warn about the version=ci feature
  ` [PATCH 6/6] mkfs: deprecate the ascii-ci feature
` [PATCH] fstests: add a couple more tests for ascii-ci problems

[PATCHSET 0/2] xfsprogs: test the dir/attr hash function
 2023-04-06  0:08 UTC  (3+ messages)
` [PATCH 1/2] libfrog: move crc32c selftest buffer into a separate file
` [PATCH 2/2] misc: test the dir/attr hash before formatting or repairing fs

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-04-05 19:54 UTC  (4+ messages)

[PATCH v4 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-05 18:55 UTC  (11+ messages)

[PATCHSET 0/3] xfs: fix ascii-ci problems with userspace
 2023-04-05 17:10 UTC  (26+ messages)
` [PATCH 1/3] xfs: stabilize the tolower function used for ascii-ci dir hash computation
` [PATCH 2/3] xfs: test the ascii case-insensitive hash
` [PATCH 3/3] xfs: use the directory name hash function for dir scrubbing
` [PATCH] xfstests: add a couple more tests for ascii-ci problems

[PATCH] xfs: fix AGFL allocation dead lock
 2023-04-05 15:26 UTC  (2+ messages)

[PATCHSET v24.2 0/3] populate: tweaks to the filesystems created
 2023-04-04 23:17 UTC  (4+ messages)
` [PATCH 1/3] common/populate: fix btree-format xattr creation on xfs
` [PATCH 2/3] populate: create fewer subdirs when constructing directories
` [PATCH 3/3] populate: create fewer holes in directories and xattrs

[ANNOUNCE 1/2] xfs-linux: scrub-strengthen-rmap-checking updated to 64e6494e1175
 2023-04-04 23:10 UTC  (3+ messages)

[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
 2023-04-04 13:30 UTC  (2+ messages)


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