linux-2.6-microblaze.git
2024-11-12 Carlos MaiolinoMerge tag 'better-ondisk-6.13_2024-11-05' of https...
2024-11-12 Carlos MaiolinoMerge tag 'metadir-6.13_2024-11-05' of https://git...
2024-11-12 Carlos MaiolinoMerge tag 'realtime-quotas-6.13_2024-11-05' of https...
2024-11-12 Carlos MaiolinoMerge tag 'metadir-quotas-6.13_2024-11-05' of https...
2024-11-12 Carlos MaiolinoMerge tag 'realtime-groups-6.13_2024-11-05' of https...
2024-11-12 Carlos MaiolinoMerge tag 'rtgroups-prep-6.13_2024-11-05' of https...
2024-11-12 Carlos MaiolinoMerge tag 'incore-rtgroups-6.13_2024-11-05' of https...
2024-11-12 Carlos MaiolinoMerge tag 'metadata-directory-tree-6.13_2024-11-05...
2024-11-12 Carlos MaiolinoMerge tag 'generic-groups-6.13_2024-11-05' of https...
2024-11-12 Carlos MaiolinoMerge tag 'perag-xarray-6.13_2024-11-05' of https:...
2024-11-05 Darrick J.... xfs: port ondisk structure checks from xfs/122 to the...
2024-11-05 Darrick J.... xfs: separate space btree structures in xfs_ondisk.h
2024-11-05 Darrick J.... xfs: convert struct typedefs in xfs_ondisk.h
2024-11-05 Darrick J.... xfs: enable metadata directory feature
2024-11-05 Darrick J.... xfs: enable realtime quota again
2024-11-05 Darrick J.... xfs: update sb field checks when metadir is turned on
2024-11-05 Darrick J.... xfs: reserve quota for realtime files correctly
2024-11-05 Darrick J.... xfs: create quota preallocation watermarks for realtime...
2024-11-05 Darrick J.... xfs: report realtime block quota limits on realtime...
2024-11-05 Darrick J.... xfs: persist quota flags with metadir
2024-11-05 Darrick J.... xfs: advertise realtime quota support in the xqm stat...
2024-11-05 Darrick J.... xfs: scrub quota file metapaths
2024-11-05 Darrick J.... xfs: fix chown with rt quota
2024-11-05 Darrick J.... xfs: use metadir for quota inodes
2024-11-05 Darrick J.... xfs: refactor xfs_qm_destroy_quotainos
2024-11-05 Darrick J.... xfs: use rtgroup busy extent list for FITRIM
2024-11-05 Darrick J.... xfs: implement busy extent tracking for rtgroups
2024-11-05 Darrick J.... xfs: port the perag discard code to handle generic...
2024-11-05 Darrick J.... xfs: move the min and max group block numbers to xfs_group
2024-11-05 Darrick J.... xfs: adjust min_block usage in xfs_verify_agbno
2024-11-05 Darrick J.... xfs: make xfs_rtblock_t a segmented address like xfs_fs...
2024-11-05 Darrick J.... xfs: create helpers to deal with rounding xfs_filblks_t...
2024-11-05 Darrick J.... xfs: create helpers to deal with rounding xfs_fileoff_t...
2024-11-05 Darrick J.... xfs: mask off the rtbitmap and summary inodes when...
2024-11-05 Darrick J.... xfs: scrub metadir paths for rtgroup metadata
2024-11-05 Darrick J.... xfs: repair realtime group superblock
2024-11-05 Darrick J.... xfs: scrub the realtime group superblock
2024-11-05 Darrick J.... xfs: don't coalesce file mappings that cross rtgroup...
2024-11-05 Christoph Hellwigxfs: make the RT allocator rtgroup aware
2024-11-05 Darrick J.... xfs: don't merge ioends across RTGs
2024-11-05 Darrick J.... xfs: use realtime EFI to free extents when rtgroups...
2024-11-05 Darrick J.... xfs: support error injection when freeing rt extents
2024-11-05 Darrick J.... xfs: support logging EFIs for realtime extents
2024-11-05 Darrick J.... xfs: force swapext to a realtime file to use the file...
2024-11-05 Darrick J.... xfs: store rtgroup information with a bmap intent
2024-11-05 Darrick J.... xfs: grow the realtime section when realtime groups...
2024-11-05 Darrick J.... xfs: encode the rtsummary in big endian format
2024-11-05 Darrick J.... xfs: encode the rtbitmap in big endian format
2024-11-05 Darrick J.... xfs: add block headers to realtime bitmap and summary...
2024-11-05 Darrick J.... xfs: export the geometry of realtime groups to userspace
2024-11-05 Darrick J.... xfs: record rt group metadata errors in the health...
2024-11-05 Darrick J.... xfs: convert sick_map loops to use ARRAY_SIZE
2024-11-05 Darrick J.... xfs: add frextents to the lazysbcounters when rtgroups...
2024-11-05 Christoph Hellwigxfs: add a helper to prevent bmap merges across rtgroup...
2024-11-05 Christoph Hellwigiomap: add a merge boundary flag
2024-11-05 Darrick J.... xfs: check that rtblock extents do not break rtsupers...
2024-11-05 Darrick J.... xfs: export realtime group geometry via XFS_FSOP_GEOM
2024-11-05 Darrick J.... xfs: update realtime super every time we update the...
2024-11-05 Darrick J.... xfs: check the realtime superblock at mount time
2024-11-05 Darrick J.... xfs: define the format of rt groups
2024-11-05 Christoph Hellwigxfs: make RT extent numbers relative to the rtgroup
2024-11-05 Darrick J.... xfs: fix rt device offset calculations for FITRIM
2024-11-05 Christoph Hellwigxfs: refactor xfs_rtsummary_blockcount
2024-11-05 Christoph Hellwigxfs: refactor xfs_rtbitmap_blockcount
2024-11-05 Christoph Hellwigxfs: factor out a xfs_growfs_check_rtgeom helper
2024-11-05 Christoph Hellwigxfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_r...
2024-11-05 Darrick J.... xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
2024-11-05 Christoph Hellwigxfs: calculate RT bitmap and summary blocks based on...
2024-11-05 Darrick J.... xfs: remove XFS_ILOCK_RT*
2024-11-05 Christoph Hellwigxfs: support creating per-RTG files in growfs
2024-11-05 Christoph Hellwigxfs: move RT bitmap and summary information to the...
2024-11-05 Christoph Hellwigxfs: split xfs_trim_rtdev_extents
2024-11-05 Christoph Hellwigxfs: cleanup xfs_getfsmap_rtdev_rtbitmap
2024-11-05 Christoph Hellwigxfs: factor out a xfs_growfs_rt_alloc_blocks helper
2024-11-05 Christoph Hellwigxfs: add a xfs_qm_unmount_rt helper
2024-11-05 Christoph Hellwigxfs: add a xfs_bmap_free_rtblocks helper
2024-11-05 Darrick J.... xfs: add rtgroup-based realtime scrubbing context manag...
2024-11-05 Darrick J.... xfs: repair metadata directory file path connectivity
2024-11-05 Darrick J.... xfs: support caching rtgroup metadata inodes
2024-11-05 Darrick J.... xfs: add a lockdep class key for rtgroup inodes
2024-11-05 Darrick J.... xfs: define locking primitives for realtime groups
2024-11-05 Darrick J.... xfs: create incore realtime group structures
2024-11-05 Christoph Hellwigxfs: clean up xfs_getfsmap_helper arguments
2024-11-05 Darrick J.... xfs: confirm dotdot target before replacing it during...
2024-11-05 Darrick J.... xfs: check metadata directory file path connectivity
2024-11-05 Darrick J.... xfs: move repair temporary files to the metadata direct...
2024-11-05 Darrick J.... xfs: check the metadata directory inumber in superblocks
2024-11-05 Darrick J.... xfs: scrub metadata directories
2024-11-05 Darrick J.... xfs: fix di_metatype field of inodes that won't load
2024-11-05 Darrick J.... xfs: adjust parent pointer scrubber for sb-rooted metad...
2024-11-05 Darrick J.... xfs: metadata files can have xattrs if metadir is enabled
2024-11-05 Darrick J.... xfs: do not count metadata directory files when doing...
2024-11-05 Darrick J.... xfs: refactor directory tree root predicates
2024-11-05 Darrick J.... xfs: record health problems with the metadata directory
2024-11-05 Darrick J.... xfs: adjust xfs_bmap_add_attrfork for metadir
2024-11-05 Darrick J.... xfs: mark quota inodes as metadata files
2024-11-05 Darrick J.... xfs: don't count metadata directory files to quota
2024-11-05 Darrick J.... xfs: allow bulkstat to return metadata directories
2024-11-05 Darrick J.... xfs: advertise metadata directory feature
2024-11-05 Darrick J.... xfs: hide metadata inodes from everyone because they...
next