summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-17xfs: get rid of cross_renameinode-refactor_2021-09-17Darrick J. Wong
2021-09-17xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2021-09-17xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2021-09-17xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2021-09-17xfs: hoist inode free function to libxfsDarrick J. Wong
2021-09-17xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2021-09-17xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2021-09-17xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2021-09-17xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2021-09-17xfs: wrap inode creation dqalloc callsDarrick J. Wong
2021-09-17xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2021-09-17xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2021-09-17xfs: split new inode creation into two piecesDarrick J. Wong
2021-09-17xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2021-09-17xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2021-09-17xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2021-09-17xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2021-09-17xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2021-09-17xfs: hoist extent size helpers to libxfsDarrick J. Wong
2021-09-17xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2021-09-17xfs: move orphan files to the orphanagerepair-dirs_2021-09-17Darrick J. Wong
2021-09-17xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2021-09-17xfs: online repair of parent pointersDarrick J. Wong
2021-09-17xfs: online repair of directoriesDarrick J. Wong
2021-09-17xfs: scrub should set preen if attr leaf has holesrepair-xattrs_2021-09-17Darrick J. Wong
2021-09-17xfs: repair extended attributesDarrick J. Wong
2021-09-17xfs: create a blob array data structureDarrick J. Wong
2021-09-17xfs: online repair of realtime summariesrepair-rtsummary_2021-09-17Darrick J. Wong
2021-09-17xfs: create temporary files and directories for online repairDarrick J. Wong
2021-09-17xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2021-09-17xfs: enable atomic swapext featureatomic-file-updates_2021-09-17Darrick J. Wong
2021-09-17xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong
2021-09-17xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2021-09-17xfs: condense directories after an atomic swapDarrick J. Wong
2021-09-17xfs: condense extended attributes after an atomic swapDarrick J. Wong
2021-09-17xfs: remove old swap extents implementationDarrick J. Wong
2021-09-17xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2021-09-17xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong
2021-09-17xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2021-09-17xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2021-09-17xfs: add error injection to test swapext recoveryDarrick J. Wong
2021-09-17xfs: add a ->xchg_file_range handlerDarrick J. Wong
2021-09-17xfs: create deferred log items for extent swappingDarrick J. Wong
2021-09-17xfs: introduce a swap-extent log intent itemDarrick J. Wong
2021-09-17xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2021-09-17xfs: refactor non-power-of-two alignment checksDarrick J. Wong
2021-09-17xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2021-09-17vfs: introduce new file range exchange ioctlDarrick J. Wong
2021-09-17xfs: port the defer ops capture and continue to resource capturelog-recovery-defer-capture_2021-09-17Darrick J. Wong
2021-09-17xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong