summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong2024-06-261-1/+9
* xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong2024-06-261-1/+1
* xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong2024-06-261-5/+18
* xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2024-06-262-26/+39
* xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig2024-06-264-20/+28
* xfs: fix unlink vs cluster buffer instantiation raceDave Chinner2024-06-171-4/+19
* xfs: make sure sb_fdblocks is non-negativeWengang Wang2024-06-101-3/+4
* xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)2024-05-272-0/+2
* xfs: don't open-code u64_to_user_ptrDarrick J. Wong2024-05-272-7/+2
* xfs: allow symlinks with short remote targetsDarrick J. Wong2024-05-271-4/+24
* xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong2024-05-273-25/+35
* xfs: drop xfarray sortinfo folio on errorDarrick J. Wong2024-05-271-3/+6
* xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry2024-05-271-4/+2
* xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()John Garry2024-05-271-3/+2
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-232-19/+19
* Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-1/+1
|\
| * set_blocksize(): switch to passing struct file *Al Viro2024-05-021-1/+1
* | Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-05-20182-2803/+24665
|\ \
| * | xfs: simplify iext overflow checking and upgradeChristoph Hellwig2024-05-0310-87/+41
| * | xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig2024-05-031-6/+0
| * | xfs: upgrade the extent counters in xfs_reflink_end_cow_extent laterChristoph Hellwig2024-05-031-8/+8
| * | xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig2024-05-038-37/+20
| * | xfs: consolidate the xfs_quota_reserve_blkres definitionsChristoph Hellwig2024-05-031-12/+6
| * | xfs: clean up buffer allocation in xlog_do_recovery_passChristoph Hellwig2024-05-031-7/+6
| * | xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig2024-05-031-6/+14
| * | xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong2024-05-022-10/+8
| * | xfs: minor cleanups of xfs_attr3_rmt_blocksDarrick J. Wong2024-05-021-8/+8
| * | xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong2024-05-023-3/+9
| * | xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong2024-05-022-6/+17
| * | xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.cDarrick J. Wong2024-05-022-32/+31
| * | xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig2024-04-301-2/+3
| * | xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig2024-04-301-5/+10
| * | xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig2024-04-301-5/+0
| * | xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig2024-04-301-14/+18
| * | xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig2024-04-301-6/+3
| * | xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig2024-04-301-6/+5
| * | xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig2024-04-301-3/+0
| * | xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-3010-74/+57
| * | xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi2024-04-291-0/+29
| * | xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2024-04-292-42/+46
| * | xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi2024-04-291-2/+4
| * | xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi2024-04-291-5/+5
| * | xfs: refactor dir format helpersChristoph Hellwig2024-04-266-150/+105
| * | xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig2024-04-263-41/+28
| * | xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig2024-04-263-42/+27
| * | xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig2024-04-263-43/+30
| * | xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig2024-04-263-60/+43
| * | xfs: Remove unused function xrep_dir_self_parentJiapeng Chong2024-04-241-21/+0
| * | xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong2024-04-242-29/+20
| * | xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong2024-04-2410-45/+25