summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-04-24xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig
2024-04-24xfs: drop fop_flags for directoriesChristoph Hellwig
2024-04-24xfs: fix overly long line in the file_operationsChristoph Hellwig
2024-04-24xfs: Remove unused function xrep_dir_self_parentJiapeng Chong
2024-04-23xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong
2024-04-23xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong
2024-04-23xfs: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong
2024-04-23xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong
2024-04-23xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong
2024-04-23xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong
2024-04-23xfs: introduce vectored scrub modeDarrick J. Wong
2024-04-23xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong
2024-04-23xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong
2024-04-23xfs: fix corruptions in the directory treeDarrick J. Wong
2024-04-23xfs: report directory tree corruption in the health informationDarrick J. Wong
2024-04-23xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong
2024-04-23xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong
2024-04-23xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong
2024-04-23xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong
2024-04-23xfs: actually rebuild the parent pointer xattrsDarrick J. Wong
2024-04-23xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong
2024-04-23xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong
2024-04-23xfs: remove pointless unlocked assertionDarrick J. Wong
2024-04-23xfs: implement live updates for parent pointer repairsDarrick J. Wong
2024-04-23xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong
2024-04-23xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong
2024-04-23xfs: implement live updates for directory repairsDarrick J. Wong
2024-04-23xfs: repair directories by scanning directory parent pointersDarrick J. Wong
2024-04-23xfs: add raw parent pointer apis to support repairDarrick J. Wong
2024-04-23xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong
2024-04-23xfs: check parent pointer xattrs when scrubbingDarrick J. Wong
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong
2024-04-23xfs: deferred scrub of parent pointersDarrick J. Wong
2024-04-23xfs: scrub parent pointersDarrick J. Wong
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong
2024-04-23xfs: revert commit 44af6c7e59b12Darrick J. Wong
2024-04-23xfs: enable parent pointersDarrick J. Wong
2024-04-23xfs: drop compatibility minimum log size computations for reflinkDarrick J. Wong
2024-04-23xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_resDarrick J. Wong
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson
2024-04-23xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong
2024-04-23xfs: split out handle management helpers a bitDarrick J. Wong
2024-04-23xfs: move handle ioctl code to xfs_handle.cDarrick J. Wong
2024-04-23xfs: pass the attr value to put_listent when possibleAllison Henderson
2024-04-23xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson