All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-31 20:40:08 to 2023-12-31 21:26:50 UTC [more...]

[PATCHSET v2.0 08/15] xfs: extent free log intent cleanups
 2023-12-31 21:26 UTC  (3+ messages)
` [PATCH 1/9] xfs: clean up extent free log intent item tracepoint callsites
` [PATCH 2/9] xfs: convert "skip_discard" to a proper flags bitset

[PATCHSET v2.0 07/15] xfs: enable in-core block reservation for rt metadata
 2023-12-31 21:26 UTC  (3+ messages)
` [PATCH 1/2] xfs: simplify xfs_ag_resv_free signature
` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device

[PATCHSET v2.0 06/15] xfs: refactor btrees to support records in inode root
 2023-12-31 21:25 UTC  (15+ messages)
` [PATCH 01/14] xfs: replace shouty XFS_BM{BT,DR} macros
` [PATCH 02/14] xfs: refactor the allocation and freeing of incore inode fork btree roots
` [PATCH 03/14] xfs: refactor creation of bmap "
` [PATCH 04/14] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
` [PATCH 05/14] xfs: hoist the code that moves the incore inode fork broot memory
` [PATCH 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc
` [PATCH 07/14] xfs: rearrange xfs_iroot_realloc a bit
` [PATCH 08/14] xfs: standardize the btree maxrecs function parameters
` [PATCH 09/14] xfs: generalize the btree root reallocation function
` [PATCH 10/14] xfs: support leaves in the incore btree root block in xfs_iroot_realloc
` [PATCH 11/14] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
` [PATCH 12/14] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
` [PATCH 13/14] xfs: support storing records in the inode core root
` [PATCH 14/14] xfs: update btree keys correctly when _insrec splits an inode root block

[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
 2023-12-31 20:58 UTC  (6+ messages)
` [PATCH 1/5] meson: Introduce 'qatzip' feature to the build system
` [PATCH 2/5] migration: Add compression level parameter for QATzip
` [PATCH 3/5] migration: Introduce unimplemented 'qatzip' compression method
` [PATCH 4/5] migration: Implement 'qatzip' methods using QAT
` [PATCH 5/5] migration: Add integration test for 'qatzip' compression method

[PATCHSET v2.0 05/15] xfs: enable FITRIM for the realtime section
 2023-12-31 21:22 UTC  (2+ messages)
` [PATCH 1/1] xfs: enable FITRIM on the realtime device

[PATCHSET v2.0 04/15] xfsprogs: shard the realtime section
 2023-12-31 21:21 UTC  (25+ messages)
` [PATCH 01/24] xfs: create incore realtime group structures
` [PATCH 02/24] xfs: define the format of rt groups
` [PATCH 03/24] xfs: reduce rt summary file levels for rtgroups filesystems
` [PATCH 04/24] xfs: check the realtime superblock at mount time
` [PATCH 05/24] xfs: update primary realtime super every time we update the primary fs super
` [PATCH 06/24] xfs: write secondary realtime superblocks to disk
` [PATCH 07/24] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 08/24] xfs: always update secondary rt supers when we update secondary fs supers
` [PATCH 09/24] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 10/24] xfs: check that rtblock extents do not overlap with the rt group metadata
` [PATCH 11/24] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 12/24] xfs: record rt group superblock errors in the health system
` [PATCH 13/24] xfs: define locking primitives for realtime groups
` [PATCH 14/24] xfs: export the geometry of realtime groups to userspace
` [PATCH 15/24] xfs: add block headers to realtime bitmap blocks
` [PATCH 16/24] xfs: encode the rtbitmap in little endian format
` [PATCH 17/24] xfs: add block headers to realtime summary blocks
` [PATCH 18/24] xfs: encode the rtsummary in big endian format
` [PATCH 19/24] xfs: store rtgroup information with a bmap intent
` [PATCH 20/24] xfs: use an incore rtgroup rotor for rtpick
` [PATCH 21/24] xfs: scrub the realtime group superblock
` [PATCH 22/24] xfs: repair secondary realtime group superblocks
` [PATCH 23/24] xfs: scrub each rtgroup's portion of the rtbitmap separately
` [PATCH 24/24] xfs: enable realtime group feature

RTT-PROBE: lore-subspace-rtt
 2023-12-31 21:18 UTC 

6.6.8 stable: crash in folio_mark_dirty
 2023-12-31 21:15 UTC  (4+ messages)

[PATCHSET v2.0 03/15] xfs: refactor realtime meta inode locking
 2023-12-31 21:15 UTC  (5+ messages)
` [PATCH 1/4] xfs: refactor realtime scrubbing context management
` [PATCH 2/4] xfs: use separate lock classes for realtime metadata inode ILOCKs
` [PATCH 3/4] xfs: refactor realtime inode locking
` [PATCH 4/4] xfs: remove XFS_ILOCK_RT*

[PATCHSET v2.0 02/15] xfs: metadata inode directories
 2023-12-31 21:14 UTC  (33+ messages)
` [PATCH 01/32] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
` [PATCH 02/32] xfs: create imeta abstractions to get and set metadata inodes
` [PATCH 03/32] xfs: create transaction reservations for metadata inode operations
` [PATCH 04/32] xfs: refactor the v4 group/project inode pointer switch
` [PATCH 05/32] xfs: convert quota file creation to use imeta methods
` [PATCH 06/32] xfs: iget for metadata inodes
` [PATCH 07/32] xfs: define the on-disk format for the metadir feature
` [PATCH 08/32] xfs: update imeta transaction reservations for metadir
` [PATCH 09/32] xfs: load metadata directory root at mount time
` [PATCH 10/32] xfs: convert metadata inode lookup keys to use paths
` [PATCH 11/32] xfs: enforce metadata inode flag
` [PATCH 12/32] xfs: allow deletion of metadata directory files
` [PATCH 13/32] xfs: read and write metadata inode directory
` [PATCH 14/32] xfs: ensure metadata directory paths exist before creating files
` [PATCH 15/32] xfs: disable the agi rotor for metadata inodes
` [PATCH 16/32] xfs: hide metadata inodes from everyone because they are special
` [PATCH 17/32] xfs: advertise metadata directory feature
` [PATCH 18/32] xfs: allow bulkstat to return metadata directories
` [PATCH 19/32] xfs: enable creation of dynamically allocated metadir path structures
` [PATCH 20/32] xfs: don't count metadata directory files to quota
` [PATCH 21/32] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 22/32] xfs: record health problems with the metadata directory
` [PATCH 23/32] xfs: do not count metadata directory files when doing online quotacheck
` [PATCH 24/32] xfs: scrub shouldn't tag metadata files with attr forks if metadir and parent pointers are on
` [PATCH 25/32] xfs: scrub metadata directories
` [PATCH 26/32] xfs: teach nlink scrubber to deal with metadata directory roots
` [PATCH 27/32] xfs: don't check secondary super inode pointers when metadir enabled
` [PATCH 28/32] xfs: move repair temporary files to the metadata directory tree
` [PATCH 29/32] xfs: check metadata directory file path connectivity
` [PATCH 30/32] xfs: repair "
` [PATCH 31/32] xfs: fix up repair functions for metadata directory roots
` [PATCH 32/32] xfs: enable metadata directory feature

[PATCH v4] posix-timers: add multi_clock_gettime system call
 2023-12-31 21:09 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-12-31 21:08 UTC 

[PATCHSET v2.0 01/15] xfs: hoist inode operations to libxfs
 2023-12-31 21:06 UTC  (22+ messages)
` [PATCH 01/21] xfs: move inode copy-on-write predicates to xfs_inode.[ch]
` [PATCH 02/21] xfs: hoist extent size helpers to libxfs
` [PATCH 03/21] xfs: hoist inode flag conversion functions "
` [PATCH 04/21] xfs: hoist project id get/set "
` [PATCH 05/21] xfs: pack icreate initialization parameters into a separate structure
` [PATCH 06/21] xfs: implement atime updates in xfs_trans_ichgtime
` [PATCH 07/21] xfs: use xfs_trans_ichgtime to set times when allocating inode
` [PATCH 08/21] xfs: split new inode creation into two pieces
` [PATCH 09/21] xfs: hoist new inode initialization functions to libxfs
` [PATCH 10/21] xfs: push xfs_icreate_args creation out of xfs_create*
` [PATCH 11/21] xfs: wrap inode creation dqalloc calls
` [PATCH 12/21] xfs: hoist xfs_iunlink to libxfs
` [PATCH 13/21] xfs: hoist xfs_{bump,drop}link "
` [PATCH 14/21] xfs: create libxfs helper to link a new inode into a directory
` [PATCH 15/21] xfs: create libxfs helper to link an existing "
` [PATCH 16/21] xfs: hoist inode free function to libxfs
` [PATCH 17/21] xfs: create libxfs helper to remove an existing inode/name from a directory
` [PATCH 18/21] xfs: create libxfs helper to exchange two directory entries
` [PATCH 19/21] xfs: create libxfs helper to rename "
` [PATCH 20/21] xfs: move dirent update hooks to xfs_dir2.c
` [PATCH 21/21] xfs: get rid of trivial rename helpers

Linux 6.7-rc8
 2023-12-31 21:04 UTC 

[PATCHSET v13.0 7/7] xfs: vectorize scrub kernel calls
 2023-12-31 21:00 UTC  (4+ messages)
` [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
` [PATCH 2/3] xfs: introduce vectored scrub mode
` [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle

[PATCHSET v13.0 6/7] xfs: detect and correct directory tree problems
 2023-12-31 20:59 UTC  (5+ messages)
` [PATCH 1/4] xfs: teach online scrub to find directory tree structure problems
` [PATCH 2/4] xfs: invalidate dirloop scrub path data when concurrent updates happen
` [PATCH 3/4] xfs: report directory tree corruption in the health information
` [PATCH 4/4] xfs: fix corruptions in the directory tree

[PATCHSET v13.0 5/7] xfs: fsck for parent pointers
 2023-12-31 20:58 UTC  (23+ messages)
` [PATCH 01/22] xfs: check dirents have "
` [PATCH 02/22] xfs: deferred scrub of dirents
` [PATCH 03/22] xfs: create a parent pointer walk function for scrubbers
` [PATCH 04/22] xfs: scrub parent pointers
` [PATCH 05/22] xfs: deferred scrub of "
` [PATCH 06/22] xfs: walk directory parent pointers to determine backref count
` [PATCH 07/22] xfs: add raw parent pointer apis to support repair
` [PATCH 08/22] xfs: set child file owner in xfs_da_args when changing parent pointers
` [PATCH 09/22] xfs: salvage parent pointers when rebuilding xattr structures
` [PATCH 10/22] xfs: replace namebuf with parent pointer in directory repair
` [PATCH 11/22] xfs: repair directories by scanning directory parent pointers
` [PATCH 12/22] xfs: implement live updates for directory repairs
` [PATCH 13/22] xfs: replay unlocked parent pointer updates that accrue during xattr repair
` [PATCH 14/22] xfs: replace namebuf with parent pointer in parent pointer repair
` [PATCH 15/22] xfs: repair directory parent pointers by scanning for dirents
` [PATCH 16/22] xfs: implement live updates for parent pointer repairs
` [PATCH 17/22] xfs: remove pointless unlocked assertion
` [PATCH 18/22] xfs: split xfs_bmap_add_attrfork into two pieces
` [PATCH 19/22] xfs: actually rebuild the parent pointer xattrs
` [PATCH 20/22] xfs: adapt the orphanage code to handle parent pointers
` [PATCH 21/22] xfs: repair link count of nondirectories after rebuilding "
` [PATCH 22/22] xfs: inode repair should ensure there's an attr fork to store "

RTT-PROBE: lore-subspace-rtt
 2023-12-31 20:58 UTC 

[PATCH 0/2] Allow inverted axes for adc-joystick
 2023-12-31 20:56 UTC  (3+ messages)
` [PATCH 1/2] Input: add input_invert_abs()
` [PATCH 2/2] Input: adc-joystick: Handle inverted axes

[PATCHSET v13.0 4/7] xfs: Parent Pointers
 2023-12-31 20:53 UTC  (19+ messages)
` [PATCH 01/18] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH 02/18] xfs: add parent pointer support to attribute code
` [PATCH 03/18] xfs: define parent pointer ondisk extended attribute format
` [PATCH 04/18] xfs: add parent pointer validator functions
` [PATCH 05/18] xfs: extend transaction reservations for parent attributes
` [PATCH 06/18] xfs: parent pointer attribute creation
` [PATCH 07/18] xfs: add parent attributes to link
` [PATCH 08/18] xfs: add parent attributes to symlink
` [PATCH 09/18] xfs: remove parent pointers in unlink
` [PATCH 10/18] xfs: Add parent pointers to rename
` [PATCH 11/18] xfs: Add parent pointers to xfs_cross_rename
` [PATCH 12/18] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH 13/18] xfs: pass the attr value to put_listent when possible
` [PATCH 14/18] xfs: Add parent pointer ioctl
` [PATCH 15/18] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH 16/18] xfs: drop compatibility minimum log size computations for reflink
` [PATCH 17/18] xfs: don't remove the attr fork when parent pointers are enabled
` [PATCH 18/18] xfs: Add the parent pointer support to the superblock version 5

[PATCHSET v13.0 3/7] xfs: name-value xattr lookups
 2023-12-31 20:48 UTC  (15+ messages)
` [PATCH 01/14] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
` [PATCH 02/14] xfs: allow newer INCOMPAT/RO_COMPAT feature bits to protect ATTRI log items
` [PATCH 03/14] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
` [PATCH 04/14] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
` [PATCH 05/14] xfs: allow xattr matching on name and value for local/sf attrs
` [PATCH 06/14] xfs: preserve NVLOOKUP in xfs_attr_set
` [PATCH 07/14] xfs: restructure xfs_attr_complete_op a bit
` [PATCH 08/14] xfs: use helpers to extract xattr op from opflags
` [PATCH 09/14] xfs: validate recovered name buffers when recovering xattr items
` [PATCH 10/14] xfs: always set args->value in xfs_attri_item_recover
` [PATCH 11/14] xfs: use local variables for name and value length in _attri_commit_pass2
` [PATCH 12/14] xfs: log NVLOOKUP xattr removal operations
` [PATCH 13/14] xfs: log NVLOOKUP xattr setting operations
` [PATCH 14/14] xfs: log NVLOOKUP xattr nvreplace operations

RTT-PROBE: lore-subspace-rtt
 2023-12-31 20:48 UTC 

[PATCHSET v13.0 2/7] xfs: retain ILOCK during directory updates
 2023-12-31 20:44 UTC  (8+ messages)
` [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS "
` [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
` [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH 5/7] xfs: Hold inode locks in xfs_rename
` [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
` [PATCH 7/7] xfs: unlock new repair tempfiles after creation

[PATCHSET v13.0 1/7] xfs: design documentation for online fsck, part 2
 2023-12-31 20:43 UTC  (5+ messages)
` [PATCH 1/4] docs: update the parent pointers documentation to the final version
` [PATCH 2/4] docs: update online directory and parent pointer repair sections
` [PATCH 3/4] docs: update offline parent pointer repair strategy
` [PATCH 4/4] docs: describe xfs directory tree online fsck

[PATCHSET v29.0 28/28] xfs: less heavy locks during fstrim
 2023-12-31 20:41 UTC  (2+ messages)
` [PATCH 1/1] xfs: fix severe performance problems when fstrimming a subset of an AG

[PATCHSET v29.0 27/28] xfs: inode-related repair fixes
 2023-12-31 20:41 UTC  (5+ messages)
` [PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
` [PATCH 2/4] xfs: try to avoid allocating from sick inode clusters
` [PATCH 3/4] xfs: pin inodes that would otherwise overflow link count
` [PATCH 4/4] xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype

[PATCHSET v29.0 26/28] xfs: cache xfile pages for better performance
 2023-12-31 20:40 UTC  (4+ messages)
` [PATCH 1/3] xfs: map xfile pages directly into xfs_buf
` [PATCH 2/3] xfs: use b_offset to support direct-mapping pages when blocksize < pagesize
` [PATCH 3/3] xfile: implement write caching

[PATCH] usb: musb-new: sunxi: support usage with DM_USB_GADGET
 2023-12-31 20:38 UTC 

[PATCH v3 0/8] An effort to bring DT bindings compliance within U-Boot
 2023-12-31 20:39 UTC  (10+ messages)
` [PATCH v3 4/8] dts: Add alternative location for upstream DTB builds


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.