All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-16 20:19:36 to 2023-02-16 20:56:42 UTC [more...]

[RFC DELUGE v9r2d1] xfs: Parent Pointers
 2023-02-16 20:56 UTC  (118+ messages)
` [PATCHSET v9r2d1 00/28] "
  ` [PATCH 01/28] xfs: Add new name to attri/d
  ` [PATCH 02/28] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 03/28] xfs: Increase XFS_QM_TRANS_MAXDQS "
  ` [PATCH 04/28] xfs: Hold inode locks in xfs_ialloc
  ` [PATCH 05/28] xfs: Hold inode locks in xfs_trans_alloc_dir
  ` [PATCH 06/28] xfs: Hold inode locks in xfs_rename
  ` [PATCH 07/28] xfs: Expose init_xattrs in xfs_create_tmpfile
  ` [PATCH 08/28] xfs: get directory offset when adding directory name
  ` [PATCH 09/28] xfs: get directory offset when removing "
  ` [PATCH 10/28] xfs: get directory offset when replacing a "
  ` [PATCH 11/28] xfs: add parent pointer support to attribute code
  ` [PATCH 12/28] xfs: define parent pointer xattr format
  ` [PATCH 13/28] xfs: Add xfs_verify_pptr
  ` [PATCH 14/28] xfs: extend transaction reservations for parent attributes
  ` [PATCH 15/28] xfs: parent pointer attribute creation
  ` [PATCH 16/28] xfs: add parent attributes to link
  ` [PATCH 17/28] xfs: add parent attributes to symlink
  ` [PATCH 18/28] xfs: remove parent pointers in unlink
  ` [PATCH 19/28] xfs: Indent xfs_rename
  ` [PATCH 20/28] xfs: Add parent pointers to rename
  ` [PATCH 21/28] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 22/28] xfs: Add the parent pointer support to the superblock version 5
  ` [PATCH 23/28] xfs: Add helper function xfs_attr_list_context_init
  ` [PATCH 24/28] xfs: Filter XFS_ATTR_PARENT for getfattr
  ` [PATCH 25/28] xfs: Add parent pointer ioctl
  ` [PATCH 26/28] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 27/28] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 28/28] xfs: add xfs_trans_mod_sb tracing
` [PATCHSET v9r2d1 0/3] xfs: bug fixes for parent pointers
  ` [PATCH 1/3] xfs: directory lookups should return diroffsets too
  ` [PATCH 2/3] xfs: move/add parent pointer validators to xfs_parent
  ` [PATCH 3/3] xfs: don't remove the attr fork when parent pointers are enabled
` [PATCHSET v9r2d1 0/4] xfs: rework the GETPARENTS ioctl
  ` [PATCH 1/4] xfs: fix multiple problems when doing getparents by handle
  ` [PATCH 2/4] xfs: use kvalloc for the parent pointer info buffer
  ` [PATCH 3/4] xfs: pass the attr value to put_listent when possible
  ` [PATCH 4/4] xfs: replace the XFS_IOC_GETPARENTS backend
` [PATCHSET v9r2d1 00/23] xfs: online fsck support patches
  ` [PATCH 01/23] xfs: manage inode DONTCACHE status at irele time
  ` [PATCH 02/23] xfs: make checking directory dotdot entries more reliable
  ` [PATCH 03/23] xfs: xfs_iget in the directory scrubber needs to use UNTRUSTED
  ` [PATCH 04/23] xfs: always check the existence of a dirent's child inode
  ` [PATCH 05/23] xfs: remove the for_each_xbitmap_ helpers
  ` [PATCH 06/23] xfs: drop the _safe behavior from the xbitmap foreach macro
  ` [PATCH 07/23] xfs: convert xbitmap to interval tree
  ` [PATCH 08/23] xfs: port xbitmap_test
  ` [PATCH 09/23] xfs: ignore stale buffers when scanning the buffer cache
  ` [PATCH 10/23] xfs: create a big array data structure
  ` [PATCH 11/23] xfs: wrap ilock/iunlock operations on sc->ip
  ` [PATCH 12/23] xfs: port scrub inode scan from djwong-dev
  ` [PATCH 13/23] xfs: allow scrub to hook metadata updates in other writers
  ` [PATCH 14/23] xfs: allow blocking notifier chains with filesystem hooks
  ` [PATCH 15/23] xfs: streamline the directory iteration code for scrub
  ` [PATCH 16/23] xfs: track file link count updates during live nlinks fsck
  ` [PATCH 17/23] xfs: connect in-memory btrees to xfiles
  ` [PATCH 18/23] xfs: create temporary files and directories for online repair
  ` [PATCH 19/23] xfs: hide private inodes from bulkstat and handle functions
  ` [PATCH 20/23] xfs: create a blob array data structure
  ` [PATCH 21/23] xfs: repair extended attributes
  ` [PATCH 22/23] xfs: online repair of directories
  ` [PATCH 23/23] xfs: create an xattr iteration function for scrub
` [PATCHSET v9r2d1 0/7] xfs: online repair of directories
  ` [PATCH 1/7] xfs: pass directory offsets as part of the dirent hook data
  ` [PATCH 2/7] xfs: pass diroffset back from xchk_dir_lookup
  ` [PATCH 3/7] xfs: shorten parent pointer function names
  ` [PATCH 4/7] xfs: rearrange bits of the parent pointer apis for fsck
  ` [PATCH 5/7] xfs: reconstruct directories from parent pointers
  ` [PATCH 6/7] xfs: add hooks to do directory updates
  ` [PATCH 7/7] xfs: compare generated and existing dirents
` [PATCHSET v9r2d1 0/2] xfs: online checking of parent pointers
  ` [PATCH 1/2] xfs: scrub "
  ` [PATCH 2/2] xfs: deferred scrub of "
` [PATCHSET v9r2d1 0/3] xfs: online checking "
  ` [PATCH 1/3] xfs: repair parent pointers by scanning directories
  ` [PATCH 2/3] xfs: repair parent pointers with live scan hooks
  ` [PATCH 3/3] xfs: compare generated and existing parent pointers
` [PATCHSET v9r2d1 0/2] xfs: online checking of directories
  ` [PATCH 1/2] xfs: check dirents have parent pointers
  ` [PATCH 2/2] xfs: deferred scrub of dirents
` [PATCHSET v9r2d1 0/5] xfs: encode parent pointer name in xattr key
  ` [PATCH 1/5] xfs: load secure hash algorithm for parent pointers
  ` [PATCH 2/5] xfs: replace parent pointer diroffset with sha512 hash of name
  ` [PATCH 3/5] xfs: skip the sha512 namehash when possible
  ` [PATCH 4/5] xfs: make the ondisk parent pointer record a flex array
  ` [PATCH 5/5] xfs: use parent pointer xattr space more efficiently
` [PATCHSET v9r2d1 0/3] xfs: use flex arrays for XFS_IOC_GETPARENTS
  ` [PATCH 1/3] xfs: rename xfs_pptr_info to xfs_getparents
  ` [PATCH 2/3] xfs: rename xfs_parent_ptr
  ` [PATCH 3/3] xfs: convert GETPARENTS structures to flex arrays
` [PATCHSET v9r2d1 00/25] xfsprogs: Parent Pointers
  ` [PATCH 01/25] xfsprogs: Fix default superblock attr bits
  ` [PATCH 02/25] xfsprogs: Add new name to attri/d
  ` [PATCH 03/25] xfsprogs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 04/25] xfsprogs: get directory offset when adding directory name
  ` [PATCH 05/25] xfsprogs: get directory offset when removing "
  ` [PATCH 06/25] xfsprogs: get directory offset when replacing a "
  ` [PATCH 07/25] xfsprogs: add parent pointer support to attribute code
  ` [PATCH 08/25] xfsprogs: define parent pointer xattr format
  ` [PATCH 09/25] xfsprogs: Add xfs_verify_pptr
  ` [PATCH 10/25] xfsprogs: extend transaction reservations for parent attributes
  ` [PATCH 11/25] xfsprogs: parent pointer attribute creation
  ` [PATCH 12/25] xfsprogs: add parent attributes to link
` [PATCHSET v9r2d1 0/6] xfsprogs: bug fixes before parent pointers
` [PATCHSET v9r2d1 0/6] xfsprogs: tool fixes for "
` [PATCHSET v9r2d1 00/10] xfsprogs: actually use getparent ioctl
` [PATCHSET v9r2d1 0/4] xfsprogs: offline fsck support patches
` [PATCHSET v9r2d1 0/3] xfsprogs: online repair of directories
` [PATCHSET v9r2d1 0/1] xfsprogs: online checking of parent pointers
` [PATCHSET v9r2d1 0/2] "
` [PATCHSET v9r2d1 0/8] xfs_repair: support "
` [PATCHSET v9r2d1 0/6] xfsprogs: encode parent pointer name in xattr key
` [PATCHSET v9r2d1 0/3] xfsprogs: use flex arrays for XFS_IOC_GETPARENTS
` [PATCHSET v9r2d1 0/3] xfsprogs: turn on all available features
` [PATCHSET 00/14] fstests: adjust tests for xfs parent pointers
` [PATCHSET v9r2 0/4] fstests: encode parent pointer name in xattr key
` [PATCHSET v9r2 0/1] fstests: use flex arrays for XFS_IOC_GETPARENTS

[PATCH v1 1/1] device property: Clarify description on returned value in some functions
 2023-02-16 20:57 UTC 

Bug: git behind proxy is broken in 2.34.1
 2023-02-16 20:56 UTC  (3+ messages)
  ` [PATCH] add basic http proxy tests

[Intel-gfx] [PATCH 0/9] Add OAM support for MTL
 2023-02-16 20:55 UTC  (6+ messages)
` [Intel-gfx] [PATCH 5/9] drm/i915/perf: Group engines into respective OA groups

[PATCH v1 00/24] Add KVM LoongArch support
 2023-02-16 19:34 UTC  (7+ messages)
` [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface

[PATCH 0/6] Export platform features from ccp driver
 2023-02-16 20:55 UTC  (6+ messages)
` [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication

[PATCH v8 00/13] Adds support for PHY LEDs with offload triggers
 2023-02-16 10:00 UTC  (4+ messages)
` [PATCH v8 12/13] dt-bindings: net: phy: Document support for leds node

[PATCH v2] wifi: ath9k: hif_usb: fix memory leak of remain_skbs
 2023-02-16 20:54 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/2] PL1 power limit fixes for ATSM
 2023-02-16 20:50 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for PL1 power limit fixes for ATSM (rev2)

[PATCH] PCI: dwc: Fix writing wrong value if snps,enable-cdm-check
 2023-02-16 20:49 UTC  (4+ messages)

[PATCH v4 0/5] ARM: Add GXP I2C Support
 2023-02-16 20:47 UTC  (6+ messages)
` [PATCH v4 1/5] i2c: hpe: Add GXP SoC I2C Controller

[PATCH] nvme-pci: refresh visible attrs for cmb attributes
 2023-02-16 20:46 UTC  (2+ messages)

[PATCH] drm/edid: Add Vive Pro 2 to non-desktop list
 2023-02-16 20:46 UTC  (9+ messages)

[PATCH] iw: Add more VHT capabilities reporting
 2023-02-16 20:46 UTC 

[PATCH] iw: Add more VHT capabilities reporting
 2023-02-16 20:45 UTC 

[PATCH 0/4] drm/displayid: use primary use case to figure out non-desktop
 2023-02-16 20:45 UTC  (10+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH 1/4] drm/displayid: add displayid_get_header() and check bounds better
  `  "
` [PATCH 2/4] drm/displayid: return struct displayid_header from validate_displayid()
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 3/4] drm/displayid: provide access to DisplayID version and primary use case
  `  "
` [Intel-gfx] [PATCH 4/4] drm/edid: update non-desktop use also from DisplayID
  `  "

[PATCH v1 0/4] introduce generic implementation of macros from bug.h
 2023-02-16 20:44 UTC  (11+ messages)
` [PATCH v1 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME

bcache kernel panic
 2023-02-16 20:44 UTC  (4+ messages)

dwc3: gadget suspend/resume vs system suspend/resume
 2023-02-16 20:43 UTC  (8+ messages)

[PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-02-16 20:43 UTC  (6+ messages)

Mold linker
 2023-02-16 20:42 UTC  (2+ messages)
` [yocto] "

[PATCH v2] efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX
 2023-02-16 20:41 UTC  (2+ messages)

[PATCH 00/12] add integrity and security to TPM2 transactions
 2023-02-16 20:41 UTC  (4+ messages)
` [PATCH 10/12] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH 11/12] tpm: add the null key name as a sysfs export
` [PATCH 12/12] Documentation: add tpm-security.rst

[PATCH v13 0/6] Add RZ/G2L MTU3a Core, Counter and pwm driver
 2023-02-16 20:38 UTC  (7+ messages)
` [PATCH v13 1/6] dt-bindings: timer: Document RZ/G2L MTU3a bindings
` [PATCH v13 2/6] mfd: Add Renesas RZ/G2L MTU3a core driver
` [PATCH v13 3/6] Documentation: ABI: sysfs-bus-counter: add cascade_counts_enable and external_input_phase_clock_select
` [PATCH v13 4/6] counter: Add Renesas RZ/G2L MTU3a counter driver
` [PATCH v13 5/6] MAINTAINERS: Add entries for "
` [PATCH v13 6/6] pwm: Add Renesas RZ/G2L MTU3a PWM driver

[PATCH v4 1/2] dt-bindings: display/panel: Add Sony Tama TD4353 JDI display panel
 2023-02-16 20:37 UTC  (10+ messages)
` [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver

[PATCH v9 00/28] Parent Pointers
 2023-02-16 20:38 UTC  (2+ messages)

[PATCH 0/2] Teach diff to honor diff algorithms set through git attributes
 2023-02-16 20:37 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] diff: consolidate diff algorithm option parsing
  ` [PATCH v2 2/2] diff: teach diff to read gitattribute diff-algorithm

io_uring failure on parisc with VIPT caches
 2023-02-16 20:35 UTC  (20+ messages)

[PATCH] objtool: Fix ORC 'signal' propagation
 2023-02-16 20:34 UTC 

e4defrag don't work really well
 2023-02-16 20:35 UTC  (5+ messages)

[PATCH] wifi: iwlegacy: avoid fortify warning
 2023-02-16 20:34 UTC 

[PATCH] selftests/kvm: Fix bug in how demand_paging_test calculates paging rate
 2023-02-16 20:33 UTC  (3+ messages)
` [PATCH] selftests/kvm: Fix nsec to sec conversion in demand_paging_test

[Buildroot] [PATCH 1/1] package/fluent-bit: fix build with libexecinfo
 2023-02-16 20:32 UTC  (3+ messages)

[PATCH nft 1/3] evaluate: print error on missing family in nat statement
 2023-02-16 20:31 UTC  (3+ messages)
` [PATCH nft 2/3] evaluate: infer family from mapping
` [PATCH nft 3/3] optimize: infer family for nat mapping

[djwong-xfs:djwong-wtf 503/504] fs/xfs/xfs_bmap_util.c:1359 xfs_map_free_extent() warn: missing error code 'error'
 2023-02-16 20:31 UTC 

[PATCH nft] src: use start condition with new destroy command
 2023-02-16 20:27 UTC 

[PATCH nft 1/3] evaluate: infer family from mapping
 2023-02-16 20:26 UTC  (3+ messages)
` [PATCH nft 2/3] optimize: infer family for nat mapping
` [PATCH nft 3/3] src: use start condition with new destroy command

[PATCH v4 1/2] mm/userfaultfd: Support WP on multiple VMAs
 2023-02-16 20:26 UTC  (7+ messages)
` [PATCH v4 2/2] mm/userfaultfd: add VM_WARN_ONCE()

[syzbot] WARNING: can't access registers at entry_SYSCALL_64_after_hwframe
 2023-02-16 20:26 UTC  (4+ messages)

[RESEND x2][PATCH v3] trace: Add trace points for tasklet entry/exit
 2023-02-16 20:24 UTC 

[PATCH net-next RFC 00/20] Introducing P4TC
 2023-02-16 20:24 UTC  (16+ messages)

[PULL] Networking for v6.2 final
 2023-02-16 20:23 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.2
 2023-02-16 20:23 UTC  (2+ messages)

[GIT PULL] SPI updates for v6.2-rc8-abi
 2023-02-16 20:23 UTC  (2+ messages)

[GIT PULL] Block fix for 6.2-final
 2023-02-16 20:23 UTC  (2+ messages)

[PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES
 2023-02-16 20:23 UTC  (4+ messages)
` [PATCH 07/13] mvebe: Drop ARCH_MISC_INIT from alleycat 5

Questions: iio: accel: kionix-kx022a: timestamp when using the data-rdy trigger?
 2023-02-16 20:22 UTC 

[PATCH] KVM: x86: Assert that the emulator doesn't load CS with garbage in !RM
 2023-02-16 20:22 UTC 

[XEN PATCH 0/4] automation: Update containers to allow HTTPS access to xenbits
 2023-02-16 20:19 UTC  (6+ messages)
` [XEN PATCH 3/4] automation: Remove expired root certificates used to be used by let's encrypt

[Intel-gfx] [PATCH v2 1/3] drm/i915/power: move dc state members to struct i915_power_domains
 2023-02-16 20:19 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/3] "

[PATCH v3 0/3] Fix problems fetching TBT3 DROM from AMD USB4 routers
 2023-02-16 20:19 UTC  (4+ messages)
` [PATCH v3 1/3] thunderbolt: Adjust how NVM reading works
` [PATCH v3 2/3] thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset
` [PATCH v3 3/3] thunderbolt: Refactor DROM reading


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.