summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-082-20/+8
|\
| * xfs: Block writes to log deviceJan Kara2023-11-181-2/+3
| * xfs: simplify device handlingChristian Brauner2023-11-181-16/+3
| * bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-2/+2
* | Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-252-5/+21
|\ \
| * | xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong2023-11-221-0/+14
| * | xfs: clean up dqblk extractionDarrick J. Wong2023-11-222-5/+7
* | | Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-243-10/+35
|\ \ \ | |/ / |/| |
| * | xfs: respect the stable writes flag on the RT deviceChristoph Hellwig2023-11-203-0/+23
| * | xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig2023-11-201-10/+12
| |/
* | xfs: recovery should not clear di_flushiter unconditionallyDave Chinner2023-11-131-15/+17
* | xfs: inode recovery does not validate the recovered inodeDave Chinner2023-11-132-1/+16
* | xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos2023-11-131-1/+1
* | xfs: fix internal error from AGFL exhaustionOmar Sandoval2023-11-131-3/+24
* | xfs: up(ic_sema) if flushing data device failsLeah Rumancik2023-11-131-11/+12
* | xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig2023-11-131-0/+1
* | xfs: abort intent items when recovery intents failLong Li2023-11-133-4/+5
* | xfs: factor out xfs_defer_pending_abortLong Li2023-11-131-8/+15
|/
* 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