summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-12-15xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2021-12-15xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2021-12-15xfs: split new inode creation into two piecesDarrick J. Wong
2021-12-15xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2021-12-15xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2021-12-15xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2021-12-15xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2021-12-15xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2021-12-15xfs: hoist extent size helpers to libxfsDarrick J. Wong
2021-12-15xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2021-12-15xfs: move orphan files to the orphanagerepair-dirs_2021-12-15Darrick J. Wong
2021-12-15xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2021-12-15xfs: online repair of parent pointersDarrick J. Wong
2021-12-15xfs: online repair of directoriesDarrick J. Wong
2021-12-15xfs: scrub should set preen if attr leaf has holesrepair-xattrs_2021-12-15Darrick J. Wong
2021-12-15xfs: repair extended attributesDarrick J. Wong
2021-12-15xfs: create a blob array data structureDarrick J. Wong
2021-12-15xfs: online repair of realtime summariesrepair-rtsummary_2021-12-15Darrick J. Wong
2021-12-15xfs: add the ability to reap entire inode forksDarrick J. Wong
2021-12-15xfs: refactor stale buffer scanning for repairsDarrick J. Wong
2021-12-15xfs: create temporary files and directories for online repairDarrick J. Wong
2021-12-15xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2021-12-15xfs: enable atomic swapext featureatomic-file-updates_2021-12-15Darrick J. Wong
2021-12-15xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong
2021-12-15xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2021-12-15xfs: condense directories after an atomic swapDarrick J. Wong
2021-12-15xfs: condense extended attributes after an atomic swapDarrick J. Wong
2021-12-15xfs: remove old swap extents implementationDarrick J. Wong
2021-12-15xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2021-12-15xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong
2021-12-15xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2021-12-15xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2021-12-15xfs: add error injection to test swapext recoveryDarrick J. Wong
2021-12-15xfs: add a ->xchg_file_range handlerDarrick J. Wong
2021-12-15xfs: create deferred log items for extent swappingDarrick J. Wong
2021-12-15xfs: introduce a swap-extent log intent itemDarrick J. Wong
2021-12-15xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2021-12-15xfs: refactor non-power-of-two alignment checksDarrick J. Wong
2021-12-15xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2021-12-15vfs: introduce new file range exchange ioctlDarrick J. Wong
2021-12-15xfs: fix confusing variable names in xfs_bmap_item.cexpand-bmap-intent-usage_2021-12-15Darrick J. Wong
2021-12-15xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2021-12-15xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2021-12-15xfs: support recovering bmap intent items targetting realtime extentsrealtime-bmap-intents_2021-12-15Darrick J. Wong
2021-12-15xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2021-12-15xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2021-12-15xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2021-12-15xfs: remove xfs_trans_set_bmap_flagsbmap-intent-cleanups_2021-12-15Darrick J. Wong
2021-12-15xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2021-12-15xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong