summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-09xfs: enable metadata directory featuremetadir_2022-11-09Darrick J. Wong
2022-11-09xfs: don't check secondary super inode pointers when metadir enabledDarrick J. Wong
2022-11-09xfs: teach nlink scrubber to deal with metadata directory rootsDarrick J. Wong
2022-11-09xfs: scrub metadata directoriesDarrick J. Wong
2022-11-09xfs: record health problems with the metadata directoryDarrick J. Wong
2022-11-09xfs: enable creation of dynamically allocated metadir path structuresDarrick J. Wong
2022-11-09xfs: allow bulkstat to return metadata directoriesDarrick J. Wong
2022-11-09xfs: advertise metadata directory featureDarrick J. Wong
2022-11-09xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong
2022-11-09xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2022-11-09xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2022-11-09xfs: read and write metadata inode directoryDarrick J. Wong
2022-11-09xfs: enforce metadata inode flagDarrick J. Wong
2022-11-09xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2022-11-09xfs: load metadata directory root at mount timeDarrick J. Wong
2022-11-09xfs: update imeta transaction reservations for metadirDarrick J. Wong
2022-11-09xfs: define the on-disk format for the metadir featureDarrick J. Wong
2022-11-09xfs: iget for metadata inodesDarrick J. Wong
2022-11-09xfs: convert all users to xfs_imeta_logDarrick J. Wong
2022-11-09xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2022-11-09xfs: create transaction reservations for metadata inode operationsDarrick J. Wong
2022-11-09xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2022-11-09xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong
2022-11-09xfs: get rid of cross_renameinode-refactor_2022-11-09Darrick J. Wong
2022-11-09xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2022-11-09xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2022-11-09xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2022-11-09xfs: hoist inode free function to libxfsDarrick J. Wong
2022-11-09xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2022-11-09xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2022-11-09xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2022-11-09xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2022-11-09xfs: wrap inode creation dqalloc callsDarrick J. Wong
2022-11-09xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2022-11-09xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2022-11-09xfs: split new inode creation into two piecesDarrick J. Wong
2022-11-09xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2022-11-09xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2022-11-09xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2022-11-09xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2022-11-09xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2022-11-09xfs: hoist extent size helpers to libxfsDarrick J. Wong
2022-11-09xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2022-11-09xfs: repair AGI unlinked inode bucket listsrepair-iunlink_2022-11-09Darrick J. Wong
2022-11-09xfs: hoist AGI repair context to a heap objectDarrick J. Wong
2022-11-09xfs: check AGI unlinked inode bucketsDarrick J. Wong
2022-11-09xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong
2022-11-09xfs: online repair of symbolic linksrepair-symlink_2022-11-09Darrick J. Wong
2022-11-09xfs: ensure dentry consistency when the orphanage adopts a filerepair-orphanage_2022-11-09Darrick J. Wong
2022-11-09xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong