Linux XFS
[Prev Page][Next Page]
- [PATCH 26/52] xfs_repair: repair rtbitmap block headers, (continued)
- [PATCH 26/52] xfs_repair: repair rtbitmap block headers, Darrick J. Wong
- [PATCH 27/52] xfs_repair: repair rtsummary block headers, Darrick J. Wong
- [PATCH 28/52] xfs_repair: support adding rtgroups to a filesystem, Darrick J. Wong
- [PATCH 29/52] xfs_db: listify the definition of enum typnm, Darrick J. Wong
- [PATCH 30/52] xfs_db: support dumping realtime superblocks, Darrick J. Wong
- [PATCH 31/52] xfs_db: support changing the label and uuid of rt superblocks, Darrick J. Wong
- [PATCH 32/52] xfs_db: listify the definition of dbm_t, Darrick J. Wong
- [PATCH 33/52] xfs_db: implement check for rt superblocks, Darrick J. Wong
- [PATCH 34/52] xfs_db: enable conversion of rt space units, Darrick J. Wong
- [PATCH 35/52] xfs_db: report rtgroups via version command, Darrick J. Wong
- [PATCH 36/52] xfs_db: metadump realtime devices, Darrick J. Wong
- [PATCH 37/52] xfs_db: dump rt bitmap blocks, Darrick J. Wong
- [PATCH 38/52] xfs_db: dump rt summary blocks, Darrick J. Wong
- [PATCH 39/52] xfs_mdrestore: restore rt group superblocks to realtime device, Darrick J. Wong
- [PATCH 40/52] xfs_io: support scrubbing rtgroup metadata, Darrick J. Wong
- [PATCH 41/52] xfs_io: add a command to display allocation group information, Darrick J. Wong
- [PATCH 42/52] xfs_io: add a command to display realtime group information, Darrick J. Wong
- [PATCH 43/52] xfs_io: display rt group in verbose bmap output, Darrick J. Wong
- [PATCH 44/52] xfs_io: display rt group in verbose fsmap output, Darrick J. Wong
- [PATCH 45/52] xfs_spaceman: report on realtime group health, Darrick J. Wong
- [PATCH 46/52] xfs_scrub: scrub realtime allocation group metadata, Darrick J. Wong
- [PATCH 47/52] xfs_scrub: call GETFSMAP for each rt group in parallel, Darrick J. Wong
- [PATCH 48/52] xfs_scrub: trim realtime volumes too, Darrick J. Wong
- [PATCH 49/52] xfs_scrub: use histograms to speed up phase 8 on the realtime volume, Darrick J. Wong
- [PATCH 50/52] mkfs: add headers to realtime bitmap blocks, Darrick J. Wong
- [PATCH 51/52] mkfs: add headers to realtime summary blocks, Darrick J. Wong
- [PATCH 52/52] mkfs: format realtime groups, Darrick J. Wong
- [PATCHSET v2.0 07/17] xfsprogs: refactor btrees to support records in inode root, Darrick J. Wong
- [PATCH 01/14] xfs: replace shouty XFS_BM{BT,DR} macros, Darrick J. Wong
- [PATCH 02/14] xfs: refactor the allocation and freeing of incore inode fork btree roots, Darrick J. Wong
- [PATCH 03/14] xfs: refactor creation of bmap btree roots, Darrick J. Wong
- [PATCH 04/14] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc, Darrick J. Wong
- [PATCH 05/14] xfs: hoist the code that moves the incore inode fork broot memory, Darrick J. Wong
- [PATCH 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc, Darrick J. Wong
- [PATCH 07/14] xfs: rearrange xfs_iroot_realloc a bit, Darrick J. Wong
- [PATCH 08/14] xfs: standardize the btree maxrecs function parameters, Darrick J. Wong
- [PATCH 09/14] xfs: generalize the btree root reallocation function, Darrick J. Wong
- [PATCH 10/14] xfs: support leaves in the incore btree root block in xfs_iroot_realloc, Darrick J. Wong
- [PATCH 11/14] xfs: hoist the node iroot update code out of xfs_btree_new_iroot, Darrick J. Wong
- [PATCH 12/14] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot, Darrick J. Wong
- [PATCH 13/14] xfs: support storing records in the inode core root, Darrick J. Wong
- [PATCH 14/14] xfs: update btree keys correctly when _insrec splits an inode root block, Darrick J. Wong
- [PATCHSET v2.0 08/17] xfsprogs: enable in-core block reservation for rt metadata, Darrick J. Wong
- [PATCHSET v2.0 09/17] xfsprogs: extent free log intent cleanups, Darrick J. Wong
- [PATCHSET v2.0 10/17] xfsprogs: widen EFI format to support rt, Darrick J. Wong
- [PATCHSET v2.0 11/17] xfsprogs: rmap log intent cleanups, Darrick J. Wong
- [PATCHSET v2.0 12/17] xfsprogs: realtime reverse-mapping support, Darrick J. Wong
- [PATCH 01/47] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions, Darrick J. Wong
- [PATCH 02/47] xfs: introduce realtime rmap btree definitions, Darrick J. Wong
- [PATCH 03/47] xfs: define the on-disk realtime rmap btree format, Darrick J. Wong
- [PATCH 04/47] xfs: realtime rmap btree transaction reservations, Darrick J. Wong
- [PATCH 05/47] xfs: add realtime rmap btree operations, Darrick J. Wong
- [PATCH 06/47] xfs: prepare rmap functions to deal with rtrmapbt, Darrick J. Wong
- [PATCH 07/47] xfs: add a realtime flag to the rmap update log redo items, Darrick J. Wong
- [PATCH 08/47] xfs: add realtime reverse map inode to metadata directory, Darrick J. Wong
- [PATCH 09/47] xfs: add metadata reservations for realtime rmap btrees, Darrick J. Wong
- [PATCH 10/47] xfs: wire up a new inode fork type for the realtime rmap, Darrick J. Wong
- [PATCH 11/47] xfs: allow inodes with zero extents but nonzero nblocks, Darrick J. Wong
- [PATCH 12/47] xfs: use realtime EFI to free extents when realtime rmap is enabled, Darrick J. Wong
- [PATCH 13/47] xfs: wire up rmap map and unmap to the realtime rmapbt, Darrick J. Wong
- [PATCH 14/47] xfs: create routine to allocate and initialize a realtime rmap btree inode, Darrick J. Wong
- [PATCH 15/47] xfs: report realtime rmap btree corruption errors to the health system, Darrick J. Wong
- [PATCH 16/47] xfs: allow queued realtime intents to drain before scrubbing, Darrick J. Wong
- [PATCH 17/47] xfs: scrub the realtime rmapbt, Darrick J. Wong
- [PATCH 18/47] xfs: scrub the metadir path of rt rmap btree files, Darrick J. Wong
- [PATCH 19/47] xfs: online repair of the realtime rmap btree, Darrick J. Wong
- [PATCH 20/47] xfs: create a shadow rmap btree during realtime rmap repair, Darrick J. Wong
- [PATCH 21/47] xfs: hook live realtime rmap operations during a repair operation, Darrick J. Wong
- [PATCH 22/47] xfs_db: display the realtime rmap btree contents, Darrick J. Wong
- [PATCH 23/47] xfs_db: support the realtime rmapbt, Darrick J. Wong
- [PATCH 24/47] xfs_db: support rudimentary checks of the rtrmap btree, Darrick J. Wong
- [PATCH 25/47] xfs_db: copy the realtime rmap btree, Darrick J. Wong
- [PATCH 26/47] xfs_db: make fsmap query the realtime reverse mapping tree, Darrick J. Wong
- [PATCH 27/47] xfs_io: support scrubbing rtgroup metadata paths, Darrick J. Wong
- [PATCH 28/47] libfrog: enable scrubbng of the realtime rmap, Darrick J. Wong
- [PATCH 29/47] xfs_scrub: check rtrmapbt metadata directory connections, Darrick J. Wong
- [PATCH 30/47] xfs_scrub: retest metadata across scrub groups after a repair, Darrick J. Wong
- [PATCH 31/47] xfs_spaceman: report health status of the realtime rmap btree, Darrick J. Wong
- [PATCH 32/47] libxfs: dirty buffers should be marked uptodate too, Darrick J. Wong
- [PATCH 33/47] xfs_repair: flag suspect long-format btree blocks, Darrick J. Wong
- [PATCH 34/47] xfs_repair: use realtime rmap btree data to check block types, Darrick J. Wong
- [PATCH 35/47] xfs_repair: create a new set of incore rmap information for rt groups, Darrick J. Wong
- [PATCH 36/47] xfs_repair: collect relatime reverse-mapping data for refcount/rmap tree rebuilding, Darrick J. Wong
- [PATCH 37/47] xfs_repair: refactor realtime inode check, Darrick J. Wong
- [PATCH 38/47] xfs_repair: find and mark the rtrmapbt inodes, Darrick J. Wong
- [PATCH 39/47] xfs_repair: check existing realtime rmapbt entries against observed rmaps, Darrick J. Wong
- [PATCH 40/47] xfs_repair: always check realtime file mappings against incore info, Darrick J. Wong
- [PATCH 41/47] xfs_repair: rebuild the realtime rmap btree, Darrick J. Wong
- [PATCH 42/47] xfs_repair: check for global free space concerns with default btree slack levels, Darrick J. Wong
- [PATCH 43/47] xfs_repair: rebuild the bmap btree for realtime files, Darrick J. Wong
- [PATCH 44/47] xfs_repair: reserve per-AG space while rebuilding rt metadata, Darrick J. Wong
- [PATCH 45/47] xfs_repair: allow sysadmins to add realtime reverse mapping indexes, Darrick J. Wong
- [PATCH 46/47] xfs_logprint: report realtime RUIs, Darrick J. Wong
- [PATCH 47/47] mkfs: create the realtime rmap inode, Darrick J. Wong
- [PATCHSET v2.0 13/17] xfsprogs: file write utility refactoring, Darrick J. Wong
- [PATCHSET v2.0 14/17] xfsprogs: refcount log intent cleanups, Darrick J. Wong
- [PATCHSET v2.0 15/17] xfsprogs: reflink on the realtime device, Darrick J. Wong
- [PATCH 01/42] xfs: introduce realtime refcount btree definitions, Darrick J. Wong
- [PATCH 02/42] xfs: namespace the maximum length/refcount symbols, Darrick J. Wong
- [PATCH 03/42] xfs: define the on-disk realtime refcount btree format, Darrick J. Wong
- [PATCH 04/42] xfs: realtime refcount btree transaction reservations, Darrick J. Wong
- [PATCH 05/42] xfs: add realtime refcount btree operations, Darrick J. Wong
- [PATCH 06/42] xfs: prepare refcount functions to deal with rtrefcountbt, Darrick J. Wong
- [PATCH 07/42] xfs: add a realtime flag to the refcount update log redo items, Darrick J. Wong
- [PATCH 08/42] xfs: add realtime refcount btree inode to metadata directory, Darrick J. Wong
- [PATCH 09/42] xfs: add metadata reservations for realtime refcount btree, Darrick J. Wong
- [PATCH 10/42] xfs: wire up a new inode fork type for the realtime refcount, Darrick J. Wong
- [PATCH 11/42] xfs: wire up realtime refcount btree cursors, Darrick J. Wong
- [PATCH 12/42] xfs: create routine to allocate and initialize a realtime refcount btree inode, Darrick J. Wong
- [PATCH 13/42] xfs: update rmap to allow cow staging extents in the rt rmap, Darrick J. Wong
- [PATCH 14/42] xfs: compute rtrmap btree max levels when reflink enabled, Darrick J. Wong
- [PATCH 15/42] xfs: allow inodes to have the realtime and reflink flags, Darrick J. Wong
- [PATCH 16/42] xfs: refcover CoW leftovers in the realtime volume, Darrick J. Wong
- [PATCH 17/42] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files, Darrick J. Wong
- [PATCH 18/42] xfs: apply rt extent alignment constraints to CoW extsize hint, Darrick J. Wong
- [PATCH 19/42] xfs: enable extent size hints for CoW operations, Darrick J. Wong
- [PATCH 20/42] xfs: report realtime refcount btree corruption errors to the health system, Darrick J. Wong
- [PATCH 21/42] xfs: scrub the realtime refcount btree, Darrick J. Wong
- [PATCH 22/42] xfs: scrub the metadir path of rt refcount btree files, Darrick J. Wong
- [PATCH 23/42] libfrog: enable scrubbing of the realtime refcount data, Darrick J. Wong
- [PATCH 24/42] xfs_db: display the realtime refcount btree contents, Darrick J. Wong
- [PATCH 25/42] xfs_db: support the realtime refcountbt, Darrick J. Wong
- [PATCH 26/42] xfs_db: widen block type mask to 64 bits, Darrick J. Wong
- [PATCH 27/42] xfs_db: support rudimentary checks of the rtrefcount btree, Darrick J. Wong
- [PATCH 28/42] xfs_db: copy the realtime refcount btree, Darrick J. Wong
- [PATCH 29/42] xfs_spaceman: report health of the realtime refcount btree, Darrick J. Wong
- [PATCH 30/42] xfs_repair: allow CoW staging extents in the realtime rmap records, Darrick J. Wong
- [PATCH 31/42] xfs_repair: use realtime refcount btree data to check block types, Darrick J. Wong
- [PATCH 32/42] xfs_repair: find and mark the rtrefcountbt inode, Darrick J. Wong
- [PATCH 33/42] xfs_repair: compute refcount data for the realtime groups, Darrick J. Wong
- [PATCH 34/42] xfs_repair: check existing realtime refcountbt entries against observed refcounts, Darrick J. Wong
- [PATCH 35/42] xfs_repair: reject unwritten shared extents, Darrick J. Wong
- [PATCH 36/42] xfs_repair: rebuild the realtime refcount btree, Darrick J. Wong
- [PATCH 37/42] xfs_repair: allow realtime files to have the reflink flag set, Darrick J. Wong
- [PATCH 38/42] xfs_repair: validate CoW extent size hint on rtinherit directories, Darrick J. Wong
- [PATCH 39/42] xfs_repair: allow sysadmins to add realtime reflink, Darrick J. Wong
- [PATCH 40/42] xfs_logprint: report realtime CUIs, Darrick J. Wong
- [PATCH 41/42] mkfs: validate CoW extent size hint when rtinherit is set, Darrick J. Wong
- [PATCH 42/42] mkfs: enable reflink on the realtime device, Darrick J. Wong
- [PATCHSET v2.0 16/17] xfsprogs: reflink with large realtime extents, Darrick J. Wong
- [PATCHSET v2.0 17/17] xfsprogs: enable quota for realtime voluems, Darrick J. Wong
- [PATCHSET v2.0 1/9] fstests: test XFS metadata directories, Darrick J. Wong
- [PATCH 01/11] xfs/122: fix metadirino, Darrick J. Wong
- [PATCH 02/11] various: fix finding metadata inode numbers when metadir is enabled, Darrick J. Wong
- [PATCH 03/11] xfs/{030,033,178}: forcibly disable metadata directory trees, Darrick J. Wong
- [PATCH 04/11] common/repair: patch up repair sb inode value complaints, Darrick J. Wong
- [PATCH 05/11] xfs/206: update for metadata directory support, Darrick J. Wong
- [PATCH 06/11] xfs/{050,144,153,299,330}: update quota reports to handle metadir trees, Darrick J. Wong
- [PATCH 07/11] xfs/856: add metadir upgrade to test matrix, Darrick J. Wong
- [PATCH 08/11] xfs/509: adjust inumbers accounting for metadata directories, Darrick J. Wong
- [PATCH 09/11] xfs: create fuzz tests for metadata directories, Darrick J. Wong
- [PATCH 10/11] xfs: baseline golden output for metadata directory fuzz tests, Darrick J. Wong
- [PATCH 11/11] xfs: test metapath repairs, Darrick J. Wong
- [PATCHSET v2.0 2/9] xfsprogs: shard the realtime section, Darrick J. Wong
- [PATCH 01/17] common/populate: refactor caching of metadumps to a helper, Darrick J. Wong
- [PATCH 02/17] common/xfs: wipe external logs during mdrestore operations, Darrick J. Wong
- [PATCH 03/17] common/ext4: reformat external logs during mdrestore operations, Darrick J. Wong
- [PATCH 04/17] xfs: use metadump v2 format by default, Darrick J. Wong
- [PATCH 05/17] common/xfs: capture external logs during metadump/mdrestore, Darrick J. Wong
- [PATCH 06/17] xfs/122: update for rtgroups, Darrick J. Wong
- [PATCH 07/17] punch-alternating: detect xfs realtime files with large allocation units, Darrick J. Wong
- [PATCH 08/17] xfs/206: update mkfs filtering for rt groups feature, Darrick J. Wong
- [PATCH 09/17] common: pass the realtime device to xfs_db when possible, Darrick J. Wong
- [PATCH 10/17] common: filter rtgroups when we're disabling metadir, Darrick J. Wong
- [PATCH 11/17] xfs/185: update for rtgroups, Darrick J. Wong
- [PATCH 12/17] xfs/449: update test to know about xfs_db -R, Darrick J. Wong
- [PATCH 13/17] xfs/122: update for rtbitmap headers, Darrick J. Wong
- [PATCH 14/17] xfs/122: udpate test to pick up rtword/suminfo ondisk unions, Darrick J. Wong
- [PATCH 15/17] xfs/27[46],xfs/556: fix tests to deal with rtgroups output in bmap/fsmap commands, Darrick J. Wong
- [PATCH 16/17] common/xfs: capture realtime devices during metadump/mdrestore, Darrick J. Wong
- [PATCH 17/17] common/fuzzy: adapt the scrub stress tests to support rtgroups, Darrick J. Wong
- [PATCHSET v2.0 3/9] fstests: enable FITRIM for the realtime section, Darrick J. Wong
- [PATCHSET v2.0 4/9] fstests: fixes for realtime rmap, Darrick J. Wong
- [PATCH 01/13] xfs: fix tests that try to access the realtime rmap inode, Darrick J. Wong
- [PATCH 02/13] fuzz: for fuzzing the rtrmapbt, find the path to the rt rmap btree file, Darrick J. Wong
- [PATCH 03/13] xfs: race fsstress with realtime rmap btree scrub and repair, Darrick J. Wong
- [PATCH 04/13] xfs/856: add rtrmapbt upgrade to test matrix, Darrick J. Wong
- [PATCH 05/13] xfs/122: update for rtgroups-based realtime rmap btrees, Darrick J. Wong
- [PATCH 06/13] xfs: fix various problems with fsmap detecting the data device, Darrick J. Wong
- [PATCH 07/13] xfs/341: update test for rtgroup-based rmap, Darrick J. Wong
- [PATCH 08/13] xfs/3{43,32}: adapt tests for rt extent size greater than 1, Darrick J. Wong
- [PATCH 09/13] xfs: skip tests if formatting small filesystem fails, Darrick J. Wong
- [PATCH 10/13] xfs/443: use file allocation unit, not dbsize, Darrick J. Wong
- [PATCH 11/13] populate: adjust rtrmap calculations for rtgroups, Darrick J. Wong
- [PATCH 12/13] populate: check that we created a realtime rmap btree of the given height, Darrick J. Wong
- [PATCH 13/13] fuzzy: create missing fuzz tests for rt rmap btrees, Darrick J. Wong
- [PATCHSET v2.0 5/9] fstests: establish baseline for realtime rmap fuzz tests, Darrick J. Wong
- [PATCHSET v2.0 6/9] fstests: reflink on the realtime device, Darrick J. Wong
- [PATCH 1/9] xfs/122: update fields for realtime reflink, Darrick J. Wong
- [PATCH 2/9] common/populate: create realtime refcount btree, Darrick J. Wong
- [PATCH 3/9] xfs: create fuzz tests for the realtime refcount btree, Darrick J. Wong
- [PATCH 4/9] xfs/27[24]: adapt for checking files on the realtime volume, Darrick J. Wong
- [PATCH 5/9] xfs: race fsstress with realtime refcount btree scrub and repair, Darrick J. Wong
- [PATCH 6/9] xfs: remove xfs/131 now that we allow reflink on realtime volumes, Darrick J. Wong
- [PATCH 7/9] xfs/856: add rtreflink upgrade to test matrix, Darrick J. Wong
- [PATCH 8/9] generic/331,xfs/240: support files that skip delayed allocation, Darrick J. Wong
- [PATCH 9/9] common/xfs: fix _xfs_get_file_block_size when rtinherit is set and no rt section, Darrick J. Wong
- [PATCHSET v2.0 7/9] fstests: establish baseline for realtime reflink fuzz tests, Darrick J. Wong
- [PATCHSET v2.0 8/9] fstests: reflink with large realtime extents, Darrick J. Wong
- [PATCHSET v2.0 9/9] fstests: functional tests for rt quota, Darrick J. Wong
- [PATCHSET v2.0 1/4] xfs-documentation: document metadata directories, Darrick J. Wong
- [PATCHSET v2.0 2/4] xfs-documentation: shard the realtime section, Darrick J. Wong
- [PATCHSET v2.0 3/4] xfs-documentation: realtime reverse-mapping support, Darrick J. Wong
- [PATCHSET v2.0 4/4] xfs-documentation: reflink on the realtime device, Darrick J. Wong
- [NYE PATCHRIVER 2/4] xfs: online repair part 2,
Darrick J. Wong
- [PATCHSET v13.0 1/7] xfs: design documentation for online fsck, part 2, Darrick J. Wong
- [PATCHSET v13.0 2/7] xfs: retain ILOCK during directory updates, Darrick J. Wong
- [PATCHSET v13.0 3/7] xfs: name-value xattr lookups, Darrick J. Wong
- [PATCH 01/14] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery, Darrick J. Wong
- [PATCH 02/14] xfs: allow newer INCOMPAT/RO_COMPAT feature bits to protect ATTRI log items, Darrick J. Wong
- [PATCH 03/14] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2, Darrick J. Wong
- [PATCH 04/14] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE, Darrick J. Wong
- [PATCH 05/14] xfs: allow xattr matching on name and value for local/sf attrs, Darrick J. Wong
- [PATCH 06/14] xfs: preserve NVLOOKUP in xfs_attr_set, Darrick J. Wong
- [PATCH 07/14] xfs: restructure xfs_attr_complete_op a bit, Darrick J. Wong
- [PATCH 08/14] xfs: use helpers to extract xattr op from opflags, Darrick J. Wong
- [PATCH 09/14] xfs: validate recovered name buffers when recovering xattr items, Darrick J. Wong
- [PATCH 10/14] xfs: always set args->value in xfs_attri_item_recover, Darrick J. Wong
- [PATCH 11/14] xfs: use local variables for name and value length in _attri_commit_pass2, Darrick J. Wong
- [PATCH 12/14] xfs: log NVLOOKUP xattr removal operations, Darrick J. Wong
- [PATCH 13/14] xfs: log NVLOOKUP xattr setting operations, Darrick J. Wong
- [PATCH 14/14] xfs: log NVLOOKUP xattr nvreplace operations, Darrick J. Wong
- [PATCHSET v13.0 4/7] xfs: Parent Pointers, Darrick J. Wong
- [PATCH 01/18] xfs: Expose init_xattrs in xfs_create_tmpfile, Darrick J. Wong
- [PATCH 02/18] xfs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 03/18] xfs: define parent pointer ondisk extended attribute format, Darrick J. Wong
- [PATCH 04/18] xfs: add parent pointer validator functions, Darrick J. Wong
- [PATCH 05/18] xfs: extend transaction reservations for parent attributes, Darrick J. Wong
- [PATCH 06/18] xfs: parent pointer attribute creation, Darrick J. Wong
- [PATCH 07/18] xfs: add parent attributes to link, Darrick J. Wong
- [PATCH 08/18] xfs: add parent attributes to symlink, Darrick J. Wong
- [PATCH 09/18] xfs: remove parent pointers in unlink, Darrick J. Wong
- [PATCH 10/18] xfs: Add parent pointers to rename, Darrick J. Wong
- [PATCH 11/18] xfs: Add parent pointers to xfs_cross_rename, Darrick J. Wong
- [PATCH 12/18] xfs: Filter XFS_ATTR_PARENT for getfattr, Darrick J. Wong
- [PATCH 13/18] xfs: pass the attr value to put_listent when possible, Darrick J. Wong
- [PATCH 14/18] xfs: Add parent pointer ioctl, Darrick J. Wong
- [PATCH 15/18] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res, Darrick J. Wong
- [PATCH 16/18] xfs: drop compatibility minimum log size computations for reflink, Darrick J. Wong
- [PATCH 17/18] xfs: don't remove the attr fork when parent pointers are enabled, Darrick J. Wong
- [PATCH 18/18] xfs: Add the parent pointer support to the superblock version 5., Darrick J. Wong
- [PATCHSET v13.0 5/7] xfs: fsck for parent pointers, Darrick J. Wong
- [PATCH 01/22] xfs: check dirents have parent pointers, Darrick J. Wong
- [PATCH 02/22] xfs: deferred scrub of dirents, Darrick J. Wong
- [PATCH 03/22] xfs: create a parent pointer walk function for scrubbers, Darrick J. Wong
- [PATCH 04/22] xfs: scrub parent pointers, Darrick J. Wong
- [PATCH 05/22] xfs: deferred scrub of parent pointers, Darrick J. Wong
- [PATCH 06/22] xfs: walk directory parent pointers to determine backref count, Darrick J. Wong
- [PATCH 07/22] xfs: add raw parent pointer apis to support repair, Darrick J. Wong
- [PATCH 08/22] xfs: set child file owner in xfs_da_args when changing parent pointers, Darrick J. Wong
- [PATCH 09/22] xfs: salvage parent pointers when rebuilding xattr structures, Darrick J. Wong
- [PATCH 10/22] xfs: replace namebuf with parent pointer in directory repair, Darrick J. Wong
- [PATCH 11/22] xfs: repair directories by scanning directory parent pointers, Darrick J. Wong
- [PATCH 12/22] xfs: implement live updates for directory repairs, Darrick J. Wong
- [PATCH 13/22] xfs: replay unlocked parent pointer updates that accrue during xattr repair, Darrick J. Wong
- [PATCH 14/22] xfs: replace namebuf with parent pointer in parent pointer repair, Darrick J. Wong
- [PATCH 15/22] xfs: repair directory parent pointers by scanning for dirents, Darrick J. Wong
- [PATCH 16/22] xfs: implement live updates for parent pointer repairs, Darrick J. Wong
- [PATCH 17/22] xfs: remove pointless unlocked assertion, Darrick J. Wong
- [PATCH 18/22] xfs: split xfs_bmap_add_attrfork into two pieces, Darrick J. Wong
- [PATCH 19/22] xfs: actually rebuild the parent pointer xattrs, Darrick J. Wong
- [PATCH 20/22] xfs: adapt the orphanage code to handle parent pointers, Darrick J. Wong
- [PATCH 21/22] xfs: repair link count of nondirectories after rebuilding parent pointers, Darrick J. Wong
- [PATCH 22/22] xfs: inode repair should ensure there's an attr fork to store parent pointers, Darrick J. Wong
- [PATCHSET v13.0 6/7] xfs: detect and correct directory tree problems, Darrick J. Wong
- [PATCHSET v13.0 7/7] xfs: vectorize scrub kernel calls, Darrick J. Wong
- [PATCHSET v13.0 1/6] xfsprogs: retain ILOCK during directory updates, Darrick J. Wong
- [PATCHSET v13.0 2/6] xfsprogs: name-value xattr lookups, Darrick J. Wong
- [PATCH 01/11] xfs: allow newer INCOMPAT/RO_COMPAT feature bits to protect ATTRI log items, Darrick J. Wong
- [PATCH 02/11] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE, Darrick J. Wong
- [PATCH 03/11] xfs: allow xattr matching on name and value for local/sf attrs, Darrick J. Wong
- [PATCH 04/11] xfs: preserve NVLOOKUP in xfs_attr_set, Darrick J. Wong
- [PATCH 05/11] xfs: restructure xfs_attr_complete_op a bit, Darrick J. Wong
- [PATCH 06/11] xfs: use helpers to extract xattr op from opflags, Darrick J. Wong
- [PATCH 07/11] xfs: log NVLOOKUP xattr removal operations, Darrick J. Wong
- [PATCH 08/11] xfs: log NVLOOKUP xattr setting operations, Darrick J. Wong
- [PATCH 09/11] xfs: log NVLOOKUP xattr nvreplace operations, Darrick J. Wong
- [PATCH 10/11] xfs_logprint: dump new attr log item fields, Darrick J. Wong
- [PATCH 11/11] xfs_logprint: print missing attri header fields, Darrick J. Wong
- [PATCHSET v13.0 3/6] xfsprogs: Parent Pointers, Darrick J. Wong
- [PATCH 01/32] xfs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 02/32] xfs: define parent pointer ondisk extended attribute format, Darrick J. Wong
- [PATCH 03/32] xfs: add parent pointer validator functions, Darrick J. Wong
- [PATCH 04/32] xfs: extend transaction reservations for parent attributes, Darrick J. Wong
- [PATCH 05/32] xfs: parent pointer attribute creation, Darrick J. Wong
- [PATCH 06/32] xfs: add parent attributes to link, Darrick J. Wong
- [PATCH 07/32] xfs: add parent attributes to symlink, Darrick J. Wong
- [PATCH 08/32] xfs: remove parent pointers in unlink, Darrick J. Wong
- [PATCH 09/32] xfs: Add parent pointers to rename, Darrick J. Wong
- [PATCH 10/32] xfs: pass the attr value to put_listent when possible, Darrick J. Wong
- [PATCH 11/32] xfs: Add parent pointer ioctl, Darrick J. Wong
- [PATCH 12/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res, Darrick J. Wong
- [PATCH 13/32] xfs: drop compatibility minimum log size computations for reflink, Darrick J. Wong
- [PATCH 14/32] xfs: don't remove the attr fork when parent pointers are enabled, Darrick J. Wong
- [PATCH 15/32] xfs: Add the parent pointer support to the superblock version 5., Darrick J. Wong
- [PATCH 16/32] libfrog: add parent pointer support code, Darrick J. Wong
- [PATCH 17/32] libfrog: detect looping paths when walking directory parent pointers, Darrick J. Wong
- [PATCH 18/32] xfs_io: adapt parent command to new parent pointer ioctls, Darrick J. Wong
- [PATCH 19/32] xfs_io: Add i, n and f flags to parent command, Darrick J. Wong
- [PATCH 20/32] xfs_logprint: decode parent pointers in ATTRI items fully, Darrick J. Wong
- [PATCH 21/32] xfs_spaceman: report file paths, Darrick J. Wong
- [PATCH 22/32] xfs_scrub: use parent pointers when possible to report file operations, Darrick J. Wong
- [PATCH 23/32] xfs_db: report parent pointers in version command, Darrick J. Wong
- [PATCH 24/32] xfs_db: report parent bit on xattrs, Darrick J. Wong
- [PATCH 25/32] xfs_db: report parent pointers embedded in xattrs, Darrick J. Wong
- [PATCH 26/32] xfs_db: obfuscate dirent and parent pointer names consistently, Darrick J. Wong
- [PATCH 27/32] libxfs: export attr3_leaf_hdr_from_disk via libxfs_api_defs.h, Darrick J. Wong
- [PATCH 28/32] xfs_db: add a parents command to list the parents of a file, Darrick J. Wong
- [PATCH 29/32] libxfs: create new files with attr forks if necessary, Darrick J. Wong
- [PATCH 30/32] xfsprogs: Fix default superblock attr bits, Darrick J. Wong
- [PATCH 31/32] mkfs: Add parent pointers during protofile creation, Darrick J. Wong
- [PATCH 32/32] mkfs: enable formatting with parent pointers, Darrick J. Wong
- [PATCHSET v13.0 4/6] xfsprogs: fsck for parent pointers, Darrick J. Wong
- [PATCH 01/18] xfs: create a blob array data structure, Darrick J. Wong
- [PATCH 02/18] xfs: check dirents have parent pointers, Darrick J. Wong
- [PATCH 03/18] man2: update ioctl_xfs_scrub_metadata.2 for parent pointers, Darrick J. Wong
- [PATCH 04/18] xfs: add raw parent pointer apis to support repair, Darrick J. Wong
- [PATCH 05/18] xfs: set child file owner in xfs_da_args when changing parent pointers, Darrick J. Wong
- [PATCH 06/18] xfs: remove pointless unlocked assertion, Darrick J. Wong
- [PATCH 07/18] xfs: split xfs_bmap_add_attrfork into two pieces, Darrick J. Wong
- [PATCH 08/18] xfs: actually rebuild the parent pointer xattrs, Darrick J. Wong
- [PATCH 09/18] xfs_repair: add parent pointers when messing with /lost+found, Darrick J. Wong
- [PATCH 10/18] xfs_repair: build a parent pointer index, Darrick J. Wong
- [PATCH 11/18] xfs_repair: move the global dirent name store to a separate object, Darrick J. Wong
- [PATCH 12/18] xfs_repair: deduplicate strings stored in string blob, Darrick J. Wong
- [PATCH 13/18] xfs_repair: check parent pointers, Darrick J. Wong
- [PATCH 14/18] xfs_repair: dump garbage parent pointer attributes, Darrick J. Wong
- [PATCH 15/18] xfs_repair: update ondisk parent pointer records, Darrick J. Wong
- [PATCH 16/18] xfs_repair: wipe ondisk parent pointers when there are none, Darrick J. Wong
- [PATCH 17/18] xfs_repair: upgrade an existing filesystem to have parent pointers, Darrick J. Wong
- [PATCH 18/18] xfs_scrub: use parent pointers to report lost file data, Darrick J. Wong
- [PATCHSET v13.0 5/6] xfs: detect and correct directory tree problems, Darrick J. Wong
- [PATCHSET 6/6] xfs_scrub: vectorize kernel calls, Darrick J. Wong
- [PATCH 01/10] xfs: introduce vectored scrub mode, Darrick J. Wong
- [PATCH 02/10] libfrog: support vectored scrub, Darrick J. Wong
- [PATCH 03/10] xfs_io: support vectored scrub, Darrick J. Wong
- [PATCH 04/10] xfs_scrub: split the scrub epilogue code into a separate function, Darrick J. Wong
- [PATCH 05/10] xfs_scrub: split the repair epilogue code into a separate function, Darrick J. Wong
- [PATCH 06/10] xfs_scrub: convert scrub and repair epilogues to use xfs_scrub_vec, Darrick J. Wong
- [PATCH 07/10] xfs_scrub: vectorize scrub calls, Darrick J. Wong
- [PATCH 08/10] xfs_scrub: vectorize repair calls, Darrick J. Wong
- [PATCH 09/10] xfs_scrub: use scrub barriers to reduce kernel calls, Darrick J. Wong
- [PATCH 10/10] xfs_scrub: try spot repairs of metadata items to make scrub progress, Darrick J. Wong
- [PATCHSET v13.0 1/3] fstests: adjust tests for xfs parent pointers, Darrick J. Wong
- [PATCH 01/11] generic: test recovery of extended attribute updates, Darrick J. Wong
- [PATCH 02/11] xfs/206: filter out the parent= status from mkfs, Darrick J. Wong
- [PATCH 04/11] populate: create hardlinks for parent pointers, Darrick J. Wong
- [PATCH 05/11] xfs/021: adapt golden output files for parent pointers, Darrick J. Wong
- [PATCH 06/11] xfs/{018,191,288}: disable parent pointers for this test, Darrick J. Wong
- [PATCH 07/11] xfs/306: fix formatting failures with parent pointers, Darrick J. Wong
- [PATCH 08/11] common: add helpers for parent pointer tests, Darrick J. Wong
- [PATCH 09/11] xfs: add parent pointer test, Darrick J. Wong
- [PATCH 10/11] xfs: add multi link parent pointer test, Darrick J. Wong
- [PATCH 11/11] xfs: add parent pointer inject test, Darrick J. Wong
- [PATCH 03/11] xfs/122: update for parent pointers, Darrick J. Wong
- [PATCHSET v13.0 2/3] xfs: detect and correct directory tree structures, Darrick J. Wong
- [PATCHSET 3/3] xfs_scrub: vectorize kernel calls, Darrick J. Wong
- [PATCHSET v13.0 1/2] xfs-documentation: document attr log item changes for parent pointers, Darrick J. Wong
- [PATCHSET v13.0 2/2] xfs-documentation: document parent pointers, Darrick J. Wong
- [NYE PATCHRIVER 1/4] xfs: the rest of online repair part 1,
Darrick J. Wong
- [PATCHSET v29.0 01/28] xfs: live inode scans for online fsck, Darrick J. Wong
- [PATCHSET v29.0 02/28] xfs: repair inode mode by scanning dirs, Darrick J. Wong
- [PATCHSET v29.0 03/28] xfs: online repair of quota counters, Darrick J. Wong
- [PATCHSET v29.0 04/28] xfs: online repair of file link counts, Darrick J. Wong
- [PATCHSET v29.0 05/28] xfs: report corruption to the health trackers, Darrick J. Wong
- [PATCH 01/11] xfs: separate the marking of sick and checked metadata, Darrick J. Wong
- [PATCH 02/11] xfs: report fs corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 03/11] xfs: report ag header corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 04/11] xfs: report block map corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 05/11] xfs: report btree block corruption errors to the health system, Darrick J. Wong
- [PATCH 06/11] xfs: report dir/attr block corruption errors to the health system, Darrick J. Wong
- [PATCH 07/11] xfs: report symlink block corruption errors to the health system, Darrick J. Wong
- [PATCH 08/11] xfs: report inode corruption errors to the health system, Darrick J. Wong
- [PATCH 09/11] xfs: report quota block corruption errors to the health system, Darrick J. Wong
- [PATCH 10/11] xfs: report realtime metadata corruption errors to the health system, Darrick J. Wong
- [PATCH 11/11] xfs: report XFS_IS_CORRUPT errors to the health system, Darrick J. Wong
- [PATCHSET v29.0 06/28] xfs: indirect health reporting, Darrick J. Wong
- [PATCHSET v29.0 07/28] xfs: online repair for fs summary counters, Darrick J. Wong
- [PATCHSET v29.0 08/28] xfs: support in-memory btrees, Darrick J. Wong
- [PATCHSET v29.0 09/28] xfs: online repair of rmap btrees, Darrick J. Wong
- [PATCHSET v29.0 10/28] xfs: move btree geometry to ops struct, Darrick J. Wong
- [PATCHSET v29.0 11/28] xfs: reduce refcount repair memory usage, Darrick J. Wong
- [PATCHSET v29.0 12/28] xfs: bmap log intent cleanups, Darrick J. Wong
- [PATCHSET v29.0 13/28] xfs: widen BUI formats to support realtime, Darrick J. Wong
- [PATCHSET v29.0 14/28] xfs: support attrfork and unwritten BUIs, Darrick J. Wong
- [PATCHSET v29.0 15/28] xfs: clean up symbolic link code, Darrick J. Wong
- [PATCHSET v29.0 16/28] xfs: atomic file updates, Darrick J. Wong
- [PATCH 01/25] xfs: add a libxfs header file for staging new ioctls, Darrick J. Wong
- [PATCH 02/25] xfs: introduce new file range exchange ioctl, Darrick J. Wong
- [PATCH 03/25] xfs: move inode lease breaking functions to xfs_inode.c, Darrick J. Wong
- [PATCH 04/25] xfs: move xfs_iops.c declarations out of xfs_inode.h, Darrick J. Wong
- [PATCH 05/25] xfs: declare xfs_file.c symbols in xfs_file.h, Darrick J. Wong
- [PATCH 06/25] xfs: create a new helper to return a file's allocation unit, Darrick J. Wong
- [PATCH 07/25] xfs: refactor non-power-of-two alignment checks, Darrick J. Wong
- [PATCH 08/25] xfs: parameterize all the incompat log feature helpers, Darrick J. Wong
- [PATCH 09/25] xfs: create a log incompat flag for atomic extent swapping, Darrick J. Wong
- [PATCH 10/25] xfs: introduce a swap-extent log intent item, Darrick J. Wong
- [PATCH 11/25] xfs: create deferred log items for extent swapping, Darrick J. Wong
- [PATCH 12/25] xfs: enable xlog users to toggle atomic extent swapping, Darrick J. Wong
- [PATCH 13/25] xfs: bind the xfs-specific extent swap code to the vfs-generic file exchange code, Darrick J. Wong
- [PATCH 14/25] xfs: add error injection to test swapext recovery, Darrick J. Wong
- [PATCH 15/25] xfs: port xfs_swap_extents_rmap to our new code, Darrick J. Wong
- [PATCH 16/25] xfs: consolidate all of the xfs_swap_extent_forks code, Darrick J. Wong
- [PATCH 17/25] xfs: port xfs_swap_extent_forks to use xfs_swapext_req, Darrick J. Wong
- [PATCH 18/25] xfs: allow xfs_swap_range to use older extent swap algorithms, Darrick J. Wong
- [PATCH 19/25] xfs: remove old swap extents implementation, Darrick J. Wong
- [PATCH 20/25] xfs: condense extended attributes after an atomic swap, Darrick J. Wong
- [PATCH 21/25] xfs: condense directories after an atomic swap, Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]