summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara
2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang
2023-10-23xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig
2023-10-23xfs: introduce protection for drop nlinkCheng Lin
2023-10-19xfs: don't look for end of extent further than necessary in xfs_rtallocate_ex...Omar Sandoval
2023-10-19xfs: don't try redundant allocations in xfs_rtallocate_extent_near()Omar Sandoval
2023-10-19xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()Omar Sandoval
2023-10-19xfs: return maximum free size from xfs_rtany_summary()Omar Sandoval
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval
2023-10-18xfs: consolidate realtime allocation argumentsDave Chinner
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong
2023-10-18xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong
2023-10-18xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2023-10-18xfs: convert to new timestamp accessorsJeff Layton
2023-10-17xfs: convert rt summary macros to helpersDarrick J. Wong
2023-10-17xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong
2023-10-17xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2023-10-17xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong
2023-10-17xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2023-10-17xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong
2023-10-17xfs: create a helper to convert extlen to rtextlenDarrick J. Wong
2023-10-17xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2023-10-17xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong
2023-10-17xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2023-10-17xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2023-10-17xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong
2023-10-17xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2023-10-17xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong
2023-10-17xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong
2023-10-17xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong
2023-10-17xfs: prevent rt growfs when quota is enabledDarrick J. Wong
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2023-10-17xfs: bump max fsgeom struct versionDarrick J. Wong
2023-10-12xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton
2023-10-12xfs: Remove duplicate includeJiapeng Chong
2023-10-12xfs: correct calculation for agend and blockcountShiyang Ruan