summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-11-25Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+21
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+35
2023-11-22xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2023-11-22xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2023-11-20xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2023-11-20xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2023-11-13xfs: recovery should not clear di_flushiter unconditionallyDave Chinner1-15/+17
2023-11-13xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2023-11-13xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos1-1/+1
2023-11-13xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2023-11-13xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2023-11-13xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2023-11-13xfs: abort intent items when recovery intents failLong Li3-4/+5
2023-11-13xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds31-950/+1433
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-40/+47
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds9-37/+46
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-2/+2
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara3-31/+36
2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang4-13/+80
2023-10-23xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig1-11/+13
2023-10-23xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2023-10-19xfs: don't look for end of extent further than necessary in xfs_rtallocate_ex...Omar Sandoval1-5/+22
2023-10-19xfs: don't try redundant allocations in xfs_rtallocate_extent_near()Omar Sandoval1-47/+7
2023-10-19xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()Omar Sandoval1-3/+6
2023-10-19xfs: return maximum free size from xfs_rtany_summary()Omar Sandoval1-9/+9
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval3-18/+25
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong3-45/+42
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong3-71/+71
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval4-144/+135
2023-10-19xfs: consolidate realtime allocation argumentsDave Chinner4-365/+386
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong7-24/+71
2023-10-19xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong3-10/+43
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong4-77/+70
2023-10-18xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong1-15/+40
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong5-9/+48
2023-10-18xfs: convert to new timestamp accessorsJeff Layton9-37/+46
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong5-18/+67
2023-10-18xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2-28/+42
2023-10-18xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong3-11/+9
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong5-31/+53
2023-10-18xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong6-0/+50
2023-10-18xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong2-5/+21
2023-10-18xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong6-28/+28
2023-10-18xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong3-6/+37
2023-10-18xfs: create a helper to convert extlen to rtextlenDarrick J. Wong4-9/+16
2023-10-18xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong6-7/+19
2023-10-18xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong6-12/+30
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong8-139/+137