summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-12-03Merge tag 'xfs-fixes-6.13-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-28xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig
2024-11-28xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-22xfs: prevent mount and log shutdown raceDave Chinner
2024-11-22xfs: delalloc and quota softlimit timers are incoherentDave Chinner
2024-11-22xfs: fix sparse inode limits on runt AGDave Chinner
2024-11-22xfs: remove unknown compat feature check in superblock write validationLong Li
2024-11-22xfs: eliminate lockdep false positives in xfs_attr_shortform_listLong Li
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-12Merge tag 'better-ondisk-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino
2024-11-12Merge tag 'metadir-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/k...Carlos Maiolino
2024-11-12Merge tag 'realtime-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino
2024-11-12Merge tag 'metadir-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino
2024-11-12Merge tag 'rtgroups-prep-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino
2024-11-12Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song
2024-11-05xfs: port ondisk structure checks from xfs/122 to the kernelDarrick J. Wong
2024-11-05xfs: separate space btree structures in xfs_ondisk.hDarrick J. Wong
2024-11-05xfs: convert struct typedefs in xfs_ondisk.hDarrick J. Wong
2024-11-05xfs: enable metadata directory featureDarrick J. Wong
2024-11-05xfs: enable realtime quota againDarrick J. Wong
2024-11-05xfs: update sb field checks when metadir is turned onDarrick J. Wong
2024-11-05xfs: reserve quota for realtime files correctlyDarrick J. Wong
2024-11-05xfs: create quota preallocation watermarks for realtime quotaDarrick J. Wong
2024-11-05xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong
2024-11-05xfs: persist quota flags with metadirDarrick J. Wong
2024-11-05xfs: advertise realtime quota support in the xqm stat filesDarrick J. Wong
2024-11-05xfs: scrub quota file metapathsDarrick J. Wong
2024-11-05xfs: fix chown with rt quotaDarrick J. Wong
2024-11-05xfs: use metadir for quota inodesDarrick J. Wong
2024-11-05xfs: refactor xfs_qm_destroy_quotainosDarrick J. Wong
2024-11-05xfs: use rtgroup busy extent list for FITRIMDarrick J. Wong
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong
2024-11-05xfs: port the perag discard code to handle generic groupsDarrick J. Wong
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong
2024-11-05xfs: adjust min_block usage in xfs_verify_agbnoDarrick J. Wong
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong
2024-11-05xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundariesDarrick J. Wong
2024-11-05xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundariesDarrick J. Wong
2024-11-05xfs: mask off the rtbitmap and summary inodes when metadir in useDarrick J. Wong
2024-11-05xfs: scrub metadir paths for rtgroup metadataDarrick J. Wong