summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
AgeCommit message (Expand)Author
2025-03-03xfs: export zone stats in /proc/*/mountstatsHans Holmberg
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig
2024-12-23xfs: online repair of the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong
2024-12-23xfs: scrub the realtime rmapbtDarrick J. Wong
2024-12-23xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong
2024-11-05xfs: scrub the realtime group superblockDarrick J. Wong
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong
2024-11-05xfs: check metadata directory file path connectivityDarrick J. Wong
2024-11-05xfs: read and write metadata inode directory treeDarrick J. Wong
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
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