summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-0831-950/+1433
|\
| * xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang2023-10-234-13/+80
| * xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig2023-10-231-11/+13
| * xfs: introduce protection for drop nlinkCheng Lin2023-10-231-0/+7
| * xfs: don't look for end of extent further than necessary in xfs_rtallocate_ex...Omar Sandoval2023-10-191-5/+22
| * xfs: don't try redundant allocations in xfs_rtallocate_extent_near()Omar Sandoval2023-10-191-47/+7
| * xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()Omar Sandoval2023-10-191-3/+6
| * xfs: return maximum free size from xfs_rtany_summary()Omar Sandoval2023-10-191-9/+9
| * xfs: invert the realtime summary cacheOmar Sandoval2023-10-193-18/+25
| * xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong2023-10-193-45/+42
| * xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong2023-10-193-71/+71
| * xfs: cache last bitmap block in realtime allocatorOmar Sandoval2023-10-194-144/+135
| * xfs: consolidate realtime allocation argumentsDave Chinner2023-10-184-365/+386
| * xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-187-24/+71
| * xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong2023-10-183-10/+43
| * xfs: use accessor functions for bitmap wordsDarrick J. Wong2023-10-184-77/+70
| * xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong2023-10-181-15/+40
| * xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong2023-10-185-9/+48
| * xfs: convert rt summary macros to helpersDarrick J. Wong2023-10-175-18/+67
| * xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2023-10-172-28/+42
| * xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong2023-10-173-11/+9
| * xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-175-31/+53
| * xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2023-10-176-0/+50
| * xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong2023-10-172-5/+21
| * xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-176-28/+28
| * xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong2023-10-173-6/+37
| * xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2023-10-174-9/+16
| * xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-176-7/+19
| * xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-176-12/+30
| * xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-178-139/+137
| * xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-176-10/+10
| * xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2023-10-174-3/+5
| * xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong2023-10-173-34/+34
| * xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong2023-10-177-50/+50
| * xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-179-78/+89
| * xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong2023-10-171-5/+26
| * xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong2023-10-171-1/+1
| * xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong2023-10-171-12/+12
| * xfs: prevent rt growfs when quota is enabledDarrick J. Wong2023-10-171-1/+1
| * xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2023-10-173-16/+41
| * xfs: bump max fsgeom struct versionDarrick J. Wong2023-10-171-1/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-027-40/+47
|\ \
| * | xfs: dynamically allocate the xfs-qm shrinkerQi Zheng2023-10-042-14/+15
| * | xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng2023-10-043-14/+18
| * | xfs: dynamically allocate the xfs-buf shrinkerQi Zheng2023-10-042-12/+14
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \ \
| * | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
* | | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-309-37/+46
|\ \ \ \
| * | | | xfs: convert to new timestamp accessorsJeff Layton2023-10-189-37/+46
* | | | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \ \ \ \