Linux XFS
[Prev Page][Next Page]
- [PATCH 07/11] xfs: log NVLOOKUP xattr removal operations, (continued)
- [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
- [PATCH 22/25] xfs: condense symbolic links after an atomic swap, Darrick J. Wong
- [PATCH 23/25] xfs: make atomic extent swapping support realtime files, Darrick J. Wong
- [PATCH 24/25] xfs: support non-power-of-two rtextsize with exchange-range, Darrick J. Wong
- [PATCH 25/25] xfs: enable atomic swapext feature, Darrick J. Wong
- [PATCHSET v29.0 17/28] xfs: create temporary files for online repair, Darrick J. Wong
- [PATCHSET v29.0 18/28] xfs: online repair of realtime summaries, Darrick J. Wong
- [PATCHSET v29.0 19/28] xfs: set and validate dir/attr block owners, Darrick J. Wong
- [PATCHSET v29.0 20/28] xfs: online repair of extended attributes, Darrick J. Wong
- [PATCHSET v29.0 21/28] xfs: online repair of inode unlinked state, Darrick J. Wong
- [PATCHSET v29.0 22/28] xfs: online repair of directories, Darrick J. Wong
- [PATCHSET v29.0 23/28] xfs: move orphan files to lost and found, Darrick J. Wong
- [PATCHSET v29.0 24/28] xfs: online repair of symbolic links, Darrick J. Wong
- [PATCHSET v29.0 25/28] xfs: online fsck of iunlink buckets, Darrick J. Wong
- [PATCHSET v29.0 26/28] xfs: cache xfile pages for better performance, Darrick J. Wong
- [PATCHSET v29.0 27/28] xfs: inode-related repair fixes, Darrick J. Wong
- [PATCHSET v29.0 28/28] xfs: less heavy locks during fstrim, Darrick J. Wong
- [PATCHSET v29.0 01/40] xfs_scrub: fix licensing and copyright notices, Darrick J. Wong
- [PATCHSET 02/40] mkfs: scale shards on ssds, Darrick J. Wong
- [PATCHSET v29.0 03/40] xfs_scrub: scan metadata files in parallel, Darrick J. Wong
- [PATCHSET v29.0 04/40] xfs: repair inode mode by scanning dirs, Darrick J. Wong
- [PATCHSET v29.0 05/40] xfsprogs: online repair of quota counters, Darrick J. Wong
- [PATCHSET v29.0 06/40] xfs_repair: rebuild inode fork mappings, Darrick J. Wong
- [PATCHSET 07/40] xfs_repair: support more than 4 billion records, Darrick J. Wong
- [PATCHSET v29.0 08/40] xfsprogs: online repair of file link counts, Darrick J. Wong
- [PATCHSET v29.0 09/40] xfsprogs: report corruption to the health trackers, Darrick J. Wong
- [PATCHSET v29.0 10/40] xfsprogs: indirect health reporting, Darrick J. Wong
- [PATCHSET v29.0 11/40] xfsprogs: support in-memory btrees, Darrick J. Wong
- [PATCH 01/10] libxfs: clean up xfs_da_unmount usage, Darrick J. Wong
- [PATCH 02/10] libxfs: teach buftargs to maintain their own buffer hashtable, Darrick J. Wong
- [PATCH 03/10] libxfs: add xfile support, Darrick J. Wong
- [PATCH 04/10] xfs: teach buftargs to maintain their own buffer hashtable, Darrick J. Wong
- [PATCH 05/10] libxfs: support in-memory buffer cache targets, Darrick J. Wong
- [PATCH 06/10] xfs: consolidate btree block freeing tracepoints, Darrick J. Wong
- [PATCH 07/10] xfs: consolidate btree block allocation tracepoints, Darrick J. Wong
- [PATCH 08/10] xfs: support in-memory btrees, Darrick J. Wong
- [PATCH 09/10] xfs: connect in-memory btrees to xfiles, Darrick J. Wong
- [PATCH 10/10] xfbtree: let the buffer cache flush dirty buffers to the xfile, Darrick J. Wong
- [PATCHSET v29.0 12/40] xfsprogs: online repair of rmap btrees, Darrick J. Wong
- [PATCHSET v29.0 13/40] xfs_repair: use in-memory rmap btrees, Darrick J. Wong
- [PATCHSET v29.0 14/40] xfsprogs: move btree geometry to ops struct, Darrick J. Wong
- [PATCHSET v29.0 15/40] xfs_repair: reduce refcount repair memory usage, Darrick J. Wong
- [PATCHSET v29.0 16/40] xfsprogs: bmap log intent cleanups, Darrick J. Wong
- [PATCHSET v29.0 17/40] xfsprogs: widen BUI formats to support realtime, Darrick J. Wong
- [PATCHSET v29.0 18/40] xfsprogs: support attrfork and unwritten BUIs, Darrick J. Wong
- [PATCHSET v29.0 19/40] xfsprogs: clean up symbolic link code, Darrick J. Wong
- [PATCHSET v29.0 20/40] xfsprogs: atomic file updates, Darrick J. Wong
- [PATCH 01/20] xfs: add a libxfs header file for staging new ioctls, Darrick J. Wong
- [PATCH 02/20] xfs: introduce new file range exchange ioctl, Darrick J. Wong
- [PATCH 03/20] xfs: parameterize all the incompat log feature helpers, Darrick J. Wong
- [PATCH 04/20] xfs: create a log incompat flag for atomic extent swapping, Darrick J. Wong
- [PATCH 05/20] xfs: introduce a swap-extent log intent item, Darrick J. Wong
- [PATCH 06/20] xfs: create deferred log items for extent swapping, Darrick J. Wong
- [PATCH 07/20] xfs: add error injection to test swapext recovery, Darrick J. Wong
- [PATCH 08/20] xfs: condense extended attributes after an atomic swap, Darrick J. Wong
- [PATCH 09/20] xfs: condense directories after an atomic swap, Darrick J. Wong
- [PATCH 10/20] xfs: condense symbolic links after an atomic swap, Darrick J. Wong
- [PATCH 11/20] xfs: make atomic extent swapping support realtime files, Darrick J. Wong
- [PATCH 12/20] xfs: enable atomic swapext feature, Darrick J. Wong
- [PATCH 13/20] libhandle: add support for bulkstat v5, Darrick J. Wong
- [PATCH 14/20] libfrog: convert xfs_io swapext command to use new libfrog wrapper, Darrick J. Wong
- [PATCH 15/20] xfs_logprint: support dumping swapext log items, Darrick J. Wong
- [PATCH 16/20] xfs_fsr: convert to bulkstat v5 ioctls, Darrick J. Wong
- [PATCH 17/20] xfs_fsr: port to new swapext library function, Darrick J. Wong
- [PATCH 18/20] xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations, Darrick J. Wong
- [PATCH 19/20] xfs_io: enhance swapext to take advantage of new api, Darrick J. Wong
- [PATCH 20/20] xfs_io: add atomic update commands to exercise extent swapping, Darrick J. Wong
- [PATCHSET v29.0 21/40] xfsprogs: set and validate dir/attr block owners, Darrick J. Wong
- [PATCHSET v29.0 22/40] xfsprogs: online repair of extended attributes, Darrick J. Wong
- [PATCHSET v29.0 23/40] xfsprogs: online repair of symbolic links, Darrick J. Wong
- [PATCHSET v29.0 24/40] libxfs: cache xfile pages for better performance, Darrick J. Wong
- [PATCHSET v29.0 25/40] xfsprogs: inode-related repair fixes, Darrick J. Wong
- [PATCHSET v29.0 26/40] xfs_scrub: fixes to the repair code, Darrick J. Wong
- [PATCHSET v29.0 27/40] xfs_scrub: improve warnings about difficult repairs, Darrick J. Wong
- [PATCHSET v29.0 28/40] xfs_scrub: track data dependencies for repairs, Darrick J. Wong
- [PATCH 1/9] xfs_scrub: track repair items by principal, not by individual repairs, Darrick J. Wong
- [PATCH 2/9] xfs_scrub: use repair_item to direct repair activities, Darrick J. Wong
- [PATCH 3/9] xfs_scrub: remove action lists from phaseX code, Darrick J. Wong
- [PATCH 4/9] xfs_scrub: remove scrub_metadata_file, Darrick J. Wong
- [PATCH 5/9] xfs_scrub: boost the repair priority of dependencies of damaged items, Darrick J. Wong
- [PATCH 6/9] xfs_scrub: clean up repair_item_difficulty a little, Darrick J. Wong
- [PATCH 7/9] xfs_scrub: check dependencies of a scrub type before repairing, Darrick J. Wong
- [PATCH 8/9] xfs_scrub: retry incomplete repairs, Darrick J. Wong
- [PATCH 9/9] xfs_scrub: remove unused action_list fields, Darrick J. Wong
- [PATCHSET v29.0 29/40] xfs_scrub: use scrub_item to track check progress, Darrick J. Wong
- [PATCHSET v29.0 30/40] xfs_scrub: improve scheduling of repair items, Darrick J. Wong
- [PATCHSET v29.0 31/40] xfs_scrub: detect deceptive filename extensions, Darrick J. Wong
- [PATCH 01/13] xfs_scrub: use proper UChar string iterators, Darrick J. Wong
- [PATCH 02/13] xfs_scrub: hoist code that removes ignorable characters, Darrick J. Wong
- [PATCH 03/13] xfs_scrub: add a couple of omitted invisible code points, Darrick J. Wong
- [PATCH 04/13] xfs_scrub: avoid potential UAF after freeing a duplicate name entry, Darrick J. Wong
- [PATCH 05/13] xfs_scrub: guard against libicu returning negative buffer lengths, Darrick J. Wong
- [PATCH 06/13] xfs_scrub: hoist non-rendering character predicate, Darrick J. Wong
- [PATCH 07/13] xfs_scrub: store bad flags with the name entry, Darrick J. Wong
- [PATCH 08/13] xfs_scrub: rename UNICRASH_ZERO_WIDTH to UNICRASH_INVISIBLE, Darrick J. Wong
- [PATCH 09/13] xfs_scrub: type-coerce the UNICRASH_* flags, Darrick J. Wong
- [PATCH 10/13] xfs_scrub: reduce size of struct name_entry, Darrick J. Wong
- [PATCH 11/13] xfs_scrub: rename struct unicrash.normalizer, Darrick J. Wong
- [PATCH 12/13] xfs_scrub: report deceptive file extensions, Darrick J. Wong
- [PATCH 13/13] xfs_scrub: dump unicode points, Darrick J. Wong
- [PATCHSET v29.0 32/40] xfs_scrub: move fstrim to a separate phase, Darrick J. Wong
- [PATCHSET v29.0 33/40] xfs_scrub: use free space histograms to reduce fstrim runtime, Darrick J. Wong
- [PATCHSET v29.0 34/40] xfs_scrub: fixes for systemd services, Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]