summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
AgeCommit message (Expand)Author
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2024-05-20Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-04-23xfs: fix corruptions in the directory treeDarrick J. Wong
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong
2024-04-23xfs: deferred scrub of parent pointersDarrick J. Wong
2024-04-23xfs: move handle ioctl code to xfs_handle.cDarrick J. Wong
2024-04-23xfs: parent pointer attribute creationAllison Henderson
2024-04-23xfs: add parent pointer validator functionsAllison Henderson
2024-04-15xfs: online repair of symbolic linksDarrick J. Wong
2024-04-15xfs: move orphan files to the orphanageDarrick J. Wong
2024-04-15xfs: online repair of parent pointersDarrick J. Wong
2024-04-15xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong
2024-04-15xfs: online repair of directoriesDarrick J. Wong
2024-04-15xfs: create an xattr iteration function for scrubDarrick J. Wong
2024-04-15xfs: repair extended attributesDarrick J. Wong
2024-04-15xfs: create a blob array data structureDarrick J. Wong
2024-04-15xfs: online repair of realtime summariesDarrick J. Wong
2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong
2024-04-15xfs: create deferred log items for file mapping exchangesDarrick J. Wong
2024-04-15xfs: introduce a file mapping exchange log intent itemDarrick J. Wong
2024-04-15xfs: introduce new file range exchange ioctlDarrick J. Wong
2024-02-22xfs: create refcount bag structure for btree repairsDarrick J. Wong
2024-02-22xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2024-02-22xfs: support in-memory btreesDarrick J. Wong
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong
2024-02-22xfs: repair summary countersDarrick J. Wong
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong
2024-02-22xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2023-12-15xfs: repair quotasDarrick J. Wong
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong