summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-11-05xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace pointChristoph Hellwig3-14/+15
2024-11-05xfs: pass objects to the xfs_irec_merge_{pre,post} trace pointsChristoph Hellwig2-21/+19
2024-11-05xfs: pass a perag structure to the xfs_ag_resv_init_error trace pointChristoph Hellwig2-15/+6
2024-11-05xfs: constify pag arguments to trace pointsChristoph Hellwig2-24/+29
2024-11-05xfs: remove the unused xrep_bmap_walk_rmap trace pointChristoph Hellwig1-1/+0
2024-11-05xfs: remove the unused trace_xfs_iwalk_ag trace pointChristoph Hellwig1-19/+0
2024-11-05xfs: remove the mount field from struct xfs_busy_extentsChristoph Hellwig5-10/+5
2024-11-05xfs: keep a reference to the pag for busy extentsChristoph Hellwig3-10/+11
2024-11-05xfs: pass a pag to xfs_extent_busy_{search,reuse}Christoph Hellwig6-17/+13
2024-11-05xfs: add a xfs_agino_to_ino helperChristoph Hellwig9-44/+37
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig21-105/+85
2024-11-05xfs: remove the agno argument to xfs_free_ag_extentChristoph Hellwig4-17/+13
2024-11-05xfs: pass a pag to xfs_difree_inode_chunkChristoph Hellwig1-2/+3
2024-11-05xfs: remove the unused pag_active_wq field in struct xfs_peragChristoph Hellwig2-4/+1
2024-11-05xfs: remove the unused pagb_count field in struct xfs_peragChristoph Hellwig2-2/+0
2024-11-05xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadevChristoph Hellwig1-3/+3
2024-11-05xfs: fix simplify extent lookup in xfs_can_free_eofblocksDarrick J. Wong1-2/+6
2024-11-05xfs: remove xfs_page_mkwrite_iomap_opsChristoph Hellwig3-11/+9
2024-11-05xfs: remove __xfs_filemap_faultChristoph Hellwig1-18/+11
2024-11-05xfs: split write fault handling out of __xfs_filemap_faultChristoph Hellwig1-22/+19
2024-11-05xfs: split the page fault trace eventChristoph Hellwig2-10/+18
2024-11-05xfs: sb_spino_align is not verifiedDave Chinner1-0/+14
2024-11-05xfs: simplify sector number calculation in xfs_zero_extentChristoph Hellwig1-13/+4
2024-11-05xfs: remove the redundant xfs_alloc_log_agfLong Li1-2/+0
2024-11-04xfs: Support setting FMODE_CAN_ATOMIC_WRITEJohn Garry1-0/+2
2024-11-04xfs: Validate atomic writesJohn Garry1-0/+14
2024-11-04xfs: Support atomic write for statxJohn Garry4-0/+48
2024-11-03fdget(), more trivial conversionsAl Viro2-61/+26
2024-11-03simplify xfs_find_handle() a bitAl Viro1-9/+7
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-65/+62
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-10-30xfs: streamline xfs_filestream_pick_agChristoph Hellwig1-50/+46
2024-10-30xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig2-21/+17
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling1-1/+1
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo3-3/+8
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig3-3/+34
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig1-1/+1
2024-10-22xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig1-0/+5
2024-10-22xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig2-8/+52
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig4-37/+15
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig5-38/+22
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong1-3/+5
2024-10-15xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig1-3/+5
2024-10-15xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig1-8/+8
2024-10-15xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig1-10/+8
2024-10-15xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig4-7/+12
2024-10-15xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig1-4/+12
2024-10-15xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig2-1/+9
2024-10-15xfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig1-58/+82
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig1-0/+2