summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong2024-04-241-1/+1
| * | xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong2024-04-241-1/+3
| * | xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong2024-04-241-0/+45
| * | xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong2024-04-243-11/+21
| * | xfs: introduce vectored scrub modeDarrick J. Wong2024-04-245-1/+264
| * | xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong2024-04-243-27/+28
| * | xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong2024-04-246-31/+74
| * | xfs: fix corruptions in the directory treeDarrick J. Wong2024-04-2411-8/+927
| * | xfs: report directory tree corruption in the health informationDarrick J. Wong2024-04-244-1/+6
| * | xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong2024-04-243-1/+244
| * | xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong2024-04-2412-2/+1168
| * | xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong2024-04-241-0/+41
| * | xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong2024-04-241-0/+107
| * | xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong2024-04-243-0/+43
| * | xfs: actually rebuild the parent pointer xattrsDarrick J. Wong2024-04-247-23/+701
| * | xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong2024-04-246-8/+20
| * | xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong2024-04-243-28/+50
| * | xfs: remove pointless unlocked assertionDarrick J. Wong2024-04-241-2/+0
| * | xfs: implement live updates for parent pointer repairsDarrick J. Wong2024-04-242-5/+100
| * | xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong2024-04-242-3/+447
| * | xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong2024-04-242-2/+509
| * | xfs: implement live updates for directory repairsDarrick J. Wong2024-04-244-22/+218
| * | xfs: repair directories by scanning directory parent pointersDarrick J. Wong2024-04-241-6/+341
| * | xfs: add raw parent pointer apis to support repairDarrick J. Wong2024-04-234-2/+72
| * | xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong2024-04-232-9/+65
| * | xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong2024-04-234-6/+6
| * | xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong2024-04-233-23/+38
| * | xfs: check parent pointer xattrs when scrubbingDarrick J. Wong2024-04-231-0/+16
| * | xfs: walk directory parent pointers to determine backref countDarrick J. Wong2024-04-236-1/+177
| * | xfs: deferred scrub of parent pointersDarrick J. Wong2024-04-233-8/+264
| * | xfs: scrub parent pointersDarrick J. Wong2024-04-231-0/+371
| * | xfs: deferred scrub of direntsDarrick J. Wong2024-04-234-3/+346
| * | xfs: check dirents have parent pointersDarrick J. Wong2024-04-233-1/+138
| * | xfs: revert commit 44af6c7e59b12Darrick J. Wong2024-04-231-8/+5
| * | xfs: enable parent pointersDarrick J. Wong2024-04-231-1/+2
| * | xfs: drop compatibility minimum log size computations for reflinkDarrick J. Wong2024-04-231-0/+14
| * | xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_resDarrick J. Wong2024-04-231-0/+32
| * | xfs: add a incompat feature bit for parent pointersAllison Henderson2024-04-234-0/+10
| * | xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson2024-04-231-2/+4
| * | xfs: add parent pointer ioctlsDarrick J. Wong2024-04-2311-2/+522
| * | xfs: split out handle management helpers a bitDarrick J. Wong2024-04-232-32/+70
| * | xfs: move handle ioctl code to xfs_handle.cDarrick J. Wong2024-04-236-619/+649
| * | xfs: pass the attr value to put_listent when possibleAllison Henderson2024-04-235-3/+13
| * | xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson2024-04-232-0/+7
| * | xfs: Add parent pointers to xfs_cross_renameAllison Henderson2024-04-231-8/+25
| * | xfs: Add parent pointers to renameAllison Henderson2024-04-237-11/+142
| * | xfs: remove parent pointers in unlinkAllison Henderson2024-04-235-8/+60
| * | xfs: add parent attributes to symlinkAllison Henderson2024-04-234-8/+45
| * | xfs: add parent attributes to linkAllison Henderson2024-04-235-10/+54
| * | xfs: parent pointer attribute creationAllison Henderson2024-04-239-12/+242