Show patches with: Archived = No       |   24926 patches
« 1 2 ... 64 65 66249 250 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[11/19] xfs: enable atomic swapext feature libxfs: atomic file updates - - - --- 2022-12-30 Darrick J. Wong Superseded
[02/19] xfs: parameterize all the incompat log feature helpers libxfs: atomic file updates - - - --- 2022-12-30 Darrick J. Wong Superseded
[03/19] xfs: create a log incompat flag for atomic extent swapping libxfs: atomic file updates - - - --- 2022-12-30 Darrick J. Wong Superseded
[04/19] xfs: introduce a swap-extent log intent item libxfs: atomic file updates - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/3] xfs: hoist data device FITRIM AG iteration to a separate function xfsprogs: enable FITRIM for the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/4] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h libxfs: clean up symbolic link code - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/4] xfs: move remote symlink target read function to libxfs libxfs: clean up symbolic link code - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/4] xfs: move symlink target write function to libxfs libxfs: clean up symbolic link code - - - --- 2022-12-30 Darrick J. Wong Superseded
[16/22] xfs: add block headers to realtime summary blocks xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[17/22] xfs: encode the rtsummary in big endian format xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[18/22] xfs: store rtgroup information with a bmap intent xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[19/22] xfs: scrub the realtime group superblock xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[20/22] xfs: repair secondary realtime group superblocks xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[09/22] xfs: check that rtblock extents do not overlap with the rt group metadata xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[10/22] xfs: add frextents to the lazysbcounters when rtgroups enabled xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[11/22] xfs: record rt group superblock errors in the health system xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[12/22] xfs: define locking primitives for realtime groups xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[13/22] xfs: export the geometry of realtime groups to userspace xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[14/22] xfs: add block headers to realtime bitmap blocks xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[15/22] xfs: encode the rtbitmap in little endian format xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[02/22] xfs: define the format of rt groups xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[04/22] xfs: update primary realtime super every time we update the primary fs super xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[05/22] xfs: write secondary realtime superblocks to disk xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[06/22] xfs: grow the realtime section when realtime groups are enabled xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[08/22] xfs: export realtime group geometry via XFS_FSOP_GEOM xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[01/22] xfs: create incore realtime group structures xfsprogs: shard the realtime section - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/5] xfs: create a shadow rmap btree during rmap repair libxfs: online repair of rmap btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[4/5] xfs: hook live rmap operations during a repair operation libxfs: online repair of rmap btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[5/5] mkfs: enable reverse mapping by default libxfs: online repair of rmap btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/5] xfs: create a helper to decide if a file mapping targets the rt volume libxfs: online repair of rmap btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/5] xfs: repair the rmapbt libxfs: online repair of rmap btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/8] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros xfs: refactor rtbitmap/summary macros - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/8] xfs: convert open-coded xfs_rtword_t pointer accesses to helper xfs: refactor rtbitmap/summary macros - - - --- 2022-12-30 Darrick J. Wong Superseded
[4/8] xfs: convert rt summary macros to helpers xfs: refactor rtbitmap/summary macros - - - --- 2022-12-30 Darrick J. Wong Superseded
[5/8] xfs: create helpers for rtbitmap block/wordcount computations xfs: refactor rtbitmap/summary macros - - - --- 2022-12-30 Darrick J. Wong Superseded
[6/8] xfs: use accessor functions for bitmap words xfs: refactor rtbitmap/summary macros - - - --- 2022-12-30 Darrick J. Wong Superseded
[7/8] xfs: create helpers for rtsummary block/wordcount computations xfs: refactor rtbitmap/summary macros - - - --- 2022-12-30 Darrick J. Wong Superseded
[8/8] xfs: use accessor functions for summary info words xfs: refactor rtbitmap/summary macros - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/8] xfs: convert the rtbitmap block and bit macros to static inline functions xfs: refactor rtbitmap/summary macros - - - --- 2022-12-30 Darrick J. Wong Superseded
[4/9] libxfs: support in-memory buffer cache targets libxfs: support in-memory btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[5/9] xfs: consolidate btree block freeing tracepoints libxfs: support in-memory btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[6/9] xfs: consolidate btree block allocation tracepoints libxfs: support in-memory btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[7/9] xfs: support in-memory btrees libxfs: support in-memory btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[8/9] xfs: connect in-memory btrees to xfiles libxfs: support in-memory btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/9] libxfs: teach buftargs to maintain their own buffer hashtable libxfs: support in-memory btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/9] libxfs: add xfile support libxfs: support in-memory btrees - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/7] xfs: create a helper to compute leftovers of realtime extents xfs: refactor rt extent unit conversions - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/7] xfs: create a helper to compute leftovers of realtime extents xfs: refactor rt extent unit conversions - - - --- 2022-12-30 Darrick J. Wong Superseded
[4/7] xfs: create helpers to convert rt block numbers to rt extent numbers xfs: refactor rt extent unit conversions - - - --- 2022-12-30 Darrick J. Wong Superseded
[5/7] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls xfs: refactor rt extent unit conversions - - - --- 2022-12-30 Darrick J. Wong Superseded
[6/7] xfs: create rt extent rounding helpers for realtime extent blocks xfs: refactor rt extent unit conversions - - - --- 2022-12-30 Darrick J. Wong Superseded
[7/7] xfs: use shifting and masking when converting rt extents, if possible xfs: refactor rt extent unit conversions - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/7] xfs: create a helper to convert rtextents to rtblocks xfs: refactor rt extent unit conversions - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/4] xfs: add secondary and indirect classes to the health tracking system libxfs: indirect health reporting - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/4] xfs: remember sick inodes that get inactivated libxfs: indirect health reporting - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/4] xfs: update health status if we get a clean bill of health libxfs: indirect health reporting - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/3] xfs: teach scrub to check file nlinks libxfs: online repair of file link counts - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/3] xfs: report the health of quota counts libxfs: online repair of quota counters - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/3] xfs: implement live quotacheck inode scan libxfs: online repair of quota counters - - - --- 2022-12-30 Darrick J. Wong Superseded
[17/23] xfs: allow bulkstat to return metadata directories xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[18/23] xfs: enable creation of dynamically allocated metadir path structures xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[19/23] xfs: record health problems with the metadata directory xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[10/23] xfs: convert metadata inode lookup keys to use paths xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[11/23] xfs: enforce metadata inode flag xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[12/23] xfs: read and write metadata inode directory xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[13/23] xfs: ensure metadata directory paths exist before creating files xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[14/23] xfs: disable the agi rotor for metadata inodes xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[16/23] xfs: advertise metadata directory feature xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[03/23] xfs: create transaction reservations for metadata inode operations xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[06/23] xfs: iget for metadata inodes xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[07/23] xfs: define the on-disk format for the metadir feature xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[08/23] xfs: update imeta transaction reservations for metadir xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[09/23] xfs: load metadata directory root at mount time xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[01/23] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[02/23] xfs: create imeta abstractions to get and set metadata inodes xfs: metadata inode directories - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/3] xfs: allow userspace to rebuild metadata structures libxfs: force rebuilding of metadata - - - --- 2022-12-30 Darrick J. Wong Superseded
[19/20] xfs: create libxfs helper to rename two directory entries xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[12/20] xfs: hoist xfs_iunlink to libxfs xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[13/20] xfs: hoist xfs_{bump,drop}link to libxfs xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[14/20] xfs: create libxfs helper to link a new inode into a directory xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[15/20] xfs: create libxfs helper to link an existing inode into a directory xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[16/20] xfs: hoist inode free function to libxfs xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[17/20] xfs: create libxfs helper to remove an existing inode/name from a directory xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[18/20] xfs: create libxfs helper to exchange two directory entries xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/5] xfs: force all buffers to be written during btree bulk load libxfs: prepare repair for bulk loading - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/5] xfs: implement block reservation accounting for btrees we're staging libxfs: prepare repair for bulk loading - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/5] xfs: move btree bulkload record initialization to ->get_record implementations libxfs: prepare repair for bulk loading - - - --- 2022-12-30 Darrick J. Wong Superseded
[4/5] xfs: constrain dirty buffers while formatting a staged btree libxfs: prepare repair for bulk loading - - - --- 2022-12-30 Darrick J. Wong Superseded
[09/20] xfs: hoist new inode initialization functions to libxfs xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[02/20] xfs: hoist extent size helpers to libxfs xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[03/20] xfs: hoist inode flag conversion functions to libxfs xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[04/20] xfs: hoist project id get/set functions to libxfs xfs: hoist inode operations to libxfs - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/3] xfile: implement write caching xfs: cache xfile pages for better performance - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/3] xfs: map xfile pages directly into xfs_buf xfs: cache xfile pages for better performance - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/3] xfs: use b_offset to support direct-mapping pages when blocksize < pagesize xfs: cache xfile pages for better performance - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/4] xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list xfs: online fsck of iunlink buckets - - - --- 2022-12-30 Darrick J. Wong Superseded
[2/4] xfs: check AGI unlinked inode buckets xfs: online fsck of iunlink buckets - - - --- 2022-12-30 Darrick J. Wong Superseded
[3/4] xfs: hoist AGI repair context to a heap object xfs: online fsck of iunlink buckets - - - --- 2022-12-30 Darrick J. Wong Superseded
[4/4] xfs: repair AGI unlinked inode bucket lists xfs: online fsck of iunlink buckets - - - --- 2022-12-30 Darrick J. Wong Superseded
[1/1] xfs: create an xattr iteration function for scrub xfs: online repair of parent pointers - - - --- 2022-12-30 Darrick J. Wong Superseded
« 1 2 ... 64 65 66249 250 »