summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...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 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino
2024-11-05xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundariesDarrick J. Wong
2024-11-05xfs: force swapext to a realtime file to use the file content exchange ioctlDarrick J. Wong
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong
2024-11-05xfs: fix simplify extent lookup in xfs_can_free_eofblocksDarrick J. Wong
2024-11-05xfs: simplify sector number calculation in xfs_zero_extentChristoph Hellwig
2024-10-15xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2024-09-19Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig
2024-09-03xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2024-08-28xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_spaceChristoph Hellwig
2024-08-28xfs: call xfs_flush_unmap_range from xfs_free_file_spaceChristoph Hellwig
2024-07-01xfs: Fix xfs_prepare_shift() range for RTJohn Garry
2024-07-01xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-15xfs: hoist multi-fsb allocation unit detection to a helperDarrick J. Wong
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner
2023-12-22xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-10-23xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig
2023-10-18xfs: convert to new timestamp accessorsJeff Layton
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 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: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2023-07-24xfs: convert to ctime accessor functionsJeff Layton
2023-05-02xfs: fix negative array access in xfs_getbmapDarrick J. Wong
2023-04-12xfs: fix BUG_ON in xfs_getbmap()Ye Bin
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner
2022-07-31xfs: fix NULL pointer dereference in xfs_getbmap()ChenXiaoSong
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R