linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-16 19:20:35 to 2023-03-26 03:21:33 UTC [more...]

[RFC DELUGE v10r1d2] xfs: Parent Pointers
 2023-03-26  3:21 UTC  (28+ messages)
` [PATCHSET v10r1d2 00/17] xfs: encode parent pointer name in xattr key
  ` [PATCH 01/17] xfs: document the ri_total validation in xlog_recover_attri_commit_pass2
  ` [PATCH 02/17] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 03/17] xfs: allow xattr matching on value for local/sf attrs
  ` [PATCH 04/17] xfs: preserve VLOOKUP in xfs_attr_set
  ` [PATCH 05/17] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 06/17] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 07/17] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 08/17] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 09/17] xfs: flip nvreplace detection in xfs_attr_complete_op
  ` [PATCH 10/17] xfs: log VLOOKUP xattr removal operations
  ` [PATCH 11/17] xfs: log VLOOKUP xattr setting operations
  ` [PATCH 12/17] xfs: overlay alfi_nname_len atop alfi_name_len for NVREPLACE
  ` [PATCH 13/17] xfs: refactor value length in xlog_recover_attri_commit_pass2
  ` [PATCH 14/17] xfs: rename nname to newname
  ` [PATCH 15/17] xfs: log VLOOKUP xattr nvreplace operations
  ` [PATCH 16/17] xfs: log new xattr values for NVREPLACEXXX operations
  ` [PATCH 17/17] xfs: replace parent pointer diroffset with full dirent name

[GIT PULL 3/3] xfs: more bug fixes for 6.3-rc3
 2023-03-25 20:20 UTC  (2+ messages)

[GIT PULL 1/3] xfs: bug fixes for 6.3-rc2
 2023-03-25 20:20 UTC  (2+ messages)

[GIT PULL 2/3] xfs: percpu counter bug fixes for 6.3-rc3
 2023-03-25 20:20 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 4dfb02d5cae8
 2023-03-24 20:25 UTC 

[PATCH] fsdax: force clear dirty mark if CoW
 2023-03-24 19:42 UTC  (2+ messages)

FS (dm-0): device supports 4096 byte sectors (not 512)
 2023-03-24 16:06 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e2e63b071b2d
 2023-03-24 15:48 UTC 

[ANNOUNCE] xfsprogs-6.2.0 released
 2023-03-24 13:34 UTC 

[PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-03-24  9:49 UTC  (6+ messages)
` [PATCH v10 3/3] "

[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
 2023-03-23 12:26 UTC  (4+ messages)

[PATCH v2 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-23  4:05 UTC  (2+ messages)

[PATCH v3 07/10] xfs: convert to kobject_del_and_put()
 2023-03-22 23:35 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-22 13:30 UTC  (8+ messages)

[RFC PATCH] xfs: check shared state of when CoW, update reflink flag when io ends
 2023-03-22 10:24 UTC  (5+ messages)

[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag
 2023-03-22  8:34 UTC 

[syzbot] [xfs?] BUG: sleeping function called from invalid context in vm_map_ram
 2023-03-22  5:41 UTC  (2+ messages)

[Syzkaller & bisect] There is "xfs_btree_lookup_get_block" general protection BUG in v6.3-rc3 kernel
 2023-03-22  3:36 UTC  (2+ messages)

[Syzkaller & bisect] There is BUG: unable to handle kernel NULL pointer dereference in xfs_filestream_select_ag in v6.3-rc3
 2023-03-22  3:20 UTC  (3+ messages)

[PATCH] xfs: clear incore AGFL_RESET state if it's not needed
 2023-03-21 23:34 UTC 

[Bug 217224] New: [Syzkaller & bisect] There is "xfs_btree_lookup_get_block" general protection BUG in v6.3-rc3 kernel
 2023-03-21  6:16 UTC 

[RESEND,PATCH v2 01/10] kobject: introduce kobject_del_and_put()
 2023-03-20 21:38 UTC  (2+ messages)

[RESEND,PATCH v2 07/10] xfs: convert to kobject_del_and_put()
 2023-03-20 18:47 UTC 

[PATCH v2, RESEND 07/10] xfs: convert to kobject_del_and_put()
 2023-03-20 14:58 UTC  (2+ messages)

[PATCH 5.10 00/15] xfs backports for 5.10.y (from v5.15.103)
 2023-03-20 14:13 UTC  (17+ messages)
` [PATCH 5.10 01/15] xfs: don't assert fail on perag references on teardown
` [PATCH 5.10 02/15] xfs: purge dquots after inode walk fails during quotacheck
` [PATCH 5.10 03/15] xfs: don't leak btree cursor when insrec fails after a split
` [PATCH 5.10 04/15] xfs: remove XFS_PREALLOC_SYNC
` [PATCH 5.10 05/15] xfs: fallocate() should call file_modified()
` [PATCH 5.10 06/15] xfs: set prealloc flag in xfs_alloc_file_space()
` [PATCH 5.10 07/15] xfs: use setattr_copy to set vfs inode attributes
` [PATCH 5.10 08/15] fs: add mode_strip_sgid() helper
` [PATCH 5.10 09/15] fs: move S_ISGID stripping into the vfs_*() helpers
` [PATCH 5.10 10/15] attr: add in_group_or_capable()
` [PATCH 5.10 11/15] fs: move should_remove_suid()
` [PATCH 5.10 12/15] attr: add setattr_should_drop_sgid()
` [PATCH 5.10 13/15] attr: use consistent sgid stripping checks
` [PATCH 5.10 14/15] fs: use consistent setgid checks in is_sxid()
` [PATCH 5.10 15/15] xfs: remove xfs_setattr_time() declaration

return an ERR_PTR from __filemap_get_folio v3
 2023-03-20 13:58 UTC  (6+ messages)
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp

[Bug 217216] New: [Syzkaller & bisect] There is BUG: unable to handle kernel NULL pointer dereference in xfs_filestream_select_ag in v6.3-rc3
 2023-03-20  8:32 UTC  (2+ messages)
` [Bug 217216] "

[PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
 2023-03-20  7:26 UTC  (4+ messages)

xfs: system fails to boot up due to Internal error xfs_trans_cancel
 2023-03-20  5:20 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e9b60c7f9713
 2023-03-19 17:07 UTC 

[PATCH] xfs: pass the correct cursor to xfs_iomap_prealloc_size
 2023-03-19 16:54 UTC 

[Bug 217138] New: [xfstests] XFS: Assertion failed: xfs_bmap_validate_extent(ip, whichfork, &rec) == NULL, file: fs/xfs/libxfs/xfs_inode_fork.c, line: 557
 2023-03-19 11:11 UTC  (2+ messages)
` [Bug 217138] "

[PATCH v2 07/10] xfs: convert to kobject_del_and_put()
 2023-03-19  8:41 UTC 

[PATCH v1 0/4] setting uuid of online filesystems
 2023-03-19  0:16 UTC  (12+ messages)
` [PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl

[PATCH] xfs_db: fix complaints about unsigned char casting
 2023-03-18 13:59 UTC  (5+ messages)

[PATCH] xfs: test dir/attr hash when loading module
 2023-03-18  0:50 UTC  (3+ messages)

[PATCH 1/2] libfrog: move crc32c selftest buffer into a separate file
 2023-03-18  0:47 UTC  (4+ messages)
` [PATCH 2/2] misc: test the dir/attr hash before formatting or repairing fs

[PATCH 0/4] pcpctr: fix percpu_counter_sum vs cpu offline race
 2023-03-18  0:41 UTC  (3+ messages)
  ` [PATCH 2/4] pcpcntrs: fix dying cpu summation race

[PATCH] xfs: add tracepoints for each of the externally visible allocators
 2023-03-18  0:39 UTC  (2+ messages)

[PATCH] xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_ags
 2023-03-18  0:38 UTC  (2+ messages)

[PATCH 5.10 CANDIDATE 00/15] xfs backports for 5.10.y (from v5.15.103)
 2023-03-17 22:18 UTC  (18+ messages)
` [PATCH 5.10 CANDIDATE 01/15] xfs: don't assert fail on perag references on teardown
` [PATCH 5.10 CANDIDATE 02/15] xfs: purge dquots after inode walk fails during quotacheck
` [PATCH 5.10 CANDIDATE 03/15] xfs: don't leak btree cursor when insrec fails after a split
` [PATCH 5.10 CANDIDATE 04/15] xfs: remove XFS_PREALLOC_SYNC
` [PATCH 5.10 CANDIDATE 05/15] xfs: fallocate() should call file_modified()
` [PATCH 5.10 CANDIDATE 06/15] xfs: set prealloc flag in xfs_alloc_file_space()
` [PATCH 5.10 CANDIDATE 07/15] xfs: use setattr_copy to set vfs inode attributes
` [PATCH 5.10 CANDIDATE 08/15] fs: add mode_strip_sgid() helper
` [PATCH 5.10 CANDIDATE 09/15] fs: move S_ISGID stripping into the vfs_*() helpers
` [PATCH 5.10 CANDIDATE 10/15] attr: add in_group_or_capable()
` [PATCH 5.10 CANDIDATE 11/15] fs: move should_remove_suid()
` [PATCH 5.10 CANDIDATE 12/15] attr: add setattr_should_drop_sgid()
` [PATCH 5.10 CANDIDATE 13/15] attr: use consistent sgid stripping checks
` [PATCH 5.10 CANDIDATE 14/15] fs: use consistent setgid checks in is_sxid()
` [PATCH 5.10 CANDIDATE 15/15] xfs: remove xfs_setattr_time() declaration

[ANNOUNCE] xfsprogs: for-next updated to a68dabd45
 2023-03-17 10:53 UTC 

[PATCH] xfs_repair: fix incorrect dabtree hashval comparison
 2023-03-17 10:27 UTC  (2+ messages)

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-03-17  2:53 UTC  (4+ messages)

[PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()
 2023-03-17  2:22 UTC  (4+ messages)

[Bug 207053] New: fsfreeze deadlock on XFS (the FIFREEZE ioctl and subsequent FITHAW hang indefinitely)
 2023-03-16 21:02 UTC  (2+ messages)
` [Bug 207053] "

[PATCHSET v10r1d2 0/1] fstests: encode parent pointer name in xattr key
 2023-03-16 19:37 UTC  (2+ messages)
` [PATCH 1/1] xfs/{021,122}: adjust parent pointer encoding format

[PATCHSET v10r1d2 0/1] xfs: bug fixes for parent pointers
 2023-03-16 19:36 UTC  (2+ messages)
` [PATCH 1/1] xfs/122: fix parent pointer ioctl structure sizes

[PATCHSET v10r1d2 00/14] fstests: adjust tests for xfs parent pointers
 2023-03-16 19:36 UTC  (15+ messages)
` [PATCH 01/14] xfs/122: update for "
` [PATCH 02/14] populate: create hardlinks "
` [PATCH 03/14] xfs/021: adapt golden output files "
` [PATCH 04/14] generic/050: adapt "
` [PATCH 05/14] xfs/018: disable parent pointers for this test
` [PATCH 06/14] xfs/306: fix formatting failures with parent pointers
` [PATCH 07/14] common: add helpers for parent pointer tests
` [PATCH 08/14] xfs: add parent pointer test
` [PATCH 09/14] xfs: add multi link "
` [PATCH 10/14] xfs: add parent pointer inject test
` [PATCH 11/14] common/parent: add license and copyright
` [PATCH 12/14] common/parent: don't _fail on missing parent pointer components
` [PATCH 13/14] common/parent: check xfs_io parent command paths
` [PATCH 14/14] xfs/851: test xfs_io parent -p too

[PATCHSET v10r1d2 0/4] xfs_logprint: clean up attri/pptr dumping
 2023-03-16 19:32 UTC  (5+ messages)
` [PATCH 1/4] xfs: revert "xfsprogs: Print pptrs in ATTRI items"
` [PATCH 2/4] xfs_logprint: print missing attri header fields
` [PATCH 3/4] xfs: make logprint note attr names and newnames consistently
` [PATCH 4/4] xfs_logprint: decode parent pointers fully

[PATCHSET v10r1d2 0/5] xfsprogs: bug fixes for parent pointers
 2023-03-16 19:31 UTC  (6+ messages)
` [PATCH 1/5] xfs: rename xfs_pptr_info to xfs_getparents
` [PATCH 2/5] xfs: rename xfs_parent_ptr
` [PATCH 3/5] xfs: fix GETPARENTS ioctl
` [PATCH 4/5] xfs: shorten parent pointer function names
` [PATCH 5/5] xfs: rearrange bits of the parent pointer apis for fsck

[PATCHSET v10r1d2 0/7] libfrog: fix parent pointer library code
 2023-03-16 19:30 UTC  (8+ messages)
` [PATCH 1/7] xfs_io: move parent pointer filtering and formatting flags out of libhandle
` [PATCH 2/7] libfrog: remove all the parent pointer code from libhandle
` [PATCH 3/7] libfrog: fix indenting errors in xfss_pptr_alloc
` [PATCH 4/7] libfrog: return positive errno in pptrs.c
` [PATCH 5/7] libfrog: only walk one parent pointer at a time in handle_walk_parent_path_ptr
` [PATCH 6/7] libfrog: trim trailing slashes when printing pptr paths
` [PATCH 7/7] libfrog: fix a buffer overrun in path_list_to_string

[PATCHSET v10r1d2 0/2] xfsprogs: actually use getparent ioctl
 2023-03-16 19:28 UTC  (3+ messages)
` [PATCH 1/2] xfs_scrub: revert unnecessary code from "implement the upper half of parent pointers"
` [PATCH 2/2] xfs_scrub: use parent pointers when possible to report file operations

[PATCHSET v10r1d2 0/9] xfsprogs: tool fixes for parent pointers
 2023-03-16 19:28 UTC  (10+ messages)
` [PATCH 1/9] libxfs: initialize the slab cache for parent defer items
` [PATCH 2/9] mkfs: fix libxfs api misuse
` [PATCH 3/9] libxfs: create new files with attr forks if necessary
` [PATCH 4/9] mkfs: fix subdir parent pointer creation
` [PATCH 5/9] xfs_db: report parent pointer keys
` [PATCH 6/9] xfs_db: obfuscate dirent and pptr names consistently
` [PATCH 7/9] xfs_io: print path in path_print
` [PATCH 8/9] xfs_io: parent command is not experts-only
` [PATCH 9/9] xfs_repair: fix incorrect dabtree hashval comparison

[PATCHSET v10r1d2 0/7] xfs: bug fixes for parent pointers
 2023-03-16 19:21 UTC  (6+ messages)
` [PATCH 3/7] xfs: rename xfs_parent_ptr
` [PATCH 4/7] xfs: fix GETPARENTS ioctl
` [PATCH 5/7] xfs: add tracing to the "
` [PATCH 6/7] xfs: shorten parent pointer function names
` [PATCH 7/7] xfs: rearrange bits of the parent pointer apis for fsck


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